diff --git a/icons/es5/Newsstand.js b/icons/es5/Newsstand.js
new file mode 100644
index 0000000000..09c5d07c58
--- /dev/null
+++ b/icons/es5/Newsstand.js
@@ -0,0 +1,15 @@
+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 SvgNewsstand = function SvgNewsstand(props) {
+ return /*#__PURE__*/React.createElement("svg", _extends({
+ xmlns: "http://www.w3.org/2000/svg",
+ height: 24,
+ viewBox: "0 -960 960 960",
+ width: 24,
+ fill: "none"
+ }, props), /*#__PURE__*/React.createElement("path", {
+ d: "M80-160v-80h800v80H80Zm80-160v-320h80v320h-80Zm160 0v-480h80v480h-80Zm160 0v-480h80v480h-80Zm280 0L600-600l70-40 160 280-70 40Z",
+ fill: "currentColor"
+ }));
+};
+export default SvgNewsstand;
\ No newline at end of file
diff --git a/icons/es5/index.js b/icons/es5/index.js
index cdf8d9d817..ebe918718a 100644
--- a/icons/es5/index.js
+++ b/icons/es5/index.js
@@ -1381,6 +1381,7 @@ export { default as NetworkWifi3Bar } from "./NetworkWifi3Bar";
export { default as NewLabel } from "./NewLabel";
export { default as NewReleases } from "./NewReleases";
export { default as Newspaper } from "./Newspaper";
+export { default as Newsstand } from "./Newsstand";
export { default as NextPlan } from "./NextPlan";
export { default as NextWeek } from "./NextWeek";
export { default as Nfc } from "./Nfc";
diff --git a/icons/es5/index.ts b/icons/es5/index.ts
index 3e1aaea345..96fa5149c9 100644
--- a/icons/es5/index.ts
+++ b/icons/es5/index.ts
@@ -1382,6 +1382,7 @@ export { default as NetworkWifi3Bar } from "./NetworkWifi3Bar";
export { default as NewLabel } from "./NewLabel";
export { default as NewReleases } from "./NewReleases";
export { default as Newspaper } from "./Newspaper";
+export { default as Newsstand } from "./Newsstand";
export { default as NextPlan } from "./NextPlan";
export { default as NextWeek } from "./NextWeek";
export { default as Nfc } from "./Nfc";
diff --git a/icons/jsx/Newsstand.jsx b/icons/jsx/Newsstand.jsx
new file mode 100644
index 0000000000..933c2a9d30
--- /dev/null
+++ b/icons/jsx/Newsstand.jsx
@@ -0,0 +1,17 @@
+import * as React from "react";
+const SvgNewsstand = (props) => (
+
+);
+export default SvgNewsstand;
diff --git a/icons/jsx/index.jsx b/icons/jsx/index.jsx
index e2f0c9dd6b..49752ebbb1 100644
--- a/icons/jsx/index.jsx
+++ b/icons/jsx/index.jsx
@@ -1381,6 +1381,7 @@ export { default as NetworkWifi3Bar } from "./NetworkWifi3Bar";
export { default as NewLabel } from "./NewLabel";
export { default as NewReleases } from "./NewReleases";
export { default as Newspaper } from "./Newspaper";
+export { default as Newsstand } from "./Newsstand";
export { default as NextPlan } from "./NextPlan";
export { default as NextWeek } from "./NextWeek";
export { default as Nfc } from "./Nfc";
diff --git a/icons/svg/newsstand.svg b/icons/svg/newsstand.svg
new file mode 100644
index 0000000000..a64aab53f2
--- /dev/null
+++ b/icons/svg/newsstand.svg
@@ -0,0 +1 @@
+