Skip to content

Commit

Permalink
added untitledui-icons iconset (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsarwe authored Apr 15, 2024
1 parent 79144eb commit a185fd8
Show file tree
Hide file tree
Showing 3 changed files with 671 additions and 660 deletions.
8 changes: 8 additions & 0 deletions app/Models/IconSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,14 @@ final class IconSet extends Model
'ignore_rule' => null,
'outline_rule' => null,
],
[
'id' => 78,
'name' => 'untitledui-icons',
'repository' => 'https://github.com/mckenziearts/blade-untitledui-icons',
'composer' => 'mckenziearts/blade-untitledui-icons',
'ignore_rule' => null,
'outline_rule' => null,
],
];

public function name(): string
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"log1x/blade-filetype-icons": "^1.0",
"mallardduck/blade-boxicons": "^2.3",
"mallardduck/blade-lucide-icons": "^1.5",
"mckenziearts/blade-untitledui-icons": "^1.1",
"mckenziearts/blade-untitledui-icons": "^1.3",
"meilisearch/meilisearch-php": "^1.6",
"nerdroid23/blade-icomoon": "^1.1",
"owenvoke/blade-entypo": "^2.0",
Expand Down
Loading

0 comments on commit a185fd8

Please sign in to comment.