Update Firstrecord and Lastrecord icon

2px thick lines same as other icons in the statusbar

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I08d493038047be16af4c8f4a12cdb22684decf11
pull/4087/head
andreas kainz 2022-01-28 01:20:59 +01:00 committed by pedropintosilva
parent 6d3d2935d7
commit 55f0155b03
2 changed files with 28 additions and 2 deletions

View File

@ -1 +1,14 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m19.506192 2.49384-9.017278 9.50616 9.017278 9.50616" fill="none" stroke="#3a3a38" stroke-linecap="round" stroke-linejoin="round" stroke-width=".978"/><rect fill="#3a3a38" height="20" ry=".5" transform="scale(-1)" width="1" x="-6" y="-22"/><path d="m19.506192 2.49384-9.017278 9.50616 9.017278 9.50616" fill="none" stroke="#3a3a38" stroke-linecap="round" stroke-linejoin="round" stroke-width=".978"/><rect fill="#3a3a38" height="20" ry=".5" transform="scale(-1)" width="1" x="-6" y="-22"/></svg>
<?xml-stylesheet type="text/css" href="icons.css" ?>
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g id="background"
class="icn icn--text-color"
fill="none"
stroke="#696969"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
>
<path d="m 18,5 -8,7 8,7" />
<path d="M 6,5 V 19" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 564 B

After

Width:  |  Height:  |  Size: 369 B

View File

@ -1 +1,14 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m4.4938083 21.50616 9.0172777-9.50616-9.0172777-9.5061597" fill="none" stroke="#3a3a38" stroke-linecap="round" stroke-linejoin="round" stroke-width=".978"/><rect fill="#3a3a38" height="20" ry=".5" width="1" x="18" y="2"/></svg>
<?xml-stylesheet type="text/css" href="icons.css" ?>
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g id="background"
class="icn icn--text-color"
fill="none"
stroke="#696969"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
>
<path d="m 6,5 8,7 -8,7" />
<path d="M 18,5 V 19" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 296 B

After

Width:  |  Height:  |  Size: 369 B