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 file-user icon #2457

Merged
merged 3 commits into from
Sep 25, 2024

Conversation

jguddas
Copy link
Member

@jguddas jguddas commented Sep 15, 2024

closes #2455

What is the purpose of this pull request?

  • New Icon

Description

Added new file-user icon.

Icon use case

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 @danielbayley
  • I've based them on the following Lucide icons: book-user, file
  • 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 Sep 15, 2024
Copy link

Added or changed icons

icons/file-user.svg

Preview cohesion icons/square.svg
icons/file-user.svg
icons/dice-3.svg
Preview stroke widths icons/file-user.svg
icons/file-user.svg
icons/file-user.svg
DPI Preview (24px) icons/file-user.svg
Icon X-rays icons/file-user.svg
Icon Diffs icons/file-user.svg
Icons as code

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

const FileUserIcon = createLucideIcon('FileUser', [
  ["path",{"d":"M14 2v4a2 2 0 0 0 2 2h4"}],
  ["path",{"d":"M15 18a3 3 0 1 0-6 0"}],
  ["path",{"d":"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z"}],
  ["circle",{"cx":"12","cy":"13","r":"2"}]
])

@karsa-mistmere
Copy link
Member

Nice one!

Should we also add folder-user?

icons
Open lucide studio

icons
Open lucide studio

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.

[Request] Personal File Icon
3 participants