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