import Image from "next/image"; interface IProps { width: number; height: number; element: string; } const Icon = ({ width, height, element }: IProps) => { return (