react-gldn-kit 0.1.167 → 0.1.168

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,7 +14,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.PhpSvg = void 0;
15
15
  var jsx_runtime_1 = require("react/jsx-runtime");
16
16
  var PhpSvg = function (props) {
17
- var _a = props.width, width = _a === void 0 ? '36' : _a, _b = props.height, height = _b === void 0 ? '36' : _b, classes = props.classes;
17
+ var _a = props.width, width = _a === void 0 ? '20' : _a, _b = props.height, height = _b === void 0 ? '20' : _b, classes = props.classes;
18
18
  return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: width, height: height, viewBox: "0 0 36 36", fill: "none", className: classes }, { children: [(0, jsx_runtime_1.jsxs)("g", __assign({ clipPath: "url(#clip0_1811_1813)" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M18 36C27.9411 36 36 27.9411 36 18C36 8.05887 27.9411 0 18 0C8.05887 0 0 8.05887 0 18C0 27.9411 8.05887 36 18 36Z", fill: "#F0F0F0" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.0014 0V18L5.27344 30.728C8.53144 33.985 13.0314 36 18.0014 36C27.9414 36 36.0014 27.94 36.0014 18C36.0014 8.06 18.0014 0 18.0014 0Z", fill: "#D80027" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.0014 0C13.0314 0 8.53144 2.015 5.27344 5.272L18.0014 18H36.0014C36.0014 8.06 27.9414 0 18.0014 0Z", fill: "#0052B4" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.53341 8.06597L4.80141 7.04297L4.79341 8.30197L3.59341 8.68197L4.78641 9.07897L4.77641 10.336L5.52341 9.32397L6.71641 9.72097L5.98441 8.69797L6.73141 7.68597L5.53341 8.06597ZM10.1284 16.966L12.3264 18L10.1284 19.034L11.2984 21.164L8.91141 20.707L8.60941 23.107L6.94641 21.333L5.28341 23.107L4.98141 20.707L2.59441 21.164L3.76441 19.034L1.56641 18L3.76341 16.966L2.59341 14.836L4.98041 15.293L5.28341 12.881L6.94641 14.655L8.60941 12.881L8.91141 15.293L11.2984 14.836L10.1284 16.966ZM4.80141 25.665L5.53341 26.688L6.73141 26.308L5.98441 27.32L6.71641 28.343L5.52341 27.946L4.77641 28.958L4.78641 27.701L3.59341 27.304L4.79341 26.924L4.80141 25.665ZM14.5054 17.378L15.2354 16.355L15.2434 17.614L16.4434 17.994L15.2504 18.391L15.2604 19.648L14.5134 18.636L13.3204 19.033L14.0524 18.01L13.3054 16.998L14.5054 17.378Z", fill: "#FFDA44" })] })), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", __assign({ id: "clip0_1811_1813" }, { children: (0, jsx_runtime_1.jsx)("rect", { width: "36", height: "36", fill: "white" }) })) })] })));
19
19
  };
20
20
  exports.PhpSvg = PhpSvg;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-gldn-kit",
3
- "version": "0.1.167",
3
+ "version": "0.1.168",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "keywords": [],