feat(icons): added eject icon (#4043)

This commit is contained in:
Thibaut Maréchal
2026-08-09 15:38:04 +02:00
committed by GitHub
parent 113a3b1a3b
commit b7b6ecf131
2 changed files with 49 additions and 0 deletions

35
icons/eject.json Normal file
View File

@@ -0,0 +1,35 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"BorisDelchambre",
"ThibautMarechal",
"karsa-mistmere"
],
"use-cases": [
"eject removable media",
"unmount external storage",
"optical disc drive",
"media player controls",
"hardware controls"
],
"tags": [
"disc",
"drive",
"dvd",
"blu-ray",
"cd",
"media",
"optical",
"optical drive",
"removable media",
"storage",
"tray",
"unmount",
"usb"
],
"categories": [
"devices",
"files",
"multimedia"
]
}

14
icons/eject.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="M4 13a1 1 0 0 1-.72-1.695l7.257-7.668a2 2 0 0 1 2.926 0l7.256 7.668A1 1 0 0 1 20 13z" />
<rect x="3" y="17" width="18" height="4" rx="1" />
</svg>

After

Width:  |  Height:  |  Size: 361 B