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