@ncai/design-system-icons
v0.9.0
Published
SVG icons and searchable metadata for the NC AI Design System.
Readme
@ncai/design-system-icons
SVG icons and searchable metadata for the NC AI Design System.
npm i @ncai/design-system-iconsSVG files can be imported directly from package export paths.
import userIconUrl from '@ncai/design-system-icons/icons/user.svg';The package also exposes searchable icon metadata.
import { getIcon, icons, searchIcons } from '@ncai/design-system-icons';
const icon = getIcon('user.svg');
const matches = searchIcons('user');See icons/README.md for the complete preview list.
