import type { SVGProps } from "react"; const SvgBookmarkOutlineIcon = (props: SVGProps) => ( ); export default SvgBookmarkOutlineIcon;