@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 928 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as a } from "react";
function r(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: "IconGutterVertical32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8 7a1 1 0 0 0-2 0 4 4 0 0 0 4 4h12a4 4 0 0 0 4-4 1 1 0 1 0-2 0 2 2 0 0 1-2 2H10a2 2 0 0 1-2-2m1 9a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1m16 10a1 1 0 0 1-1-1 2 2 0 0 0-2-2H10a2 2 0 0 0-2 2 1 1 0 1 1-2 0 4 4 0 0 1 4-4h12a4 4 0 0 1 4 4 1 1 0 0 1-1 1",
clipRule: "evenodd"
}
)
}
);
}
const n = a(r);
export {
n as default
};
//# sourceMappingURL=IconGutterVertical32.es.js.map