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 list-check icon #2291

Merged
merged 5 commits into from
Jul 8, 2024
Merged

feat(icons): added list-check icon #2291

merged 5 commits into from
Jul 8, 2024

Conversation

guanboo-yang
Copy link
Contributor

@guanboo-yang guanboo-yang commented Jul 6, 2024

What is the purpose of this pull request?

  • New Icon

Description

Added new list-check icon.

Icon use case

  1. To indicate that an item has been added to a to-do list in a task management application.
  2. To show that a product has been added to a user's wishlist on an e-commerce platform.

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

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

github-actions bot commented Jul 6, 2024

Added or changed icons

icons/list-check.svg

Preview cohesion icons/square-parking.svg
icons/list-check.svg
icons/gantt-chart.svg
Preview stroke widths icons/list-check.svg
icons/list-check.svg
icons/list-check.svg
DPI Preview (24px) icons/list-check.svg
Icon X-rays icons/list-check.svg
Icons as code

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

const ListCheckIcon = createLucideIcon('ListCheck', [
  ["path",{"d":"M11 18H3"}],
  ["path",{"d":"m15 18 2 2 4-4"}],
  ["path",{"d":"M16 12H3"}],
  ["path",{"d":"M16 6H3"}]
])

icons/list-check.json Outdated Show resolved Hide resolved
Co-authored-by: Jakob Guddas <github@jguddas.de>
@ericfennis ericfennis merged commit 34805df into lucide-icons:main Jul 8, 2024
8 checks passed
@ericfennis
Copy link
Member

Nice work!

@ericfennis ericfennis mentioned this pull request Jul 8, 2024
5 tasks
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