Skip to content

Commit

Permalink
adding ionics icon set back to IconSet by making it compatible for we…
Browse files Browse the repository at this point in the history
…bsite
  • Loading branch information
swapnilsarwe committed May 30, 2024
1 parent 7ca5f21 commit 8476766
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 15 deletions.
28 changes: 14 additions & 14 deletions app/Models/IconSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
68 changes: 67 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8476766

Please sign in to comment.