@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 889 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconMarginRight12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"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 2zm5.999 1.5a.5.5 0 0 0-1 0v5a.5.5 0 1 0 1 0z",
clipRule: "evenodd"
}
)
}
);
}
const l = a(n);
export {
l as default
};
//# sourceMappingURL=IconMarginRight12.es.js.map