diff options
author | Mattias Andrée <maandree@kth.se> | 2020-10-12 17:34:21 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-10-12 17:34:21 +0200 |
commit | 67da283765859b29c7dc4f74c12eb5c3a0352b38 (patch) | |
tree | dbc0d3dc33a3bf3ef37f20020515dca0581396c1 | |
parent | Add and fix aliases (diff) | |
download | simple-icon-theme-67da283765859b29c7dc4f74c12eb5c3a0352b38.tar.gz simple-icon-theme-67da283765859b29c7dc4f74c12eb5c3a0352b38.tar.bz2 simple-icon-theme-67da283765859b29c7dc4f74c12eb5c3a0352b38.tar.xz |
Add apps/org.inkscape.Inkscape and apps/wire-desktop
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | Makefile | 2 | ||||
l--------- | scalable/apps/org.inkscape.Inkscape.svg | 1 | ||||
-rw-r--r-- | scalable/apps/wire-desktop.svg | 1 |
3 files changed, 4 insertions, 0 deletions
@@ -703,6 +703,7 @@ ICONS =\ mimetypes/image-x-psdimage-x-psd\ apps/inkscape\ apps/inkscape-logo\ + apps/org.inkscape.Inkscape\ apps/application-community\ apps/gnome-gnect\ apps/gnome-iagno\ @@ -724,6 +725,7 @@ ICONS =\ apps/virtualbox\ apps/VBox\ apps/vmware-workstation\ + apps/wire-desktop\ apps/x\ apps/utilities-file-archiver\ apps/utilities-archiver\ diff --git a/scalable/apps/org.inkscape.Inkscape.svg b/scalable/apps/org.inkscape.Inkscape.svg new file mode 120000 index 0000000..ca1fc7a --- /dev/null +++ b/scalable/apps/org.inkscape.Inkscape.svg @@ -0,0 +1 @@ +inkscape.svg
\ No newline at end of file diff --git a/scalable/apps/wire-desktop.svg b/scalable/apps/wire-desktop.svg new file mode 100644 index 0000000..a500a48 --- /dev/null +++ b/scalable/apps/wire-desktop.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m8 0c-4.418278 0-8 3.581722-8 8s3.581722 8 8 8 8-3.581722 8-8-3.581722-8-8-8zm0 3.21875c.46992.00039.9463544.127425 1.3339844.421875s.6660156.786335.6660156 1.359375v4c0 1.27069-.4327287 2.237586-1.0429688 2.972656.35686.14118.6673782.417715 1.0488278.421875 1.50279.0164 2.994141-.981571 2.994141-3.394531v-4.5a.5.5 0 0 1 .5-.5.5.5 0 0 1 .5.5v4.5c0 2.85582-2.008649 4.416331-4.0058594 4.394531-.69056-.00753-1.3490112-.266262-1.9570312-.632812-.6301.39445-1.3196488.663467-2.0429688.654297-1.99861-.02534-3.9941406-1.622086-3.9941406-4.416016v-4.5a.5.5 0 0 1 .5-.5.5.5 0 0 1 .5.5v4.5c0 2.33938 1.5044694 3.396986 3.0058594 3.416016.39702.00503.7215237-.270846 1.0898437-.416016-.64542-.73757-1.0957031-1.7247-1.0957031-3v-4c0-.57386.2780456-1.0668281.6660156-1.3613281.38797-.29449.8640744-.4203119 1.3339844-.4199219zm0 1c-.28008-.00023-.5539856.0843169-.7285156.2167969s-.2714844.2828231-.2714844.5644531v4c0 1.24012.4474456 2.067621 1.0722656 2.619141.55652-.55232.9277344-1.406781.9277344-2.619141v-4c0-.27996-.0966144-.42967-.2714844-.5625s-.4484256-.21851-.7285156-.21875z" fill="#bebebe" fill-rule="evenodd" stroke-dashoffset="2078.74" stroke-width="23.5162"/></svg>
\ No newline at end of file |