Fix "become moderator" icon.
This commit is contained in:
parent
64e3c7a43d
commit
93397708ba
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 10.0.2 (Not Released Yet)
|
||||
|
||||
### Minor changes and fixes
|
||||
|
||||
* Fix "become moderator" icon.
|
||||
|
||||
## 10.0.1
|
||||
|
||||
### Minor changes and fixes
|
||||
|
@ -99,16 +99,16 @@
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:cx="11.203223"
|
||||
inkscape:cy="12.683728"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="12.375"
|
||||
inkscape:cy="8.1875"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g1910"
|
||||
inkscape:document-rotation="0"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1842"
|
||||
inkscape:window-height="1011"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="1082"
|
||||
inkscape:window-maximized="1"
|
||||
units="px"
|
||||
@ -140,7 +140,7 @@
|
||||
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"
|
||||
inkscape:label="rect1876-6"
|
||||
d="m 2.4029499,0.58273862 0,-0.77222952 c 0,-0.5219815 0.4202233,-0.9422049 0.9422049,-0.9422049 l 1.9614175,-0.023585 1.9614174,0.010033 c 0.5219816,0 0.9422049,0.42022334 0.9422049,0.94220484 v 0.77222958 c 0,0 -1.6246328,4.32927978 -2.9036223,4.34980548 C 4.0275827,4.939518 2.4029499,0.58273862 2.4029499,0.58273862 Z"
|
||||
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" />
|
||||
</g>
|
||||
</g>
|
||||
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
@ -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.403.583V-.19a.94.94 0 0 1 .942-.943l1.962-.023 1.961.01a.94.94 0 0 1 .942.942v.772S6.586 4.9 5.307 4.92C4.027 4.939 2.403.583 2.403.583Z" transform="matrix(.45208 0 0 .45208 -.526 1.335)"/>
|
||||
<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)"/>
|
||||
</g>
|
||||
</svg>
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user