import * as React from "react"; function MinusCircleIcon(props: React.SVGProps) { return ; } export default MinusCircleIcon;