UNPKG
@onesy/icons-material-rounded-react
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Icons material rounded for React
github.com/onesy-me/onesy
onesy-me/onesy
@onesy/icons-material-rounded-react
/
IconMaterialAppsOutageFilled.d.ts
5 lines
(4 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
IIcon
}
from
'@onesy/ui-react'
;
declare
const
IconMaterialAppsOutageFilled
:
React
.
ForwardRefExoticComponent
<
Omit
<
IIcon
,
"ref"
> &
React
.
RefAttributes
<
unknown
>>;
export
default
IconMaterialAppsOutageFilled
;