UNPKG
@iimm/icons
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
some react svg icons
@iimm/icons
/
dist
/
esm
/
types
/
index.d.ts
6 lines
(5 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
import
React
from
'react'
;
export
declare
type
IconProps
=
React
.
SVGProps
<
SVGSVGElement
> & {
/** 传递个svg的width和height */
size
?:
number
; };