lucide-icons / lucide

Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
https://lucide.dev
ISC License
11.43k stars 524 forks source link

feat(icons): added `equal-approximately` icon #2594

Closed ksk3110 closed 1 week ago

ksk3110 commented 1 week ago

closes #2586

What is the purpose of this pull request?

Description

Added new equal-approximately icon.

Icon use case

Indicates that the value is an approximation.

Alternative icon designs

Icon Design Checklist

Concept

Author, credits & license

Naming

Design

Before Submitting

github-actions[bot] commented 1 week ago

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` ```ts 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"}] ]) ```