1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-19 08:26:23 -07:00

Add icon for locked posts

This commit is contained in:
Eggbertx 2023-01-26 10:15:07 -08:00
parent 235bb40897
commit a3d1613479
2 changed files with 107 additions and 0 deletions

BIN
html/static/lock.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

107
html/static/lock.svg Normal file
View file

@ -0,0 +1,107 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="120mm"
height="120mm"
viewBox="0 0 120 120"
version="1.1"
id="svg5"
inkscape:export-filename="lock.png"
inkscape:export-xdpi="3.3866668"
inkscape:export-ydpi="3.3866668"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
sodipodi:docname="lock.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#">
<sodipodi:namedview
id="namedview7"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="1.4142136"
inkscape:cx="222.03153"
inkscape:cy="259.50819"
inkscape:window-width="1600"
inkscape:window-height="847"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="g1223" />
<defs
id="defs2">
<linearGradient
inkscape:collect="always"
id="linearGradient3456">
<stop
style="stop-color:#9d5f00;stop-opacity:1;"
offset="0"
id="stop3452" />
<stop
style="stop-color:#ff9900;stop-opacity:0.99994677;"
offset="1"
id="stop3454" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3456"
id="linearGradient3458"
x1="20.528965"
y1="60.000002"
x2="99.471039"
y2="60.000002"
gradientUnits="userSpaceOnUse" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g1223">
<path
id="rect788"
style="fill:url(#linearGradient3458);fill-opacity:1;stroke:#000000;stroke-width:2;stroke-dasharray:none;stroke-opacity:1"
d="m 60.000517,10.498114 a 28.760717,15.865241 0 0 0 -28.75225,15.726688 h -0.0093 V 47.98058 h -4.384228 c -2.950626,0 -5.325774,2.375148 -5.325774,5.325773 v 50.869767 c 0,2.95063 2.375148,5.32577 5.325774,5.32577 h 66.290527 c 2.950625,0 5.325773,-2.37514 5.325773,-5.32577 V 53.306353 c 0,-2.950625 -2.375148,-5.325773 -5.325773,-5.325773 H 88.760002 V 26.379832 a 28.760717,15.865241 0 0 0 0.001,-0.01654 28.760717,15.865241 0 0 0 -0.001,-0.04909 v -0.0894 h -0.0021 A 28.760717,15.865241 0 0 0 60.000517,10.498114 Z m 0,7.659481 c 10.935076,4.72e-4 19.825781,4.862546 19.921265,10.894425 h 0.0016 v 0.06201 c 2.7e-4,0.01134 3.11e-4,0.02225 5.17e-4,0.03359 l -5.17e-4,0.01189 v 18.821073 h -39.84718 v -18.92856 h 0.0062 c 0.09549,-6.03112 8.984456,-10.892825 19.918164,-10.894425 z" />
<path
id="path1110"
style="fill:#000000;fill-opacity:0.99880302;stroke:#000000;stroke-width:2;stroke-dasharray:none;stroke-opacity:1"
d="m 60.000001,62.089254 a 9.9049468,9.9049468 0 0 0 -9.904889,9.90518 9.9049468,9.9049468 0 0 0 5.52736,8.881756 L 51.810579,96.891472 H 68.189424 L 64.377532,80.87619 a 9.9049468,9.9049468 0 0 0 5.527361,-8.881756 9.9049468,9.9049468 0 0 0 -9.904892,-9.90518 z" />
</g>
</g>
<metadata
id="metadata1951">
<rdf:RDF>
<cc:Work
rdf:about="">
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.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>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB