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

Closed lscheibel closed 1 week ago

lscheibel commented 1 week ago

What is the purpose of this pull request?

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

Author, credits & license

Naming

Design

Before Submitting

github-actions[bot] commented 1 week ago

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` ```ts 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 commented 1 week ago

Related: https://github.com/lucide-icons/lucide/issues/2055

ericfennis commented 1 week ago

Nice icon!