specialise the clear line edit icon for the current color palette

This commit is contained in:
Kovid Goyal 2022-07-19 22:03:51 +05:30
parent 24ef17e56d
commit 135f03c36c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
4 changed files with 101 additions and 0 deletions

View File

@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
viewBox="0 0 128 128"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="clear_left.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313708"
inkscape:cx="19.843024"
inkscape:cy="69.707741"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="3840"
inkscape:window-height="2128"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
<dc:creator>
<cc:Agent>
<dc:title>Kovid Goyal</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:rights>
<dc:publisher>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:publisher>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36216)">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 35.867427,943.98718 75.818713,0 c 5.63473,0 10.171,7.60988 10.171,17.0625 l 0,54.62492 c 0,9.4526 -4.53627,17.0625 -10.171,17.0625 l -75.818713,0 c -5.634734,0 -8.656898,-7.5269 -13.206714,-15.8125 L 5.8749987,988.36219 22.30357,959.26397 c 4.647321,-8.23132 7.929123,-15.27679 13.563857,-15.27679 z"
id="rect4136"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscss" />
<path
inkscape:connector-curvature="0"
d="m 104,1006.3403 q 0,1.9865 -1.39057,3.3771 l -6.75421,6.7542 q -1.39057,1.3905 -3.37711,1.3905 -1.98653,0 -3.3771,-1.3905 L 74.5,1001.8706 l -14.60101,14.601 q -1.39057,1.3905 -3.3771,1.3905 -1.98654,0 -3.37711,-1.3905 l -6.75421,-6.7542 Q 45,1008.3268 45,1006.3403 q 0,-1.9866 1.39057,-3.3771 L 60.99158,988.36216 46.39057,973.76115 Q 45,972.37058 45,970.38405 q 0,-1.98653 1.39057,-3.37711 l 6.75421,-6.75421 q 1.39057,-1.39057 3.37711,-1.39057 1.98653,0 3.3771,1.39057 L 74.5,974.85374 89.10101,960.25273 q 1.39057,-1.39057 3.3771,-1.39057 1.98654,0 3.37711,1.39057 l 6.75421,6.75421 Q 104,968.39752 104,970.38405 q 0,1.98653 -1.39057,3.3771 l -14.60101,14.60101 14.60101,14.60094 Q 104,1004.3537 104,1006.3403 Z"
id="path4"
style="fill:#000000;fill-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB