@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.09 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function r(e) {
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: "IconGutterHorizontal24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M19.25 5.5a.75.75 0 0 0 0-1.5 2.75 2.75 0 0 0-2.75 2.75v10.5A2.75 2.75 0 0 0 19.25 20a.75.75 0 0 0 0-1.5c-.69 0-1.25-.56-1.25-1.25V6.75c0-.69.56-1.25 1.25-1.25M12 6.003a.75.75 0 0 1 .75.75V17.25a.75.75 0 0 1-1.5 0V6.753a.75.75 0 0 1 .75-.75M4 19.25a.75.75 0 0 1 .75-.75c.69 0 1.25-.56 1.25-1.25V6.75c0-.69-.56-1.25-1.25-1.25a.75.75 0 1 1 0-1.5A2.75 2.75 0 0 1 7.5 6.75v10.5A2.75 2.75 0 0 1 4.751 20a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const c = o(r);
export {
c as default
};
//# sourceMappingURL=IconGutterHorizontal24.es.js.map