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