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