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