UNPKG

@frontify/fondue

Version:
34 lines (33 loc) 1.14 kB
import { jsx as e, jsxs as l } from "react/jsx-runtime"; import { memo as n } from "react"; function t(i) { 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: "IconMinusCircle12", "aria-hidden": "true", ...i, children: /* @__PURE__ */ l("g", { fill: "none", children: [ /* @__PURE__ */ e("g", { clipPath: "url(#MinusCircle12)", children: /* @__PURE__ */ e( "path", { fill: "currentColor", fillRule: "evenodd", d: "M11 6A5 5 0 1 1 1 6a5 5 0 0 1 10 0m1 0A6 6 0 1 1 0 6a6 6 0 0 1 12 0M2.75 6a.5.5 0 0 0 .5.5h5.5a.5.5 0 0 0 0-1h-5.5a.5.5 0 0 0-.5.5", clipRule: "evenodd" } ) }), /* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "MinusCircle12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) }) ] }) } ); } const a = n(t); export { a as default }; //# sourceMappingURL=IconMinusCircle12.es.js.map