@teamturing/icons 1.43.1 → 1.43.2

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.js CHANGED
@@ -2469,10 +2469,10 @@ const SvgPillColor = props => /*#__PURE__*/React__namespace.createElement("svg",
2469
2469
  fill: "none",
2470
2470
  viewBox: "0 0 24 24"
2471
2471
  }, props), /*#__PURE__*/React__namespace.createElement("path", {
2472
- fill: "#D9CDF9",
2472
+ fill: "#C6D8FA",
2473
2473
  d: "M12 4a5.657 5.657 0 0 1 8 8l-4 4-8-8 4-4Z"
2474
2474
  }), /*#__PURE__*/React__namespace.createElement("path", {
2475
- fill: "#9C7EEF",
2475
+ fill: "#6D99F1",
2476
2476
  d: "m8 8 8 8-4 4a5.657 5.657 0 1 1-8-8l4-4Z"
2477
2477
  }));
2478
2478
 
package/esm/PillColor.js CHANGED
@@ -8,10 +8,10 @@ const SvgPillColor = props => /*#__PURE__*/React.createElement("svg", _extends({
8
8
  fill: "none",
9
9
  viewBox: "0 0 24 24"
10
10
  }, props), /*#__PURE__*/React.createElement("path", {
11
- fill: "#D9CDF9",
11
+ fill: "#C6D8FA",
12
12
  d: "M12 4a5.657 5.657 0 0 1 8 8l-4 4-8-8 4-4Z"
13
13
  }), /*#__PURE__*/React.createElement("path", {
14
- fill: "#9C7EEF",
14
+ fill: "#6D99F1",
15
15
  d: "m8 8 8 8-4 4a5.657 5.657 0 1 1-8-8l4-4Z"
16
16
  }));
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.43.1",
3
+ "version": "1.43.2",
4
4
  "description": "Icon components for React based project",
5
5
  "author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
6
6
  "homepage": "https://github.com/weareteamturing/bombe#readme",
@@ -38,5 +38,5 @@
38
38
  "peerDependencies": {
39
39
  "react": "^18.2.0"
40
40
  },
41
- "gitHead": "55d14d0eab0c2905cc30015c4a13190222e6e545"
41
+ "gitHead": "8a7130853ecdce2c6619bd81f69e54d86904f979"
42
42
  }