@nrbx/lucide 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center" id="top">
|
|
2
|
+
<img src="https://github.com/nn140/Branding/blob/main/LogoWhite-Full.png?raw=true" alt="NN140.UK logo" width="800"/>
|
|
3
|
+
<img src="https://github.com/nn140/Branding/blob/main/LogoBlack-Full.png?raw=true" alt="NN140.UK logo" width="800"/>
|
|
4
|
+
<br />
|
|
5
|
+
<br />
|
|
6
|
+
<img src="https://img.shields.io/badge/Stripe-Donate%20to%20support%20NN140.UK-1b1b1b?style=for-the-badge&labelColor=6860ff&logo=stripe&logoColor=ffffff&logoSize=auto&link=https%3A%2F%2Fdonate.stripe.com%2F9B6eVdbTd4n1a6H1yXa3u04&link=https%3A%2F%2Fdonate.stripe.com%2F9B6eVdbTd4n1a6H1yXa3u04" alt="Badge">
|
|
7
|
+
<img src="https://img.shields.io/badge/Stripe-Donate%20to%20Support%20NN140.UK%20(RECCURING)-1b1b1b?style=for-the-badge&labelColor=6860ff&logo=stripe&logoColor=ffffff&logoSize=auto&link=https%3A%2F%2Fdonate.stripe.com%2FdRm9ATe1laLpgv5b9xa3u05&link=https%3A%2F%2Fdonate.stripe.com%2FdRm9ATe1laLpgv5b9xa3u05" alt="Badge">
|
|
8
|
+
</div>
|
|
9
|
+
|
|
10
|
+
<hr />
|
|
11
|
+
|
|
12
|
+
## @nrbx/lucide
|
|
2
13
|
|
|
3
14
|
> Lucide icons for Roblox React ([@rbxts/react](https://www.npmjs.com/package/@rbxts/react))
|
|
4
15
|
|
|
5
16
|
A roblox-ts package that brings [Lucide](https://lucide.dev) Roblox. Over **1,700 icons** available as typed React components, with support for dynamic lookup, icon combining, and full Roblox ImageLabel props.
|
|
6
17
|
|
|
18
|
+
> **DISCLAIMER**: This package does not publish the icons following icons and icon tags due to Roblox trust and moderation TOS: `cannabis`, `cannabis-off`, `bomb`, `qr-code`, `scan-qr-code`, `alcohol`, `brewery`, `beer`, `cannabis`, `bomb`, `explosive`, `smoking`
|
|
19
|
+
|
|
7
20
|
## 📦 Installation
|
|
8
21
|
|
|
9
22
|
```bash
|
|
@@ -132,3 +145,14 @@ MIT — see [LICENSE.txt](./LICENSE.txt)
|
|
|
132
145
|
---
|
|
133
146
|
|
|
134
147
|
Built with [Lucide](https://lucide.dev) icons • [roblox-ts](https://roblox-ts.com) • [@rbxts/react](https://www.npmjs.com/package/@rbxts/react)
|
|
148
|
+
|
|
149
|
+
<hr />
|
|
150
|
+
|
|
151
|
+
<div align="center" id="top">
|
|
152
|
+
<img src="https://img.shields.io/badge/Stripe-Donate%20to%20support%20NN140.UK-1b1b1b?style=for-the-badge&labelColor=6860ff&logo=stripe&logoColor=ffffff&logoSize=auto&link=https%3A%2F%2Fdonate.stripe.com%2F9B6eVdbTd4n1a6H1yXa3u04&link=https%3A%2F%2Fdonate.stripe.com%2F9B6eVdbTd4n1a6H1yXa3u04" alt="Badge">
|
|
153
|
+
<img src="https://img.shields.io/badge/Stripe-Donate%20to%20Support%20NN140.UK%20(RECCURING)-1b1b1b?style=for-the-badge&labelColor=6860ff&logo=stripe&logoColor=ffffff&logoSize=auto&link=https%3A%2F%2Fdonate.stripe.com%2FdRm9ATe1laLpgv5b9xa3u05&link=https%3A%2F%2Fdonate.stripe.com%2FdRm9ATe1laLpgv5b9xa3u05" alt="Badge">
|
|
154
|
+
<br />
|
|
155
|
+
<br />
|
|
156
|
+
<img src="https://github.com/nn140/Branding/blob/main/LogoBlack-Full.png?raw=true" alt="NN140.UK logo" width="800"/>
|
|
157
|
+
<img src="https://github.com/nn140/Branding/blob/main/LogoWhite-Full.png?raw=true" alt="NN140.UK logo" width="800"/>
|
|
158
|
+
</div>
|