UNPKG
@roam-garden/landscaping-toolbox
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Common UI things for Roam Garden management
github.com/roam-garden/i/
roam-garden/plantsman
@roam-garden/landscaping-toolbox
/
dist
/
components
/
icons.d.ts
5 lines
(4 loc)
•
284 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
"react"
;
export
declare
const
Success
:
(
props
:
React
.
SVGProps
<
SVGSVGElement
>
) =>
JSX
.
Element
;
export
declare
const
LockIcon
:
(
props
:
React
.
SVGProps
<
SVGSVGElement
>
) =>
JSX
.
Element
;
export
declare
const
UserIcon
:
(
props
:
React
.
SVGProps
<
SVGSVGElement
>
) =>
JSX
.
Element
;