diff --git a/resources/views/showcase/sections/icons.blade.php b/resources/views/showcase/sections/icons.blade.php index 7a0a2be2..aa7c51ed 100644 --- a/resources/views/showcase/sections/icons.blade.php +++ b/resources/views/showcase/sections/icons.blade.php @@ -5,6 +5,7 @@ names: [], query: '', filled: false, + optical20: false, async load() { this.names = await (await fetch('{{ route('livewire-material.symbols', [], false) }}')).json(); }, @@ -19,7 +20,9 @@

Icons

- Every Material Symbol (Rounded, 400, grade 0, 24px) as <x-icon name="…" />, outlined or filled. + Every Material Symbol (Rounded, 400, grade 0) as <x-icon name="…" />, outlined or filled, + drawn from the optical size 24 cut or — for an icon 20px or smaller, where 24's strokes would look thin — + the 20 cut: <x-icon name="…" optical="20" class="size-5" />.

@@ -32,15 +35,21 @@ Filled + +