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 user-pen and user-round-pen #2303

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Conversation

karsa-mistmere
Copy link
Member

What is the purpose of this pull request?

  • New Icon

Icon use case

Use Cases for "User with Pen" Icon

  1. Profile Edit

    • Description: Indicating the option for users to edit their profile information.
    • Context: Displayed on user profile pages or settings menus.
  2. Create Account

    • Description: Representing the action to create a new user account.
    • Context: Used on registration forms or sign-up pages.
  3. Submit Feedback

    • Description: Signifying the feature for users to submit feedback or suggestions.
    • Context: Found on feedback forms or customer support sections.
  4. Write a Review

    • Description: Allowing users to write and submit reviews or testimonials.
    • Context: Displayed on product pages or review sections of a website.
  5. Edit Permissions

    • Description: Indicating the functionality to modify user permissions or roles.
    • Context: Used in administrative settings or user management interfaces.

Alternative icon designs

image

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

  • I've based them on the following Lucide icons: user, user-round & file-pen

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 Jul 8, 2024
Copy link

github-actions bot commented Jul 8, 2024

Added or changed icons

icons/user-pen.svgicons/user-round-pen.svg

Preview cohesion icons/square-x.svgicons/square-arrow-up-right.svg
icons/user-pen.svgicons/user-round-pen.svg
icons/cigarette.svgicons/scan-qr-code.svg
Preview stroke widths icons/user-pen.svgicons/user-round-pen.svg
icons/user-pen.svgicons/user-round-pen.svg
icons/user-pen.svgicons/user-round-pen.svg
DPI Preview (24px) icons/user-pen.svg icons/user-round-pen.svg
Icon X-rays icons/user-pen.svg icons/user-round-pen.svg
Icons as code

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

const UserPenIcon = createLucideIcon('UserPen', [
  ["path",{"d":"M11.5 15H7a4 4 0 0 0-4 4v2"}],
  ["path",{"d":"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z"}],
  ["circle",{"cx":"10","cy":"7","r":"4"}]
])

const UserRoundPenIcon = createLucideIcon('UserRoundPen', [
  ["path",{"d":"M2 21a8 8 0 0 1 10.821-7.487"}],
  ["path",{"d":"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z"}],
  ["circle",{"cx":"10","cy":"8","r":"5"}]
])

Copy link
Member

@ericfennis ericfennis left a comment

Choose a reason for hiding this comment

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

Excellent work!

@ericfennis ericfennis merged commit e92d5e2 into main Jul 9, 2024
8 checks passed
@ericfennis ericfennis deleted the icon/user-pen branch July 9, 2024 12:48
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.

3 participants