enso/app/ide-desktop/lib/assets/close.svg
somebody1234 74527eaa8f
Extract SVGs to files (#7076)
* 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
2023-06-23 10:47:04 +02:00

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>