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