mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 12:18:23 +02:00
feat(icons): added eject icon (#4043)
This commit is contained in:
35
icons/eject.json
Normal file
35
icons/eject.json
Normal 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
14
icons/eject.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="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 |
Reference in New Issue
Block a user