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.

5 lines (4 loc) 152 B
/// <reference types="react" /> import type { Icon } from './icon.d.ts'; declare const Sim: ({ size, color }: Icon) => JSX.Element; export default Sim;