feat(icons): added usb-c-port icon (#4556)

* Added icons/usb-c-port.svg

* Added icons/usb-c-port.json

* Update usb-c-port.json

* Updated icons/usb-c-port.svg

* Updated icons/usb-c-port.json

* Update usb-c-port.json

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Karsa
2026-08-18 13:34:16 +02:00
committed by GitHub
parent c5b33f81f8
commit 2e88f33494
2 changed files with 46 additions and 0 deletions

32
icons/usb-c-port.json Normal file
View File

@@ -0,0 +1,32 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"use-cases": [
"indicating a USB-C port or connector",
"representing data transfer and device connectivity",
"showing a charging or power delivery interface",
"marking USB-C inputs and outputs on devices"
],
"tags": [
"universal",
"serial",
"bus",
"controller",
"connector",
"interface",
"socket",
"plug",
"slot",
"data",
"input",
"output"
],
"categories": [
"devices",
"multimedia",
"home",
"gaming"
]
}

14
icons/usb-c-port.svg Normal file
View File

@@ -0,0 +1,14 @@
<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="M6 12h12" />
<rect x="2" y="8" width="20" height="8" rx="4" />
</svg>

After

Width:  |  Height:  |  Size: 284 B