@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.23 kB
JavaScript
import { jsx as e, jsxs as n } from "react/jsx-runtime";
import { memo as i } from "react";
function l(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconMarginLeft12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ n("g", { fill: "none", children: [
/* @__PURE__ */ e("g", { clipPath: "url(#MarginLeft12)", children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.5 3h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5M6 2H3.5A1.5 1.5 0 0 0 2 3.5v5A1.5 1.5 0 0 0 3.5 10h5A1.5 1.5 0 0 0 10 8.5v-5A1.5 1.5 0 0 0 8.5 2zM1 3.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "MarginLeft12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M12 0v12H0V0z" }) }) })
] })
}
);
}
const f = i(l);
export {
f as default
};
//# sourceMappingURL=IconMarginLeft12.es.js.map