mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 05:41:42 +03:00
74527eaa8f
* Extract SVGs to individual files Probably not working for cloud frontend (`watch-dashboard`, `build-dashboard`) yet Dynamic SVGs were not extracted out * Make file SVGs work for `watch-dashboard` and `build-dashboard` * Document SVG loaders * Address QA issues
5 lines
249 B
XML
5 lines
249 B
XML
<svg height="32" width="32" viewBox="2 2 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
d="M6 20a10 10 0 0 1 6 -18 10 10 0 0 1 6 18 6 6 0 0 0 -4 -5 4.3 4.3 0 0 0 -2 -8 4.3 4.3 0 0 0 -2 8 6 6 0 0 0 -4 5"
|
|
fill="#888888" />
|
|
</svg> |