UNPKG

@sanity/icons

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