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): fixed *-power icons #2285

Merged
merged 6 commits into from
Jul 7, 2024
Merged

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Jul 3, 2024

What is the purpose of this pull request?

  • Other: Icon update

Description

Fixed path issues.

Before Submitting

@github-actions github-actions bot added 🎨 icon About new icons 🫧 metadata Improved metadata labels Jul 3, 2024
@jguddas jguddas changed the title fix(icons): changed square-power icon fix(icons): fixed *-power icons Jul 3, 2024
Copy link

github-actions bot commented Jul 3, 2024

Added or changed icons

icons/circle-power.svgicons/square-power.svg

Preview cohesion icons/message-square-reply.svgicons/messages-square.svg
icons/circle-power.svgicons/square-power.svg
icons/rocket.svgicons/presentation.svg
Preview stroke widths icons/circle-power.svgicons/square-power.svg
icons/circle-power.svgicons/square-power.svg
icons/circle-power.svgicons/square-power.svg
DPI Preview (24px) icons/circle-power.svg icons/square-power.svg
Icon X-rays icons/circle-power.svg icons/square-power.svg
Icons as code

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

const CirclePowerIcon = createLucideIcon('CirclePower', [
  ["path",{"d":"M12 7v4"}],
  ["path",{"d":"M7.998 9.003a5 5 0 1 0 8-.005"}],
  ["circle",{"cx":"12","cy":"12","r":"10"}]
])

const SquarePowerIcon = createLucideIcon('SquarePower', [
  ["path",{"d":"M12 7v4"}],
  ["path",{"d":"M7.998 9.003a5 5 0 1 0 8-.005"}],
  ["rect",{"x":"3","y":"3","width":"18","height":"18","rx":"2"}]
])

@ericfennis ericfennis merged commit 338fc70 into lucide-icons:main Jul 7, 2024
4 of 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