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