@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 864 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as s } from "react";
function o(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 46,
height: 46,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCross32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M16.53 15.093a1.016 1.016 0 1 0-1.437 1.438L21.562 23l-6.47 6.469a1.016 1.016 0 1 0 1.438 1.437L23 24.437l6.468 6.469a1.017 1.017 0 0 0 1.438-1.438L24.437 23l6.468-6.469a1.017 1.017 0 0 0-1.437-1.437L23 21.562z",
clipRule: "evenodd"
}
)
}
);
}
const a = s(o);
export {
a as default
};
//# sourceMappingURL=IconCross32.es.js.map