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