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