diff options
author | Roger Gonzalez <roger@rogs.me> | 2020-04-13 11:11:23 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2020-04-13 11:11:23 -0300 |
commit | 27460d549be12b74b724537e0836b58c96ce9031 (patch) | |
tree | ef3437a35e1fe79912dd8e8f0c7a5ecbce9933b5 /.icons/Material-Black-Lime-Numix/24/actions/color-gradient.svg | |
parent | 1b664b9cea0d87008b15a9aa043da30cb0c9d00e (diff) |
Added Material Black theme
Diffstat (limited to '.icons/Material-Black-Lime-Numix/24/actions/color-gradient.svg')
-rw-r--r-- | .icons/Material-Black-Lime-Numix/24/actions/color-gradient.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.icons/Material-Black-Lime-Numix/24/actions/color-gradient.svg b/.icons/Material-Black-Lime-Numix/24/actions/color-gradient.svg new file mode 100644 index 00000000..82bb36b8 --- /dev/null +++ b/.icons/Material-Black-Lime-Numix/24/actions/color-gradient.svg @@ -0,0 +1,13 @@ + +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <defs> + <linearGradient gradientUnits="userSpaceOnUse" y1="19" id="linearGradient4178" x1="5" y2="5" x2="19"> + <stop style="stop-color:#268bd2;stop-opacity:1"/> + <stop style="stop-color:#bbb;stop-opacity:0" offset="1"/> + </linearGradient> + </defs> + <path style="fill:url(#linearGradient4178);opacity:1;fill-opacity:1;stroke:none;fill-rule:nonzero" d="m 5 5 0 12.5 1.5 0 0 1.5 12.5 0 0 -12.5 -1.5 0 0 -1.5 z"/> + <path style="stroke-opacity:1;fill:none;stroke:#313131;stroke-linecap:butt;stroke-linejoin:miter;stroke-width:1" d="M 6,18 18,6"/> + <rect width="3" style="stroke-dasharray:none;stroke-opacity:1;fill:none;opacity:1;stroke-miterlimit:4;stroke:#313131;stroke-linecap:butt;stroke-linejoin:miter;stroke-width:1;stroke-dashoffset:0" height="3" y="3.5" x="17.5"/> + <rect width="3" style="stroke-dasharray:none;stroke-opacity:1;fill:none;opacity:1;stroke-miterlimit:4;stroke:#313131;stroke-linecap:butt;stroke-linejoin:miter;stroke-width:1;stroke-dashoffset:0" height="3" y="17.5" x="3.5"/> +</svg> |