UNPKG

@sanity/icons

Version:
24 lines (23 loc) 638 B
import { jsx } from "react/jsx-runtime"; /** * @public */ function TiersIcon(props) { return /* @__PURE__ */ jsx("svg", { "data-sanity-icon": "tiers", width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M16.5 14.5L20.5 16.5L12.5 20.5L4.5 16.5L8.5 14.5M16.5 10.5L20.5 12.5L12.5 16.5L4.5 12.5L8.5 10.5M12.5 12.5L20.5 8.5L12.5 4.5L4.5 8.5L12.5 12.5Z", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" }) }); } export { TiersIcon, TiersIcon as default }; //# sourceMappingURL=Tiers.js.map