@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 967 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as a } from "react";
function o(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconRotate90Left32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M24 17v5h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v6h5a4 4 0 0 1 4 4m1 7h-1v1a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4v-8a4 4 0 0 1 4-4h6V7a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v13a4 4 0 0 1-4 4M5 25v-8a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2m5-22h1v2H9a4 4 0 0 0-4 4v2H3V9a6 6 0 0 1 6-6z",
clipRule: "evenodd"
}
)
}
);
}
const s = a(o);
export {
s as default
};
//# sourceMappingURL=IconRotate90Left32.es.js.map