Better "become moderator" icon.

This commit is contained in:
John Livingston 2024-05-22 17:40:16 +02:00
parent 93397708ba
commit e85bf05585
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,7 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="12.375"
inkscape:cx="12.125"
inkscape:cy="8.1875"
inkscape:document-units="px"
inkscape:current-layer="g1910"
@ -138,7 +138,7 @@
style="stroke-width:1.00021;stroke-miterlimit:4;stroke-dasharray:none">
<path
id="path1141"
style="opacity:0.998;fill:#deddda;fill-opacity:1;stroke:#deddda;stroke-width:1.17052;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="opacity:0.998;fill:none;fill-opacity:1;stroke:#deddda;stroke-width:1.17052;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:label="rect1876-6"
d="m 2.9429873,1.6262443 v -1.96771619 c 0,-0.5219815 0.4202233,-0.94220491 0.9422049,-0.94220491 l 1.9614175,-0.023585 1.9614174,0.010033 c 0.5219816,0 0.9422049,0.42022335 0.9422049,0.94220485 V 1.6126923 c 0,0 -1.6246328,3.1337931 -2.9036223,3.1543188 C 4.5676201,4.787537 2.9429873,1.6262443 2.9429873,1.6262443 Z"
sodipodi:nodetypes="cscccsczc" />

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -118,7 +118,7 @@ const promoteSVG: SVGButton = () => {
// Then replace the color by `currentColor`
return `<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 4.233 4.233">
<g style="stroke-width:1.00021;stroke-miterlimit:4;stroke-dasharray:none">
<path style="opacity:.998;fill:currentColor;fill-opacity:1;stroke:currentColor;stroke-width:1.17052;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M2.943 1.626V-.34a.94.94 0 0 1 .942-.943l1.962-.023 1.961.01a.94.94 0 0 1 .942.942v1.968S7.126 4.746 5.847 4.767c-1.28.02-2.904-3.14-2.904-3.14Z" transform="matrix(.45208 0 0 .45208 -.526 1.335)"/>
<path style="opacity:.998;fill:none;fill-opacity:1;stroke:currentColor;stroke-width:1.17052;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M2.943 1.626V-.34a.94.94 0 0 1 .942-.943l1.962-.023 1.961.01a.94.94 0 0 1 .942.942v1.968S7.126 4.746 5.847 4.767c-1.28.02-2.904-3.14-2.904-3.14Z" transform="matrix(.45208 0 0 .45208 -.526 1.335)"/>
</g>
</svg>
`