fix: reduce symbolic icon background opacity to 0

Some icons had an opacity of 0.012.
This commit is contained in:
git-f0x 2024-08-03 02:31:31 +02:00
parent ecef115e2b
commit 694ca964db
16 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1527_4613)">
<path d="M0.531006 0H16.531V16H0.531006V0Z" fill="#808080" fill-opacity="0.012"/>
<path d="M0.531006 0H16.531V16H0.531006V0Z" fill="#808080" fill-opacity="0.00"/>
<path d="M5.50098 1C4.39298 1 3.50098 1.892 3.50098 3V13C3.50098 14.108 4.39298 15 5.50098 15H12.501C13.609 15 14.501 14.108 14.501 13V3C14.501 1.892 13.609 1 12.501 1H5.50098ZM5.50098 2H12.501C13.055 2 13.501 2.446 13.501 3V13C13.501 13.554 13.055 14 12.501 14H5.50098V2Z" fill="#232323"/>
<path d="M5.50098 1H3.50098V15H5.50098V1Z" fill="#232323"/>
<path d="M7.50098 5V11H9.50098C10.609 11 11.501 10.108 11.501 9V7C11.501 5.892 10.609 5 9.50098 5H8.50098H7.50098ZM8.50098 6H9.50098C10.055 6 10.501 6.446 10.501 7V9C10.501 9.554 10.055 10 9.50098 10H8.50098V6Z" fill="#232323"/>

Before

Width:  |  Height:  |  Size: 943 B

After

Width:  |  Height:  |  Size: 942 B

Before After
Before After