diff options
author | Mattias Andrée <maandree@kth.se> | 2021-12-26 13:13:05 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-12-26 13:13:05 +0100 |
commit | 9550893dc3093953846ecf821ce675052ea57207 (patch) | |
tree | 0220a6217f7d4a62f9a98a97c2d26be5bdb71266 | |
parent | Add element (diff) | |
download | simple-icon-theme-9550893dc3093953846ecf821ce675052ea57207.tar.gz simple-icon-theme-9550893dc3093953846ecf821ce675052ea57207.tar.bz2 simple-icon-theme-9550893dc3093953846ecf821ce675052ea57207.tar.xz |
Add {birth,death}day{,-christian}
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | scalable/status/birthday-christian.svg | 1 | ||||
-rw-r--r-- | scalable/status/birthday.svg | 1 | ||||
-rw-r--r-- | scalable/status/deathday-christian.svg | 1 | ||||
-rw-r--r-- | scalable/status/deathday.svg | 1 |
5 files changed, 8 insertions, 0 deletions
@@ -870,6 +870,10 @@ ICONS =\ apps/ppracer\ apps/mate-panel-drawer\ apps/gnome-panel-drawer\ + status/birthday\ + status/birthday-christian\ + status/deathday\ + status/deathday-christian\ status/kbd-capslock-on\ devices/kbd-capslock-on\ status/kbd-capslock-off\ diff --git a/scalable/status/birthday-christian.svg b/scalable/status/birthday-christian.svg new file mode 100644 index 0000000..da096f5 --- /dev/null +++ b/scalable/status/birthday-christian.svg @@ -0,0 +1 @@ +<svg height="16.072405" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m7 0v3.2675781l-2.8300781-1.6328125-1 1.7304688 2.8320312 1.6347656-2.8320312 1.6347656 1 1.7304688 2.8300781-1.6328125v3.2675781h2v-3.2675781l2.830078 1.6328125 1-1.7304688-2.8320311-1.6347656 2.8320311-1.6347656-1-1.7304688-2.830078 1.6328125v-3.2675781z" fill="#bebebe" stroke-linecap="square" stroke-width=".458484"/></svg>
\ No newline at end of file diff --git a/scalable/status/birthday.svg b/scalable/status/birthday.svg new file mode 100644 index 0000000..7d17c14 --- /dev/null +++ b/scalable/status/birthday.svg @@ -0,0 +1 @@ +<svg height="16.072405" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m7 0v5.5859375l-3.9492188-3.9492187-1.4140624 1.4140624 5.3632812 5.3632813v7.5859375h2v-7.5859375l5.363281-5.3632813-1.414062-1.4140624-3.949219 3.9492187v-5.5859375z" fill="#bebebe" stroke-linecap="square" stroke-width="1.01054"/></svg>
\ No newline at end of file diff --git a/scalable/status/deathday-christian.svg b/scalable/status/deathday-christian.svg new file mode 100644 index 0000000..52a1789 --- /dev/null +++ b/scalable/status/deathday-christian.svg @@ -0,0 +1 @@ +<svg height="16.072405" width="16" xmlns="http://www.w3.org/2000/svg"><g fill="#bebebe" stroke-linecap="square"><path d="m7 0h2v16h-2z" stroke-width=".579941"/><path d="m4-13h2v10h-2z" stroke-width=".458484" transform="rotate(90)"/></g></svg>
\ No newline at end of file diff --git a/scalable/status/deathday.svg b/scalable/status/deathday.svg new file mode 100644 index 0000000..f303c8c --- /dev/null +++ b/scalable/status/deathday.svg @@ -0,0 +1 @@ +<svg height="16.072405" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m7 16v-5.585937l-3.9492188 3.949218-1.4140624-1.414062 5.3632812-5.3632815v-7.5859375h2v7.5859375l5.363281 5.3632815-1.414062 1.414062-3.949219-3.949218v5.585937z" fill="#bebebe" stroke-linecap="square" stroke-width="1.01054"/></svg>
\ No newline at end of file |