mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 09:28:23 +02:00
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:
32
icons/usb-c-port.json
Normal file
32
icons/usb-c-port.json
Normal 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
14
icons/usb-c-port.svg
Normal 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 |
Reference in New Issue
Block a user