@teamturing/icons 1.43.0 → 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.0",
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": "a724347214e59c6970886c6dc918fc6c88846d71"
41
+ "gitHead": "8a7130853ecdce2c6619bd81f69e54d86904f979"
42
42
  }
@@ -1,4 +1,4 @@
1
1
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 3.99993C14.2091 1.79079 17.7909 1.79079 20 3.99993C22.2091 6.20907 22.2091 9.7908 20 11.9999L16 15.9999L7.99999 7.99993L12 3.99993Z" fill="#D9CDF9"/>
3
- <path d="M7.99999 7.99993L16 15.9999L12 19.9999C9.79085 22.2091 6.20913 22.2091 3.99999 19.9999C1.79085 17.7908 1.79086 14.2091 3.99999 11.9999L7.99999 7.99993Z" fill="#9C7EEF"/>
2
+ <path d="M12 3.99993C14.2091 1.79079 17.7909 1.79079 20 3.99993C22.2091 6.20907 22.2091 9.7908 20 11.9999L16 15.9999L7.99999 7.99993L12 3.99993Z" fill="#C6D8FA"/>
3
+ <path d="M7.99999 7.99993L16 15.9999L12 19.9999C9.79085 22.2091 6.20913 22.2091 3.99999 19.9999C1.79085 17.7908 1.79086 14.2091 3.99999 11.9999L7.99999 7.99993Z" fill="#6D99F1"/>
4
4
  </svg>