refactor(icons): remove unused namespace declaration

This commit is contained in:
Philipp Matthias Schaefer 2021-02-27 14:35:58 +01:00
parent 01ecfc3c71
commit b96a26d2d0
4 changed files with 4 additions and 8 deletions

View File

@ -1,8 +1,7 @@
<svg width="100"
height="100"
viewBox="-1 -1 2 2"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
xmlns="http://www.w3.org/2000/svg">
<rect x="-1" y="-1" width="2" height="2" fill="white"/>
<path stroke-width="0.2"
stroke="black"

Before

Width:  |  Height:  |  Size: 479 B

After

Width:  |  Height:  |  Size: 431 B

View File

@ -1,8 +1,7 @@
<svg width="100"
height="100"
viewBox="-1 -1 2 2"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
xmlns="http://www.w3.org/2000/svg">
<rect x="-1" y="-1" width="2" height="2" fill="white"/>
<path stroke="black"
stroke-width="0.2"

Before

Width:  |  Height:  |  Size: 469 B

After

Width:  |  Height:  |  Size: 421 B

View File

@ -1,8 +1,7 @@
<svg width="100"
height="100"
viewBox="-1 -1 2 2"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
xmlns="http://www.w3.org/2000/svg">
<rect x="-1" y="-1" width="2" height="2" fill="white"/>
<path stroke-width="0.2"
stroke="black"

Before

Width:  |  Height:  |  Size: 516 B

After

Width:  |  Height:  |  Size: 468 B

View File

@ -1,8 +1,7 @@
<svg width="100"
height="100"
viewBox="-1 -1 2 2"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
xmlns="http://www.w3.org/2000/svg">
<rect x="-1" y="-1" width="2" height="2" fill="white"/>
<path stroke-width="0.1"
stroke="black"

Before

Width:  |  Height:  |  Size: 776 B

After

Width:  |  Height:  |  Size: 728 B