ComponentIcons type

このライブラリからエクスポートされた React コンポーネントによって使用されるアイコン。

type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS, JSX.Element>