@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.18 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function m(t) {
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: "IconEdgeRight32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11.5 6.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m3.75 1.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5m0 19a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5M21.5 6.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0M20.25 26.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5m-14-14a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5m1.25 8.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0M6.25 17.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5m5.25 7.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0M25 22a1 1 0 1 0 2 0V10a1 1 0 1 0-2 0z",
clipRule: "evenodd"
}
)
}
);
}
const i = a(m);
export {
i as default
};
//# sourceMappingURL=IconEdgeRight32.es.js.map