From c7f73611ca3b28fc97a5234fda0c8c5c47560e2a Mon Sep 17 00:00:00 2001 From: Sean van Zuidam Date: Tue, 8 Nov 2022 08:08:26 +0100 Subject: [PATCH] Add Magento 2 Hyva package to docs (#857) * ADD: Hyva to 3de party section * ADD: Hyva to readme * IMP: description --- README.md | 11 ++++++++ site/public/framework-logos/hyva.svg | 6 +++++ site/src/data/packageData.thirdParty.json | 31 +++++++++++++++++++++-- 3 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 site/public/framework-logos/hyva.svg diff --git a/README.md b/README.md index 98d3db1d7..ef0c83b70 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Lucide is trying to expand the icon set as much as possible while staying faithf - [Flutter](#flutter) - [Svelte](#svelte) - [Solid](#solid) + - [Hyva](#hyva) - [Contributing](#contributing) - [Community](#community) - [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). +### 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 For more info on how to contribute please see the [contribution guidelines](https://github.com/lucide-icons/lucide/blob/main/CONTRIBUTING.md). diff --git a/site/public/framework-logos/hyva.svg b/site/public/framework-logos/hyva.svg new file mode 100644 index 000000000..b12013454 --- /dev/null +++ b/site/public/framework-logos/hyva.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/site/src/data/packageData.thirdParty.json b/site/src/data/packageData.thirdParty.json index 374fd819b..3f9ecb87f 100644 --- a/site/src/data/packageData.thirdParty.json +++ b/site/src/data/packageData.thirdParty.json @@ -4,10 +4,37 @@ "description": "Implementation of Lucide icon's using blade-icons for Laravel based projects.", "icon": "/framework-logos/laravel.svg", "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", "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" } ]