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/32x32/apps/texstudio.svg | |
parent | ff093188fe7450294cf14c6c94caf10f32f9f1b1 (diff) |
created a custom icon theme based on Papirus
Diffstat (limited to '.icons/awkward/32x32/apps/texstudio.svg')
-rw-r--r-- | .icons/awkward/32x32/apps/texstudio.svg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.icons/awkward/32x32/apps/texstudio.svg b/.icons/awkward/32x32/apps/texstudio.svg new file mode 100644 index 00000000..636fd648 --- /dev/null +++ b/.icons/awkward/32x32/apps/texstudio.svg @@ -0,0 +1,15 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1"> + <rect fill="#8283d7" width="28" height="28" x="2" y="2" rx="1.5" ry="1.5"/> + <path fill="#fff" opacity=".1" d="m3.5 2c-0.831 0-1.5 0.669-1.5 1.5v1c0-0.831 0.669-1.5 1.5-1.5h25c0.831 0 1.5 0.669 1.5 1.5v-1c0-0.831-0.669-1.5-1.5-1.5h-25z"/> + <g opacity=".2" transform="translate(0,1)"> + <path d="m3 10v3h2v9h4v-9h2v-3z"/> + <path d="m24 10h-3l2.3877 5.9458-2.388 6.054h3l1-3 1 3h3l-2.388-6.054 2.388-5.946h-3l-1 3z"/> + <path d="m12 13v12h8v-3h-5v-2h5v-2h-5v-2h5v-3z"/> + </g> + <g fill="#fff"> + <path d="m3 10v3h2v9h4v-9h2v-3z"/> + <path d="m24 10h-3l2.3877 5.9458-2.388 6.054h3l1-3 1 3h3l-2.388-6.054 2.388-5.946h-3l-1 3z"/> + <path d="m12 13v12h8v-3h-5v-2h5v-2h-5v-2h5v-3z"/> + </g> + <path opacity=".2" d="m2 28.5v1c0 0.831 0.669 1.5 1.5 1.5h25c0.831 0 1.5-0.669 1.5-1.5v-1c0 0.831-0.669 1.5-1.5 1.5h-25c-0.831 0-1.5-0.669-1.5-1.5z"/> +</svg> |