mirror of
https://github.com/enso-org/enso.git
synced 2024-12-12 06:42:34 +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
7 lines
375 B
XML
7 lines
375 B
XML
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="12" cy="12" r="12" fill="#3e515fe5" fill-opacity="0.1" />
|
|
<g opacity="0.66" transform="rotate(45 12 12)">
|
|
<rect x="11" y="6" width="2" height="12" fill="#3e515fe5" />
|
|
<rect x="6" y="11" width="12" height="2" fill="#3e515fe5" />
|
|
</g>
|
|
</svg> |