summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-01-23 10:23:00 +0100
committerVolpeon <git@volpeon.ink>2023-01-23 10:23:00 +0100
commitb04b1212574654bf84bd4a6db11a140e4b45b788 (patch)
treecd8d9e7b53305324b8ddb4cf233a930b02dccfa8
parentLarger x (diff)
downloadiro-icons-b04b1212574654bf84bd4a6db11a140e4b45b788.tar.gz
iro-icons-b04b1212574654bf84bd4a6db11a140e4b45b788.tar.bz2
iro-icons-b04b1212574654bf84bd4a6db11a140e4b45b788.zip
Register sprite script as binary
-rw-r--r--dist/message-plus.svg4
-rw-r--r--package.json3
-rw-r--r--src/icons/message-plus.svg72
3 files changed, 79 insertions, 0 deletions
diff --git a/dist/message-plus.svg b/dist/message-plus.svg
new file mode 100644
index 0000000..714f399
--- /dev/null
+++ b/dist/message-plus.svg
@@ -0,0 +1,4 @@
1<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2 <path d="m6.7501 12.25h-2.0001l-3 3.0005v-12.75c0-0.4155 0.3345-0.75 0.75-0.75h11c0.4155 0 0.75 0.3345 0.75 0.75v4.75" fill="none" stroke="currentColor" />
3 <path d="m12.25 14.75v-5m-2.4998 2.5h4.9996" fill="none" stroke="currentColor" />
4</svg>
diff --git a/package.json b/package.json
index a69e754..e95adab 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,9 @@
6 "license": "MIT", 6 "license": "MIT",
7 "private": true, 7 "private": true,
8 "sideEffects": false, 8 "sideEffects": false,
9 "bin": {
10 "iro-icon-sprite": "./scripts/create_sprite.js"
11 },
9 "devDependencies": { 12 "devDependencies": {
10 "svg-sprite": "^1.5.4" 13 "svg-sprite": "^1.5.4"
11 }, 14 },
diff --git a/src/icons/message-plus.svg b/src/icons/message-plus.svg
new file mode 100644
index 0000000..4025156
--- /dev/null
+++ b/src/icons/message-plus.svg
@@ -0,0 +1,72 @@
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="message-plus.svg"
9 inkscape:version="1.1.2 (0a00cf5339, 2022-02-04, custom)"
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="1920"
43 inkscape:window-height="992"
44 id="namedview12"
45 showgrid="true"
46 inkscape:zoom="32"
47 inkscape:cx="6.0625"
48 inkscape:cy="12.84375"
49 inkscape:window-x="1536"
50 inkscape:window-y="0"
51 inkscape:window-maximized="1"
52 inkscape:current-layer="svg10"
53 showguides="false"
54 inkscape:document-rotation="0"
55 inkscape:pagecheckerboard="0">
56 <inkscape:grid
57 type="xygrid"
58 id="grid823" />
59 </sodipodi:namedview>
60 <path
61 style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
62 d="M 6.750091,12.24975 H 4.75 l -3,3.0005 V 2.5 C 1.75,2.0845 2.0845,1.75 2.5,1.75 h 11 c 0.4155,0 0.75,0.3345 0.75,0.75 v 4.75"
63 id="rect817"
64 inkscape:connector-curvature="0"
65 sodipodi:nodetypes="ccccsssc" />
66 <path
67 inkscape:connector-curvature="0"
68 id="path825"
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 12.250091,14.75 v -5 m -2.499818,2.5 h 4.999636"
71 sodipodi:nodetypes="cccc" />
72</svg>