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