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): Add cloud-alert icon #2611

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

lscheibel
Copy link
Member

What is the purpose of this pull request?

  • New Icon
  • Bug fix
  • New Feature
  • Documentation update
  • Other:

Description

Adds new cloud-alert icon

Icon use case

My use case is for a "sync with cloud" feature, where I show the icon similar to how Google docs does it, when there is an issue with syncing to the cloud.

Another use case might be an extreme weather warning.

Alternative icon designs

I don't have alternative 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 @
  • I've based them on the following Lucide icons: cloud, circle-alert
  • 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 14, 2024
Copy link

github-actions bot commented Nov 14, 2024

Added or changed icons

icons/cloud-alert.svg

Preview cohesion icons/square-arrow-out-up-right.svg
icons/cloud-alert.svg
icons/headphone-off.svg
Preview stroke widths icons/cloud-alert.svg
icons/cloud-alert.svg
icons/cloud-alert.svg
DPI Preview (24px) icons/cloud-alert.svg
Icon X-rays icons/cloud-alert.svg
Icon Diffs icons/cloud-alert.svg
Icons as code

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

const CloudAlertIcon = createLucideIcon('CloudAlert', [
  ["path",{"d":"M12 12v4"}],
  ["path",{"d":"M12 20h.01"}],
  ["path",{"d":"M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708"}]
])

@lscheibel
Copy link
Member Author

Related:
#2055

icons/cloud-alert.svg Show resolved Hide resolved
icons/cloud-alert.json Show resolved Hide resolved
@ericfennis
Copy link
Member

Nice icon!

@ericfennis ericfennis changed the title Add cloud-alert icon feat(icons): Add cloud-alert icon Nov 15, 2024
@ericfennis ericfennis merged commit cb60e31 into lucide-icons:main Nov 15, 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