@xipkg/icons 2.5.3 → 2.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2160,7 +2160,7 @@ var WhatsAppFilled = (_a) => {
|
|
|
2160
2160
|
import { jsx as jsx158 } from "react/jsx-runtime";
|
|
2161
2161
|
var InfoCircle = (_a) => {
|
|
2162
2162
|
var props = __objRest(_a, []);
|
|
2163
|
-
return /* @__PURE__ */ jsx158(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx158("
|
|
2163
|
+
return /* @__PURE__ */ jsx158(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx158("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM10.9502 8C10.9502 7.44772 11.3979 7 11.9502 7H12.0498C12.6021 7 13.0498 7.44772 13.0498 8V8.1C13.0498 8.65152 12.6033 9.09892 12.0518 9.1L11.9522 9.10019C11.6866 9.10071 11.4317 8.99559 11.2438 8.808C11.0558 8.6204 10.9502 8.36575 10.9502 8.1002V8ZM12 10C12.5523 10 13 10.4477 13 11V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V11C11 10.4477 11.4477 10 12 10Z" }) }));
|
|
2164
2164
|
};
|
|
2165
2165
|
|
|
2166
2166
|
// config.ts
|