From fc888d5d105090b40d3a06fed6af9849ed103ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Penido?= Date: Tue, 12 Nov 2024 21:26:23 -0300 Subject: [PATCH] feat: add Newsstand icon (#3275) --- icons/es5/Newsstand.js | 15 +++++++++++++++ icons/es5/index.js | 1 + icons/es5/index.ts | 1 + icons/jsx/Newsstand.jsx | 17 +++++++++++++++++ icons/jsx/index.jsx | 1 + icons/svg/newsstand.svg | 1 + 6 files changed, 36 insertions(+) create mode 100644 icons/es5/Newsstand.js create mode 100644 icons/jsx/Newsstand.jsx create mode 100644 icons/svg/newsstand.svg 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 @@ +