import React from "react"; import Image from "next/image"; // image import ImgFileIcon from "public/attachment/img-icon.png"; // type import type { ImageIconPros } from "./types"; export const ImgIcon: React.FC = ({ width, height }) => ( ImgFileIcon );