@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.06 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconDividerDashed12",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 2.5 0h7A1.5 1.5 0 0 1 11 1.5v2a.5.5 0 0 1-1 0v-2a.5.5 0 0 0-.5-.5zm0 10a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 2.5 12h7a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2a.5.5 0 0 1-.5.5zm-1-5.5a.5.5 0 0 0 0 1H3a.5.5 0 0 0 0-1zm3.25.5a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1h-1.5a.5.5 0 0 1-.5-.5M9 5.5a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 0-1z",
clipRule: "evenodd"
}
)
}
);
}
const n = t(r);
export {
n as default
};
//# sourceMappingURL=IconDividerDashed12.es.js.map