diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-19 08:17:22 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 09:41:14 +0100 |
commit | 577649504775349936391330a8bdf3fd58464a67 (patch) | |
tree | 0a7754a3512a316e39a94024b65f783a140f2de0 /src/icon.svg | |
parent | 706ad73eb02caf8532deaf5d38995bd258725cb8 (diff) |
STRUCT Repo structure with basic layout
Diffstat (limited to 'src/icon.svg')
-rw-r--r-- | src/icon.svg | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/src/icon.svg b/src/icon.svg new file mode 100644 index 0000000..4ea294c --- /dev/null +++ b/src/icon.svg @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<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" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="15mm" + height="15mm" + viewBox="0 0 15 15" + version="1.1" + id="svg8" + inkscape:version="0.92.4 (unknown)" + sodipodi:docname="icon.svg" + inkscape:export-filename="/home/jaragunde/projects/agl-wrt/wam-demo-applications/html5-homescreen/icon.png" + inkscape:export-xdpi="338.66669" + inkscape:export-ydpi="338.66669"> + <defs + id="defs2" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="7.9195959" + inkscape:cx="36.15848" + inkscape:cy="20.55416" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1920" + inkscape:window-height="1016" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" + units="mm" + showguides="false" /> + <metadata + id="metadata5"> + <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> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-66.248444,-93.767853)"> + <circle + style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.26282853;stroke-opacity:1" + id="path814" + cx="73.748444" + cy="101.26785" + r="7.3685856" /> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:9.66912842px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.2417282" + x="66.377312" + y="104.22846" + id="text817"><tspan + sodipodi:role="line" + id="tspan815" + x="66.377312" + y="104.22846" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Carlito;-inkscape-font-specification:Carlito;stroke-width:0.2417282"><h></tspan></text> + </g> +</svg> |