@php
$fav = $composer->favicon;
@endphp
@if ($fav->fileUrl('apple-touch-icon.png'))
@endif
@if ($fav->fileUrl('favicon-32x32.png'))
@endif
@if ($fav->fileUrl('favicon-16x16.png'))
@endif
@if ($fav->fileUrl('safari-pinned-tab.svg'))
@endif
@if ($fav->fileUrl('favicon.ico'))
@endif
designValue('browserconfig.tile_color')) ? '"#fff"' : $composer->designValue('browserconfig.tile_color') !!} />
@if ($fav->fileUrl('open_graph_image'))
@endif