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