UNPKG

@frontify/fondue

Version:
34 lines (33 loc) 1.44 kB
import { jsx as t, jsxs as h } from "react/jsx-runtime"; import { memo as a } from "react"; function i(e) { return /* @__PURE__ */ t( "svg", { xmlns: "http://www.w3.org/2000/svg", width: 12, height: 12, className: "tw-flex tw-items-center tw-justify-center tw-fill-current", name: "IconRotate90Right12", "aria-hidden": "true", ...e, children: /* @__PURE__ */ h("g", { fill: "none", children: [ /* @__PURE__ */ t("g", { clipPath: "url(#Rotate90Right12)", children: /* @__PURE__ */ t( "path", { fill: "currentColor", fillRule: "evenodd", d: "M9.5 1H8V0h1.5A2.5 2.5 0 0 1 12 2.5V4h-1V2.5A1.5 1.5 0 0 0 9.5 1M5 2.5v-.024 2.042zM9.52 7H7.48zM2 10h-.5A1.5 1.5 0 0 1 0 8.5v-7A1.5 1.5 0 0 1 1.5 0h4A1.5 1.5 0 0 1 7 1.5V5h3.5A1.5 1.5 0 0 1 12 6.5v4a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 2 10.5zm4-8.5V5H3.5A1.5 1.5 0 0 0 2 6.5V9h-.5a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5M3.5 6h7a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5", clipRule: "evenodd" } ) }), /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "Rotate90Right12", children: /* @__PURE__ */ t("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) }) ] }) } ); } const r = a(i); export { r as default }; //# sourceMappingURL=IconRotate90Right12.es.js.map