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 square-user icon #2390

Closed
wants to merge 5 commits into from

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/square-user-round.svgicons/square-user.svg

Preview cohesion icons/message-square.svgicons/square-pen.svg
icons/square-user-round.svgicons/square-user.svg
icons/git-merge.svgicons/train-front-tunnel.svg
Preview stroke widths icons/square-user-round.svgicons/square-user.svg
icons/square-user-round.svgicons/square-user.svg
icons/square-user-round.svgicons/square-user.svg
DPI Preview (24px) icons/square-user-round.svg icons/square-user.svg
Icon X-rays icons/square-user-round.svg icons/square-user.svg
Icons as code

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

const SquareUserRoundIcon = createLucideIcon('SquareUserRound', [
  ["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"}]
])

const SquareUserIcon = createLucideIcon('SquareUser', [
  ["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"}]
])

Comment on lines +12 to +16
<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" />
Copy link
Member Author

Choose a reason for hiding this comment

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

Suggested change
<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" />
<rect width="18" height="18" x="3" y="3" rx="2" />
<circle cx="12" cy="10" r="3" />
<path d="M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2" />

icons/square-user-round.json Outdated Show resolved Hide resolved
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.

1 participant