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