UNPKG

@sanity/icons

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