status-desktop/ui/imports/assets/icons/remove-circle.svg
Alexandra Betouni 4ee21ada05 feat(desktop) Added image function in Style
Introduced Style.svg() Style.png() Style.emoji() and
Style.icon() in Style.qml. Those should be used to
set the source in Images instead of using relative
paths. Usage:
Image {
   source: Style.svg("check)
   ....

Also moved all Singletons inside a new "utils"
folder and made it a QML module, to use
import utils 1.0 instead of relative paths

Closes #3678
2021-09-28 15:28:00 -04:00

5 lines
781 B
XML

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16 12.7499C16.4142 12.7499 16.75 12.4141 16.75 11.9999C16.75 11.5857 16.4142 11.2499 16 11.2499L8.00003 11.2499C7.58582 11.2499 7.25003 11.5857 7.25003 11.9999C7.25003 12.4141 7.58582 12.7499 8.00003 12.7499L16 12.7499Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22 11.9999C22 17.5227 17.5229 21.9999 12 21.9999C6.47718 21.9999 2.00003 17.5227 2.00003 11.9999C2.00003 6.47703 6.47718 1.99988 12 1.99988C17.5229 1.99988 22 6.47703 22 11.9999ZM20.5 11.9999C20.5 16.6943 16.6945 20.4999 12 20.4999C7.30561 20.4999 3.50003 16.6943 3.50003 11.9999C3.50003 7.30546 7.30561 3.49988 12 3.49988C16.6945 3.49988 20.5 7.30546 20.5 11.9999Z" fill="black"/>
</svg>