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