mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 17:17:43 +01:00
Add Magento 2 Hyva package to docs (#857)
* ADD: Hyva to 3de party section * ADD: Hyva to readme * IMP: description
This commit is contained in:
11
README.md
11
README.md
@@ -38,6 +38,7 @@ Lucide is trying to expand the icon set as much as possible while staying faithf
|
|||||||
- [Flutter](#flutter)
|
- [Flutter](#flutter)
|
||||||
- [Svelte](#svelte)
|
- [Svelte](#svelte)
|
||||||
- [Solid](#solid)
|
- [Solid](#solid)
|
||||||
|
- [Hyva](#hyva)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
- [Community](#community)
|
- [Community](#community)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
@@ -240,6 +241,16 @@ npm install lucide-solid
|
|||||||
|
|
||||||
For more details, see the [documentation](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-solid#lucide-solid).
|
For more details, see the [documentation](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-solid#lucide-solid).
|
||||||
|
|
||||||
|
### Hyva
|
||||||
|
|
||||||
|
Implementation of Lucide icon's using Hyvä's svg php viewmodal to render icons for Magento 2 Hyva theme based projects.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
composer require siteation/magento2-hyva-icons-lucide
|
||||||
|
```
|
||||||
|
|
||||||
|
For more details, see the [documentation](https://github.com/Siteation/magento2-hyva-icons-lucide/blob/main/README.md).
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
For more info on how to contribute please see the [contribution guidelines](https://github.com/lucide-icons/lucide/blob/main/CONTRIBUTING.md).
|
For more info on how to contribute please see the [contribution guidelines](https://github.com/lucide-icons/lucide/blob/main/CONTRIBUTING.md).
|
||||||
|
|||||||
6
site/public/framework-logos/hyva.svg
Normal file
6
site/public/framework-logos/hyva.svg
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<svg width="30" height="30" viewBox="0 0 400 400" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect width="400" height="400" fill="#F6F7FF"/>
|
||||||
|
<path d="M222.131 112.458L237.41 66.8783H290.403L275.043 112.458H222.131Z" fill="#14FFAF"/>
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M158.026 174.716C172.966 162.84 191.165 155.37 211.659 155.37C253.609 155.37 294.409 182.196 294.409 250.953V336H240.776V250.953C240.776 215.516 223.929 202.107 200.933 202.107C181.969 202.107 168.181 213.026 160.516 224.517V336H106.692V115.336H74L91.2077 64H158.026V174.716ZM272.988 109.567L286.407 69.7565H239.485L226.132 109.567H272.988ZM235.338 64H294.409L277.112 115.336H218.13L235.338 64Z" fill="#0A23B9"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 752 B |
@@ -4,10 +4,37 @@
|
|||||||
"description": "Implementation of Lucide icon's using blade-icons for Laravel based projects.",
|
"description": "Implementation of Lucide icon's using blade-icons for Laravel based projects.",
|
||||||
"icon": "/framework-logos/laravel.svg",
|
"icon": "/framework-logos/laravel.svg",
|
||||||
"shields": [
|
"shields": [
|
||||||
{ "alt": "Latest Stable Version", "src": "https://img.shields.io/packagist/v/mallardduck/blade-lucide-icons", "href": "https://packagist.org/packages/mallardduck/blade-lucide-icons" },
|
{
|
||||||
{ "alt": "Total Downloads", "src": "https://img.shields.io/packagist/dt/mallardduck/blade-lucide-icons", "href": "https://packagist.org/packages/mallardduck/blade-lucide-icons" }
|
"alt": "Latest Stable Version",
|
||||||
|
"src": "https://img.shields.io/packagist/v/mallardduck/blade-lucide-icons",
|
||||||
|
"href": "https://packagist.org/packages/mallardduck/blade-lucide-icons"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"alt": "Total Downloads",
|
||||||
|
"src": "https://img.shields.io/packagist/dt/mallardduck/blade-lucide-icons",
|
||||||
|
"href": "https://packagist.org/packages/mallardduck/blade-lucide-icons"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"source": "https://github.com/mallardduck/blade-lucide-icons",
|
"source": "https://github.com/mallardduck/blade-lucide-icons",
|
||||||
"documentation": "https://github.com/mallardduck/blade-lucide-icons/blob/main/README.md"
|
"documentation": "https://github.com/mallardduck/blade-lucide-icons/blob/main/README.md"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "hyva-lucide-icons",
|
||||||
|
"description": "Implementation of Lucide icon's using Hyvä's svg php viewmodal to render icons for Magento 2 Hyva theme based projects.",
|
||||||
|
"icon": "/framework-logos/hyva.svg",
|
||||||
|
"shields": [
|
||||||
|
{
|
||||||
|
"alt": "Latest Stable Version",
|
||||||
|
"src": "https://img.shields.io/packagist/v/siteation/magento2-hyva-icons-lucide",
|
||||||
|
"href": "https://packagist.org/packages/siteation/magento2-hyva-icons-lucide"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"alt": "Total Downloads",
|
||||||
|
"src": "https://img.shields.io/packagist/dt/siteation/magento2-hyva-icons-lucide",
|
||||||
|
"href": "https://packagist.org/packages/siteation/magento2-hyva-icons-lucide"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"source": "https://github.com/siteation/magento2-hyva-icons-lucide",
|
||||||
|
"documentation": "https://github.com/siteation/magento2-hyva-icons-lucide/blob/main/README.md"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user