UNPKG

@sanity/icons

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