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