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 tresor icon #2410

Closed
wants to merge 7 commits into from

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Aug 25, 2024

What is the purpose of this pull request?

  • New Icon

Description

Added new tresor icon.

Icon use case

  • Password vaults
  • Secure storage
  • Hidden / Private

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: square, file-cog
  • 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 25, 2024
Copy link

github-actions bot commented Aug 25, 2024

Added or changed icons

icons/tresor.svg

Preview cohesion icons/message-square-warning.svg
icons/tresor.svg
icons/square-arrow-left.svg
Preview stroke widths icons/tresor.svg
icons/tresor.svg
icons/tresor.svg
DPI Preview (24px) icons/tresor.svg
Icon X-rays icons/tresor.svg
Icons as code

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

const TresorIcon = createLucideIcon('Tresor', [
  ["path",{"d":"m12.5 15.7-.4-.9"}],
  ["path",{"d":"m12.5 8.3-.4.9"}],
  ["path",{"d":"m14.7 10.5-.9.4"}],
  ["path",{"d":"m14.7 13.5-.9-.4"}],
  ["path",{"d":"M17 17h.01"}],
  ["path",{"d":"M17 21v1"}],
  ["path",{"d":"M7 21v1"}],
  ["path",{"d":"m8.2 10.9-.9-.4"}],
  ["path",{"d":"m8.2 13.1-.9.4"}],
  ["path",{"d":"m9.9 14.8-.4.9"}],
  ["path",{"d":"m9.9 9.2-.4-.9"}],
  ["circle",{"cx":"11","cy":"12","r":"3"}],
  ["rect",{"x":"3","y":"3","width":"18","height":"18","rx":"2"}]
])

@lucide-icons lucide-icons deleted a comment from github-actions bot Aug 25, 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.

1 participant