diff options
author | Sn4il <sn4il@thedroth.rocks> | 2025-01-05 14:00:29 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2025-01-05 14:00:29 +0300 |
commit | f627c63713c809c658e48de0b3e5bef226badaec (patch) | |
tree | 4e2724ce7f762f065e2b5c6342a4e2975ab24fae /themes/materia-cyberpunk-neon/gnome-shell/icons/scalable/actions/color-pick.svg | |
parent | 700c23d2f61fc5e03095c363fd13470861678f75 (diff) | |
download | dotfiles-master.tar.gz dotfiles-master.zip |
Diffstat (limited to 'themes/materia-cyberpunk-neon/gnome-shell/icons/scalable/actions/color-pick.svg')
-rw-r--r-- | themes/materia-cyberpunk-neon/gnome-shell/icons/scalable/actions/color-pick.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/materia-cyberpunk-neon/gnome-shell/icons/scalable/actions/color-pick.svg b/themes/materia-cyberpunk-neon/gnome-shell/icons/scalable/actions/color-pick.svg new file mode 100644 index 0000000..2246776 --- /dev/null +++ b/themes/materia-cyberpunk-neon/gnome-shell/icons/scalable/actions/color-pick.svg @@ -0,0 +1,10 @@ +<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"> + <defs> + <filter id="a" color-interpolation-filters="sRGB"> + <feGaussianBlur stdDeviation=".6"/> + </filter> + </defs> + <path d="M1 1v9a9 9 0 109-9H1z" filter="url(#a)" opacity=".6" transform="translate(0 .5)"/> + <path d="M1.5 1.5V10A8.5 8.5 0 1010 1.5H1.5z" stroke="#fff"/> + <circle cx="10" cy="10" r="7" fill="#50dbb5"/> +</svg> |