diff options
Diffstat (limited to '.icons/awkward/8x8')
-rw-r--r-- | .icons/awkward/8x8/emblems/emblem-mounted.svg | 7 | ||||
-rw-r--r-- | .icons/awkward/8x8/emblems/emblem-unmounted.svg | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/.icons/awkward/8x8/emblems/emblem-mounted.svg b/.icons/awkward/8x8/emblems/emblem-mounted.svg new file mode 100644 index 00000000..4310f4d9 --- /dev/null +++ b/.icons/awkward/8x8/emblems/emblem-mounted.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" version="1.1" viewBox="0 0 8 8"> + <rect style="fill:#1ea771" width="8" height="8" x="0" y="0" rx="1.143" ry="1.143"/> + <path style="fill:#ffffff" d="M 1,3 A 3,3 0 0 0 4,6 3,3 0 0 0 7,3 Z"/> + <rect style="fill:#ffffff" width="1" height="2" x="2" y="1"/> + <rect style="fill:#ffffff" width="1" height="2" x="5" y="1"/> + <rect style="fill:#ffffff" width="2" height="2" x="3" y="5"/> +</svg> diff --git a/.icons/awkward/8x8/emblems/emblem-unmounted.svg b/.icons/awkward/8x8/emblems/emblem-unmounted.svg new file mode 100644 index 00000000..604bf637 --- /dev/null +++ b/.icons/awkward/8x8/emblems/emblem-unmounted.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" version="1.1" viewBox="0 0 8 8"> + <rect style="fill:#ff7f2a" width="8" height="8" x="0" y="0" rx="1.143" ry="1.143"/> + <path style="fill:#ffffff" d="M 2 2 L 2 2.7070312 L 3.2929688 4 L 2 5.2929688 L 2 6 L 2.7070312 6 L 4 4.7070312 L 5.2929688 6 L 6 6 L 6 5.2929688 L 4.7070312 4 L 6 2.7070312 L 6 2 L 5.2929688 2 L 4 3.2929688 L 2.7070312 2 L 2 2 z"/> +</svg> |