summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-02-23 11:22:43 +0100
committerVolpeon <git@volpeon.ink>2023-02-23 11:22:43 +0100
commitf5aa08eb9ab5945dde168e6f819d59da3e09746d (patch)
tree84f40766e220e7a6d0a251205a7b1850e94ac3df
parentAdd feed (diff)
downloadiro-icons-f5aa08eb9ab5945dde168e6f819d59da3e09746d.tar.gz
iro-icons-f5aa08eb9ab5945dde168e6f819d59da3e09746d.tar.bz2
iro-icons-f5aa08eb9ab5945dde168e6f819d59da3e09746d.zip
Add menu
-rw-r--r--dist/menu.svg5
-rw-r--r--src/icons/menu.svg80
2 files changed, 85 insertions, 0 deletions
diff --git a/dist/menu.svg b/dist/menu.svg
new file mode 100644
index 0000000..3ed88d6
--- /dev/null
+++ b/dist/menu.svg
@@ -0,0 +1,5 @@
1<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2 <path d="m2.25 3.25h11.5" fill="none" stroke="currentColor" />
3 <path d="m2.25 8.25h11.5" fill="none" stroke="currentColor" />
4 <path d="m2.25 13.25h11.5" fill="none" stroke="currentColor" />
5</svg>
diff --git a/src/icons/menu.svg b/src/icons/menu.svg
new file mode 100644
index 0000000..3d8de5e
--- /dev/null
+++ b/src/icons/menu.svg
@@ -0,0 +1,80 @@
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="menu.svg"
9 inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
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 <dc:title />
29 </cc:Work>
30 </rdf:RDF>
31 </metadata>
32 <defs
33 id="defs14" />
34 <sodipodi:namedview
35 pagecolor="#ffffff"
36 bordercolor="#666666"
37 borderopacity="1"
38 objecttolerance="10"
39 gridtolerance="10"
40 guidetolerance="10"
41 inkscape:pageopacity="0"
42 inkscape:pageshadow="2"
43 inkscape:window-width="3840"
44 inkscape:window-height="1983"
45 id="namedview12"
46 showgrid="true"
47 inkscape:zoom="32"
48 inkscape:cx="6.109375"
49 inkscape:cy="10.515625"
50 inkscape:window-x="0"
51 inkscape:window-y="0"
52 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10"
54 showguides="false"
55 inkscape:showpageshadow="0"
56 inkscape:pagecheckerboard="0"
57 inkscape:deskcolor="#d1d1d1">
58 <inkscape:grid
59 type="xygrid"
60 id="grid823" />
61 </sodipodi:namedview>
62 <path
63 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
64 d="m 2.25,3.25 h 11.5"
65 id="path814"
66 inkscape:connector-curvature="0"
67 sodipodi:nodetypes="cc" />
68 <path
69 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
70 d="m 2.25,8.25 h 11.5"
71 id="path817"
72 inkscape:connector-curvature="0"
73 sodipodi:nodetypes="cc" />
74 <path
75 sodipodi:nodetypes="cc"
76 inkscape:connector-curvature="0"
77 id="path819"
78 d="m 2.25,13.25 h 11.5"
79 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
80</svg>