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