Skip to content

Commit f0382ab

Browse files
committed
Icons
1 parent 11de762 commit f0382ab

File tree

448 files changed

+2243
-616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

448 files changed

+2243
-616
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,15 @@
3131
"moox/devops": "*",
3232
"moox/draft": "*",
3333
"moox/expiry": "*",
34+
"moox/file-icons": "*",
3435
"moox/flag-icons-circle": "*",
36+
"moox/flag-icons-origin": "*",
37+
"moox/flag-icons-rect": "*",
38+
"moox/flag-icons-square": "*",
3539
"moox/frontend": "*",
3640
"moox/item": "*",
3741
"moox/jobs": "*",
42+
"moox/laravel-icons": "*",
3843
"moox/login-link": "*",
3944
"moox/media": "*",
4045
"moox/notifications": "*",

packages/file-icons/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) Blade Developer
3+
Copyright (c) Moox
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/file-icons/composer.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"name": "blade-organization/blade-heroicons",
3-
"description": "A package to easily make use of Heroicons in your Laravel Blade views.",
4-
"keywords": ["Blade", "Heroicons", "Laravel"],
5-
"homepage": "https://github.com/blade-organization/blade-heroicons",
2+
"name": "moox/file-icons",
3+
"description": "A package to easily make use of File Icons in your Laravel Blade views.",
4+
"keywords": [
5+
"Blade",
6+
"File Icons",
7+
"Laravel"
8+
],
9+
"homepage": "https://github.com/mooxphp/file-icons",
610
"license": "MIT",
711
"authors": [
812
{
9-
"name": "Blade Developer"
13+
"name": "Moox Devs"
1014
}
1115
],
1216
"require": {
@@ -20,7 +24,7 @@
2024
},
2125
"autoload": {
2226
"psr-4": {
23-
"BladeUI\\Heroicons\\": "src"
27+
"Moox\\FileIcons\\": "src"
2428
}
2529
},
2630
"autoload-dev": {
@@ -31,7 +35,7 @@
3135
"extra": {
3236
"laravel": {
3337
"providers": [
34-
"BladeUI\\Heroicons\\BladeHeroiconsServiceProvider"
38+
"Moox\\FileIcons\\FileIconsServiceProvider"
3539
]
3640
}
3741
},
@@ -40,4 +44,4 @@
4044
},
4145
"minimum-stability": "dev",
4246
"prefer-stable": true
43-
}
47+
}

packages/file-icons/config/blade-heroicons.php renamed to packages/file-icons/config/file-icons.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|
1414
*/
1515

16-
'prefix' => 'heroicon',
16+
'prefix' => 'fileicon',
1717

1818
/*
1919
|-----------------------------------------------------------------

packages/file-icons/package.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/file-icons/resources/old/ai.svg

Lines changed: 226 additions & 0 deletions
Loading
Lines changed: 22 additions & 0 deletions
Loading
Lines changed: 27 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)