@inject('svg', 'Lightscale\LaralightSvg\SvgService')
@props([
    'collection',
    'name',
])
<svg {{ $attributes }}>
    <use href="{{ $svg->getSvgUrl($collection, $name) }}" />
</svg>