summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-18 07:00:43 +0100
committerVolpeon <git@volpeon.ink>2022-02-18 07:00:43 +0100
commitb871fcd977047a20812ebac8d82f7a1d695eee2b (patch)
tree3968dfa17526b254c524d7d840f0bde4780baf70
parentDefine svg-sprite as peer dep (diff)
downloadiro-icons-b871fcd977047a20812ebac8d82f7a1d695eee2b.tar.gz
iro-icons-b871fcd977047a20812ebac8d82f7a1d695eee2b.tar.bz2
iro-icons-b871fcd977047a20812ebac8d82f7a1d695eee2b.zip
Larger chevrons
-rw-r--r--dist/chevron-down.svg2
-rw-r--r--dist/chevron-left.svg2
-rw-r--r--dist/chevron-right.svg2
-rw-r--r--dist/chevron-up.svg2
-rw-r--r--src/icons/chevron-down.svg30
-rw-r--r--src/icons/chevron-left.svg30
-rw-r--r--src/icons/chevron-right.svg30
-rw-r--r--src/icons/chevron-up.svg30
-rw-r--r--src/icons/fox.svg64
9 files changed, 128 insertions, 64 deletions
diff --git a/dist/chevron-down.svg b/dist/chevron-down.svg
index 2f2449b..46522a3 100644
--- a/dist/chevron-down.svg
+++ b/dist/chevron-down.svg
@@ -1,3 +1,3 @@
1<svg fill="none" stroke="currentColor" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> 1<svg fill="none" stroke="currentColor" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2 <path d="M 3.75,5.75 8,10 12.25,5.75" fill="none" stroke="currentColor" /> 2 <path d="M 1.75,4.75 8,11 14.25,4.75" fill="none" stroke="currentColor" />
3</svg> 3</svg>
diff --git a/dist/chevron-left.svg b/dist/chevron-left.svg
index df1f1a4..1ad97f8 100644
--- a/dist/chevron-left.svg
+++ b/dist/chevron-left.svg
@@ -1,3 +1,3 @@
1<svg fill="none" stroke="currentColor" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> 1<svg fill="none" stroke="currentColor" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2 <path d="M 10.25,12.25 6,8 10.25,3.75" fill="none" stroke="currentColor" /> 2 <path d="M 11.25,14.25 5,8 11.25,1.75" fill="none" stroke="currentColor" />
3</svg> 3</svg>
diff --git a/dist/chevron-right.svg b/dist/chevron-right.svg
index b9a7f1a..d27b5a1 100644
--- a/dist/chevron-right.svg
+++ b/dist/chevron-right.svg
@@ -1,3 +1,3 @@
1<svg fill="none" stroke="currentColor" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> 1<svg fill="none" stroke="currentColor" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2 <path d="m5.75 12.25 4.25-4.25-4.25-4.25" fill="none" stroke="currentColor" /> 2 <path d="M 4.75,14.25 11,8 4.75,1.75" fill="none" stroke="currentColor" />
3</svg> 3</svg>
diff --git a/dist/chevron-up.svg b/dist/chevron-up.svg
index 6f64250..fc38fd0 100644
--- a/dist/chevron-up.svg
+++ b/dist/chevron-up.svg
@@ -1,3 +1,3 @@
1<svg fill="none" stroke="currentColor" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> 1<svg fill="none" stroke="currentColor" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2 <path d="M 3.75,10.25 8,6 l 4.25,4.25" fill="none" stroke="currentColor" /> 2 <path d="M 1.75,11.25 8,5 l 6.25,6.25" fill="none" stroke="currentColor" />
3</svg> 3</svg>
diff --git a/src/icons/chevron-down.svg b/src/icons/chevron-down.svg
index 88e07a5..29b99a6 100644
--- a/src/icons/chevron-down.svg
+++ b/src/icons/chevron-down.svg
@@ -1,22 +1,22 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?> 1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg 2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="16" 3 width="16"
11 height="16" 4 height="16"
12 viewBox="0 0 16 16" 5 viewBox="0 0 16 16"
13 version="1.1" 6 version="1.1"
14 id="svg10" 7 id="svg10"
15 sodipodi:docname="chevron-down.svg" 8 sodipodi:docname="chevron-down.svg"
16 inkscape:version="0.92.4 5da689c313, 2019-01-14" 9 inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
17 inkscape:export-xdpi="192" 10 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192" 11 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> 12 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"
13 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
14 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
15 xmlns="http://www.w3.org/2000/svg"
16 xmlns:svg="http://www.w3.org/2000/svg"
17 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
18 xmlns:cc="http://creativecommons.org/ns#"
19 xmlns:dc="http://purl.org/dc/elements/1.1/">
20 <metadata 20 <metadata
21 id="metadata16"> 21 id="metadata16">
22 <rdf:RDF> 22 <rdf:RDF>
@@ -25,7 +25,6 @@
25 <dc:format>image/svg+xml</dc:format> 25 <dc:format>image/svg+xml</dc:format>
26 <dc:type 26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title></dc:title>
29 </cc:Work> 28 </cc:Work>
30 </rdf:RDF> 29 </rdf:RDF>
31 </metadata> 30 </metadata>
@@ -44,21 +43,22 @@
44 inkscape:window-height="1983" 43 inkscape:window-height="1983"
45 id="namedview12" 44 id="namedview12"
46 showgrid="true" 45 showgrid="true"
47 inkscape:zoom="45.254834" 46 inkscape:zoom="32"
48 inkscape:cx="3.001805" 47 inkscape:cx="11.9375"
49 inkscape:cy="3.3483429" 48 inkscape:cy="5.03125"
50 inkscape:window-x="0" 49 inkscape:window-x="0"
51 inkscape:window-y="0" 50 inkscape:window-y="0"
52 inkscape:window-maximized="1" 51 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10" 52 inkscape:current-layer="svg10"
54 showguides="false"> 53 showguides="false"
54 inkscape:pagecheckerboard="0">
55 <inkscape:grid 55 <inkscape:grid
56 type="xygrid" 56 type="xygrid"
57 id="grid823" /> 57 id="grid823" />
58 </sodipodi:namedview> 58 </sodipodi:namedview>
59 <path 59 <path
60 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 60 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
61 d="M 3.75,5.75 8,10 12.25,5.75" 61 d="M 1.75,4.75 8,11 14.25,4.75"
62 id="path854" 62 id="path854"
63 inkscape:connector-curvature="0" 63 inkscape:connector-curvature="0"
64 sodipodi:nodetypes="ccc" /> 64 sodipodi:nodetypes="ccc" />
diff --git a/src/icons/chevron-left.svg b/src/icons/chevron-left.svg
index e8e6365..7cb945b 100644
--- a/src/icons/chevron-left.svg
+++ b/src/icons/chevron-left.svg
@@ -1,22 +1,22 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?> 1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg 2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="16" 3 width="16"
11 height="16" 4 height="16"
12 viewBox="0 0 16 16" 5 viewBox="0 0 16 16"
13 version="1.1" 6 version="1.1"
14 id="svg10" 7 id="svg10"
15 sodipodi:docname="chevron-left.svg" 8 sodipodi:docname="chevron-left.svg"
16 inkscape:version="0.92.4 5da689c313, 2019-01-14" 9 inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
17 inkscape:export-xdpi="192" 10 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192" 11 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> 12 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"
13 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
14 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
15 xmlns="http://www.w3.org/2000/svg"
16 xmlns:svg="http://www.w3.org/2000/svg"
17 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
18 xmlns:cc="http://creativecommons.org/ns#"
19 xmlns:dc="http://purl.org/dc/elements/1.1/">
20 <metadata 20 <metadata
21 id="metadata16"> 21 id="metadata16">
22 <rdf:RDF> 22 <rdf:RDF>
@@ -25,7 +25,6 @@
25 <dc:format>image/svg+xml</dc:format> 25 <dc:format>image/svg+xml</dc:format>
26 <dc:type 26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title></dc:title>
29 </cc:Work> 28 </cc:Work>
30 </rdf:RDF> 29 </rdf:RDF>
31 </metadata> 30 </metadata>
@@ -44,21 +43,22 @@
44 inkscape:window-height="1983" 43 inkscape:window-height="1983"
45 id="namedview12" 44 id="namedview12"
46 showgrid="true" 45 showgrid="true"
47 inkscape:zoom="90.509668" 46 inkscape:zoom="4"
48 inkscape:cx="5.0147012" 47 inkscape:cx="26"
49 inkscape:cy="8.203855" 48 inkscape:cy="55.5"
50 inkscape:window-x="0" 49 inkscape:window-x="0"
51 inkscape:window-y="0" 50 inkscape:window-y="0"
52 inkscape:window-maximized="1" 51 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10" 52 inkscape:current-layer="svg10"
54 showguides="true"> 53 showguides="true"
54 inkscape:pagecheckerboard="0">
55 <inkscape:grid 55 <inkscape:grid
56 type="xygrid" 56 type="xygrid"
57 id="grid823" /> 57 id="grid823" />
58 </sodipodi:namedview> 58 </sodipodi:namedview>
59 <path 59 <path
60 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 60 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
61 d="M 10.25,12.25 6,8 10.25,3.75" 61 d="M 11.25,14.25 5,8 11.25,1.75"
62 id="path854" 62 id="path854"
63 inkscape:connector-curvature="0" 63 inkscape:connector-curvature="0"
64 sodipodi:nodetypes="ccc" /> 64 sodipodi:nodetypes="ccc" />
diff --git a/src/icons/chevron-right.svg b/src/icons/chevron-right.svg
index 86e8556..0c2cc94 100644
--- a/src/icons/chevron-right.svg
+++ b/src/icons/chevron-right.svg
@@ -1,22 +1,22 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?> 1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg 2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="16" 3 width="16"
11 height="16" 4 height="16"
12 viewBox="0 0 16 16" 5 viewBox="0 0 16 16"
13 version="1.1" 6 version="1.1"
14 id="svg10" 7 id="svg10"
15 sodipodi:docname="chevron-right.svg" 8 sodipodi:docname="chevron-right.svg"
16 inkscape:version="0.92.4 5da689c313, 2019-01-14" 9 inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
17 inkscape:export-xdpi="192" 10 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192" 11 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> 12 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"
13 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
14 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
15 xmlns="http://www.w3.org/2000/svg"
16 xmlns:svg="http://www.w3.org/2000/svg"
17 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
18 xmlns:cc="http://creativecommons.org/ns#"
19 xmlns:dc="http://purl.org/dc/elements/1.1/">
20 <metadata 20 <metadata
21 id="metadata16"> 21 id="metadata16">
22 <rdf:RDF> 22 <rdf:RDF>
@@ -25,7 +25,6 @@
25 <dc:format>image/svg+xml</dc:format> 25 <dc:format>image/svg+xml</dc:format>
26 <dc:type 26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title></dc:title>
29 </cc:Work> 28 </cc:Work>
30 </rdf:RDF> 29 </rdf:RDF>
31 </metadata> 30 </metadata>
@@ -44,21 +43,22 @@
44 inkscape:window-height="1983" 43 inkscape:window-height="1983"
45 id="namedview12" 44 id="namedview12"
46 showgrid="true" 45 showgrid="true"
47 inkscape:zoom="90.509668" 46 inkscape:zoom="45.254834"
48 inkscape:cx="5.0147012" 47 inkscape:cx="4.3752232"
49 inkscape:cy="8.203855" 48 inkscape:cy="8.6841552"
50 inkscape:window-x="0" 49 inkscape:window-x="0"
51 inkscape:window-y="0" 50 inkscape:window-y="0"
52 inkscape:window-maximized="1" 51 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10" 52 inkscape:current-layer="svg10"
54 showguides="true"> 53 showguides="true"
54 inkscape:pagecheckerboard="0">
55 <inkscape:grid 55 <inkscape:grid
56 type="xygrid" 56 type="xygrid"
57 id="grid823" /> 57 id="grid823" />
58 </sodipodi:namedview> 58 </sodipodi:namedview>
59 <path 59 <path
60 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 60 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
61 d="M 5.7500001,12.25 9.9999999,8 5.7500001,3.75" 61 d="M 4.75,14.25 11,8 4.75,1.75"
62 id="path854" 62 id="path854"
63 inkscape:connector-curvature="0" 63 inkscape:connector-curvature="0"
64 sodipodi:nodetypes="ccc" /> 64 sodipodi:nodetypes="ccc" />
diff --git a/src/icons/chevron-up.svg b/src/icons/chevron-up.svg
index f8307e0..8a68aee 100644
--- a/src/icons/chevron-up.svg
+++ b/src/icons/chevron-up.svg
@@ -1,22 +1,22 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?> 1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg 2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="16" 3 width="16"
11 height="16" 4 height="16"
12 viewBox="0 0 16 16" 5 viewBox="0 0 16 16"
13 version="1.1" 6 version="1.1"
14 id="svg10" 7 id="svg10"
15 sodipodi:docname="chevron-up.svg" 8 sodipodi:docname="chevron-up.svg"
16 inkscape:version="0.92.4 5da689c313, 2019-01-14" 9 inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
17 inkscape:export-xdpi="192" 10 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192" 11 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"> 12 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"
13 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
14 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
15 xmlns="http://www.w3.org/2000/svg"
16 xmlns:svg="http://www.w3.org/2000/svg"
17 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
18 xmlns:cc="http://creativecommons.org/ns#"
19 xmlns:dc="http://purl.org/dc/elements/1.1/">
20 <metadata 20 <metadata
21 id="metadata16"> 21 id="metadata16">
22 <rdf:RDF> 22 <rdf:RDF>
@@ -25,7 +25,6 @@
25 <dc:format>image/svg+xml</dc:format> 25 <dc:format>image/svg+xml</dc:format>
26 <dc:type 26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <dc:title></dc:title>
29 </cc:Work> 28 </cc:Work>
30 </rdf:RDF> 29 </rdf:RDF>
31 </metadata> 30 </metadata>
@@ -44,21 +43,22 @@
44 inkscape:window-height="1983" 43 inkscape:window-height="1983"
45 id="namedview12" 44 id="namedview12"
46 showgrid="true" 45 showgrid="true"
47 inkscape:zoom="90.509668" 46 inkscape:zoom="11.313709"
48 inkscape:cx="5.0147012" 47 inkscape:cx="11.75565"
49 inkscape:cy="8.203855" 48 inkscape:cy="16.793786"
50 inkscape:window-x="0" 49 inkscape:window-x="0"
51 inkscape:window-y="0" 50 inkscape:window-y="0"
52 inkscape:window-maximized="1" 51 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10" 52 inkscape:current-layer="svg10"
54 showguides="true"> 53 showguides="true"
54 inkscape:pagecheckerboard="0">
55 <inkscape:grid 55 <inkscape:grid
56 type="xygrid" 56 type="xygrid"
57 id="grid823" /> 57 id="grid823" />
58 </sodipodi:namedview> 58 </sodipodi:namedview>
59 <path 59 <path
60 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 60 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
61 d="M 3.75,10.25 8,6 l 4.25,4.25" 61 d="M 1.75,11.25 8,5 l 6.25,6.25"
62 id="path854" 62 id="path854"
63 inkscape:connector-curvature="0" 63 inkscape:connector-curvature="0"
64 sodipodi:nodetypes="ccc" /> 64 sodipodi:nodetypes="ccc" />
diff --git a/src/icons/fox.svg b/src/icons/fox.svg
new file mode 100644
index 0000000..160dd43
--- /dev/null
+++ b/src/icons/fox.svg
@@ -0,0 +1,64 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 width="16"
4 height="16"
5 viewBox="0 0 16 16"
6 version="1.1"
7 id="svg10"
8 sodipodi:docname="fox.svg"
9 inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
10 inkscape:export-xdpi="192"
11 inkscape:export-ydpi="192"
12 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round"
13 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
14 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
15 xmlns="http://www.w3.org/2000/svg"
16 xmlns:svg="http://www.w3.org/2000/svg"
17 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
18 xmlns:cc="http://creativecommons.org/ns#"
19 xmlns:dc="http://purl.org/dc/elements/1.1/">
20 <metadata
21 id="metadata16">
22 <rdf:RDF>
23 <cc:Work
24 rdf:about="">
25 <dc:format>image/svg+xml</dc:format>
26 <dc:type
27 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 </cc:Work>
29 </rdf:RDF>
30 </metadata>
31 <defs
32 id="defs14" />
33 <sodipodi:namedview
34 pagecolor="#ffffff"
35 bordercolor="#666666"
36 borderopacity="1"
37 objecttolerance="10"
38 gridtolerance="10"
39 guidetolerance="10"
40 inkscape:pageopacity="0"
41 inkscape:pageshadow="2"
42 inkscape:window-width="3840"
43 inkscape:window-height="1983"
44 id="namedview12"
45 showgrid="true"
46 inkscape:zoom="22.627417"
47 inkscape:cx="1.7235728"
48 inkscape:cy="9.3249707"
49 inkscape:window-x="0"
50 inkscape:window-y="0"
51 inkscape:window-maximized="1"
52 inkscape:current-layer="svg10"
53 showguides="false"
54 inkscape:pagecheckerboard="0">
55 <inkscape:grid
56 type="xygrid"
57 id="grid823" />
58 </sodipodi:namedview>
59 <path
60 id="path854-4-1"
61 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
62 d="m 0.75,10.25 3.5,-4.5 h 5.5 l 2.5,-3 v 2 m 3,2 -0.5,1 h -2.5 l -1.5,2 H 9.2499999 l 3e-7,4 m -5.0000002,0 -0.5,-2 2.5,-2 v -1"
63 sodipodi:nodetypes="ccccccccccccccc" />
64</svg>