UNPKG
@react-md/material-icons
Version:
latest (6.2.4)
next (6.0.0-next.22)
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.0
6.0.2
6.0.1
6.0.0
6.0.0-next.22
6.0.0-next.21
6.0.0-next.20
6.0.0-next.19
6.0.0-next.18
6.0.0-next.17
6.0.0-next.16
6.0.0-next.15
6.0.0-next.14
6.0.0-next.13
6.0.0-next.12
6.0.0-next.11
6.0.0-next.10
6.0.0-next.9
6.0.0-next.8
6.0.0-next.7
6.0.0-next.6
6.0.0-next.5
6.0.0-next.4
6.0.0-next.3
6.0.0-next.2
6.0.0-next.1
6.0.0-next.0
5.1.6
5.1.3
5.1.2
5.1.0
5.0.0
4.0.3
4.0.1
4.0.0
3.1.0
3.0.0
3.0.0-alpha.0
2.9.1
2.9.0
2.8.5
2.8.4
2.8.3
2.8.2
2.8.0
2.7.1
2.7.0
2.6.0
2.5.5
2.5.4
2.5.0
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.3.0-alpha.3
2.3.0-alpha.2
2.3.0-alpha.1
2.3.0-alpha.0
2.2.2
2.2.1
2.1.2
2.1.1
2.1.0
2.0.2
2.0.0
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
2.0.0-alpha.15
2.0.0-alpha.14
2.0.0-alpha.13
2.0.0-alpha.12
2.0.0-alpha.11
2.0.0-alpha.10
2.0.0-alpha.9
2.0.0-alpha.8
2.0.0-alpha.7
2.0.0-alpha.6
2.0.0-alpha.5
2.0.0-alpha.3
2.0.0-alpha.1
2.0.0-alpha.0
Material Design Icon components for react-md
react-md.dev
mlaursen/react-md
@react-md/material-icons
/
types.d.ts
4 lines
(3 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
import
{
SVGIconProps
}
from
"@react-md/core/icon/SVGIcon"
;
declare
const
_default
:
import
(
"react"
).
ForwardRefExoticComponent
<
SVGIconProps
&
import
(
"react"
).
RefAttributes
<
SVGSVGElement
>>;
export
default
_default;