UNPKG
@easy-eva-icons/react
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Easy to use eva icons.
github.com/mrdannael/easy-eva-icons
mrdannael/easy-eva-icons
@easy-eva-icons/react
/
cjs
/
ShieldOff.d.ts
4 lines
(3 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
import
*
as
React
from
"react"
;
declare
function
ShieldOff
(
props
:
React
.
SVGProps
<
SVGSVGElement
>
):
any
;
export
default
ShieldOff
;