import React from "react"; import Image from "next/image"; import type { Props } from "./types"; import DefaultFileIcon from "public/attachment/default-icon.png"; export const DefaultIcon: React.FC = ({ width, height }) => ( DefaultFileIcon );