@heycar-uikit/core
Version:
The React UI library from HeyCar
6 lines (5 loc) • 376 B
TypeScript
/// <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 };