You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This is a template repository for new icon packages for [Blade Icons](https://github.com/blade-ui-kit/blade-icons). Start a new repo with this and replace the relevant things below:
14
-
>
15
-
> 1.`blade-organization` with your GitHub organization
16
-
> 2.`blade-heroicons` with your repository name
17
-
> 3.`Blade Heroicons` & `Blade Icons Template` with your icon set name
18
-
> 4. Any other reference to `Heroicons` with your icon set name
19
-
> 5.`Blade Developer` with your name
20
-
>
21
-
> Then, make sure [the implementation](./src) is correct, that you set up [icon generation](https://github.com/blade-ui-kit/blade-icons#generating-icons) and that [your tests](./tests) pass. And remove this quote block from your readme. When you've published your package on Packagist, make sure to send it in to [the Blade Icons package list](https://github.com/blade-ui-kit/blade-icons#icon-packages).
13
+
A package to easily make use of [Lucide](https://github.com/lucide-icons/lucide) Icons in your Laravel Blade views.
22
14
23
-
A package to easily make use of [Heroicons](https://github.com/refactoringui/heroicons) in your Laravel Blade views.
24
-
25
-
For a full list of available icons see [the SVG directory](resources/svg) or preview them at [heroicons.com](https://heroicons.com/).
15
+
For a full list of available icons see [the SVG directory](resources/svg) or preview them at [lucide.dev](https://lucide.dev/).
26
16
27
17
## Requirements
28
18
@@ -32,7 +22,7 @@ For a full list of available icons see [the SVG directory](resources/svg) or pre
@@ -41,14 +31,14 @@ Please refer to [`the upgrade guide`](UPGRADE.md) when updating the library.
41
31
42
32
## Blade Icons
43
33
44
-
Blade Heroicons uses Blade Icons under the hood. Please refer to [the Blade Icons readme](https://github.com/blade-ui-kit/blade-icons) for additional functionality. We also recommend to [enable icon caching](https://github.com/blade-ui-kit/blade-icons#caching) with this library.
34
+
Blade LucideIcons uses Blade Icons under the hood. Please refer to [the Blade Icons readme](https://github.com/blade-ui-kit/blade-icons) for additional functionality. We also recommend to [enable icon caching](https://github.com/blade-ui-kit/blade-icons#caching) with this library.
45
35
46
36
## Configuration
47
37
48
-
Blade Heroicons also offers the ability to use features from Blade Icons like default classes, default attributes, etc. If you'd like to configure these, publish the `blade-heroicons.php` config file:
38
+
Blade LucideIcons also offers the ability to use features from Blade Icons like default classes, default attributes, etc. If you'd like to configure these, publish the `blade-lucide-icons.php` config file:
0 commit comments