added icon sharp feature

This commit is contained in:
Cüneyt Şentürk
2023-04-20 17:42:44 +03:00
parent c4bbad2c7e
commit 2534d28dca
2 changed files with 8 additions and 3 deletions

View File

@ -9,10 +9,11 @@
@else
<span
@class([
'material-icons-outlined' => (! $filled && ! $rounded),
'material-icons-outlined' => (! $filled && ! $rounded && ! $sharp),
$class,
'material-icons' => $filled,
'material-icons-round' => $rounded,
'material-icons-sharp'=> $sharp,
])
{{ $attributes }}
>{{ $icon }}</span>