{{-- One of M3 Expressive's shapes, filled in the colour of the text around it. Decoration: a large tonal shape behind an illustration, a scalloped container behind an icon. `name` is the shape's kebab-case name (`cookie-9`, `soft-burst`, `pill`). Every shape fills a 100-unit box to within 2 units, so one sits behind another at the same size. Hidden from assistive tech, and sized by its caller. --}} @props(['name']) {{ \NoNameWeb\LivewireMaterial\Support\SvgFile::shape($name, $attributes->merge(['aria-hidden' => 'true', 'focusable' => 'false'])) }}