@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 892 B
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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconMarginBottom24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8 6.5h8A1.5 1.5 0 0 1 17.5 8v8a1.5 1.5 0 0 1-1.5 1.5H8A1.5 1.5 0 0 1 6.5 16V8A1.5 1.5 0 0 1 8 6.5M12 5H8a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3zm4.25 17.001a.75.75 0 0 0 0-1.5h-8.5a.75.75 0 0 0 0 1.5z",
clipRule: "evenodd"
}
)
}
);
}
const i = o(a);
export {
i as default
};
//# sourceMappingURL=IconMarginBottom24.es.js.map