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 clock-alert icon #2401

Merged
merged 4 commits into from
Sep 12, 2024

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Aug 24, 2024

related to #2400

What is the purpose of this pull request?

  • New Icon

Description

Added new clock-alert icon.

Icon use case

These icons could be used for reflecting input validation, and to indicate delays and such for public transport

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: clock
  • 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 Aug 24, 2024
Copy link

github-actions bot commented Aug 24, 2024

Added or changed icons

icons/clock-alert.svg

Preview cohesion icons/square-pi.svg
icons/clock-alert.svg
icons/russian-ruble.svg
Preview stroke widths icons/clock-alert.svg
icons/clock-alert.svg
icons/clock-alert.svg
DPI Preview (24px) icons/clock-alert.svg
Icon X-rays icons/clock-alert.svg
Icon Diffs

icons/clock-alert.svg

Icons as code

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

const ClockAlertIcon = createLucideIcon('ClockAlert', [
  ["path",{"d":"M12 6v6l4 2"}],
  ["path",{"d":"M16 21.16a10 10 0 1 1 5-13.516"}],
  ["path",{"d":"M20 11.5v6"}],
  ["path",{"d":"M20 21.5h.01"}]
])

Copy link
Member

@ericfennis ericfennis left a comment

Choose a reason for hiding this comment

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

yeahhh

@karsa-mistmere karsa-mistmere merged commit f0afdd4 into lucide-icons:main Sep 12, 2024
8 checks passed
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