Icons
Tree-shakable React icon set (2,278 icons, line + fill variants).
Installation
$
npx @309-thingspire/ui@latest add iconsUsage
import { IconLibrary } from "@/components/icons/icons"<IconLibrary />Examples
Live preview rendered from IconLibrary.preview.tsx. Switch to the Code tab to view the underlying component source.
Loading preview…
// IconLibrary — re-exports the generated icon set as the public surface.
// The 2,278 individual icon components live in `components/icons/`.
//
// Use one of the named exports directly for tree-shaking:
// import { IconCheckLine, IconArrowRightLine } from '@/components/IconLibrary'
// <IconCheckLine className="some-class" />
//
// Each icon renders an inline SVG with width/height = 1em and
// fill="currentColor" so it inherits the parent text color.
export type { IconProps } from '../icons/types'
export * from '../icons'
API Reference
Props 문서 준비 중입니다. (component-spec.json 추가 시 표시됩니다.)