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