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