@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 874 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function n(a) {
return /* @__PURE__ */ e(
"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: "IconDividerBlank32",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4a1 1 0 1 0 2 0V7a4 4 0 0 0-4-4H10a4 4 0 0 0-4 4v4a1 1 0 1 0 2 0zm16 18a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-4a1 1 0 1 0-2 0v4a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4v-4a1 1 0 1 0-2 0z",
clipRule: "evenodd"
}
)
}
);
}
const o = t(n);
export {
o as default
};
//# sourceMappingURL=IconDividerBlank32.es.js.map