UNPKG

@heycar-uikit/core

Version:
6 lines (5 loc) 376 B
/// <reference types="react" /> import * as React from 'react'; import { IconProps } from "../SvgIcon.types-413b9889"; declare function createSvgIcon(path: React.SVGProps<SVGPathElement>, displayName: string, viewBox?: string): React.MemoExoticComponent<React.ForwardRefExoticComponent<IconProps & React.RefAttributes<HTMLOrSVGElement>>>; export { createSvgIcon as default };