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