-
-
Notifications
You must be signed in to change notification settings - Fork 570
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): adds microchip icon #1982
Conversation
Added or changed iconsIcons as codeWorks for: const MicrochipIcon = createLucideIcon('Microchip', [
["path",{"d":"M18 12h2"}],
["path",{"d":"M18 16h2"}],
["path",{"d":"M18 20h2"}],
["path",{"d":"M18 4h2"}],
["path",{"d":"M18 8h2"}],
["path",{"d":"M4 12h2"}],
["path",{"d":"M4 16h2"}],
["path",{"d":"M4 20h2"}],
["path",{"d":"M4 4h2"}],
["path",{"d":"M4 8h2"}],
["path",{"d":"M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 0 1-3.876 0C9.994 2.227 9.776 2 9.5 2z"}]
]) |
Feels traffic lightly 🚦 |
Maybe first design is a better fit? |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
@karsa-mistmere That will work. I think the right one will look the best on 100% scale with the tiny pins. |
All feel hard to identify. |
I like the top left one in the alternative designs.
Probably add a curve on top to depict marking similar to the real IC package. |
Hmm I'm more in for the first design. To keep it simple. But it's my opinion if you all like this design I go with you. |
What about rotating it +90°? |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
* feat(icons): adds microchip icon * feat(icons): fix missing icon * feat(icons): update microchip with new design --------- Co-authored-by: Karsa <[email protected]>
What is the purpose of this pull request?
Description
We do not currently have an icon that could represent GPUs, this PR adds a
microchip
icon that could stand in for either GPUs or RAM.Icon use case
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
cpu
Naming
icons/[iconName].json
.Design
Before Submitting