@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.04 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function r(e) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconDividerDashed16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4.046 2.007a1 1 0 0 0-1 1v1.5a.5.5 0 1 1-1 0v-1.5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1.5a.5.5 0 0 1-1 0v-1.5a1 1 0 0 0-1-1zM4 14a1 1 0 0 1-1-1v-1.5a.5.5 0 0 0-1 0V13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-1.5a.5.5 0 0 0-1 0V13a1 1 0 0 1-1 1zM2.5 7.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm4 .5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5m5-.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z",
clipRule: "evenodd"
}
)
}
);
}
const n = t(r);
export {
n as default
};
//# sourceMappingURL=IconDividerDashed16.es.js.map