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
/
components
/
Owner48
/
Owner48.d.ts
5 lines
(4 loc)
•
133 B
TypeScript
View Raw
1
2
3
4
5
import
{
FC
}
from
'react'
;
import
{
ADSIcon
}
from
"../../icons.types"
;
declare
const
Owner48
:
FC
<
ADSIcon
>;
export
default
Owner48
;