@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.19 kB
JavaScript
import { jsx as l, jsxs as t } from "react/jsx-runtime";
import { memo as a } from "react";
function n(e) {
return /* @__PURE__ */ l(
"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: "IconEdgeAll12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t("g", { fill: "none", children: [
/* @__PURE__ */ l("g", { clipPath: "url(#EdgeAll12)", children: /* @__PURE__ */ l(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.004 1.834a.5.5 0 1 0 0-1h-6a.5.5 0 0 0 0 1zM1.838 3a.5.5 0 1 0-1 0v6a.5.5 0 0 0 1 0zm9.331 0a.5.5 0 1 0-1 0v6a.5.5 0 0 0 1 0zm-1.665 7.666a.5.5 0 0 1-.5.5h-6a.5.5 0 1 1 0-1h6a.5.5 0 0 1 .5.5",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "EdgeAll12", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const c = a(n);
export {
c as default
};
//# sourceMappingURL=IconEdgeAll12.es.js.map