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

refactor(icons): optimized battery-warning icon #2422

Merged
merged 2 commits into from
Sep 1, 2024

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Sep 1, 2024

What is the purpose of this pull request?

  • Other: Icon update

Description

Optimized paths.

Before Submitting

@github-actions github-actions bot added the 🎨 icon About new icons label Sep 1, 2024
Copy link

github-actions bot commented Sep 1, 2024

Added or changed icons

icons/battery-warning.svg

Preview cohesion icons/square-chart-gantt.svg
icons/battery-warning.svg
icons/align-start-vertical.svg
Preview stroke widths icons/battery-warning.svg
icons/battery-warning.svg
icons/battery-warning.svg
DPI Preview (24px) icons/battery-warning.svg
Icon X-rays icons/battery-warning.svg
Icons as code

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

const BatteryWarningIcon = createLucideIcon('BatteryWarning', [
  ["path",{"d":"M10 17h.01"}],
  ["path",{"d":"M10 7v6"}],
  ["path",{"d":"M14 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2"}],
  ["path",{"d":"M22 11v2"}],
  ["path",{"d":"M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2"}]
])

@jguddas jguddas changed the title fix(icons): optimized battery-warning icon refactor(icons): optimized battery-warning icon Sep 1, 2024
@ericfennis ericfennis merged commit e166880 into lucide-icons:main Sep 1, 2024
7 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants