Skip to content

Commit

Permalink
feat: add colon prefix for sharp icons
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Sep 26, 2024
1 parent 64d9266 commit 600d491
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ And even use inline styles:
- Duotone (`fad`)
- Light (`fal`)
- Thin (`fat`)
- Sharp Regular (`far-sharp`)
- Sharp Light (`fal-sharp`)
- Sharp Solid (`fas-sharp`)
- Sharp Regular (`far:sharp`)
- Sharp Light (`fal:sharp`)
- Sharp Solid (`fas:sharp`)
- Sharp Thin (`fat:sharp`)
- Custom Kit Icons (`fak`)

### Raw SVG Icons
Expand Down
8 changes: 4 additions & 4 deletions config/blade-fontawesome.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

'sharp-light' => [

'prefix' => 'falsharp',
'prefix' => 'fal:sharp',

'fallback' => '',

Expand All @@ -121,7 +121,7 @@

'sharp-regular' => [

'prefix' => 'farsharp',
'prefix' => 'far:sharp',

'fallback' => '',

Expand All @@ -136,7 +136,7 @@

'sharp-solid' => [

'prefix' => 'fassharp',
'prefix' => 'fas:sharp',

'fallback' => '',

Expand All @@ -151,7 +151,7 @@

'sharp-thin' => [

'prefix' => 'fatsharp',
'prefix' => 'fat:sharp',

'fallback' => '',

Expand Down

0 comments on commit 600d491

Please sign in to comment.