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