Skip to content
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

fix(icons): update package.svg to be consistent with other package-derived icons #2706

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sezze
Copy link

@sezze sezze commented Dec 28, 2024

closes #2633

What is the purpose of this pull request?

  • New Icon
  • Bug fix
  • New Feature
  • Documentation update
  • Other:

Description

Icon "package" has a rounded intersection in the middle, that is not present in any other icon that derives from it: package-check, package-minus, package-plus, package-search, package-x.

This PR modifies the package icon for consistency.

Before Submitting

@github-actions github-actions bot added 🎨 icon About new icons 🫧 metadata Improved metadata labels Dec 28, 2024
Copy link

github-actions bot commented Dec 28, 2024

Added or changed icons

icons/package.svg

Preview cohesion icons/square.svg
icons/package.svg
icons/square-pen.svg
Preview stroke widths icons/package.svg
icons/package.svg
icons/package.svg
DPI Preview (24px) icons/package.svg
Icon X-rays icons/package.svg
Icon Diffs icons/package.svg
Icons as code

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

const PackageIcon = createLucideIcon('Package', [
  ["path",{"d":"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z"}],
  ["path",{"d":"M12 22V12"}],
  ["polyline",{"points":"3.29 7 12 12 20.71 7"}],
  ["path",{"d":"m7.5 4.27 9 5.15"}]
])

Copy link
Member

@jguddas jguddas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karsa-mistmere you have a reworked version somewhere?

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

Successfully merging this pull request may close these issues.

"package" deviates from other package icons that derive from it
2 participants