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