UNPKG

@iimm/icons

Version:

some react svg icons

6 lines (5 loc) 161 B
import React from 'react'; export declare type IconProps = React.SVGProps<SVGSVGElement> & { /** 传递个svg的width和height */ size?: number; };