lucide-icons / lucide

Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
https://lucide.dev
ISC License
9.47k stars 414 forks source link

Qwik support #1552

Open thejackshelton opened 10 months ago

thejackshelton commented 10 months ago

Package

Description

Lucide Icon support for Qwik

I’ve been using icones js and Qwik, but I stkll have to copy the whole function each time in my project. It’s JSX like React and Solid but the syntax is a bit different.

Would this be hard to implement?

Use cases

Using it in any Qwik project

Checklist

danielbayley commented 8 months ago

@thejackshelton I have been meaning to either create an issue, or straight up PR for this… You beat me to it 😅 I hope to get around to implementing this soon myself… Love the core idea behind Qwik!

JohnPremKumar commented 7 months ago

I actually have a requirement to use Lucid icons in Qwik project. Anyone working on this? or shall I open a PR after adding Qwik support?

danielbayley commented 7 months ago

Anyone working on this? or shall I open a PR after adding Qwik support?

@JohnPremKumar I am. Haven’t pushed anything just yet though 😅

JohnPremKumar commented 7 months ago

Let me know if I can help in anyway to complete it soon!

octet-stream commented 5 months ago

On their website they mention qwikest/icons which has lucide icons. Also, Qwik can render React components, but I haven't tried this approach. Looking forward for official support for Qwik 👍