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 logs icon #2257

Merged
merged 3 commits into from
Jun 28, 2024
Merged

Conversation

AndreasSas
Copy link
Contributor

closes #2214

What is the purpose of this pull request?

  • Other: Icon update

Description

Added new logs icon.

Icon use case

It can be used as a visual difference to the regular list. It is mainly meant to represent data logs of, for example, console output of an application.
It represents data, in a list format, with more than a column for line number and text.

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 Text logs icon #2214 by @AndreasSas and @GRA0007
  • I've based them on the following Lucide icons: list, list-ordered, ... (basicially all the different list items)
  • 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 Jun 26, 2024
@AndreasSas AndreasSas marked this pull request as ready for review June 26, 2024 16:02
Copy link

Added or changed icons

icons/logs.svg

Preview cohesion icons/square-dot.svg
icons/logs.svg
icons/message-square-plus.svg
Preview stroke widths icons/logs.svg
icons/logs.svg
icons/logs.svg
DPI Preview (24px) icons/logs.svg
Icon X-rays icons/logs.svg
Icons as code

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

const LogsIcon = createLucideIcon('Logs', [
  ["path",{"d":"M13 12h8"}],
  ["path",{"d":"M13 18h8"}],
  ["path",{"d":"M13 6h8"}],
  ["path",{"d":"M3 12h1"}],
  ["path",{"d":"M3 18h1"}],
  ["path",{"d":"M3 6h1"}],
  ["path",{"d":"M8 12h1"}],
  ["path",{"d":"M8 18h1"}],
  ["path",{"d":"M8 6h1"}]
])

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.

You are rocking @AndreasSas 🚀
Thanks for your work!

@ericfennis ericfennis merged commit 80350b2 into lucide-icons:main Jun 28, 2024
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.

Text logs icon
3 participants