diff options
author | Kuuuube <61125188+Kuuuube@users.noreply.github.com> | 2024-04-25 20:56:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 00:56:58 +0000 |
commit | 5508a4d27cefa93562a5e47df0ac1a4f1ece5a65 (patch) | |
tree | b9d0379b3e6792cc95aaaa7e56363fc7ba154bdf /ext/images/add-duplicate-term-kanji-blue.svg | |
parent | af2dc445d5add65e14257301afbd0f52ccb81cf1 (diff) |
Add blue variants of the add duplicate buttons (#860)24.4.28.0
Diffstat (limited to 'ext/images/add-duplicate-term-kanji-blue.svg')
-rw-r--r-- | ext/images/add-duplicate-term-kanji-blue.svg | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/ext/images/add-duplicate-term-kanji-blue.svg b/ext/images/add-duplicate-term-kanji-blue.svg new file mode 100644 index 00000000..9e22017e --- /dev/null +++ b/ext/images/add-duplicate-term-kanji-blue.svg @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <defs> + <linearGradient id="linearGradient328" x1="-1.7198" x2="-1.7198" y1="3.5719" y2=".79375" gradientTransform="matrix(3.7795,0,0,3.7795,14.5,-6.308e-7)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#6fb558" offset="0"/> + <stop stop-color="#a5db9b" offset="1"/> + </linearGradient> + <linearGradient id="linearGradient330" x1="7.5406" x2="5.1594" y1="3.3073" y2=".92604" gradientTransform="matrix(3.7795,0,0,3.7795,-16,-6e-7)" gradientUnits="userSpaceOnUse"> + <stop stop-color="#34812c" offset="0"/> + <stop stop-color="#87b870" offset="1"/> + </linearGradient> + <radialGradient id="radialGradient332" cx="2.1167" cy="2.1167" r=".66146" gradientTransform="matrix(4.5354,8.0301e-7,-8.0301e-7,4.5354,-1.6,-1.6)" gradientUnits="userSpaceOnUse"> + <stop stop-opacity=".28986" offset="0"/> + <stop stop-opacity="0" offset="1"/> + </radialGradient> + <filter id="filter134" x="-.038462" y="-.038462" width="1.0769" height="1.0769" color-interpolation-filters="sRGB"> + <feColorMatrix result="color1" type="hueRotate" values="105"/> + <feColorMatrix result="color2" type="saturate" values="1"/> + </filter> + <filter id="filter136" x="-.038462" y="-.038462" width="1.0769" height="1.0769" color-interpolation-filters="sRGB"> + <feColorMatrix result="color1" type="hueRotate" values="105"/> + <feColorMatrix result="color2" type="saturate" values="1"/> + </filter> + </defs> + <g transform="matrix(.91504 0 0 .91504 2.2745 -.91504)" filter="url(#filter136)"> + <circle cx="8" cy="8" r="6.5" fill="url(#linearGradient328)"/> + <circle cx="8" cy="8" r="5.75" fill="none" stroke="#fff" stroke-opacity=".50196" stroke-width="1.5"/> + <circle cx="8" cy="8" r="6.5" fill="none" stroke="url(#linearGradient330)"/> + <circle cx="8" cy="8" r="3" fill="url(#radialGradient332)"/> + <path d="m5 7h2v-2h2v2h2v2h-2v2h-2v-2h-2v-2" fill="#fff"/> + </g> + <g transform="matrix(.91504 0 0 .91504 -.91504 2.2745)" filter="url(#filter134)"> + <circle cx="8" cy="8" r="6.5" fill="url(#linearGradient328)"/> + <circle cx="8" cy="8" r="5.75" fill="none" stroke="#fff" stroke-opacity=".50196" stroke-width="1.5"/> + <circle cx="8" cy="8" r="6.5" fill="none" stroke="url(#linearGradient330)"/> + <circle cx="8" cy="8" r="3" fill="url(#radialGradient332)"/> + <path d="m5 7h2v-2h2v2h2v2h-2v2h-2v-2h-2v-2" fill="#fff"/> + </g> +</svg> |