diff options
author | Mattias Andrée <maandree@kth.se> | 2018-06-17 22:09:40 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-06-17 22:09:40 +0200 |
commit | 45d86cd4acde1cd786c99fb978922877ff185ecb (patch) | |
tree | 33056872987085388735c855426c884e75a4225d | |
parent | Fix actions/zoom and add more icons used by Inkscape (diff) | |
download | simple-icon-theme-45d86cd4acde1cd786c99fb978922877ff185ecb.tar.gz simple-icon-theme-45d86cd4acde1cd786c99fb978922877ff185ecb.tar.bz2 simple-icon-theme-45d86cd4acde1cd786c99fb978922877ff185ecb.tar.xz |
Add meld-locked and meld-unlocked
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | Makefile | 2 | ||||
l--------- | scalable/status/meld-locked.svg | 1 | ||||
l--------- | scalable/status/meld-unlocked.svg | 1 |
3 files changed, 4 insertions, 0 deletions
@@ -1085,6 +1085,7 @@ ICONS =\ status/network-wireless-not-encrypted\ status/network-wireless-encrypted\ status/object-locked\ + status/meld-locked\ status/gnome-dev-wavelan-encrypted\ status/nm-secure-lock\ status/nm-vpn-active-lock\ @@ -1256,6 +1257,7 @@ ICONS =\ status/weather-few-clouds-night-350\ status/weather-windy\ status/object-unlocked\ + status/meld-unlocked\ status/user-not-tracked\ status/object-hidden\ status/password-hidden\ diff --git a/scalable/status/meld-locked.svg b/scalable/status/meld-locked.svg new file mode 120000 index 0000000..5c1fbb3 --- /dev/null +++ b/scalable/status/meld-locked.svg @@ -0,0 +1 @@ +object-locked.svg
\ No newline at end of file diff --git a/scalable/status/meld-unlocked.svg b/scalable/status/meld-unlocked.svg new file mode 120000 index 0000000..a767395 --- /dev/null +++ b/scalable/status/meld-unlocked.svg @@ -0,0 +1 @@ +object-unlocked.svg
\ No newline at end of file |