@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.44 kB
JavaScript
import { jsx as t, jsxs as a } from "react/jsx-runtime";
import { memo as l } from "react";
function h(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: "IconRotate90Left12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a("g", { fill: "none", children: [
/* @__PURE__ */ t("g", { clipPath: "url(#Rotate90Left12)", children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2.5 1H4V0H2.5A2.5 2.5 0 0 0 0 2.5V4h1V2.5A1.5 1.5 0 0 1 2.5 1M7 2.5v-.024 2.042zM2.48 7h2.04zM10 10h.5A1.5 1.5 0 0 0 12 8.5v-7A1.5 1.5 0 0 0 10.5 0h-4A1.5 1.5 0 0 0 5 1.5V5H1.5A1.5 1.5 0 0 0 0 6.5v4A1.5 1.5 0 0 0 1.5 12h7a1.5 1.5 0 0 0 1.5-1.5zM6 1.5V5h2.5A1.5 1.5 0 0 1 10 6.5V9h.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0-.5.5M8.5 6h-7a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "Rotate90Left12", children: /* @__PURE__ */ t("path", { fill: "#fff", d: "M12 0H0v12h12z" }) }) })
] })
}
);
}
const r = l(h);
export {
r as default
};
//# sourceMappingURL=IconRotate90Left12.es.js.map