Only the 7 SVGs actually used are vendored into priv/heroicons/. Also fixes the icon component path resolution (was missing the 24/ size directory) and corrects hero-x-mark/hero-map-pin icon names that included an erroneous hero- prefix.
3 lines
239 B
XML
3 lines
239 B
XML
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon">
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12"/>
|
|
</svg>
|