@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 845 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function o(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: "IconMarginTop32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M22 5a1 1 0 1 0 0-2H10a1 1 0 1 0 0 2zM11 9h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H11a2 2 0 0 1-2-2V11a2 2 0 0 1 2-2m5-2h-5a4 4 0 0 0-4 4v10a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4V11a4 4 0 0 0-4-4z",
clipRule: "evenodd"
}
)
}
);
}
const l = a(o);
export {
l as default
};
//# sourceMappingURL=IconMarginTop32.es.js.map