@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.01 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconEdgeLeft24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16.25 19a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-4 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2M3 17a.75.75 0 0 0 1.5 0V7A.75.75 0 0 0 3 7zm8.25-13a1 1 0 1 1 2 0 1 1 0 0 1-2 0m-3 15a1 1 0 1 0 0 2 1 1 0 0 0 0-2M6.93 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0m8.32 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0m5 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-1-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0m1-5a1 1 0 1 0 0 2 1 1 0 0 0 0-2",
clipRule: "evenodd"
}
)
}
);
}
const l = a(m);
export {
l as default
};
//# sourceMappingURL=IconEdgeLeft24.es.js.map