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

feat(icons): added battery-plus icon #2693

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Footagesus
Copy link

@Footagesus Footagesus commented Dec 15, 2024

What is the purpose of this pull request?

  • New Icon

Description

Added new battery-plus icon.

Icon use case

It is used in interfaces to provide energy saving, battery charge optimization, fast charging or battery status monitoring.

Alternative icon designs

Icon Design Checklist

Concept

  • I have provided valid use cases for each icon.
  • I have not added any a brand or logo icon.
  • I have not used any hate symbols.
  • I have not included any religious or political imagery.

Author, credits & license

  • The icons are solely my own creation.
  • The icons were originally created in # by @colebemis
  • I've based them on the following Lucide icons: battery
  • I've based them on the following design:

Naming

  • I've read and followed the naming conventions
  • I've named icons by what they are rather than their use case.
  • I've provided meta JSON files in icons/[iconName].json.

Design

  • I've read and followed the icon design guidelines
  • I've made sure that the icons look sharp on low DPI displays.
  • I've made sure that the icons look consistent with the icon set in size, optical volume and density.
  • I've made sure that the icons are visually centered.
  • I've correctly optimized all icons to three points of precision.

Before Submitting

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

github-actions bot commented Dec 15, 2024

Added or changed icons

icons/battery-plus.svg

Preview cohesion icons/square-divide.svg
icons/battery-plus.svg
icons/diamond.svg
Preview stroke widths icons/battery-plus.svg
icons/battery-plus.svg
icons/battery-plus.svg
DPI Preview (24px) icons/battery-plus.svg
Icon X-rays icons/battery-plus.svg
Icon Diffs icons/battery-plus.svg
Icons as code

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

const BatteryPlusIcon = createLucideIcon('BatteryPlus', [
  ["path",{"d":"M10 9v6"}],
  ["path",{"d":"M13.5 7H16a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2.5"}],
  ["path",{"d":"M22 11v2"}],
  ["path",{"d":"M6.5 17H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2.5"}],
  ["path",{"d":"M7 12h6"}]
])

@jguddas
Copy link
Member

jguddas commented Dec 15, 2024

Maybe a smaller plus is better, we usually have this size:

icons
Open lucide studio

@Footagesus
Copy link
Author

Now?

Comment on lines +16 to +21
"plus",
"economy"
],
"categories": [
"connectivity",
"devices"
Copy link
Member

@ericfennis ericfennis Jan 3, 2025

Choose a reason for hiding this comment

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

Suggested change
"plus",
"economy"
],
"categories": [
"connectivity",
"devices"
"economy",
"health",
"add"
],
"categories": [
"devices"

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