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 save-off icon #2260

Merged
merged 4 commits into from
Jun 28, 2024

Conversation

AnnaSasDev
Copy link
Contributor

closes #2227

What is the purpose of this pull request?

  • Other: Icon update

Description

Added new save-off icon.

Icon use case

The inability to save the current work. saving being disabled

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 @
  • I've based them on the following Lucide icons: save
  • 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 Jun 27, 2024
Copy link

Added or changed icons

icons/save-off.svg

Preview cohesion icons/square-percent.svg
icons/save-off.svg
icons/circle-chevron-left.svg
Preview stroke widths icons/save-off.svg
icons/save-off.svg
icons/save-off.svg
DPI Preview (24px) icons/save-off.svg
Icon X-rays icons/save-off.svg
Icons as code

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

const SaveOffIcon = createLucideIcon('SaveOff', [
  ["path",{"d":"M13 13H8a1 1 0 0 0-1 1v7"}],
  ["path",{"d":"M14 8h1"}],
  ["path",{"d":"M17 21v-4"}],
  ["path",{"d":"m2 2 20 20"}],
  ["path",{"d":"M20.41 20.41A2 2 0 0 1 19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41"}],
  ["path",{"d":"M29.5 11.5s5 5 4 5"}],
  ["path",{"d":"M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15"}]
])

@ericfennis ericfennis merged commit a463d8a into lucide-icons:main Jun 28, 2024
8 checks passed
@AnnaSasDev AnnaSasDev deleted the studio/save-off branch June 29, 2024 13:03
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.

save-off
3 participants