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/colorpicker.svg | |
parent | ff093188fe7450294cf14c6c94caf10f32f9f1b1 (diff) |
created a custom icon theme based on Papirus
Diffstat (limited to '.icons/awkward/22x22/apps/colorpicker.svg')
-rw-r--r-- | .icons/awkward/22x22/apps/colorpicker.svg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.icons/awkward/22x22/apps/colorpicker.svg b/.icons/awkward/22x22/apps/colorpicker.svg new file mode 100644 index 00000000..8ce15ecb --- /dev/null +++ b/.icons/awkward/22x22/apps/colorpicker.svg @@ -0,0 +1,15 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1"> + <rect style="fill:#713a9d" width="20" height="20" x="1" y="1" rx="1" ry="1"/> + <path style="opacity:0.1;fill:#ffffff" d="M 2,1 C 1.446,1 1,1.446 1,2 v 0.5 c 0,-0.554 0.446,-1 1,-1 h 18 c 0.554,0 1,0.446 1,1 V 2 C 21,1.446 20.554,1 20,1 Z"/> + <path style="opacity:0.2" d="m 2,21.5 c -0.554,0 -1,-0.446 -1,-1 V 20 c 0,0.554 0.446,1 1,1 h 18 c 0.554,0 1,-0.446 1,-1 v 0.5 c 0,0.554 -0.446,1 -1,1 z"/> + <path style="opacity:0.5;fill:#ffffff" d="m 10,10 v 2 h 6 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z m 2,5 v 2 h 4 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z"/> + <path style="fill:#f44336" d="M 15,5 H 6 C 5.446,5 5,5.446 5,6 5,6.554 5.446,7 6,7 h 9 z"/> + <path style="fill:#03a9f4" d="M 12,15 H 6 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 h 6 z"/> + <path style="fill:#4caf50" d="M 10,10 H 6 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 h 4 z"/> + <path style="opacity:0.2" d="m 17,6.5 c 0,-1.1046 -0.895,-2 -2,-2 -1.105,0 -2,0.8954 -2,2 0,1.1046 0.895,2 2,2 1.105,0 2,-0.8954 2,-2 z"/> + <path style="opacity:0.2" d="m 14,16.5 c 0,-1.105 -0.895,-2 -2,-2 -1.105,0 -2,0.895 -2,2 0,1.105 0.895,2 2,2 1.105,0 2,-0.895 2,-2 z"/> + <path style="opacity:0.2" d="m 12,11.5 c 0,-1.105 -0.895,-2 -2,-2 -1.1046,0 -2,0.895 -2,2 0,1.105 0.8954,2 2,2 1.105,0 2,-0.895 2,-2 z"/> + <path style="fill:#ffffff" d="m 17,6 c 0,-1.1046 -0.895,-2 -2,-2 -1.105,0 -2,0.8954 -2,2 0,1.1046 0.895,2 2,2 1.105,0 2,-0.8954 2,-2 z"/> + <path style="fill:#ffffff" d="m 14,16 c 0,-1.105 -0.895,-2 -2,-2 -1.105,0 -2,0.895 -2,2 0,1.105 0.895,2 2,2 1.105,0 2,-0.895 2,-2 z"/> + <path style="fill:#ffffff" d="M 12,11 C 12,9.895 11.105,9 10,9 8.8954,9 8,9.895 8,11 c 0,1.105 0.8954,2 2,2 1.105,0 2,-0.895 2,-2 z"/> +</svg> |