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="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1527_4616)">
<path d="M0 0H16V16H0V0Z" fill="#808080" fill-opacity="0.012"/>
<path d="M0 0H16V16H0V0Z" fill="#808080" fill-opacity="0.00"/>
<path d="M4.96997 1C3.86197 1 2.96997 1.892 2.96997 3V13C2.96997 14.108 3.86197 15 4.96997 15H11.97C13.078 15 13.97 14.108 13.97 13V3C13.97 1.892 13.078 1 11.97 1H4.96997ZM4.96997 2H11.97C12.524 2 12.97 2.446 12.97 3V13C12.97 13.554 12.524 14 11.97 14H4.96997V2Z" fill="#232323"/>
<path d="M4.96997 1H2.96997V15H4.96997V1Z" fill="#232323"/>
<path d="M8.96997 5C7.30797 5 5.96997 6.338 5.96997 8C5.96997 9.662 7.30797 11 8.96997 11H9.46997C9.60258 11 9.72975 10.9473 9.82352 10.8536C9.91728 10.7598 9.96997 10.6326 9.96997 10.5C9.96997 10.3674 9.91728 10.2402 9.82352 10.1464C9.72975 10.0527 9.60258 10 9.46997 10H8.96997C7.86197 10 6.96997 9.108 6.96997 8C6.96997 6.892 7.86197 6 8.96997 6C10.078 6 10.97 6.892 10.97 8H9.96997C9.96997 7.73478 9.8646 7.48044 9.67706 7.29291C9.48953 7.10537 9.23519 7 8.96997 7C8.70475 7 8.45038 7.10537 8.26285 7.29291C8.07531 7.48044 7.96997 7.73478 7.96997 8C7.96997 8.26522 8.07531 8.51956 8.26285 8.70709C8.45038 8.89463 8.70475 9 8.96997 9H10.97C11.524 9 11.97 8.554 11.97 8C11.97 6.338 10.632 5 8.96997 5Z" fill="#232323"/>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After