UNPKG

@sanity/icons

Version:
7 lines 307 B
import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react"; /** * @public */ declare const BookmarkIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>; export { BookmarkIcon, BookmarkIcon as default }; //# sourceMappingURL=Bookmark.d.ts.map