Fix/optimise life-buoy icon (#1279)
* Fix/optimise `life-buoy` icon * Update icons/life-buoy.json Co-authored-by: Karsa <contact@karsa.org> * Update icons/life-buoy.json Co-authored-by: Karsa <contact@karsa.org> * Update icons/life-buoy.svg Co-authored-by: Karsa <contact@karsa.org> --------- Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"preserver",
|
||||
"life belt",
|
||||
"lifesaver",
|
||||
"help",
|
||||
"rescue",
|
||||
"ship"
|
||||
"ship",
|
||||
"ring",
|
||||
"raft",
|
||||
"inflatable",
|
||||
"wheel",
|
||||
"donut"
|
||||
],
|
||||
"categories": [
|
||||
"accessibility",
|
||||
|
||||
+4
-5
@@ -10,10 +10,9 @@
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
<path d="m4.93 4.93 4.24 4.24"/>
|
||||
<path d="m14.83 9.17 4.24-4.24"/>
|
||||
<path d="m14.83 14.83 4.24 4.24"/>
|
||||
<path d="m9.17 14.83-4.24 4.24"/>
|
||||
<circle cx="12" cy="12" r="4" />
|
||||
<line x1="4.93" x2="9.17" y1="4.93" y2="9.17" />
|
||||
<line x1="14.83" x2="19.07" y1="14.83" y2="19.07" />
|
||||
<line x1="14.83" x2="19.07" y1="9.17" y2="4.93" />
|
||||
<line x1="14.83" x2="18.36" y1="9.17" y2="5.64" />
|
||||
<line x1="4.93" x2="9.17" y1="19.07" y2="14.83" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 423 B |
Reference in New Issue
Block a user