@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.03 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as m } from "react";
function o(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconEdgeBottom20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M15.95 6.55a1 1 0 1 0 2 0 1 1 0 0 0-2 0m1 4.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-1 2.5a1 1 0 1 0 2 0 1 1 0 0 0-2 0m-2 4.4a.75.75 0 0 0 0-1.5h-8a.75.75 0 0 0 0 1.5zm-11-3.4a1 1 0 1 1 0-2 1 1 0 0 1 0 2m3.5-12.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-3.5 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2m7-9a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-7 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2m10.5-5.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2",
clipRule: "evenodd"
}
)
}
);
}
const l = m(o);
export {
l as default
};
//# sourceMappingURL=IconEdgeBottom20.es.js.map