@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.14 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconEdgeLeft16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.113 12.502a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M2 11.002a.5.5 0 1 0 1 0v-6a.5.5 0 0 0-1 0zm11.363-3.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-.75 3.5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0M4.363 2.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0m3.75 9.752a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-.75-9.752a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0m3.75 9.752a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-.75-9.752a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0m3 1.752a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5",
clipRule: "evenodd"
}
)
}
);
}
const l = a(m);
export {
l as default
};
//# sourceMappingURL=IconEdgeLeft16.es.js.map