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