UNPKG
@hopeio/utils
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
javascript utils
github.com/hopeio/diamond
hopeio/diamond
@hopeio/utils
/
dist
/
svg
/
svg.d.ts
2 lines
(1 loc)
•
291 B
TypeScript
View Raw
1
2
export declare const loadingSvg
=
"
\n
<path class=
\"
path
\"
d=
\"
\n
M 30 15
\n
L 28 17
\n
M 25.61 25.61
\n
A 15 15, 0, 0, 1, 15 30
\n
A 15 15, 0, 1, 1, 27.99 7.5
\n
L 15 15
\n
\"
style=
\"
stroke-width: 4px; fill: rgba(0, 0, 0, 0)
\"
/>
\n
"
;