status-desktop/ui/imports/assets/images/manage-wallet.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

4 lines
695 B
XML

<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2 6.21333C2 4.92999 2.914 3.82866 4.17533 3.59266L11.8773 2.14799C12.2873 2.07133 12.6667 2.38599 12.6667 2.80333V3.99999C12.6667 4.36866 12.368 4.66666 12 4.66666H4.412C4.15933 4.66666 3.92867 4.80933 3.816 5.03533L3.66667 5.33333C3.51333 5.64 3.736 5.99999 4.07867 5.99999H13.3333C13.7013 5.99999 14 6.29866 14 6.66666V13.3333C14 13.702 13.7013 14 13.3333 14H4.66667C3.194 14 2 12.8067 2 11.3333V6.21333ZM10.6667 10C10.6667 10.5527 11.1147 11 11.6667 11C12.2187 11 12.6667 10.5527 12.6667 10C12.6667 9.448 12.2187 9 11.6667 9C11.1147 9 10.6667 9.448 10.6667 10Z" fill="#4360DF"/>
</svg>