@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 888 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as a } from "react";
function n(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: "IconMarginRight24",
"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-3zm9.997 2.75a.75.75 0 0 0-1.5 0v8.5a.75.75 0 0 0 1.5 0z",
clipRule: "evenodd"
}
)
}
);
}
const l = a(n);
export {
l as default
};
//# sourceMappingURL=IconMarginRight24.es.js.map