@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 839 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCross24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6.696 5.99a.75.75 0 1 0-1.06 1.06L10.584 12l-4.95 4.95a.75.75 0 0 0 1.061 1.06l4.95-4.949 5.303 5.303a.75.75 0 0 0 1.06-1.06L12.707 12l5.304-5.303a.75.75 0 1 0-1.061-1.06l-5.303 5.303z",
clipRule: "evenodd"
}
)
}
);
}
const a = s(o);
export {
a as default
};
//# sourceMappingURL=IconCross24.es.js.map