@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.18 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function a(e) {
return /* @__PURE__ */ t(
"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: "IconEdgeBottom32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M25.5 11.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5M24.25 15a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0m-19 0a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0m20.25 6.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5M5.25 20a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0m14-14a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0M10.5 7.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5M14.25 6a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0M6.5 11.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5m3.25 13.5a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2z",
clipRule: "evenodd"
}
)
}
);
}
const l = o(a);
export {
l as default
};
//# sourceMappingURL=IconEdgeBottom32.es.js.map