feat(icons): added ship-cargo icon (#4706)

* added icon

* guidelines

* Update icons/ship-cargo.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update icons/ship-cargo.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* edites icons

* added contributors from `ship` icon

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Louis
2026-08-24 12:01:14 +02:00
committed by GitHub
parent 1a60fd28ed
commit f68bec5ad1
3 changed files with 67 additions and 5 deletions

45
icons/ship-cargo.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"l0uisgrange",
"karsa-mistmere",
"jguddas"
],
"use-cases": [
"representing maritime freight or cargo shipments",
"indicating seaborne logistics in supply chain dashboards",
"marking ports, terminals, or dock operations on maps",
"showing import or export status in trade apps",
"offering a shipping option in e-commerce or order tracking",
"illustrating cargo capacity or vessel type in transport apps",
"denoting bulk or container shipping routes"
],
"tags": [
"boat",
"knots",
"nautical mile",
"maritime",
"sailing",
"cruise",
"ocean liner",
"tanker",
"vessel",
"navy",
"cargo",
"container",
"freighter",
"freight",
"shipping",
"port",
"harbor",
"dock",
"logistics",
"import",
"export"
],
"categories": [
"transportation",
"navigation",
"travel"
]
}

17
icons/ship-cargo.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 15v-3" />
<path d="M12 2v2" />
<path d="M16.5 12V9a1 1 0 011-1h1a1 1 0 001-1V5a1 1 0 00-1-1h-13a1 1 0 00-1 1v2a1 1 0 001 1h1a1 1 0 011 1v3" />
<path d="M19.38 19c1.076-1.815 1.636-4.89 1.628-6.008a1 1 0 00-1-.992H3.984a1 1 0 00-1 .984c-.03 1.86.97 5.621 2.826 7.776" />
<path d="M2 20c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" />
</svg>

After

Width:  |  Height:  |  Size: 617 B

View File

@@ -9,9 +9,9 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 10.189V14" />
<path d="M12 2v3" />
<path d="M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6" />
<path d="M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76" />
<path d="M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" />
<path d="M12 2v2" />
<path d="M12 9.189V13" />
<path d="M19 12V6a2 2 0 00-2-2H7a2 2 0 00-2 2v6" />
<path d="M19.38 19A11.6 11.6 0 0021 13l-8.188-3.639a2 2 0 00-1.624 0L3 13.001a11.6 11.6 0 002.81 7.76" />
<path d="M2 20c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" />
</svg>

Before

Width:  |  Height:  |  Size: 543 B

After

Width:  |  Height:  |  Size: 539 B