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