UNPKG

@coconut-software/ui

Version:

React components for faster and easier web development.

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