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) 180 B
/// <reference types="react" /> import type { Icon } from './icon.d.ts'; declare const ArrowBendDownLeft: ({ size, color }: Icon) => JSX.Element; export default ArrowBendDownLeft;