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