rename select file icon

This commit is contained in:
2022-09-03 17:31:53 +02:00
parent 7827dd4ded
commit a9038b7231
2 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 64 64">
<path d="
M5,50
L5,10
C5,5 10,5 10,5
L20,5
C22,5 25,7 25,7
C25,7, 28,10 30,10
L55,10
C60,10 60,15 60,15
L60,50
C60,55 55,55 55,55
L10,55
C10,55 5,55 5,50"
style="fill:#ddd;stroke:black; stroke-width:4;"/>
<rect x="20" y="20" width="30" height="39" rx="3"
style="fill:#eee; stroke: black; stroke-width:4; stroke-linejoin:round;"/>
<line x1="25" y1="30" x2="40" y2="30" style="stroke: black; stroke-width:4; stroke-linecap:round;"/>
<line x1="25" y1="37" x2="35" y2="37" style="stroke: black; stroke-width:4; stroke-linecap:round;"/>
<line x1="25" y1="44" x2="40" y2="44" style="stroke: black; stroke-width:4; stroke-linecap:round;"/>
</svg>

After

Width:  |  Height:  |  Size: 780 B