{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: icon.blade.php ------------------------------------------------------ Use: One notification glyph, chosen by name. Colour comes from the surrounding chip, not from here. ===================================================== --}} @props(['name' => 'bell', 'class' => 'size-5']) @php $paths = [ 'shield-check' => '', 'shield-x' => '', 'calendar' => '', 'check' => '', 'card' => '', 'cash' => '', 'wallet' => '', 'shop' => '', 'doc' => '', 'bell' => '', 'megaphone' => '', ]; $svg = $paths[$name] ?? $paths['bell']; @endphp {!! $svg !!}