diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-21 12:06:47 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-21 12:06:47 +0530 |
commit | 1b3658c85f5a5a25643da0cc417c70986b7caa6a (patch) | |
tree | e8fb44c12e8bd16088d185e1e78a6c7f7d76cf5c /.icons/awkward/64x64/devices/tablet.svg | |
parent | ff093188fe7450294cf14c6c94caf10f32f9f1b1 (diff) |
created a custom icon theme based on Papirus
Diffstat (limited to '.icons/awkward/64x64/devices/tablet.svg')
-rw-r--r-- | .icons/awkward/64x64/devices/tablet.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.icons/awkward/64x64/devices/tablet.svg b/.icons/awkward/64x64/devices/tablet.svg new file mode 100644 index 00000000..19161630 --- /dev/null +++ b/.icons/awkward/64x64/devices/tablet.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1"> + <rect style="opacity:0.2" width="50" height="60" x="7" y="3" rx="3" ry="3"/> + <rect style="fill:#8e8e8e" width="50" height="60" x="7" y="2" rx="3" ry="3"/> + <rect style="fill:#333333" width="46" height="48" x="9" y="8" rx="3" ry="3"/> + <circle style="fill:#333333" cx="32" cy="5" r="2"/> + <path style="fill:#ffffff;opacity:0.2" d="M 10 2 C 8.338 2 7 3.338 7 5 L 7 6 C 7 4.338 8.338 3 10 3 L 54 3 C 55.662 3 57 4.338 57 6 L 57 5 C 57 3.338 55.662 2 54 2 L 10 2 z"/> +</svg> |