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/48x48/status/battery-full.svg | |
parent | ff093188fe7450294cf14c6c94caf10f32f9f1b1 (diff) |
created a custom icon theme based on Papirus
Diffstat (limited to '.icons/awkward/48x48/status/battery-full.svg')
-rw-r--r-- | .icons/awkward/48x48/status/battery-full.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.icons/awkward/48x48/status/battery-full.svg b/.icons/awkward/48x48/status/battery-full.svg new file mode 100644 index 00000000..57e5d69d --- /dev/null +++ b/.icons/awkward/48x48/status/battery-full.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1"> + <rect style="opacity:0.2" width="32" height="36" x="8" y="9" rx="2" ry="2"/> + <rect style="fill:#4f4f4f" width="32" height="36" x="8" y="8" rx="2" ry="2"/> + <rect style="fill:#8e8e8e" width="20" height="4" x="14" y="4"/> + <path style="opacity:0.2" d="m 11,13 v 8 h 26 v -8 z m 0,10 v 8 h 26 v -8 z m 0,10 v 8 h 26 v -8 z"/> + <path style="fill:#c0f957" d="m 11,12 v 8 h 26 v -8 z m 0,10 v 8 h 26 v -8 z m 0,10 v 8 h 26 v -8 z"/> + <path style="opacity:0.2;fill:#ffffff" d="m14 4v1h20v-1h-20z"/> + <path style="fill:#ffffff;opacity:0.2" d="M 11 12 L 11 13 L 37 13 L 37 12 L 11 12 z M 11 22 L 11 23 L 37 23 L 37 22 L 11 22 z M 11 32 L 11 33 L 37 33 L 37 32 L 11 32 z"/> +</svg> |