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