@koobiq/react-icons 12.1.0 → 12.1.1

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.
@@ -10,7 +10,7 @@ const IconCircleXs16 = forwardRef((props, ref) => /* @__PURE__ */ jsx(
10
10
  fill: "currentColor",
11
11
  ref,
12
12
  ...props,
13
- children: /* @__PURE__ */ jsx("path", { d: "M11 8a3 3 0 1 0-6 0 3 3 0 0 0 6 0" })
13
+ children: /* @__PURE__ */ jsx("path", { d: "M12 8a4 4 0 1 0-8 0 4 4 0 0 0 8 0" })
14
14
  }
15
15
  ));
16
16
  IconCircleXs16.displayName = "IconCircleXs16";
@@ -10,7 +10,7 @@ const IconCircleXs24 = forwardRef((props, ref) => /* @__PURE__ */ jsx(
10
10
  fill: "currentColor",
11
11
  ref,
12
12
  ...props,
13
- children: /* @__PURE__ */ jsx("path", { d: "M16.5 12a4.5 4.5 0 1 0-9 0 4.5 4.5 0 0 0 9 0" })
13
+ children: /* @__PURE__ */ jsx("path", { d: "M18 12a6 6 0 1 0-12 0 6 6 0 0 0 12 0" })
14
14
  }
15
15
  ));
16
16
  IconCircleXs24.displayName = "IconCircleXs24";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koobiq/react-icons",
3
- "version": "12.1.0",
3
+ "version": "12.1.1",
4
4
  "description": "Koobiq React Icons",
5
5
  "publishConfig": {
6
6
  "access": "public"