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

Feature request: Use icon library #378

Open
rkondratowicz opened this issue Sep 12, 2024 · 2 comments
Open

Feature request: Use icon library #378

rkondratowicz opened this issue Sep 12, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@rkondratowicz
Copy link

rkondratowicz commented Sep 12, 2024

I believe this would simplify the existing code by replacing inlined SVGs with components and also make it easier for user to add new icons on their own.

ie something like

<svg
  xmlns="http://www.w3.org/2000/svg"
>
  <path d="M7 11h2v2H7zm0 4h2v2H7zm4-4h2v2h-2zm0 4h2v2h-2zm4-4h2v2h-2zm0 4h2v2h-2z"></path>
  <path d="M5 22h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zM19 8l.001 12H5V8h14z"></path>
</svg>

could be just

<Calendar />

One option is Lucide: https://lucide.dev/

@satnaing
Copy link
Owner

Yep. I also think of it.
There are 2 options I like:

  1. tabler icons
  2. lucide

@eerison
Copy link
Contributor

eerison commented Oct 10, 2024

Tabler icons +1

@satnaing satnaing self-assigned this Oct 14, 2024
@satnaing satnaing added the enhancement New feature or request label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants