import { forwardRef, SVGProps } from 'react'; export interface BookmarkProps extends Omit, 'css'> {} export const Bookmark = forwardRef((props, ref) => ( )); Bookmark.displayName = 'Bookmark';