@thecb/components 7.11.0 → 7.11.1-beta.0
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.cjs.js
CHANGED
|
@@ -13815,16 +13815,16 @@ var CheckmarkIcon = function CheckmarkIcon() {
|
|
|
13815
13815
|
transform: "translate(672.000000, 64.000000)"
|
|
13816
13816
|
}, /*#__PURE__*/React__default.createElement("circle", {
|
|
13817
13817
|
id: "Oval-2",
|
|
13818
|
-
stroke:
|
|
13818
|
+
stroke: SEA_GREEN,
|
|
13819
13819
|
strokeWidth: "2",
|
|
13820
|
-
fill:
|
|
13820
|
+
fill: HINT_GREEN,
|
|
13821
13821
|
cx: "48",
|
|
13822
13822
|
cy: "48",
|
|
13823
13823
|
r: "48"
|
|
13824
13824
|
}), /*#__PURE__*/React__default.createElement("g", {
|
|
13825
13825
|
id: "Group-2",
|
|
13826
13826
|
transform: "translate(20.800000, 28.400000)",
|
|
13827
|
-
fill:
|
|
13827
|
+
fill: SEA_GREEN
|
|
13828
13828
|
}, /*#__PURE__*/React__default.createElement("polygon", {
|
|
13829
13829
|
id: "Rectangle-2",
|
|
13830
13830
|
transform: "translate(12.800000, 30.000000) rotate(-45.000000) translate(-12.800000, -30.000000) ",
|