@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.04 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function e(a) {
return /* @__PURE__ */ t(
"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: "IconStackHorizontalAltTwo24",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5 7.5h3.23A1.5 1.5 0 0 1 9.73 9v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 15V9A1.5 1.5 0 0 1 5 7.5M2 9a3 3 0 0 1 3-3h3.23a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm13.77-1.5H19A1.5 1.5 0 0 1 20.5 9v6a1.5 1.5 0 0 1-1.5 1.5h-3.23a1.5 1.5 0 0 1-1.5-1.5V9a1.5 1.5 0 0 1 1.5-1.5m-3 1.5a3 3 0 0 1 3-3H19a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3h-3.23a3 3 0 0 1-3-3z",
clipRule: "evenodd"
}
)
}
);
}
const c = o(e);
export {
c as default
};
//# sourceMappingURL=IconStackHorizontalAltTwo24.es.js.map