diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-27 10:35:50 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-27 10:35:50 +0100 |
commit | cd5af0a39cf71fd9c53886badf3ea0384d51fa22 (patch) | |
tree | 30e89940dbe9c74d23ba98297395b064534182fd /pix | |
parent | 1bff8fd7cbd3904afda224ab1555e1e435528314 (diff) |
svg icon, multiply setting
Diffstat (limited to 'pix')
-rw-r--r-- | pix/icon.svg | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/pix/icon.svg b/pix/icon.svg new file mode 100644 index 0000000..7f4ba9e --- /dev/null +++ b/pix/icon.svg @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.1" + id="svg2" + preserveAspectRatio="xMinYMid meet" + height="16" + width="16" + style="isolation:isolate"> + <metadata + id="metadata17"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs4"> + <clipPath + id="a"> + <path + id="path7" + d="M0 0h16v16H0z" /> + </clipPath> + </defs> + <g + transform="translate(0,2.9491527)" + id="g9" + clip-path="url(#a)"> + <path + id="path11" + d="m 16,6 0,-1 -16,0 0,6 16,0 0,-1 -15,0 0,-4 14,0 0,4 1,0 0,-4 z" /> + <path + style="fill:#ffffff" + id="path13" + d="M 1,6 15,6 15,10 1,10 1,6 Z" /> + </g> + <text + id="text3345" + y="5.6271191" + x="-3.2833064e-008" + style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.5px;line-height:125%;font-family:Sans;-inkscape-font-specification:'Sans, Bold';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + xml:space="preserve"><tspan + y="5.6271191" + x="-3.2833064e-008" + id="tspan3347">x=y</tspan></text> +</svg> |