UNPKG

@dnanpm/icons

Version:

DNA Icons repository provides the set of icons used in various DNA projects. Icons are fetched directly from Figma, processed and published to NPM.

16 lines (14 loc) 296 B
export interface Icon { /** * Icon size passed to width and height attributes of SVG element * * @default '1.5rem' */ size?: string; /** * Icon color passed to fill attribute of SVG element * * @default 'currentColor' */ color?: string; }