@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: "IconEdgeTop32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6.5 20.25a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m1.25-3.75a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m19 0a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0M6.5 10.25a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m20.25 1.25a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m-14 14a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m8.75-1.25a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m-3.75 1.25a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m7.75-5.25a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m-3.25-13.5a1 1 0 1 0 0-2h-12a1 1 0 1 0 0 2z",
clipRule: "evenodd"
}
)
}
);
}
const l = a(m);
export {
l as default
};
//# sourceMappingURL=IconEdgeTop32.es.js.map