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