@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 980 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function o(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconOrientationBoxes24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5 3.5h6A1.5 1.5 0 0 1 12.5 5v10a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 15V5A1.5 1.5 0 0 1 5 3.5M2 5a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v5h5a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-1H5a3 3 0 0 1-3-3zm5.5 13v1A1.5 1.5 0 0 0 9 20.5h10a1.5 1.5 0 0 0 1.5-1.5v-6a1.5 1.5 0 0 0-1.5-1.5h-5V15a3 3 0 0 1-3 3z",
clipRule: "evenodd"
}
)
}
);
}
const s = a(o);
export {
s as default
};
//# sourceMappingURL=IconOrientationBoxes24.es.js.map