@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.02 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: "IconEdgeTop24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.125 16.125a1 1 0 1 0-2 0 1 1 0 0 0 2 0m0-4a1 1 0 1 0-2 0 1 1 0 0 0 2 0m2-9.25a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5zm13 8.25a1 1 0 1 1 0 2 1 1 0 0 1 0-2m-15-3a1 1 0 1 0-2 0 1 1 0 0 0 2 0m15-1.32a1 1 0 1 1 0 2 1 1 0 0 1 0-2m0 8.32a1 1 0 1 1 0 2 1 1 0 0 1 0-2m-11 5a1 1 0 1 0-2 0 1 1 0 0 0 2 0m3-1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m5 1a1 1 0 1 0-2 0 1 1 0 0 0 2 0",
clipRule: "evenodd"
}
)
}
);
}
const l = a(m);
export {
l as default
};
//# sourceMappingURL=IconEdgeTop24.es.js.map