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 `rotate-ccw-key` icon #2587

Open pgbradbury opened 2 weeks ago

pgbradbury commented 2 weeks ago

closes #2542

What is the purpose of this pull request?

Description

Added new key-refresh icon.

Icon use case

password or key refresh/reset

Alternative icon designs

Icon Design Checklist

Concept

Author, credits & license

Naming

Design

Before Submitting

github-actions[bot] commented 2 weeks ago

Added or changed icons

icons/rotate-ccw-key.svg
Preview cohesion icons/square-dot.svg
icons/rotate-ccw-key.svg
icons/replace.svg
Preview stroke widths icons/rotate-ccw-key.svg
icons/rotate-ccw-key.svg
icons/rotate-ccw-key.svg
DPI Preview (24px) icons/rotate-ccw-key.svg
Icon X-rays icons/rotate-ccw-key.svg
Icon Diffs icons/rotate-ccw-key.svg
Icons as code Works for: `lucide-react`, `lucide-react-native`, `lucide-preact`, `lucide-vue-next` ```ts const RotateCcwKeyIcon = createLucideIcon('RotateCcwKey', [ ["path",{"d":"m14.5 9.5 1 1"}], ["path",{"d":"m15.5 8.5-4 4"}], ["path",{"d":"M3 12a9 9 0 1 0 9-9 9.74 9.74 0 0 0-6.74 2.74L3 8"}], ["path",{"d":"M3 3v5h5"}], ["circle",{"cx":"10","cy":"14","r":"2"}] ]) ```
jguddas commented 2 weeks ago

Should be refresh-key and there is another guideline violation at the tip of the key, the gap is 1px but needs to be at least 2px.