summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-04-28 18:04:38 +0200
committerVolpeon <git@volpeon.ink>2021-04-28 18:04:38 +0200
commit40a78ffaf4873f3b9aee1801648bf1a425c33295 (patch)
tree9557744571d94792d1202fa35ef7fd7e9fa4bbdc
parentSmall adjustments (diff)
downloadiro-icons-40a78ffaf4873f3b9aee1801648bf1a425c33295.tar.gz
iro-icons-40a78ffaf4873f3b9aee1801648bf1a425c33295.tar.bz2
iro-icons-40a78ffaf4873f3b9aee1801648bf1a425c33295.zip
Adjusted video and share, added graph, remove more tags from compiled icons
-rwxr-xr-xscripts/build.sh2
-rw-r--r--src/icons/graph.svg64
-rw-r--r--src/icons/share.svg12
-rw-r--r--src/icons/video.svg6
4 files changed, 74 insertions, 10 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 8752327..a05dd63 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -7,7 +7,7 @@ handle () {
7 --enable-comment-stripping \ 7 --enable-comment-stripping \
8 --remove-descriptive-elements \ 8 --remove-descriptive-elements \
9 --strip-xml-prolog \ 9 --strip-xml-prolog \
10 --shorten-ids | sed -z 's/\(fill\|stroke\)="#.\{3,6\}"/\1="currentColor"/g;s/stroke-width="[0-9.]*"//g' > "output${1#"src/icons"}" 10 --shorten-ids | sed -z 's/\(fill\|stroke\)="#.\{3,6\}"/\1="currentColor"/g;s/stroke-width="[0-9.]*"//g;s/stroke-linecap="[a-z]*"//g;s/stroke-linejoin="[a-z]*"//g;s/style="[ a-z0-9:-]*"//g' > "output${1#"src/icons"}"
11} 11}
12 12
13export -f handle 13export -f handle
diff --git a/src/icons/graph.svg b/src/icons/graph.svg
new file mode 100644
index 0000000..d2dbe09
--- /dev/null
+++ b/src/icons/graph.svg
@@ -0,0 +1,64 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
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"
11 height="16"
12 viewBox="0 0 16 16"
13 version="1.1"
14 id="svg10"
15 sodipodi:docname="graph.svg"
16 inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
17 inkscape:export-xdpi="192"
18 inkscape:export-ydpi="192"
19 style="fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round">
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="1920"
44 inkscape:window-height="992"
45 id="namedview12"
46 showgrid="true"
47 inkscape:zoom="16"
48 inkscape:cx="6.28337"
49 inkscape:cy="13.548418"
50 inkscape:window-x="1536"
51 inkscape:window-y="0"
52 inkscape:window-maximized="1"
53 inkscape:current-layer="svg10"
54 showguides="false"
55 inkscape:document-rotation="0">
56 <inkscape:grid
57 type="xygrid"
58 id="grid823" />
59 </sodipodi:namedview>
60 <path
61 id="circle845"
62 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill"
63 d="M 15.25,10.5 A 2.25,2.25 0 0 1 13,12.75 2.25,2.25 0 0 1 10.75,10.5 2.25,2.25 0 0 1 13,8.25 2.25,2.25 0 0 1 15.25,10.5 Z M 5.25,13 A 2.25,2.25 0 0 1 3,15.25 2.25,2.25 0 0 1 0.75,13 2.25,2.25 0 0 1 3,10.75 2.25,2.25 0 0 1 5.25,13 Z M 7.75,3 A 2.25,2.25 0 0 1 5.5,5.25 2.25,2.25 0 0 1 3.25,3 2.25,2.25 0 0 1 5.5,0.75 2.25,2.25 0 0 1 7.75,3 Z M 5.2122291,12.446943 10.780823,11.054794 M 11.393473,8.893473 7.1089706,4.6089706 M 4.9463085,5.2147661 3.5459418,10.816233" />
64</svg>
diff --git a/src/icons/share.svg b/src/icons/share.svg
index 3e9e557..c8cc6a7 100644
--- a/src/icons/share.svg
+++ b/src/icons/share.svg
@@ -44,9 +44,9 @@
44 inkscape:window-height="992" 44 inkscape:window-height="992"
45 id="namedview12" 45 id="namedview12"
46 showgrid="true" 46 showgrid="true"
47 inkscape:zoom="22.627417" 47 inkscape:zoom="22.627418"
48 inkscape:cx="8.7975878" 48 inkscape:cx="4.2399093"
49 inkscape:cy="11.643872" 49 inkscape:cy="12.921881"
50 inkscape:window-x="1536" 50 inkscape:window-x="1536"
51 inkscape:window-y="0" 51 inkscape:window-y="0"
52 inkscape:window-maximized="1" 52 inkscape:window-maximized="1"
@@ -58,8 +58,8 @@
58 id="grid823" /> 58 id="grid823" />
59 </sodipodi:namedview> 59 </sodipodi:namedview>
60 <path 60 <path
61 id="path823" 61 id="circle835"
62 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal" 62 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill"
63 d="m 5.25,8.25 c 0,1.1 -0.8954304,2 -2,2 -1.1045697,0 -2,-0.8954307 -2,-2 0,-1.1 0.8954304,-2 2,-2 1.1,0 2,0.8954305 2,2 z m 9,-5.5 c 0,1.1 -0.89543,2 -2,2 -1.1,0 -2,-0.8954305 -2,-2 0,-1.1 0.895431,-2 2,-2 1.1,0 2,0.8954308 2,2 z m 0,10.5 c 0,1.1 -0.89543,2 -2,2 -1.1,0 -2,-0.89543 -2,-2 0,-1.1 0.89543,-2 2,-2 1.1,0 2,0.895431 2,2 z m -3.85,-1 -5.4,-3 m 0,-2 5.4,-3.5" 63 d="M 5.75,8 C 5.75,9.2426407 4.7426407,10.25 3.5,10.25 2.2573593,10.25 1.25,9.2426407 1.25,8 1.25,6.7573593 2.2573593,5.75 3.5,5.75 4.7426407,5.75 5.75,6.7573593 5.75,8 Z m 9,5 c 0,1.242641 -1.007359,2.25 -2.25,2.25 -1.242641,0 -2.25,-1.007359 -2.25,-2.25 0,-1.242641 1.007359,-2.25 2.25,-2.25 1.242641,0 2.25,1.007359 2.25,2.25 z m 0,-10 c 0,1.2426407 -1.007359,2.25 -2.25,2.25 -1.242641,0 -2.25,-1.0073593 -2.25,-2.25 0,-1.2426407 1.007359,-2.25 2.25,-2.25 1.242641,0 2.25,1.0073593 2.25,2.25 z M 10.484862,11.939401 5.5665702,9.0876685 M 5.5564284,6.9176702 10.508593,4.04811"
64 sodipodi:nodetypes="ssssssssssssssscccc" /> 64 sodipodi:nodetypes="ssssssssssssssscccc" />
65</svg> 65</svg>
diff --git a/src/icons/video.svg b/src/icons/video.svg
index 0b1f744..4c42d36 100644
--- a/src/icons/video.svg
+++ b/src/icons/video.svg
@@ -61,14 +61,14 @@
61 sodipodi:nodetypes="cccc" 61 sodipodi:nodetypes="cccc"
62 inkscape:connector-curvature="0" 62 inkscape:connector-curvature="0"
63 id="path900" 63 id="path900"
64 d="M 6.75,6.25 9.25,8 6.75,9.75 Z" 64 d="m 6.75,6.25 2.5,2 -2.5,2 z"
65 style="opacity:1;fill:#010101;fill-opacity:1;fill-rule:nonzero;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" /> 65 style="opacity:1;fill:#010101;fill-opacity:1;fill-rule:nonzero;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" />
66 <rect 66 <rect
67 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill" 67 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;paint-order:markers stroke fill"
68 id="rect831" 68 id="rect831"
69 width="14.5" 69 width="14.5"
70 height="11.5" 70 height="12"
71 x="0.75" 71 x="0.75"
72 y="2.25" 72 y="2.25"
73 ry="0.71875" /> 73 ry="0.75" />
74</svg> 74</svg>