@koobiq/react-icons 0.0.1-beta.2 → 0.0.1-beta.3

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.
@@ -14,9 +14,7 @@ const IconMagnifyingGlassBadgeSparkles16 = forwardRef(
14
14
  "path",
15
15
  {
16
16
  fill: "currentColor",
17
- fillRule: "evenodd",
18
- d: "M13.241.08c.031-.107.182-.107.213 0l.196.67c.084.29.31.516.6.6l.67.196c.107.031.107.182 0 .213l-.67.196a.89.89 0 0 0-.6.6l-.196.67c-.031.107-.182.107-.213 0l-.196-.67a.89.89 0 0 0-.6-.6l-.67-.196c-.107-.031-.107-.182 0-.213l.67-.196a.89.89 0 0 0 .6-.6zM9.794 9.217a3.905 3.905 0 1 1-3.629-6.32 4.5 4.5 0 0 1 1.22-1.612 5.507 5.507 0 1 0 2.662 9.891l3.516 3.515a.2.2 0 0 0 .283 0l.85-.85a.2.2 0 0 0 0-.282l-3.516-3.515q.37-.496.623-1.068a4.5 4.5 0 0 1-2.009.24m.694-7.625c-.062-.212-.363-.212-.425 0l-.392 1.34A1.77 1.77 0 0 1 8.47 4.134l-1.34.392c-.212.062-.212.362 0 .425l1.34.391a1.77 1.77 0 0 1 1.202 1.202l.392 1.34c.062.212.363.212.425 0l.392-1.34a1.77 1.77 0 0 1 1.202-1.202l1.34-.391c.211-.062.211-.363 0-.425l-1.34-.392a1.77 1.77 0 0 1-1.203-1.202z",
19
- clipRule: "evenodd"
17
+ d: "M13.241.08c.031-.107.182-.107.213 0l.196.67c.084.29.31.516.6.6l.67.196c.107.031.107.182 0 .213l-.67.196a.89.89 0 0 0-.6.6l-.196.67c-.031.107-.182.107-.213 0l-.196-.67a.89.89 0 0 0-.6-.6l-.67-.196c-.107-.031-.107-.182 0-.213l.67-.196a.89.89 0 0 0 .6-.6zM9.794 9.217a3.905 3.905 0 1 1-3.629-6.32 4.5 4.5 0 0 1 1.22-1.612 5.507 5.507 0 1 0 2.662 9.891l3.516 3.515a.2.2 0 0 0 .283 0l.85-.85a.2.2 0 0 0 0-.282l-3.516-3.515q.37-.496.623-1.068a4.5 4.5 0 0 1-2.009.24m.694-7.625.392 1.34a1.77 1.77 0 0 0 1.202 1.202l1.34.392c.211.062.211.362 0 .425l-1.34.391a1.77 1.77 0 0 0-1.203 1.202l-.391 1.34c-.062.212-.363.212-.425 0l-.392-1.34A1.77 1.77 0 0 0 8.47 5.342l-1.34-.391c-.212-.062-.212-.363 0-.425l1.34-.392a1.77 1.77 0 0 0 1.202-1.202l.392-1.34c.062-.212.363-.212.425 0"
20
18
  }
21
19
  )
22
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koobiq/react-icons",
3
- "version": "0.0.1-beta.2",
3
+ "version": "0.0.1-beta.3",
4
4
  "description": "A collection of icons",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",