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