@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 920 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as e } from "react";
function o(a) {
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: "IconStackHorizontal32",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8 7H6v18h2zM6 5a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm11 2h-2v18h2zm-2-2a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm9 2h2v18h-2zm-2 0a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2z",
clipRule: "evenodd"
}
)
}
);
}
const c = e(o);
export {
c as default
};
//# sourceMappingURL=IconStackHorizontal32.es.js.map