import * as React from "react"; import { SVGProps } from "react"; const SvgBasketMinus = (props: SVGProps) => ( ); export default SvgBasketMinus;