UNPKG

@fluster.io/dev

Version:

5 lines (4 loc) 161 B
import { HTMLProps } from 'react'; export interface IconProps extends Omit<HTMLProps<SVGSVGElement>, "width" | "height" | "viewbox"> { className?: string; }