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/48/actions/color-gradient.svg | |
parent | 1b664b9cea0d87008b15a9aa043da30cb0c9d00e (diff) |
Added Material Black theme
Diffstat (limited to '.icons/Material-Black-Lime-Numix/48/actions/color-gradient.svg')
-rw-r--r-- | .icons/Material-Black-Lime-Numix/48/actions/color-gradient.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.icons/Material-Black-Lime-Numix/48/actions/color-gradient.svg b/.icons/Material-Black-Lime-Numix/48/actions/color-gradient.svg new file mode 100644 index 00000000..97e41351 --- /dev/null +++ b/.icons/Material-Black-Lime-Numix/48/actions/color-gradient.svg @@ -0,0 +1,13 @@ + +<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient y1="19" x2="19" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2 0 0 2 0 0)" id="linearGradient4178" x1="5" y2="5"> + <stop style="stop-color:#268bd2;stop-opacity:1"/> + <stop offset="1" style="stop-color:#bbb;stop-opacity:0"/> + </linearGradient> + </defs> + <path d="m 10 10 0 25 3 0 0 3 25 0 0 -25 -3 0 0 -3 z" style="fill:url(#linearGradient4178);opacity:1;fill-opacity:1;stroke:none;fill-rule:nonzero"/> + <path d="M 12,36 36,12" style="stroke-opacity:1;fill:none;stroke:#313131;stroke-linecap:butt;stroke-linejoin:miter;stroke-width:2"/> + <rect width="6" style="stroke-dasharray:none;stroke-opacity:1;fill:none;opacity:1;stroke-miterlimit:4;stroke:#313131;stroke-linecap:butt;stroke-linejoin:miter;stroke-width:2;stroke-dashoffset:0" x="35" height="6" y="7"/> + <rect width="6" style="stroke-dasharray:none;stroke-opacity:1;fill:none;opacity:1;stroke-miterlimit:4;stroke:#313131;stroke-linecap:butt;stroke-linejoin:miter;stroke-width:2;stroke-dashoffset:0" x="7" height="6" y="35"/> +</svg> |