2 import type { Component } from 'svelte';
5 IconComponent: Component;
8 let { IconComponent }: Props = $props();
11 <div class="flex flex-1 items-center justify-center p-8">
12 <div class="text-center">
13 <IconComponent class="mx-auto mb-4 h-16 w-16 text-white/50" />
15 <p class="text-white/70">Preview not available for this file type</p>