UNPKG

@frontify/fondue

Version:
34 lines (33 loc) 1.26 kB
import { jsx as l, jsxs as i } from "react/jsx-runtime"; import { memo as r } from "react"; function s(e) { return /* @__PURE__ */ l( "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: "IconCrossCircle12Filled", "aria-hidden": "true", ...e, children: /* @__PURE__ */ i("g", { fill: "none", children: [ /* @__PURE__ */ l("g", { clipPath: "url(#CrossCircle12Filled)", children: /* @__PURE__ */ l( "path", { fill: "currentColor", fillRule: "evenodd", d: "M6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12M3.525 3.525a.5.5 0 0 1 .707 0L6 5.293l1.768-1.768a.5.5 0 0 1 .707.707L6.707 6l1.768 1.768a.5.5 0 0 1-.707.707L6 6.707 4.232 8.475a.5.5 0 0 1-.707-.707L5.293 6 3.525 4.232a.5.5 0 0 1 0-.707", clipRule: "evenodd" } ) }), /* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "CrossCircle12Filled", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) }) ] }) } ); } const n = r(s); export { n as default }; //# sourceMappingURL=IconCrossCircle12Filled.es.js.map