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