From df9522c25a0fd145bdcebb9e7777aada22765402 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 28 Sep 2025 01:06:21 +0200 Subject: a --- .../scalable/status/audio-volume-high.svg | 135 ++++++++++++ .../scalable/status/audio-volume-low.svg | 120 +++++++++++ .../scalable/status/audio-volume-medium.svg | 125 +++++++++++ .../scalable/status/audio-volume-muted.svg | 139 +++++++++++++ .../scalable/status/battery-caution.svg | 151 ++++++++++++++ .../HighContrast2/scalable/status/battery-low.svg | 151 ++++++++++++++ .../HighContrast2/scalable/status/dialog-error.svg | 76 +++++++ .../scalable/status/dialog-information.svg | 113 ++++++++++ .../scalable/status/dialog-password.svg | 76 +++++++ .../scalable/status/dialog-question.svg | 72 +++++++ .../scalable/status/dialog-warning.svg | 95 +++++++++ .../scalable/status/folder-drag-accept.svg | 70 +++++++ .../HighContrast2/scalable/status/folder-open.svg | 70 +++++++ .../scalable/status/folder-visiting.svg | 84 ++++++++ .../scalable/status/image-missing.svg | 143 +++++++++++++ .../scalable/status/mail-attachment.svg | 69 +++++++ .../scalable/status/media-playlist-repeat.svg | 111 ++++++++++ .../scalable/status/media-playlist-shuffle.svg | 120 +++++++++++ .../scalable/status/network-offline.svg | 90 ++++++++ .../scalable/status/network-online.svg | 94 +++++++++ .../scalable/status/printer-error.svg | 18 ++ .../scalable/status/printer-printing.svg | 32 +++ .../scalable/status/software-update-available.svg | 154 ++++++++++++++ .../scalable/status/software-update-urgent.svg | 169 +++++++++++++++ .../scalable/status/user-trash-full.svg | 77 +++++++ .../scalable/status/weather-clear-night.svg | 152 ++++++++++++++ .../scalable/status/weather-clear.svg | 141 +++++++++++++ .../scalable/status/weather-few-clouds-night.svg | 163 +++++++++++++++ .../scalable/status/weather-few-clouds.svg | 160 ++++++++++++++ .../HighContrast2/scalable/status/weather-fog.svg | 123 +++++++++++ .../scalable/status/weather-overcast.svg | 109 ++++++++++ .../scalable/status/weather-showers-scattered.svg | 230 +++++++++++++++++++++ .../scalable/status/weather-showers.svg | 178 ++++++++++++++++ .../HighContrast2/scalable/status/weather-snow.svg | 177 ++++++++++++++++ .../scalable/status/weather-storm.svg | 110 ++++++++++ 35 files changed, 4097 insertions(+) create mode 100644 icons/HighContrast2/scalable/status/audio-volume-high.svg create mode 100644 icons/HighContrast2/scalable/status/audio-volume-low.svg create mode 100644 icons/HighContrast2/scalable/status/audio-volume-medium.svg create mode 100644 icons/HighContrast2/scalable/status/audio-volume-muted.svg create mode 100644 icons/HighContrast2/scalable/status/battery-caution.svg create mode 100644 icons/HighContrast2/scalable/status/battery-low.svg create mode 100644 icons/HighContrast2/scalable/status/dialog-error.svg create mode 100644 icons/HighContrast2/scalable/status/dialog-information.svg create mode 100644 icons/HighContrast2/scalable/status/dialog-password.svg create mode 100644 icons/HighContrast2/scalable/status/dialog-question.svg create mode 100644 icons/HighContrast2/scalable/status/dialog-warning.svg create mode 100644 icons/HighContrast2/scalable/status/folder-drag-accept.svg create mode 100644 icons/HighContrast2/scalable/status/folder-open.svg create mode 100644 icons/HighContrast2/scalable/status/folder-visiting.svg create mode 100644 icons/HighContrast2/scalable/status/image-missing.svg create mode 100644 icons/HighContrast2/scalable/status/mail-attachment.svg create mode 100644 icons/HighContrast2/scalable/status/media-playlist-repeat.svg create mode 100644 icons/HighContrast2/scalable/status/media-playlist-shuffle.svg create mode 100644 icons/HighContrast2/scalable/status/network-offline.svg create mode 100644 icons/HighContrast2/scalable/status/network-online.svg create mode 100644 icons/HighContrast2/scalable/status/printer-error.svg create mode 100644 icons/HighContrast2/scalable/status/printer-printing.svg create mode 100644 icons/HighContrast2/scalable/status/software-update-available.svg create mode 100644 icons/HighContrast2/scalable/status/software-update-urgent.svg create mode 100644 icons/HighContrast2/scalable/status/user-trash-full.svg create mode 100644 icons/HighContrast2/scalable/status/weather-clear-night.svg create mode 100644 icons/HighContrast2/scalable/status/weather-clear.svg create mode 100644 icons/HighContrast2/scalable/status/weather-few-clouds-night.svg create mode 100644 icons/HighContrast2/scalable/status/weather-few-clouds.svg create mode 100644 icons/HighContrast2/scalable/status/weather-fog.svg create mode 100644 icons/HighContrast2/scalable/status/weather-overcast.svg create mode 100644 icons/HighContrast2/scalable/status/weather-showers-scattered.svg create mode 100644 icons/HighContrast2/scalable/status/weather-showers.svg create mode 100644 icons/HighContrast2/scalable/status/weather-snow.svg create mode 100644 icons/HighContrast2/scalable/status/weather-storm.svg (limited to 'icons/HighContrast2/scalable/status') diff --git a/icons/HighContrast2/scalable/status/audio-volume-high.svg b/icons/HighContrast2/scalable/status/audio-volume-high.svg new file mode 100644 index 0000000..bf566b0 --- /dev/null +++ b/icons/HighContrast2/scalable/status/audio-volume-high.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + image/svg+xml + + Volume high + + + Luca Ferretti <elle.uca@libero.it> + + + + + audio volume high + + + A speaker with ))) in front + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/audio-volume-low.svg b/icons/HighContrast2/scalable/status/audio-volume-low.svg new file mode 100644 index 0000000..19501ea --- /dev/null +++ b/icons/HighContrast2/scalable/status/audio-volume-low.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + image/svg+xml + + Volume low + + + Luca Ferretti <elle.uca@libero.it> + + + + + audio volume low + + + A speaker with a ) in front + + + + + + + + + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/audio-volume-medium.svg b/icons/HighContrast2/scalable/status/audio-volume-medium.svg new file mode 100644 index 0000000..3b231a4 --- /dev/null +++ b/icons/HighContrast2/scalable/status/audio-volume-medium.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + image/svg+xml + + Volume medium + + + Luca Ferretti <elle.uca@libero.it> + + + + + audio volume medium + + + A speaker with )) in front + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/audio-volume-muted.svg b/icons/HighContrast2/scalable/status/audio-volume-muted.svg new file mode 100644 index 0000000..d74cd3d --- /dev/null +++ b/icons/HighContrast2/scalable/status/audio-volume-muted.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + image/svg+xml + + Volume muted + + + Luca Ferretti <elle.uca@libero.it> + + + + + audio volume muted + + + A speaker with a X in front + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/battery-caution.svg b/icons/HighContrast2/scalable/status/battery-caution.svg new file mode 100644 index 0000000..4c3b538 --- /dev/null +++ b/icons/HighContrast2/scalable/status/battery-caution.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + image/svg+xml + + Batteri Caution + 2008-12-15 + + + Vinicius Depizzol <vdepizzol@gmail.com> + + + + + battery + caution + + + less then 40% + + + Luca Ferretti <elle.uca@libero.it> + + + A battery with less then half charge + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/battery-low.svg b/icons/HighContrast2/scalable/status/battery-low.svg new file mode 100644 index 0000000..826ecad --- /dev/null +++ b/icons/HighContrast2/scalable/status/battery-low.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + image/svg+xml + + Battery Low + 2008-12-15 + + + Vinicius Depizzol <vdepizzol@gmail.com> + + + + + battery + Low + + + less then 20% + + + Luca Ferretti <elle.uca@libero.it> + + + A quite empty battery + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/dialog-error.svg b/icons/HighContrast2/scalable/status/dialog-error.svg new file mode 100644 index 0000000..7c57517 --- /dev/null +++ b/icons/HighContrast2/scalable/status/dialog-error.svg @@ -0,0 +1,76 @@ + + +image/svg+xmlDialog errorjimmac + + + + + + + + + + + \ No newline at end of file diff --git a/icons/HighContrast2/scalable/status/dialog-information.svg b/icons/HighContrast2/scalable/status/dialog-information.svg new file mode 100644 index 0000000..1780dad --- /dev/null +++ b/icons/HighContrast2/scalable/status/dialog-information.svg @@ -0,0 +1,113 @@ + + +image/svg+xmlDialog InformationNovember 2008Luca Ferretti <elle.uca@libero.it>dialogalertnotificationinformationIcon to show while providing info to userA light bulbBased on Jakub Steiner's work + + + \ No newline at end of file diff --git a/icons/HighContrast2/scalable/status/dialog-password.svg b/icons/HighContrast2/scalable/status/dialog-password.svg new file mode 100644 index 0000000..7142511 --- /dev/null +++ b/icons/HighContrast2/scalable/status/dialog-password.svg @@ -0,0 +1,76 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/dialog-question.svg b/icons/HighContrast2/scalable/status/dialog-question.svg new file mode 100644 index 0000000..00fd4ef --- /dev/null +++ b/icons/HighContrast2/scalable/status/dialog-question.svg @@ -0,0 +1,72 @@ + + +image/svg+xml + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/HighContrast2/scalable/status/dialog-warning.svg b/icons/HighContrast2/scalable/status/dialog-warning.svg new file mode 100644 index 0000000..da469fc --- /dev/null +++ b/icons/HighContrast2/scalable/status/dialog-warning.svg @@ -0,0 +1,95 @@ + + +image/svg+xmlDialow warningLuca Ferretti <elle.uca@libero.it>Based on icon from jimmac + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/HighContrast2/scalable/status/folder-drag-accept.svg b/icons/HighContrast2/scalable/status/folder-drag-accept.svg new file mode 100644 index 0000000..97b0a65 --- /dev/null +++ b/icons/HighContrast2/scalable/status/folder-drag-accept.svg @@ -0,0 +1,70 @@ + + +image/svg+xml + + + + + + + + + + + \ No newline at end of file diff --git a/icons/HighContrast2/scalable/status/folder-open.svg b/icons/HighContrast2/scalable/status/folder-open.svg new file mode 100644 index 0000000..c7ad23a --- /dev/null +++ b/icons/HighContrast2/scalable/status/folder-open.svg @@ -0,0 +1,70 @@ + + +image/svg+xml + + + + + + + + + + + \ No newline at end of file diff --git a/icons/HighContrast2/scalable/status/folder-visiting.svg b/icons/HighContrast2/scalable/status/folder-visiting.svg new file mode 100644 index 0000000..cb5c0dc --- /dev/null +++ b/icons/HighContrast2/scalable/status/folder-visiting.svg @@ -0,0 +1,84 @@ + + +image/svg+xmlFolderA folderbased on jimmac work + + + + + + + + + \ No newline at end of file diff --git a/icons/HighContrast2/scalable/status/image-missing.svg b/icons/HighContrast2/scalable/status/image-missing.svg new file mode 100644 index 0000000..d7115cf --- /dev/null +++ b/icons/HighContrast2/scalable/status/image-missing.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + image/svg+xml + + + Image Missing + November 2008 + + + Luca Ferretti <elle.uca@libero.it> + + + + + image + picture + missing + not loaded + + + Placeholder icon for not loaded images and pictures + A photo paper whit a X on it + + + + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/mail-attachment.svg b/icons/HighContrast2/scalable/status/mail-attachment.svg new file mode 100644 index 0000000..ce5a1e9 --- /dev/null +++ b/icons/HighContrast2/scalable/status/mail-attachment.svg @@ -0,0 +1,69 @@ + + +image/svg+xmlMail AttachmentNovember 2008Luca Ferretti <elle.uca@libero.it>attachmentemailmailIdentify an attached itemA paperclipBased on Jakub Steiner's work + + + \ No newline at end of file diff --git a/icons/HighContrast2/scalable/status/media-playlist-repeat.svg b/icons/HighContrast2/scalable/status/media-playlist-repeat.svg new file mode 100644 index 0000000..8ec1cf4 --- /dev/null +++ b/icons/HighContrast2/scalable/status/media-playlist-repeat.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + image/svg+xml + + Media Playlist Repeat + December 2008 + + + Luca Ferretti + + + + + media + playlist + play + order + repeat + + + + A "circular" arrow + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/media-playlist-shuffle.svg b/icons/HighContrast2/scalable/status/media-playlist-shuffle.svg new file mode 100644 index 0000000..136d53f --- /dev/null +++ b/icons/HighContrast2/scalable/status/media-playlist-shuffle.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + image/svg+xml + + Media Playlist Shuffle + December 2008 + + + Luca Ferretti + + + + + media + playlist + play + order + shuffle + + + Two intersectating arrows + + + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/network-offline.svg b/icons/HighContrast2/scalable/status/network-offline.svg new file mode 100644 index 0000000..97c163e --- /dev/null +++ b/icons/HighContrast2/scalable/status/network-offline.svg @@ -0,0 +1,90 @@ + + +image/svg+xmlNetwork OfflineLuca Ferretti <elle.uca@libero.it>networkstatusofflinedisconnectedA plugJakub Steiner did the previous non-pixel perfect version. + + + \ No newline at end of file diff --git a/icons/HighContrast2/scalable/status/network-online.svg b/icons/HighContrast2/scalable/status/network-online.svg new file mode 100644 index 0000000..749f058 --- /dev/null +++ b/icons/HighContrast2/scalable/status/network-online.svg @@ -0,0 +1,94 @@ + + +image/svg+xmlNetwork OnlineLuca Ferretti <elle.uca@libero.it>networkonlineconnectedConnected plugsBased on Jakub Steiner's work, I've just made it pixel perfect + + + \ No newline at end of file diff --git a/icons/HighContrast2/scalable/status/printer-error.svg b/icons/HighContrast2/scalable/status/printer-error.svg new file mode 100644 index 0000000..05c3b3e --- /dev/null +++ b/icons/HighContrast2/scalable/status/printer-error.svg @@ -0,0 +1,18 @@ + + +image/svg+xml + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/HighContrast2/scalable/status/printer-printing.svg b/icons/HighContrast2/scalable/status/printer-printing.svg new file mode 100644 index 0000000..6c4a8b4 --- /dev/null +++ b/icons/HighContrast2/scalable/status/printer-printing.svg @@ -0,0 +1,32 @@ + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/HighContrast2/scalable/status/software-update-available.svg b/icons/HighContrast2/scalable/status/software-update-available.svg new file mode 100644 index 0000000..2287b39 --- /dev/null +++ b/icons/HighContrast2/scalable/status/software-update-available.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + image/svg+xml + + Updates + + + Luca Ferretti <elle.uca@libero.it> + + + + + updates + available + software + + + Based on same icon in GNOME icon theme + + + + + + + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/software-update-urgent.svg b/icons/HighContrast2/scalable/status/software-update-urgent.svg new file mode 100644 index 0000000..af651de --- /dev/null +++ b/icons/HighContrast2/scalable/status/software-update-urgent.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + image/svg+xml + + Updates + + + Luca Ferretti <elle.uca@libero.it> + + + + + updates + available + software + + + Based on same icon in GNOME icon theme + + + + + + + + + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/user-trash-full.svg b/icons/HighContrast2/scalable/status/user-trash-full.svg new file mode 100644 index 0000000..c809a2d --- /dev/null +++ b/icons/HighContrast2/scalable/status/user-trash-full.svg @@ -0,0 +1,77 @@ + + +image/svg+xmlUser Trash FullNovember 2008Luca Ferretti <elle.uca@libero.it>trashgarbagetrashednon emptyNotify there are some stuff in trashA trashcan with a paper inside itBased on Jakub Steiner 's work + + + \ No newline at end of file diff --git a/icons/HighContrast2/scalable/status/weather-clear-night.svg b/icons/HighContrast2/scalable/status/weather-clear-night.svg new file mode 100644 index 0000000..2a04ffc --- /dev/null +++ b/icons/HighContrast2/scalable/status/weather-clear-night.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + image/svg+xml + + Weather Clean Night + December 2008 + + + Luca Ferretti <elle.uca@libero.it> + + + + + weather + night + moon + clean + + + A half moon with a twinkle-twinkle-little-star and a cloud over it + + + + + + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/weather-clear.svg b/icons/HighContrast2/scalable/status/weather-clear.svg new file mode 100644 index 0000000..e1cf28d --- /dev/null +++ b/icons/HighContrast2/scalable/status/weather-clear.svg @@ -0,0 +1,141 @@ + + + + + + + + + + + image/svg+xml + + Weather Sun + December 2008 + + + Luca Ferretti <elle.uca@libero.it> + + + + + weather + sun + clean + day + + + A sun + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/weather-few-clouds-night.svg b/icons/HighContrast2/scalable/status/weather-few-clouds-night.svg new file mode 100644 index 0000000..6e3ecf0 --- /dev/null +++ b/icons/HighContrast2/scalable/status/weather-few-clouds-night.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + image/svg+xml + + Weather Few Clouds Night + December 2008 + + + Luca Ferretti <elle.uca@libero.it> + + + + + weather + night + moon + few clouds + cloud + + + A half moon with a twinkle-twinkle-little-star and a cloud over it + + + + + + + + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/weather-few-clouds.svg b/icons/HighContrast2/scalable/status/weather-few-clouds.svg new file mode 100644 index 0000000..e53f921 --- /dev/null +++ b/icons/HighContrast2/scalable/status/weather-few-clouds.svg @@ -0,0 +1,160 @@ + + + + + + + + + + + + + image/svg+xml + + Weather Few Clouds Night + December 2008 + + + Luca Ferretti <elle.uca@libero.it> + + + + + weather + day + cloud + few + + + + A sun with a cloud over it + + + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/weather-fog.svg b/icons/HighContrast2/scalable/status/weather-fog.svg new file mode 100644 index 0000000..77ff3d3 --- /dev/null +++ b/icons/HighContrast2/scalable/status/weather-fog.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + image/svg+xml + + Weather Fog + December 2008 + + + Luca Ferretti <elle.uca@libero.it> + + + + + + feather + fog + no visibility + + + three horizontal bar, representing no visibility due fog + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/weather-overcast.svg b/icons/HighContrast2/scalable/status/weather-overcast.svg new file mode 100644 index 0000000..b5aab40 --- /dev/null +++ b/icons/HighContrast2/scalable/status/weather-overcast.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/weather-showers-scattered.svg b/icons/HighContrast2/scalable/status/weather-showers-scattered.svg new file mode 100644 index 0000000..6e9e9f9 --- /dev/null +++ b/icons/HighContrast2/scalable/status/weather-showers-scattered.svg @@ -0,0 +1,230 @@ + + + + + + + + + + + + + image/svg+xml + + Weather Showers Scattered + December 2008 + + + Luca Ferretti <elle.uca@libero.it> + + + + + weather + showers + scattered + + + Two raindrops + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/weather-showers.svg b/icons/HighContrast2/scalable/status/weather-showers.svg new file mode 100644 index 0000000..058f68a --- /dev/null +++ b/icons/HighContrast2/scalable/status/weather-showers.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + image/svg+xml + + + Weather Showers + December 2008 + + + Luca Ferretti <elle.uca@libero.it> + + + + + weather + showers + + + + + + + + + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/weather-snow.svg b/icons/HighContrast2/scalable/status/weather-snow.svg new file mode 100644 index 0000000..525f385 --- /dev/null +++ b/icons/HighContrast2/scalable/status/weather-snow.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + image/svg+xml + + Weather Snow + December 2008 + + + Luca Ferretti <elle.uca@libero.it> + + + + + weather + snow + + + Snow crystals + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/HighContrast2/scalable/status/weather-storm.svg b/icons/HighContrast2/scalable/status/weather-storm.svg new file mode 100644 index 0000000..b76b769 --- /dev/null +++ b/icons/HighContrast2/scalable/status/weather-storm.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + image/svg+xml + + Weather Strom + December 2008 + + + Luca Ferretti <elle.uca@libero.it> + + + + + weather + storm + thunder + + + A thunder + + + + + + + + + + -- cgit v1.2.3