Refactor and simplify icon Inkscape-SVGs

This commit is contained in:
lilith 2025-02-19 13:50:33 +01:00
commit 7139227acb
Signed by: lilith
SSH key fingerprint: SHA256:WMHGS60rozMrHkA/VT+Ole85sPCLZ190yemdzY68WJo
56 changed files with 436 additions and 7844 deletions

View file

@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="600"
height="600"
@ -13,8 +11,9 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
id="namedview1"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="1"
@ -31,10 +30,11 @@
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="layer1"
inkscape:current-layer="layer"
showgrid="true"
showguides="true"><inkscape:grid
id="grid1"
showguides="true">
<inkscape:grid
id="grid"
units="px"
originx="0"
originy="99.999995"
@ -46,16 +46,21 @@
opacity="0.14901961"
empspacing="4"
enabled="true"
visible="true" /><sodipodi:guide
visible="true" />
<sodipodi:guide
position="39.687501,150.38045"
orientation="1,0"
id="guide1"
inkscape:locked="false" /><sodipodi:guide
inkscape:locked="false" />
<sodipodi:guide
position="26.458334,26.458332"
orientation="0,-1"
id="guide2"
inkscape:locked="false" /></sodipodi:namedview><defs
id="defs1"><inkscape:path-effect
inkscape:locked="false" />
</sodipodi:namedview>
<defs
id="defs">
<inkscape:path-effect
effect="fillet_chamfer"
id="path-effect3"
is_visible="true"
@ -71,42 +76,20 @@
apply_no_radius="true"
apply_with_radius="true"
only_selected="true"
hide_knots="true" /><inkscape:path-effect
effect="bspline"
id="path-effect2"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" /><inkscape:path-effect
effect="fillet_chamfer"
id="path-effect3-7"
is_visible="true"
lpeversion="1"
nodesatellites_param="F,0,0,1,1,0,0,1 @ F,0,0,1,1,13.229167,0,1 @ F,0,0,1,1,13.229167,0,1 @ F,0,0,1,1,13.229167,0,1 @ F,0,1,1,1,26.458333,0,1 @ F,0,0,1,1,0,0,1"
radius="100"
unit="px"
method="arc"
mode="F"
chamfer_steps="1"
flexible="false"
use_knot_distance="true"
apply_no_radius="true"
apply_with_radius="true"
only_selected="true"
hide_knots="true" /></defs><g
inkscape:label="Layer 1"
hide_knots="true" />
</defs>
<g
inkscape:label="Layer"
inkscape:groupmode="layer"
id="layer1"><path
style="display:inline;opacity:1;fill:none;stroke:#000000;stroke-width:13.2292;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="layer">
<path
style="fill:none;stroke:#000000;stroke-width:13.2292;stroke-linecap:round;stroke-linejoin:round"
d="M 152.17443,85.989565 V 19.84373 A 13.229167,13.229167 45 0 0 138.94526,6.614563 l -69.453121,0 a 9.921875,9.921875 135 0 0 -9.921875,9.921875 9.921875,9.921875 45 0 0 9.921875,9.921875 h 42.994791 a 8.2195508,8.2195508 67.499999 0 1 5.8121,14.031651 l -85.1871,85.187106 m 1.7e-5,-99.218738 H 19.88278 A 13.229167,13.229167 135 0 0 6.6536128,39.687499 l 0,99.218751 A 13.229167,13.229167 45 0 0 19.88278,152.13542 h 99.21875 a 13.229167,13.229167 135 0 0 13.22917,-13.22917 v -26.45833"
id="path2"
sodipodi:nodetypes="ccccccccccc"
inkscape:path-effect="#path-effect3"
inkscape:original-d="M 152.17443,85.989565 V 6.614563 H 59.570264 v 19.84375 H 132.33068 L 33.11193,125.67707 m 1.7e-5,-99.218738 H 6.6536128 V 152.13542 H 132.3307 v -39.6875"
inkscape:label="var1"
transform="matrix(3.7795276,0,0,3.7795276,-0.14744927,7.0229594e-5)" /></g></svg>
transform="matrix(3.7795276,0,0,3.7795276,-0.14744927,7.0229594e-5)" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Before After
Before After