fix: reduce symbolic icon background opacity to 0

This commit is contained in:
git-f0x 2024-08-03 02:07:28 +02:00
parent 73be037ba2
commit ecef115e2b
197 changed files with 198 additions and 198 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_758_3662)">
<path d="M0 0H16V16H0V0Z" fill="#808080" fill-opacity="0.01"/>
<path d="M0 0H16V16H0V0Z" fill="#808080" fill-opacity="0.00"/>
<path d="M4 2C2.355 2 1 3.355 1 5V11C1 12.645 2.355 14 4 14H12C13.645 14 15 12.645 15 11V5C15 3.355 13.645 2 12 2H4ZM4 4H12C12.571 4 13 4.429 13 5V11C13 11.571 12.571 12 12 12H4C3.429 12 3 11.571 3 11V5C3 4.429 3.429 4 4 4Z" fill="#232323"/>
<path opacity="0.5" d="M4 5V9L5.5 7.5L7 9L9.5 6.5L12 9V5H4Z" fill="#232323"/>
<path d="M8 7L12 11H4L8 7Z" fill="#232323"/>

Before

Width:  |  Height:  |  Size: 675 B

After

Width:  |  Height:  |  Size: 675 B

Before After
Before After