infinity-forge 5.0.2 → 5.0.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.
@@ -4,7 +4,7 @@ exports.Checked = void 0;
4
4
  var jsx_runtime_1 = require("react/jsx-runtime");
5
5
  function Checked(_a) {
6
6
  var color = _a.color;
7
- return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '800px', height: '800px', viewBox: '0 0 24 24', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4 12.6111L8.92308 17.5L20 6.5', stroke: color, strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round' }) }));
7
+ return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '25px', height: '25px', viewBox: '0 0 24 24', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4 12.6111L8.92308 17.5L20 6.5', stroke: color, strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round' }) }));
8
8
  }
9
9
  exports.Checked = Checked;
10
10
  //# sourceMappingURL=icon-checked.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-checked.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-checked.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC7B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAClG,iCACE,CAAC,EAAC,gCAAgC,EAClC,MAAM,EAAE,KAAK,EACb,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,GACE,CACP,CAAA;AACH,CAAC;AAZD,0BAYC"}
1
+ {"version":3,"file":"icon-checked.js","sourceRoot":"","sources":["../../../../src/ui/icons/render/icon-checked.tsx"],"names":[],"mappings":";;;;AAEA,SAAgB,OAAO,CAAC,EAAgB;QAAd,KAAK,WAAA;IAC7B,OAAO,CACL,gCAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,YAChG,iCACE,CAAC,EAAC,gCAAgC,EAClC,MAAM,EAAE,KAAK,EACb,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,GACE,CACP,CAAA;AACH,CAAC;AAZD,0BAYC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "5.0.2",
3
+ "version": "5.0.3",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index",
6
6
  "module": "./dist/index",