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): changed contact-* icon #2391

Merged
merged 5 commits into from
Aug 23, 2024

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Aug 18, 2024

What is the purpose of this pull request?

  • Other: Icon update

Description

Changed icon to be consistent with square-user.

Before Submitting

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

github-actions bot commented Aug 18, 2024

Added or changed icons

icons/contact-round.svgicons/contact.svg

Preview cohesion icons/message-square.svgicons/message-square-text.svg
icons/contact-round.svgicons/contact.svg
icons/pocket-knife.svgicons/regex.svg
Preview stroke widths icons/contact-round.svgicons/contact.svg
icons/contact-round.svgicons/contact.svg
icons/contact-round.svgicons/contact.svg
DPI Preview (24px) icons/contact-round.svg icons/contact.svg
Icon X-rays icons/contact-round.svg icons/contact.svg
Icons as code

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

const ContactRoundIcon = createLucideIcon('ContactRound', [
  ["path",{"d":"M16 2v2"}],
  ["path",{"d":"M17.915 22a6 6 0 0 0-12 0"}],
  ["path",{"d":"M8 2v2"}],
  ["circle",{"cx":"12","cy":"12","r":"4"}],
  ["rect",{"x":"3","y":"4","width":"18","height":"18","rx":"2"}]
])

const ContactIcon = createLucideIcon('Contact', [
  ["path",{"d":"M16 2v2"}],
  ["path",{"d":"M7 22v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2"}],
  ["path",{"d":"M8 2v2"}],
  ["circle",{"cx":"12","cy":"11","r":"3"}],
  ["rect",{"x":"3","y":"4","width":"18","height":"18","rx":"2"}]
])

@jguddas jguddas changed the title fix(icons): changed contact icon fix(icons): changed contact-* icon Aug 18, 2024
Copy link
Member

@ericfennis ericfennis left a comment

Choose a reason for hiding this comment

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

👍

@ericfennis ericfennis merged commit 25707c7 into lucide-icons:main Aug 23, 2024
8 checks passed
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.

3 participants