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

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

Conversation

pgbradbury
Copy link

closes #2542

What is the purpose of this pull request?

  • New Icon

Description

Added new key-refresh icon.

Icon use case

password or key refresh/reset

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

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 6, 2024
Copy link

github-actions bot commented Nov 6, 2024

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

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
Copy link
Member

jguddas commented Nov 6, 2024

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.

@jguddas jguddas changed the title feat(icons): added key-refresh icon feat(icons): added rotate-ccw-key icon Nov 9, 2024
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.

New Icon Request: Password Refresh
3 participants