diff --git a/app/Models/IconSet.php b/app/Models/IconSet.php index fd2900f..68bf6fa 100644 --- a/app/Models/IconSet.php +++ b/app/Models/IconSet.php @@ -50,12 +50,12 @@ final class IconSet extends Model 'outline_rule' => null, ], [ - 'id' => 5, - 'name' => 'evaicons', - 'repository' => 'https://github.com/hasnayeen/blade-eva-icons', - 'composer' => 'hasnayeen/blade-eva-icons', - 'ignore_rule' => '/-outline$/', - 'outline_rule' => '/-outline$/', + 'id' => 5, + 'name' => 'evaicons', + 'repository' => 'https://github.com/hasnayeen/blade-eva-icons', + 'composer' => 'hasnayeen/blade-eva-icons', + 'ignore_rule' => '/-outline$/', + 'outline_rule' => '/-outline$/', ], [ 'id' => 6, @@ -97,14 +97,14 @@ final class IconSet extends Model 'ignore_rule' => '/-\d{2}$/', // 16|24 'outline_rule' => null, ], - // [ - // 'id' => 11, - // 'name' => 'ionicons', - // 'repository' => 'https://github.com/faisal50x/blade-ionicons', - // 'composer' => 'faisal50x/blade-ionicons', - // 'ignore_rule' => '/-(?:outline|sharp)$/', - // 'outline_rule' => '/-outline$/', - // ], + [ + 'id' => 11, + 'name' => 'ionicons', + 'repository' => 'https://github.com/faisal50x/blade-ionicons', + 'composer' => 'faisal50x/blade-ionicons', + 'ignore_rule' => '/-(?:outline|sharp)$/', + 'outline_rule' => '/-outline$/', + ], [ 'id' => 13, 'name' => 'remix', diff --git a/composer.json b/composer.json index 32b33d5..bde10fe 100644 --- a/composer.json +++ b/composer.json @@ -69,6 +69,7 @@ "codeat3/blade-weather-icons": "^1.3", "davidhsianturi/blade-bootstrap-icons": "^1.4", "eduard9969/blade-polaris-icons": "^2.0", + "faisal50x/blade-ionicons": "^1.0", "guzzlehttp/guzzle": "^7.2", "hasnayeen/blade-eva-icons": "^2.0", "http-interop/http-factory-guzzle": "^1.2", diff --git a/composer.lock b/composer.lock index 96161f9..736f16c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "35a11ecefd6e4977dc02e9179b4610cc", + "content-hash": "f51229edbfe49535bb1a1f64c8197ba9", "packages": [ { "name": "actb/blade-github-octicons", @@ -4751,6 +4751,72 @@ ], "time": "2023-10-06T06:47:41+00:00" }, + { + "name": "faisal50x/blade-ionicons", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/Foysal50x/blade-ionicons.git", + "reference": "5987990cc9feea08e57a3bf1790fa2be61bbcb0b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Foysal50x/blade-ionicons/zipball/5987990cc9feea08e57a3bf1790fa2be61bbcb0b", + "reference": "5987990cc9feea08e57a3bf1790fa2be61bbcb0b", + "shasum": "" + }, + "require": { + "blade-ui-kit/blade-icons": "^1.1", + "illuminate/support": "^10.0|^11.0", + "php": "^8.1" + }, + "require-dev": { + "codeat3/blade-icon-generation-helpers": "^0.8.0", + "orchestra/testbench": "^8.0|^9.0", + "phpunit/phpunit": "^10.5|^11.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Faisal50x\\BladeIonicons\\BladeIoniconsServiceProvider" + ], + "aliases": { + "BladeIonicons": "Faisal50x\\BladeIonicons\\BladeIoniconsFacade" + } + } + }, + "autoload": { + "psr-4": { + "Faisal50x\\BladeIonicons\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Faisal Ahmed", + "email": "foysal20x@gmail.com", + "role": "Developer" + } + ], + "description": "A package to easily make use of ionicons in your Laravel Blade views.", + "homepage": "https://github.com/faisal50x/blade-ionicons", + "keywords": [ + "blade", + "blade-ionicons", + "faisal50x", + "ionicons", + "laravel" + ], + "support": { + "issues": "https://github.com/Foysal50x/blade-ionicons/issues", + "source": "https://github.com/Foysal50x/blade-ionicons/tree/v1.0.0" + }, + "time": "2024-05-30T14:23:13+00:00" + }, { "name": "fruitcake/php-cors", "version": "v1.3.0",