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 folder-code icon #2276

Merged
merged 4 commits into from
Jul 9, 2024

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Jul 3, 2024

closes #2275

What is the purpose of this pull request?

  • New icon

Description

Added new folder-code icon.

Icon use case

Folder that contains code.

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: folder
  • 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

Copy link

github-actions bot commented Jul 3, 2024

Added or changed icons

icons/folder-code.svg

Preview cohesion icons/message-square-quote.svg
icons/folder-code.svg
icons/panels-right-bottom.svg
Preview stroke widths icons/folder-code.svg
icons/folder-code.svg
icons/folder-code.svg
DPI Preview (24px) icons/folder-code.svg
Icon X-rays icons/folder-code.svg
Icons as code

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

const FolderCodeIcon = createLucideIcon('FolderCode', [
  ["path",{"d":"M10 10.5 8 13l2 2.5"}],
  ["path",{"d":"m14 10.5 2 2.5-2 2.5"}],
  ["path",{"d":"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z"}]
])

Copy link
Member

@karsa-mistmere karsa-mistmere left a comment

Choose a reason for hiding this comment

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

Solid use case, solid icon, LGTM!

@programmer-rahul
Copy link

Thanks for adding this icon.

@karsa-mistmere karsa-mistmere merged commit 43dfe36 into lucide-icons:main Jul 9, 2024
6 of 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.

Folder Code Icon
3 participants