@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 966 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as a } from "react";
function e(o) {
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: "IconStackHorizontalAltFour24",
"aria-hidden": "true",
...o,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5 12a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1.5 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0m3 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m0 1.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4m5.5-2a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1.5 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0m3.5 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1.5 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0",
clipRule: "evenodd"
}
)
}
);
}
const n = a(e);
export {
n as default
};
//# sourceMappingURL=IconStackHorizontalAltFour24.es.js.map