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 equal-approximately icon #2594

Merged
merged 4 commits into from
Nov 15, 2024

Conversation

ksk3110
Copy link
Contributor

@ksk3110 ksk3110 commented Nov 9, 2024

closes #2586

What is the purpose of this pull request?

  • New Icon

Description

Added new equal-approximately icon.

Icon use case

Indicates that the value is an approximation.

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 Approximately Icon #2586 by @ksk3110
  • I've based them on the following Lucide icons: equal
  • 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 Nov 9, 2024
Copy link

github-actions bot commented Nov 9, 2024

Added or changed icons

icons/equal-approximately.svg

Preview cohesion icons/square-scissors.svg
icons/equal-approximately.svg
icons/align-horizontal-space-between.svg
Preview stroke widths icons/equal-approximately.svg
icons/equal-approximately.svg
icons/equal-approximately.svg
DPI Preview (24px) icons/equal-approximately.svg
Icon X-rays icons/equal-approximately.svg
Icon Diffs icons/equal-approximately.svg
Icons as code

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

const EqualApproximatelyIcon = createLucideIcon('EqualApproximately', [
  ["path",{"d":"M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0"}],
  ["path",{"d":"M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0"}]
])

@ericfennis ericfennis merged commit 2c55c2a into lucide-icons:main Nov 15, 2024
8 checks passed
@ksk3110 ksk3110 deleted the studio/equal-approximately branch November 15, 2024 13:56
realguse pushed a commit to realguse/lucide that referenced this pull request Dec 25, 2024
* Added icons/equal-approximately.svg

* Added icons/equal-approximately.json
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.

Approximately Icon
4 participants