@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 820 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCross12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.171 2.465a.5.5 0 0 0-.707.707L5.293 6 2.465 8.83a.5.5 0 0 0 .707.707L6 6.708l2.828 2.828a.5.5 0 0 0 .707-.707L6.707 6l2.829-2.828a.5.5 0 0 0-.707-.707l-2.83 2.828z",
clipRule: "evenodd"
}
)
}
);
}
const a = s(o);
export {
a as default
};
//# sourceMappingURL=IconCross12.es.js.map