UNPKG

@coconut-software/ui

Version:

React components for faster and easier web development.

5 lines (4 loc) 195 B
import type { ReactNode } from 'react'; import SvgIcon from '../SvgIcon/SvgIcon'; declare function createSvgIcon(path: ReactNode, name: string): typeof SvgIcon; export default createSvgIcon;