summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-01-21 18:19:10 +0100
committerVolpeon <git@volpeon.ink>2024-01-21 18:19:10 +0100
commitd5222d8633dc2043f17f13b30b2d4a975c440d56 (patch)
tree0fb2c8e86179cc78a698dddae5aae92fd3e95f8f
parentAdd brackets (diff)
downloadiro-icons-d5222d8633dc2043f17f13b30b2d4a975c440d56.tar.gz
iro-icons-d5222d8633dc2043f17f13b30b2d4a975c440d56.tar.bz2
iro-icons-d5222d8633dc2043f17f13b30b2d4a975c440d56.zip
Updated code, added code-alt
-rw-r--r--dist/code-alt.svg3
-rw-r--r--dist/code.svg6
-rw-r--r--src/icons/code-alt.svg72
-rw-r--r--src/icons/code.svg22
4 files changed, 92 insertions, 11 deletions
diff --git a/dist/code-alt.svg b/dist/code-alt.svg
new file mode 100644
index 0000000..6cba5c8
--- /dev/null
+++ b/dist/code-alt.svg
@@ -0,0 +1,3 @@
1<svg fill="none" stroke="currentColor" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2 <path d="m4.75 4.25-4 4 4.5 4.5m6.5-11-7.5 13m6.5-11 4.5 4.5-4 4" fill="none" stroke="currentColor" />
3</svg>
diff --git a/dist/code.svg b/dist/code.svg
index b9a7638..591b5f2 100644
--- a/dist/code.svg
+++ b/dist/code.svg
@@ -1,5 +1,5 @@
1<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> 1<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2 <path d="m12.25 5.25 3 3-3 3" fill="none" stroke="currentColor" /> 2 <path d="m12.25 4.25 3 4-3 4" fill="none" stroke="currentColor" />
3 <path d="m9.75 2.75-3.5 11" fill="none" stroke="currentColor" /> 3 <path d="m10.25 1.75-4.5 13" fill="none" stroke="currentColor" />
4 <path d="m3.75 5.25-3 3 3 3" fill="none" stroke="currentColor" /> 4 <path d="m3.75 4.25-3 4 3 4" fill="none" stroke="currentColor" />
5</svg> 5</svg>
diff --git a/src/icons/code-alt.svg b/src/icons/code-alt.svg
new file mode 100644
index 0000000..f3ab3ad
--- /dev/null
+++ b/src/icons/code-alt.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="code-alt.svg"
9 inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, 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 <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.000001"
48 inkscape:cx="6.7343747"
49 inkscape:cy="6.9218747"
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 originx="0"
62 originy="0"
63 spacingy="1"
64 spacingx="1"
65 units="px"
66 visible="true" />
67 </sodipodi:namedview>
68 <path
69 id="path820"
70 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
71 d="M 4.75,4.2500001 0.7499999,8.25 5.25,12.75 m 6.5,-11 -7.5,13 m 6.5,-11 4.5,4.5 -4,4" />
72</svg>
diff --git a/src/icons/code.svg b/src/icons/code.svg
index 8889c09..c8acad4 100644
--- a/src/icons/code.svg
+++ b/src/icons/code.svg
@@ -6,7 +6,7 @@
6 version="1.1" 6 version="1.1"
7 id="svg10" 7 id="svg10"
8 sodipodi:docname="code.svg" 8 sodipodi:docname="code.svg"
9 inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" 9 inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
10 inkscape:export-xdpi="192" 10 inkscape:export-xdpi="192"
11 inkscape:export-ydpi="192" 11 inkscape:export-ydpi="192"
12 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"
@@ -44,9 +44,9 @@
44 inkscape:window-height="1983" 44 inkscape:window-height="1983"
45 id="namedview12" 45 id="namedview12"
46 showgrid="true" 46 showgrid="true"
47 inkscape:zoom="11.313709" 47 inkscape:zoom="22.627418"
48 inkscape:cx="17.633475" 48 inkscape:cx="4.7508735"
49 inkscape:cy="14.18633" 49 inkscape:cy="8.3306014"
50 inkscape:window-x="0" 50 inkscape:window-x="0"
51 inkscape:window-y="0" 51 inkscape:window-y="0"
52 inkscape:window-maximized="1" 52 inkscape:window-maximized="1"
@@ -57,21 +57,27 @@
57 inkscape:deskcolor="#d1d1d1"> 57 inkscape:deskcolor="#d1d1d1">
58 <inkscape:grid 58 <inkscape:grid
59 type="xygrid" 59 type="xygrid"
60 id="grid823" /> 60 id="grid823"
61 originx="0"
62 originy="0"
63 spacingy="1"
64 spacingx="1"
65 units="px"
66 visible="true" />
61 </sodipodi:namedview> 67 </sodipodi:namedview>
62 <path 68 <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" 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"
64 d="m 12.25,5.2499999 3,3.0000001 -3,3" 70 d="m 12.25,4.25 3,4 -3,4"
65 id="path435" 71 id="path435"
66 sodipodi:nodetypes="ccc" /> 72 sodipodi:nodetypes="ccc" />
67 <path 73 <path
68 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 74 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
69 d="m 9.75,2.75 -3.5,11" 75 d="m 10.25,1.75 -4.5,13"
70 id="path433" 76 id="path433"
71 sodipodi:nodetypes="cc" /> 77 sodipodi:nodetypes="cc" />
72 <path 78 <path
73 style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 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"
74 d="m 3.75,5.25 -3.0000001,3 3.0000001,3" 80 d="M 3.75,4.2500001 0.7499999,8.25 3.75,12.25"
75 id="path820" 81 id="path820"
76 sodipodi:nodetypes="ccc" /> 82 sodipodi:nodetypes="ccc" />
77</svg> 83</svg>