UNPKG
@mozaic-ds/icons-react
Version:
beta (0.1.0-beta.5)
latest (0.1.0-beta.3)
0.1.0-beta.5
0.1.0-beta.4
0.1.0-beta.3
ADS icons for React usage
github.com/adeo/ads-icons-react
adeo/ads-icons-reeact
@mozaic-ds/icons-react
/
lib
/
icons.types.d.ts
5 lines
(4 loc)
•
113 B
TypeScript
View Raw
1
2
3
4
5
import
{
SVGProps
}
from
"react"
;
export
interface
ADSIcon
extends
SVGProps
<
SVGSVGElement
> {
size
:
string
; }