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 check-line icon #2890

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

oosawy
Copy link

@oosawy oosawy commented Mar 11, 2025

What is the purpose of this pull request?

  • New Icon

Description

Added new check-line icon.

Icon use case

  • File download or data save has been successfully completed.
  • Data synchronization or backup between cloud services or devices has been successfully completed.
  • An app or software installation or update has been successfully completed.

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 @oosawy
  • I've based them on the following Lucide icons: check
  • 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

Added or changed icons

icons/check-line.svg

Preview cohesion icons/message-square-off.svg
icons/check-line.svg
icons/palette.svg
Preview stroke widths icons/check-line.svg
icons/check-line.svg
icons/check-line.svg
DPI Preview (24px) icons/check-line.svg
Icon X-rays icons/check-line.svg
Icon Diffs icons/check-line.svg
Icons as code

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

const CheckLineIcon = createLucideIcon('CheckLine', [
  ["path",{"d":"M20 4L9 15"}],
  ["path",{"d":"M21 19L3 19"}],
  ["path",{"d":"M9 15L4 10"}]
])

{
"$schema": "../icon.schema.json",
"contributors": [
"oosawy"
Copy link
Member

Choose a reason for hiding this comment

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

Should inherit contributors from check icon.

Copy link
Author

Choose a reason for hiding this comment

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

Added colebemis as the first contributor!

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.

2 participants