Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add-newsstand-icon #3275

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions icons/es5/Newsstand.js
Original file line number Diff line number Diff line change
@@ -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;
1 change: 1 addition & 0 deletions icons/es5/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions icons/es5/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
17 changes: 17 additions & 0 deletions icons/jsx/Newsstand.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react";
const SvgNewsstand = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
height={24}
viewBox="0 -960 960 960"
width={24}
fill="none"
{...props}
>
<path
d="M80-160v-80h800v80H80Zm80-160v-320h80v320h-80Zm160 0v-480h80v480h-80Zm160 0v-480h80v480h-80Zm280 0L600-600l70-40 160 280-70 40Z"
fill="currentColor"
/>
</svg>
);
export default SvgNewsstand;
1 change: 1 addition & 0 deletions icons/jsx/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions icons/svg/newsstand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading