UNPKG
unicons-typescript-demo
Version:
latest (0.0.1-0)
0.0.1
0.0.1-0
1100+ vector icons as easy to use React Components
iconscout.com/unicons
Iconscout/react-unicons
unicons-typescript-demo
/
src
/
index.types.ts
3 lines
•
87 B
text/typescript
View Raw
1
2
3
export
interface
UimIconProps
extends
React
.
SVGProps
<
SVGSVGElement
> {
size
?:
string
; }