UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

5 lines (4 loc) 270 B
/// <reference types="react" /> import type { IconProps } from './IIcon'; import type { IChildren } from '../../../types'; export declare function Svg({ children, size, className, cursor, viewBox, ...props }: Omit<IconProps, 'kind' | 'color'> & IChildren): JSX.Element;