@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.11 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function r(a) {
return /* @__PURE__ */ e(
"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: "IconDividerDashed24",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 3.5A1.5 1.5 0 0 0 5.5 5v2.5a.75.75 0 0 1-1.5 0V5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v2.5a.75.75 0 0 1-1.5 0V5A1.5 1.5 0 0 0 17 3.5zm0 17A1.5 1.5 0 0 1 5.5 19v-2.5a.75.75 0 0 0-1.5 0V19a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-2.5a.75.75 0 0 0-1.5 0V19a1.5 1.5 0 0 1-1.5 1.5zm-2.25-9.25a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5zM10 12a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 10 12m6.75-.75a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const n = t(r);
export {
n as default
};
//# sourceMappingURL=IconDividerDashed24.es.js.map