@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 938 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: "IconStackHorizontalAltThree32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8 14H5v4h3zm-3-2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2zm12.5 2h-3v4h3zm-3-2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2zm9.5 2h3v4h-3zm-2 0a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2z",
clipRule: "evenodd"
}
)
}
);
}
const h = a(o);
export {
h as default
};
//# sourceMappingURL=IconStackHorizontalAltThree32.es.js.map