diff --git a/icons/es5/LmsEditsquare.js b/icons/es5/LmsEditsquare.js
deleted file mode 100644
index 4ef512daea..0000000000
--- a/icons/es5/LmsEditsquare.js
+++ /dev/null
@@ -1,15 +0,0 @@
-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";
-var SvgLmsEditsquare = function SvgLmsEditsquare(props) {
- return /*#__PURE__*/React.createElement("svg", _extends({
- width: 24,
- height: 24,
- viewBox: "0 0 24 24",
- fill: "none",
- xmlns: "http://www.w3.org/2000/svg"
- }, props), /*#__PURE__*/React.createElement("path", {
- d: "M3.951 22a1.88 1.88 0 0 1-1.378-.573A1.874 1.874 0 0 1 2 20.051V6.41c0-.536.19-.995.573-1.377A1.882 1.882 0 0 1 3.95 4.46h8.708l-1.952 1.95H3.951V20.05H17.61V13.28l1.951-1.949v8.721c0 .536-.19.995-.573 1.376A1.88 1.88 0 0 1 17.61 22H3.95ZM14.854 5.02l1.39 1.365-6.44 6.431v1.389h1.367l6.463-6.456 1.39 1.364L12 16.153H7.854v-4.14l7-6.992Zm4.17 4.093-4.17-4.092 2.439-2.436c.39-.39.858-.585 1.403-.585.544 0 1.003.195 1.377.585l1.366 1.388c.374.374.561.828.561 1.364 0 .536-.187.991-.561 1.365l-2.415 2.411Z",
- fill: "currentColor"
- }));
-};
-export default SvgLmsEditsquare;
\ No newline at end of file
diff --git a/icons/es5/LmsEditsquareComplete.js b/icons/es5/LmsEditsquareComplete.js
deleted file mode 100644
index 1dbaa2cc65..0000000000
--- a/icons/es5/LmsEditsquareComplete.js
+++ /dev/null
@@ -1,27 +0,0 @@
-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";
-var SvgLmsEditsquareComplete = function SvgLmsEditsquareComplete(props) {
- return /*#__PURE__*/React.createElement("svg", _extends({
- width: 24,
- height: 24,
- viewBox: "0 0 24 24",
- fill: "none",
- xmlns: "http://www.w3.org/2000/svg"
- }, props), /*#__PURE__*/React.createElement("path", {
- d: "M5.902 18.1v-6.896l6.76-6.76H3.951A1.957 1.957 0 0 0 2 6.393v13.657c0 1.073.878 1.951 1.951 1.951h13.657c1.073 0 1.95-.878 1.95-1.95V11.34l-6.76 6.76H5.903Z",
- fill: "currentColor"
- }), /*#__PURE__*/React.createElement("path", {
- d: "M7.853 16.15h4.136l7.024-7.024-4.137-4.136-7.023 7.023v4.136ZM21.422 3.946l-1.375-1.375c-.761-.761-2-.761-2.761 0l-1.034 1.034 4.136 4.136 1.034-1.034c.77-.761.77-2 0-2.76Z",
- fill: "currentColor"
- }), /*#__PURE__*/React.createElement("circle", {
- cx: 6,
- cy: 18,
- r: 4.8,
- fill: "currentColor"
- }), /*#__PURE__*/React.createElement("path", {
- d: "m4.447 19.656.353.353.354-.353 4.199-4.2.141.143L4.8 20.293 2.507 18l.14-.14 1.8 1.796ZM6 11.5A6.502 6.502 0 0 0-.5 18c0 3.588 2.912 6.5 6.5 6.5s6.5-2.912 6.5-6.5-2.912-6.5-6.5-6.5Z",
- fill: "currentColor",
- stroke: "#fff"
- }));
-};
-export default SvgLmsEditsquareComplete;
\ No newline at end of file
diff --git a/icons/jsx/LmsEditsquare.jsx b/icons/jsx/LmsEditsquare.jsx
deleted file mode 100644
index 570d46627d..0000000000
--- a/icons/jsx/LmsEditsquare.jsx
+++ /dev/null
@@ -1,17 +0,0 @@
-import * as React from "react";
-const SvgLmsEditsquare = (props) => (
-
-);
-export default SvgLmsEditsquare;
diff --git a/icons/jsx/LmsEditsquareComplete.jsx b/icons/jsx/LmsEditsquareComplete.jsx
deleted file mode 100644
index e9cceacdaf..0000000000
--- a/icons/jsx/LmsEditsquareComplete.jsx
+++ /dev/null
@@ -1,27 +0,0 @@
-import * as React from "react";
-const SvgLmsEditsquareComplete = (props) => (
-
-);
-export default SvgLmsEditsquareComplete;