@thecb/components 7.11.0 → 7.11.1
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.esm.js
CHANGED
|
@@ -13807,16 +13807,16 @@ var CheckmarkIcon = function CheckmarkIcon() {
|
|
|
13807
13807
|
transform: "translate(672.000000, 64.000000)"
|
|
13808
13808
|
}, /*#__PURE__*/React.createElement("circle", {
|
|
13809
13809
|
id: "Oval-2",
|
|
13810
|
-
stroke:
|
|
13810
|
+
stroke: SEA_GREEN,
|
|
13811
13811
|
strokeWidth: "2",
|
|
13812
|
-
fill:
|
|
13812
|
+
fill: HINT_GREEN,
|
|
13813
13813
|
cx: "48",
|
|
13814
13814
|
cy: "48",
|
|
13815
13815
|
r: "48"
|
|
13816
13816
|
}), /*#__PURE__*/React.createElement("g", {
|
|
13817
13817
|
id: "Group-2",
|
|
13818
13818
|
transform: "translate(20.800000, 28.400000)",
|
|
13819
|
-
fill:
|
|
13819
|
+
fill: SEA_GREEN
|
|
13820
13820
|
}, /*#__PURE__*/React.createElement("polygon", {
|
|
13821
13821
|
id: "Rectangle-2",
|
|
13822
13822
|
transform: "translate(12.800000, 30.000000) rotate(-45.000000) translate(-12.800000, -30.000000) ",
|