@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 933 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function a(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: "IconGutterHorizontal32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M25 8a1 1 0 1 0 0-2 4 4 0 0 0-4 4v12a4 4 0 0 0 4 4 1 1 0 1 0 0-2 2 2 0 0 1-2-2V10a2 2 0 0 1 2-2m-9 1a1 1 0 0 1 1 1v12a1 1 0 1 1-2 0V10a1 1 0 0 1 1-1M6 25a1 1 0 0 1 1-1 2 2 0 0 0 2-2V10a2 2 0 0 0-2-2 1 1 0 0 1 0-2 4 4 0 0 1 4 4v12a4 4 0 0 1-4 4 1 1 0 0 1-1-1",
clipRule: "evenodd"
}
)
}
);
}
const i = o(a);
export {
i as default
};
//# sourceMappingURL=IconGutterHorizontal32.es.js.map