diff --git a/packages/icon-files/src/24/FormatAlignJustified.js b/packages/icon-files/src/24/FormatAlignJustified.js
new file mode 100644
index 000000000..f61b1fb29
--- /dev/null
+++ b/packages/icon-files/src/24/FormatAlignJustified.js
@@ -0,0 +1,2 @@
+/** This file is auto generated. DO NOT EDIT BY HAND. */
+export default ''
diff --git a/packages/icon-files/src/24/Redo.js b/packages/icon-files/src/24/Redo.js
new file mode 100644
index 000000000..9bc0f78b8
--- /dev/null
+++ b/packages/icon-files/src/24/Redo.js
@@ -0,0 +1,2 @@
+/** This file is auto generated. DO NOT EDIT BY HAND. */
+export default ''
diff --git a/packages/icon-files/src/24/Undo.js b/packages/icon-files/src/24/Undo.js
new file mode 100644
index 000000000..e48f73ea1
--- /dev/null
+++ b/packages/icon-files/src/24/Undo.js
@@ -0,0 +1,2 @@
+/** This file is auto generated. DO NOT EDIT BY HAND. */
+export default ''
diff --git a/packages/icon-files/src/index.cjs b/packages/icon-files/src/index.cjs
index 9c98ea4cd..dfa1c9a82 100644
--- a/packages/icon-files/src/index.cjs
+++ b/packages/icon-files/src/index.cjs
@@ -83,6 +83,7 @@ module.exports = {
'24/Filter': () => import('./24/Filter.js').then(m => m.default),
'24/Flare': () => import('./24/Flare.js').then(m => m.default),
'24/FormatAlignCenter': () => import('./24/FormatAlignCenter.js').then(m => m.default),
+ '24/FormatAlignJustified': () => import('./24/FormatAlignJustified.js').then(m => m.default),
'24/FormatAlignLeft': () => import('./24/FormatAlignLeft.js').then(m => m.default),
'24/FormatAlignRight': () => import('./24/FormatAlignRight.js').then(m => m.default),
'24/FormatColorFill': () => import('./24/FormatColorFill.js').then(m => m.default),
@@ -159,6 +160,7 @@ module.exports = {
'24/ReadHorizontalLeft': () => import('./24/ReadHorizontalLeft.js').then(m => m.default),
'24/ReadHorizontalRight': () => import('./24/ReadHorizontalRight.js').then(m => m.default),
'24/ReadVertical': () => import('./24/ReadVertical.js').then(m => m.default),
+ '24/Redo': () => import('./24/Redo.js').then(m => m.default),
'24/Reload': () => import('./24/Reload.js').then(m => m.default),
'24/ReloadLoop': () => import('./24/ReloadLoop.js').then(m => m.default),
'24/Reorder': () => import('./24/Reorder.js').then(m => m.default),
@@ -186,6 +188,7 @@ module.exports = {
'24/Text': () => import('./24/Text.js').then(m => m.default),
'24/Trash': () => import('./24/Trash.js').then(m => m.default),
'24/TrashAlt': () => import('./24/TrashAlt.js').then(m => m.default),
+ '24/Undo': () => import('./24/Undo.js').then(m => m.default),
'24/Up': () => import('./24/Up.js').then(m => m.default),
'24/Upload': () => import('./24/Upload.js').then(m => m.default),
'24/UploadAlt': () => import('./24/UploadAlt.js').then(m => m.default),
diff --git a/packages/icon-files/src/index.d.ts b/packages/icon-files/src/index.d.ts
index 14ce639b3..e15b64530 100644
--- a/packages/icon-files/src/index.d.ts
+++ b/packages/icon-files/src/index.d.ts
@@ -83,6 +83,7 @@ declare var _default: {
'24/Filter': () => Promise;
'24/Flare': () => Promise;
'24/FormatAlignCenter': () => Promise;
+ '24/FormatAlignJustified': () => Promise;
'24/FormatAlignLeft': () => Promise;
'24/FormatAlignRight': () => Promise;
'24/FormatColorFill': () => Promise;
@@ -159,6 +160,7 @@ declare var _default: {
'24/ReadHorizontalLeft': () => Promise;
'24/ReadHorizontalRight': () => Promise;
'24/ReadVertical': () => Promise;
+ '24/Redo': () => Promise;
'24/Reload': () => Promise;
'24/ReloadLoop': () => Promise;
'24/Reorder': () => Promise;
@@ -186,6 +188,7 @@ declare var _default: {
'24/Text': () => Promise;
'24/Trash': () => Promise;
'24/TrashAlt': () => Promise;
+ '24/Undo': () => Promise;
'24/Up': () => Promise;
'24/Upload': () => Promise;
'24/UploadAlt': () => Promise;
diff --git a/packages/icon-files/src/index.js b/packages/icon-files/src/index.js
index ddddf6d11..c9b74035e 100644
--- a/packages/icon-files/src/index.js
+++ b/packages/icon-files/src/index.js
@@ -83,6 +83,7 @@ export default {
'24/Filter': () => import('./24/Filter.js').then(m => m.default),
'24/Flare': () => import('./24/Flare.js').then(m => m.default),
'24/FormatAlignCenter': () => import('./24/FormatAlignCenter.js').then(m => m.default),
+ '24/FormatAlignJustified': () => import('./24/FormatAlignJustified.js').then(m => m.default),
'24/FormatAlignLeft': () => import('./24/FormatAlignLeft.js').then(m => m.default),
'24/FormatAlignRight': () => import('./24/FormatAlignRight.js').then(m => m.default),
'24/FormatColorFill': () => import('./24/FormatColorFill.js').then(m => m.default),
@@ -159,6 +160,7 @@ export default {
'24/ReadHorizontalLeft': () => import('./24/ReadHorizontalLeft.js').then(m => m.default),
'24/ReadHorizontalRight': () => import('./24/ReadHorizontalRight.js').then(m => m.default),
'24/ReadVertical': () => import('./24/ReadVertical.js').then(m => m.default),
+ '24/Redo': () => import('./24/Redo.js').then(m => m.default),
'24/Reload': () => import('./24/Reload.js').then(m => m.default),
'24/ReloadLoop': () => import('./24/ReloadLoop.js').then(m => m.default),
'24/Reorder': () => import('./24/Reorder.js').then(m => m.default),
@@ -186,6 +188,7 @@ export default {
'24/Text': () => import('./24/Text.js').then(m => m.default),
'24/Trash': () => import('./24/Trash.js').then(m => m.default),
'24/TrashAlt': () => import('./24/TrashAlt.js').then(m => m.default),
+ '24/Undo': () => import('./24/Undo.js').then(m => m.default),
'24/Up': () => import('./24/Up.js').then(m => m.default),
'24/Upload': () => import('./24/Upload.js').then(m => m.default),
'24/UploadAlt': () => import('./24/UploadAlt.js').then(m => m.default),
diff --git a/packages/icon-files/svg/24/FormatAlignJustified.svg b/packages/icon-files/svg/24/FormatAlignJustified.svg
new file mode 100644
index 000000000..290aceba7
--- /dev/null
+++ b/packages/icon-files/svg/24/FormatAlignJustified.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/icon-files/svg/24/Redo.svg b/packages/icon-files/svg/24/Redo.svg
new file mode 100644
index 000000000..9ddcd978d
--- /dev/null
+++ b/packages/icon-files/svg/24/Redo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/icon-files/svg/24/Undo.svg b/packages/icon-files/svg/24/Undo.svg
new file mode 100644
index 000000000..1445d4394
--- /dev/null
+++ b/packages/icon-files/svg/24/Undo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file