UNPKG
ultra-icon
Version:
latest (0.0.11)
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
React Icons
github.com/WinmezzZ/ultra-icon.git
WinmezzZ/ultra-icon
ultra-icon
/
src
/
interface.ts
7 lines
(5 loc)
•
152 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
SVGProps
}
from
'react'
;
export
interface
SVGComponentProps
extends
SVGProps
<
SVGSVGElement
> {
size
?:
number
|
string
;
filled
?:
boolean
; }