UNPKG

ultra-icon

Version:
7 lines (5 loc) 152 B
import { SVGProps } from 'react'; export interface SVGComponentProps extends SVGProps<SVGSVGElement> { size?: number | string; filled?: boolean; }