Skip to content

Commit

Permalink
Heroicons v2.1 (#41)
Browse files Browse the repository at this point in the history
* Heroicons v2.1

* wip
  • Loading branch information
driesvints authored Dec 18, 2023
1 parent 6990da9 commit 8d5abd0
Show file tree
Hide file tree
Showing 1,182 changed files with 2,886 additions and 1,897 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ The mini icons can be referenced like this:
<x-heroicon-m-arrow-left/>
```

And the micro icons can be referenced like this:

```blade
<x-heroicon-c-arrow-left/>
```

### Raw SVG Icons

If you want to use the raw SVG icons as assets, you can publish them using:
Expand Down
12 changes: 9 additions & 3 deletions config/generation.php
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
<?php

return [
[
[ // Regular Outline...
'source' => __DIR__.'/../node_modules/heroicons/24/outline',
'destination' => __DIR__.'/../resources/svg',
'output-prefix' => 'o-',
'safe' => true,
],
[
[ // Regular Solid...
'source' => __DIR__.'/../node_modules/heroicons/24/solid',
'destination' => __DIR__.'/../resources/svg',
'output-prefix' => 's-',
'safe' => true,
],
[
[ // Mini...
'source' => __DIR__.'/../node_modules/heroicons/20/solid',
'destination' => __DIR__.'/../resources/svg',
'output-prefix' => 'm-',
'safe' => true,
],
[ // Micro...
'source' => __DIR__.'/../node_modules/heroicons/16/solid',
'destination' => __DIR__.'/../resources/svg',
'output-prefix' => 'c-',
'safe' => true,
],
];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"heroicons": "^2.0.2"
"heroicons": "^2.1"
}
}
4 changes: 4 additions & 0 deletions resources/svg/c-academic-cap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-adjustments-horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-adjustments-vertical.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/svg/c-archive-box-arrow-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/svg/c-archive-box-x-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/svg/c-archive-box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-down-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-down-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/svg/c-arrow-down-on-square-stack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-down-on-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-down-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/svg/c-arrow-down-tray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-left-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/svg/c-arrow-left-end-on-rectangle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-left-start-on-rectangle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-long-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-long-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-long-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-long-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-path-rounded-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-path.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-right-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/svg/c-arrow-right-end-on-rectangle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-right-start-on-rectangle.svg
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-right.svg
4 changes: 4 additions & 0 deletions resources/svg/c-arrow-top-right-on-square.svg
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-trending-down.svg
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-trending-up.svg
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-up-circle.svg
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-up-left.svg
4 changes: 4 additions & 0 deletions resources/svg/c-arrow-up-on-square-stack.svg
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-up-on-square.svg
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-up-right.svg
4 changes: 4 additions & 0 deletions resources/svg/c-arrow-up-tray.svg
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-up.svg
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-uturn-down.svg
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-uturn-left.svg
3 changes: 3 additions & 0 deletions resources/svg/c-arrow-uturn-right.svg
Loading

0 comments on commit 8d5abd0

Please sign in to comment.