diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-11-21 14:43:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 14:43:58 +0100 |
commit | 5cc91965d09070437af8c17113c5740401b127dd (patch) | |
tree | b767225c58aab1dbf4e6ef2a1844bc263ab53284 /launcher/resources/breeze_light/scalable/copy.svg | |
parent | c74f852364d512dd850111f92cc989c0c2ce7392 (diff) | |
parent | ffcbf97dcccb2e6cb081282a3e335ecb66d37ca5 (diff) | |
download | PrismLauncher-5cc91965d09070437af8c17113c5740401b127dd.tar.gz PrismLauncher-5cc91965d09070437af8c17113c5740401b127dd.tar.bz2 PrismLauncher-5cc91965d09070437af8c17113c5740401b127dd.zip |
Merge pull request #487 from TayouVR/breeze-icon-themes
Diffstat (limited to 'launcher/resources/breeze_light/scalable/copy.svg')
-rw-r--r-- | launcher/resources/breeze_light/scalable/copy.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/launcher/resources/breeze_light/scalable/copy.svg b/launcher/resources/breeze_light/scalable/copy.svg new file mode 100644 index 00000000..2557953b --- /dev/null +++ b/launcher/resources/breeze_light/scalable/copy.svg @@ -0,0 +1,11 @@ +<!DOCTYPE svg> +<svg viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style type="text/css" id="current-color-scheme"> + .ColorScheme-Text { + color:#232629; + } + </style> + </defs> + <path class="ColorScheme-Text" style="fill:currentColor; fill-opacity:1; stroke:none" d="M 3 3 L 3 17 L 7 17 L 7 19 L 17 19 L 17 10 L 13 6 L 12 6 L 9 3 L 3 3 Z M 4 4 L 8 4 L 8 6 L 7 6 L 7 16 L 4 16 L 4 4 Z M 8 7 L 12 7 L 12 11 L 16 11 L 16 18 L 8 18 L 8 7 Z"/> +</svg> |