import { IconProps } from "@/types/icon-props"; export function PreviewIcon(props: IconProps) { return ( ); } export function DownloadIcon(props: IconProps) { return ( ); }