Skip to content

Commit 6538cdb

Browse files
authored
Adding hugeicons iconset (#168)
* added hugeicons set * resolving composer.lock conflicts
1 parent 6459a7a commit 6538cdb

File tree

3 files changed

+72
-1
lines changed

3 files changed

+72
-1
lines changed

app/Models/IconSet.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,14 @@ final class IconSet extends Model
633633
'ignore_rule' => null,
634634
'outline_rule' => null,
635635
],
636+
[
637+
'id' => 80,
638+
'name' => 'hugeicons',
639+
'repository' => 'https://github.com/afatmustafa/blade-hugeicons',
640+
'composer' => 'afatmustafa/blade-hugeicons',
641+
'ignore_rule' => null,
642+
'outline_rule' => null,
643+
],
636644
];
637645

638646
public function name(): string

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"php": "~8.2.0",
1212
"ext-json": "*",
1313
"actb/blade-github-octicons": "^4.2",
14+
"afatmustafa/blade-hugeicons": "dev-main",
1415
"andreiio/blade-iconoir": "^4.0",
1516
"andreiio/blade-remix-icon": "^3.0",
1617
"blade-ui-kit/blade-heroicons": "^2.1",

composer.lock

Lines changed: 63 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)