-
-
Notifications
You must be signed in to change notification settings - Fork 545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(icons): Add ethernet-port
and chevrons-left-right-ellipsis
icons
#2120
Conversation
Added or changed iconsIcons as codeWorks for: const ChevronsLeftRightEllipsisIcon = createLucideIcon('ChevronsLeftRightEllipsis', [
["path",{"d":"m18 8 4 4-4 4"}],
["path",{"d":"m6 8-4 4 4 4"}],
["path",{"d":"M8 12h.01"}],
["path",{"d":"M12 12h.01"}],
["path",{"d":"M16 12h.01"}]
])
const EthernetPortIcon = createLucideIcon('EthernetPort', [
["path",{"d":"m15 20 3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3z"}],
["path",{"d":"M6 8v1"}],
["path",{"d":"M10 8v1"}],
["path",{"d":"M14 8v1"}],
["path",{"d":"M18 8v1"}]
]) |
What about arcifying the eathernet-port icon? |
|
@karsa-mistmere Kinda true. It's more common than you might think. Wiki: https://en.wikipedia.org/wiki/Ethernet |
Still feel like it is describing the use case rather than what is actually depicting. |
ethernet-port
and wired-connection
iconsethernet-port
and `chevrons-left-right-ellipsis icons
@jguddas @karsa-mistmere I've renamed it to |
ethernet-port
and `chevrons-left-right-ellipsis iconsethernet-port
and chevrons-left-right-ellipsis
icons
Closes #1816
What is the purpose of this pull request?
Icon use case
To indicate a network connection in a router, network switch, or similar interfaces.
Can also be used as a system icon, next to the existing system icons (wifi, Bluetooth, battery and audio etc)
Alternative icon designs
See #1816
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting