UNPKG
bear-hackathon-icons
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
SVG icons as React components for bear-related projects
bear-hackathon-icons
/
dist
/
components
/
Angry.d.ts
4 lines
(3 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
import
type
{
SVGProps
}
from
"react"
;
declare
const
SvgAngry
:
(
props
:
SVGProps
<
SVGSVGElement
>
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
SvgAngry
;