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