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