2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-01-10 22:36:24 +00:00
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 
2021-09-28 15:28:00 -04:00

1 line
2.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFDC5D" d="M19.321 1.07c-1.81-.712-4.528.226-4.96 2.322-.602 2.925 1.069 5.402 2.914 5.203 1.934-.209 3.121-.638 3.905-2.629.783-1.992-.049-4.184-1.859-4.896z"/><path fill="#FFDC5D" d="M20.665 6.478c2.634-3.094-3.711-2.792-3.711-2.792-1.201.044-.374 2.044-.939 3.137-.388.756 1.244 1.157 1.244 1.157s.749-.011.789.897v.008c.009.231-.015.506-.123.873-.538 1.819 1.905 2.934 2.442 1.111.212-.721.13-1.355.022-1.941l-.01-.052c-.163-.87-.365-1.633.286-2.398z"/><path fill="#FFAC33" d="M21.598 1.697c-.893-1.208-3.89-2.275-5.792-.746-1.317-.228-1.822 1.024-1.71 1.745.089.575 1.504.724 1.859 1.817.246-.274.312-.835.259-1.135.45.433.254 1.573 2.025 2.317 1.712.719 1.41 2.232 1.41 2.232s.902-.426 1.53-1.153c1.198-1.388 1.403-3.745.419-5.077z"/><path fill="#FA743E" d="M23.663 22.44c-.135.623-7.64 1.303-7.64 1.303.213-1.705.181-6.037-.002-9.094-.193-3.24 3.126-6.232 4.223-5.976 2.132.499 3.601 2.809 3.331 6.23-.388 4.917.151 7.245.088 7.537z"/><path fill="#292F33" d="M25.935 32.82l1.062-1.377c.354-.458 1.05-.442 1.382.032.363.518 1.507 1.698 3.203 2.312.264.096.724.291-.165 1.082 0 0-1.048.797-5.627-.453M8.498 36h5.005c.241 0 .436-.195.436-.436v-.412c0-.452-.138-.894-.396-1.266l-.383-.553h-1.933l-1.89.522c-.769.213-1.295.922-1.275 1.72.006.236.199.425.436.425z"/><path fill="#2A6797" d="M17.337 25.683l-.311 7.133s-.156 2.994 3.033 2.936l6.844-.836s.505-1.75-.35-2.508l-4.933-.591c-.137-.016-.228-.149-.194-.282l1.579-5.122c.201-.652.548-2.06.603-2.735.034-.414-.195-.091-.185-.51l-6.397 1.838.311.677z"/><path fill="#4289C1" d="M19.208 21.379c-1.871-.051-7.328.63-7.328.63-2.677.629-2.034 4.537-2.034 4.537l.524 6.91s1.668.953 3.05 0l.929-6.91 4.066.048s6.825 1.359 5.158-5.252c0 .001-3.984.048-4.365.037z"/><path fill="#FFDC5D" d="M18.404 13.635c-.366 1.931-.497 5.314-.798 5.455-1.738.816-3.258 1.323-4.399 1.723-.827.29-1.652.456-2.008.77-.569.502-1.246.93-1.305 1.439-.059.517.535.703 1.573.268.762-.32 1.36-.276 2.041-.77.97-.703 4.838-.108 6.3-2.272.494-.73 1.018-2.438 1.72-6.013-.904-.372-3.124-.6-3.124-.6z"/></svg>