@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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconEdgeBottom24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M19.125 7.875a1 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 0m-2 9.25a.75.75 0 0 0 0-1.5h-10a.75.75 0 0 0 0 1.5zm-13-8.25a1 1 0 1 1 0-2 1 1 0 0 1 0 2m15 3a1 1 0 1 0 2 0 1 1 0 0 0-2 0m-15 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 2m11-5a1 1 0 1 0 2 0 1 1 0 0 0-2 0m-3 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-5-1a1 1 0 1 0 2 0 1 1 0 0 0-2 0",
clipRule: "evenodd"
}
)
}
);
}
const l = m(o);
export {
l as default
};
//# sourceMappingURL=IconEdgeBottom24.es.js.map