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