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

1 line
1.4 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#EDBB9F" d="M11 10h14v15H11z"/><path fill="#BE1931" d="M1 18v16c0 1.104.896 2 2 2h30c1.104 0 2-.896 2-2V18H1z"/><path fill="#FFE8B6" d="M1 14h34v3H1z"/><path fill="#C1694F" d="M1 16h34v2H1z"/><path fill="#CCD6DD" d="M18 27c-1.657 0-3 1.343-3 3v6h6v-6c0-1.657-1.343-3-3-3z"/><path fill="#AAB8C2" d="M28 27c-1.656 0-3 1.343-3 3v4h6v-4c0-1.657-1.343-3-3-3zM8 27c-1.657 0-3 1.343-3 3v4h6v-4c0-1.657-1.343-3-3-3z"/><circle fill="#D99E82" cx="18" cy="4" r="4"/><path fill="#EDBB9F" d="M14 4h8v4h-8z"/><path fill="#D99E82" d="M33 12H3c-1.104 0-2 .896-2 2h34c0-1.104-.896-2-2-2zM23 8H13c-1.104 0-2 .896-2 2h14c0-1.104-.896-2-2-2z"/><path d="M21.667 21.244c-.204.201-.007.403-.007.403l-.887.888-1.495 1.495-.004-.003-.078.085c-.865.863-2.264.863-3.128 0-.862-.864-.862-2.264 0-3.127.863-.864 2.262-.864 3.128 0 .502.505.707 1.189.622 1.846l.895-.894c-.116-.59-.402-1.153-.859-1.609-1.226-1.226-3.216-1.226-4.442 0-1.227 1.227-1.227 3.214 0 4.442 1.226 1.226 3.216 1.226 4.442 0 .028-.027.052-.06.078-.086l.004.004 2.385-2.386s.184.188.392-.016c.204-.199-.004-.404-.004-.404l-.626-.633c-.001.001-.21-.208-.416-.005zm-7.447 2.335c-.135-.469-.175-.957-.122-1.438l-.085-.085c-.824-.822-.33-1.978-.495-2.141-.164-.164-.329 0-.329 0s-1.77 1.771-1.974 1.977c-.164.164 0 .328 0 .328.164.164 1.372-.275 2.087.441l.918.918z" fill="#FFAC33"/></svg>