import { FC, SVGProps } from 'react'; declare const IconBookmark: FC & { fill?: string }>; export default IconBookmark;