@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 825 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCross16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4.464 3.758a.5.5 0 0 0-.707.707l3.536 3.536-3.535 3.535a.5.5 0 1 0 .707.707L8 8.708l3.535 3.535a.5.5 0 0 0 .707-.707L8.707 8.001l3.536-3.536a.5.5 0 1 0-.707-.707L8 7.294z",
clipRule: "evenodd"
}
)
}
);
}
const a = s(o);
export {
a as default
};
//# sourceMappingURL=IconCross16.es.js.map