import React from "react"; import type { Props } from "./types"; export const EditIcon: React.FC = ({ width, height, className }) => ( );