summaryrefslogtreecommitdiff
path: root/resources/views/components/svg.blade.php
blob: 940fd623f585099ed88070fee56b2e1e13f3d5fa (plain)
1
2
3
4
5
6
7
8
@inject('svg', 'Lightscale\LaralightSvg\SvgService')
@props([
    'collection',
    'name',
])
<svg {{ $attributes }}>
    <use href="{{ $svg->getSvgUrl($collection, $name) }}" />
</svg>