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