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/22x22/apps/mate-panel-separator.svg | |
parent | ff093188fe7450294cf14c6c94caf10f32f9f1b1 (diff) |
created a custom icon theme based on Papirus
Diffstat (limited to '.icons/awkward/22x22/apps/mate-panel-separator.svg')
-rw-r--r-- | .icons/awkward/22x22/apps/mate-panel-separator.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.icons/awkward/22x22/apps/mate-panel-separator.svg b/.icons/awkward/22x22/apps/mate-panel-separator.svg new file mode 100644 index 00000000..f6d04bb9 --- /dev/null +++ b/.icons/awkward/22x22/apps/mate-panel-separator.svg @@ -0,0 +1,13 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1.1"> + <g transform="translate(-1,1)"> + <rect style="opacity:0.2" width="20" height="20" x="2" y=".5" rx="1" ry="1"/> + <rect style="fill:#4ab3e4" width="20" height="20" x="2" y="0" rx="1" ry="1"/> + <rect style="opacity:0.2;fill:#ffffff" width="2" height="18" x="11" y="1.5" rx=".5" ry=".5"/> + <rect style="fill:#4f4f4f" width="2" height="18" x="11" y="1" rx=".5" ry=".5"/> + <path style="opacity:0.2" d="M 7,11.5 V 13.5 L 3,10.5 7,7.5 V 9.5 H 10 V 11.5 Z"/> + <path style="fill:#b3e5fc" d="M 7,11 V 13 L 3,10 7,7 V 9 H 10 V 11 Z"/> + <path style="opacity:0.2" d="M 17,11.5 V 13.5 L 21,10.5 17,7.5 V 9.5 H 14 V 11.5 Z"/> + <path style="fill:#b3e5fc" d="M 17,11 V 13 L 21,10 17,7 V 9 H 14 V 11 Z"/> + <path style="opacity:0.2;fill:#ffffff" d="M 3,0 C 2.446,0 2,0.446 2,1 V 1.5 C 2,0.946 2.446,0.5 3,0.5 H 21 C 21.554,0.5 22,0.946 22,1.5 V 1 C 22,0.446 21.554,0 21,0 Z"/> + </g> +</svg> |