diff --git a/icons/es5/CheckCircleLightOutline.js b/icons/es5/CheckCircleLightOutline.js
index 52e7028243..2b77fa7780 100644
--- a/icons/es5/CheckCircleLightOutline.js
+++ b/icons/es5/CheckCircleLightOutline.js
@@ -1,21 +1,16 @@
+function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import * as React from "react";
-
-const SvgCheckCircleOutline = props => /*#__PURE__*/React.createElement("svg", {
- width: "57",
- height: "57",
+const SvgCheckCircleLightOutline = props => /*#__PURE__*/React.createElement("svg", _extends({
+ width: 24,
+ height: 24,
viewBox: "0 0 57 57",
fill: "none",
- xmlns: "http://www.w3.org/2000/svg",
-}, React.createElement("circle", {
- cx: "28.5",
- cy: "28.5",
- r: "26.5",
- stroke: "#00262B",
- strokeWidth: "3",
-}), React.createElement("path", {
- d: "M12.658 29.9736L22.2369 39.5525L44.3422 17.4473",
- stroke: "#00262B",
- strokeWidth: "3",
+ xmlns: "http://www.w3.org/2000/svg"
+}, props), /*#__PURE__*/React.createElement("path", {
+ d: "M28.5.5C13.054.5.5 13.054.5 28.5s12.554 28 28 28 28-12.554 28-28-12.554-28-28-28zm0 3c13.825 0 25 11.175 25 25s-11.175 25-25 25-25-11.175-25-25 11.175-25 25-25z",
+ fill: "currentColor"
+}), /*#__PURE__*/React.createElement("path", {
+ d: "M43.281 16.387 22.236 37.432l-8.517-8.52-2.121 2.123 10.638 10.639 23.166-23.166Z",
+ fill: "currentColor"
}));
-
-export default SvgCheckCircleOutline;
+export default SvgCheckCircleLightOutline;
\ No newline at end of file
diff --git a/icons/es5/index.js b/icons/es5/index.js
index 27d42f68ec..5c2584f6c1 100644
--- a/icons/es5/index.js
+++ b/icons/es5/index.js
@@ -472,8 +472,8 @@ export { default as Check } from "./Check";
export { default as CheckBoxIcon } from "./CheckBoxIcon";
export { default as CheckBoxOutlineBlank } from "./CheckBoxOutlineBlank";
export { default as CheckCircle } from "./CheckCircle";
-export { default as CheckCircleOutline } from "./CheckCircleOutline";
export { default as CheckCircleLightOutline } from "./CheckCircleLightOutline";
+export { default as CheckCircleOutline } from "./CheckCircleOutline";
export { default as Checklist } from "./Checklist";
export { default as ChecklistRtl } from "./ChecklistRtl";
export { default as Checkroom } from "./Checkroom";
@@ -2302,4 +2302,4 @@ export { default as Zoom } from "./Zoom";
export { default as ZoomIn } from "./ZoomIn";
export { default as ZoomInMap } from "./ZoomInMap";
export { default as ZoomOut } from "./ZoomOut";
-export { default as ZoomOutMap } from "./ZoomOutMap";
+export { default as ZoomOutMap } from "./ZoomOutMap";
\ No newline at end of file
diff --git a/icons/jsx/CheckCircleLightOutline.jsx b/icons/jsx/CheckCircleLightOutline.jsx
index 571324c77e..4a549a4c35 100644
--- a/icons/jsx/CheckCircleLightOutline.jsx
+++ b/icons/jsx/CheckCircleLightOutline.jsx
@@ -1,28 +1,21 @@
import * as React from "react";
-
-const CheckCircleLightOutline = (props) => (
+const SvgCheckCircleLightOutline = (props) => (
-
);
-
-export default CheckCircleLightOutline;
+export default SvgCheckCircleLightOutline;
diff --git a/icons/svg/check_circle_light_outline.svg b/icons/svg/check_circle_light_outline.svg
new file mode 100644
index 0000000000..06db5a019c
--- /dev/null
+++ b/icons/svg/check_circle_light_outline.svg
@@ -0,0 +1,13 @@
+