[styles] Simplify svg code of drinking_water

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
David Martinez 2024-10-04 19:07:31 +02:00 committed by Viktor Havaka
parent db73f6bae0
commit 850f9884c9
4 changed files with 14 additions and 30 deletions

View file

@ -1,8 +1,4 @@
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
<title>drinking-water-m</title>
<g transform="translate(.15385)" fill="none" fill-rule="evenodd" opacity=".6">
<g fill-rule="nonzero">
<path d="m11.846 22.5c-3.7669 0-7.2692-3.2308-7.2692-7.2692 0-4.0834 5.5192-11.398 7.2692-13.731 1.75 2.3333 7.2692 9.6474 7.2692 13.731 0 4.0385-3.5024 7.2692-7.2692 7.2692z" fill="#14a0c2" stroke-width="1.5"/>
</g>
</g>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18" height="18" version="1.1" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
<path d="m8.9999 16.875c-2.8251 0-5.4518-2.4231-5.4518-5.4518 0-3.0625 4.1394-8.5484 5.4518-10.298 1.3125 1.75 5.4518 7.2355 5.4518 10.298 0 3.0288-2.6268 5.4518-5.4518 5.4518z" fill="#0a6074"/>
</svg>

Before

Width:  |  Height:  |  Size: 472 B

After

Width:  |  Height:  |  Size: 340 B

View file

@ -1,8 +1,4 @@
<svg version="1.1" viewBox="0 0 16 16" width="12" height="12" xmlns="http://www.w3.org/2000/svg">
<title>drinking-water-s</title>
<g fill="none" fill-rule="evenodd" opacity=".6">
<g fill-rule="nonzero">
<path d="m8 14c-2.1525 0-4.6667-1.2-4.6667-4.2 0-2.1 3.6667-6.6 4.6667-7.8 1 1.2 4.6667 5.7 4.6667 7.8 0 3-2.5142 4.2-4.6667 4.2z" fill="#14a0c2" stroke-width="1.5"/>
</g>
</g>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="12" height="12" version="1.1" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
<path d="m6 10.5c-1.6144 0-3.5-0.9-3.5-3.15 0-1.575 2.75-4.95 3.5-5.85 0.75 0.9 3.5 4.275 3.5 5.85 0 2.25-1.8856 3.15-3.5 3.15z" fill="#0a6074"/>
</svg>

Before

Width:  |  Height:  |  Size: 397 B

After

Width:  |  Height:  |  Size: 291 B

View file

@ -1,8 +1,4 @@
<svg version="1.1" viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
<title>drinking-water-m</title>
<g fill="none" fill-rule="evenodd">
<g fill-rule="nonzero">
<path d="m12 22.5c-3.7669 0-7.2692-3.2308-7.2692-7.2692 0-4.0834 5.5192-11.398 7.2692-13.731 1.75 2.3333 7.2692 9.6474 7.2692 13.731 0 4.0385-3.5024 7.2692-7.2692 7.2692z" fill="#14a0c2" stroke-width="1.5"/>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18" height="18" version="1.1" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
<path d="m8.9999 16.875c-2.8251 0-5.4518-2.4231-5.4518-5.4518 0-3.0625 4.1394-8.5484 5.4518-10.298 1.3125 1.75 5.4518 7.2355 5.4518 10.298 0 3.0288-2.6268 5.4518-5.4518 5.4518z" fill="#14a0c2"/>
</svg>

Before

Width:  |  Height:  |  Size: 425 B

After

Width:  |  Height:  |  Size: 339 B

View file

@ -1,8 +1,4 @@
<svg version="1.1" viewBox="0 0 16 16" width="12" height="12" xmlns="http://www.w3.org/2000/svg">
<title>drinking-water-s</title>
<g fill="none" fill-rule="evenodd">
<g fill-rule="nonzero">
<path d="m8 14c-2.1525 0-4.6667-1.2-4.6667-4.2 0-2.1 3.6667-6.6 4.6667-7.8 1 1.2 4.6667 5.7 4.6667 7.8 0 3-2.5142 4.2-4.6667 4.2z" fill="#14a0c2" stroke-width="1.5"/>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="12" height="12" version="1.1" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
<path d="m6 10.5c-1.6144 0-3.5-0.9-3.5-3.15 0-1.575 2.75-4.95 3.5-5.85 0.75 0.9 3.5 4.275 3.5 5.85 0 2.25-1.8856 3.15-3.5 3.15z" fill="#14a0c2"/>
</svg>

Before

Width:  |  Height:  |  Size: 384 B

After

Width:  |  Height:  |  Size: 290 B