Skip to content

fix(icons): changed cpu icon #3033

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

karsa-mistmere
Copy link
Member

What is the purpose of this pull request?

  • Other: Icon update

Description

Added just enough detail to still keep the icon minimalistic but more legible as a processor.

Before Submitting

@github-actions github-actions bot added the 🎨 icon About new icons label Apr 13, 2025
Copy link

Added or changed icons

icons/cpu.svg

Preview cohesion icons/square-activity.svg
icons/cpu.svg
icons/book-up.svg
Preview stroke widths icons/cpu.svg
icons/cpu.svg
icons/cpu.svg
DPI Preview (24px) icons/cpu.svg
Icon X-rays icons/cpu.svg
Icon Diffs icons/cpu.svg
Icons as code

Works for: lucide-react, lucide-react-native, lucide-preact, lucide-vue-next

const CpuIcon = createLucideIcon('Cpu', [
  ["path",{"d":"M12 20v2"}],
  ["path",{"d":"M12 2v2"}],
  ["path",{"d":"M17 20v2"}],
  ["path",{"d":"M17 2v2"}],
  ["path",{"d":"M2 12h2"}],
  ["path",{"d":"M2 17h2"}],
  ["path",{"d":"M2 7h2"}],
  ["path",{"d":"M20 12h2"}],
  ["path",{"d":"M20 17h2"}],
  ["path",{"d":"M20 7h2"}],
  ["path",{"d":"M7 20v2"}],
  ["path",{"d":"M7 2v2"}],
  ["rect",{"x":"4","y":"4","width":"16","height":"16","rx":"2"}],
  ["rect",{"x":"8","y":"8","width":"8","height":"8","rx":"1"}]
])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 icon About new icons
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants