@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.07 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as e } from "react";
function o(a) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconGutterHorizontal20",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16.25 4.5a.75.75 0 0 0 0-1.5H16a2.5 2.5 0 0 0-2.5 2.5v9.002a2.5 2.5 0 0 0 2.5 2.5h.25a.75.75 0 0 0 0-1.5H16a1 1 0 0 1-1-1V5.5a1 1 0 0 1 1-1zM10 5.004a.75.75 0 0 1 .75.75v8.496a.75.75 0 0 1-1.5 0V5.754a.75.75 0 0 1 .75-.75M2.997 16.252a.75.75 0 0 1 .75-.75h.25a1 1 0 0 0 1-1V5.5a1 1 0 0 0-1-1h-.25a.75.75 0 1 1 0-1.5h.25a2.5 2.5 0 0 1 2.5 2.5v9.002a2.5 2.5 0 0 1-2.5 2.5h-.25a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const i = e(o);
export {
i as default
};
//# sourceMappingURL=IconGutterHorizontal20.es.js.map