@openedx/paragon 22.9.0 → 22.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,15 @@
1
+ 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); }
2
+ import * as React from "react";
3
+ var SvgNewsstand = function SvgNewsstand(props) {
4
+ return /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ height: 24,
7
+ viewBox: "0 -960 960 960",
8
+ width: 24,
9
+ fill: "none"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ d: "M80-160v-80h800v80H80Zm80-160v-320h80v320h-80Zm160 0v-480h80v480h-80Zm160 0v-480h80v480h-80Zm280 0L600-600l70-40 160 280-70 40Z",
12
+ fill: "currentColor"
13
+ }));
14
+ };
15
+ export default SvgNewsstand;
@@ -1381,6 +1381,7 @@ export { default as NetworkWifi3Bar } from "./NetworkWifi3Bar";
1381
1381
  export { default as NewLabel } from "./NewLabel";
1382
1382
  export { default as NewReleases } from "./NewReleases";
1383
1383
  export { default as Newspaper } from "./Newspaper";
1384
+ export { default as Newsstand } from "./Newsstand";
1384
1385
  export { default as NextPlan } from "./NextPlan";
1385
1386
  export { default as NextWeek } from "./NextWeek";
1386
1387
  export { default as Nfc } from "./Nfc";
@@ -1382,6 +1382,7 @@ export { default as NetworkWifi3Bar } from "./NetworkWifi3Bar";
1382
1382
  export { default as NewLabel } from "./NewLabel";
1383
1383
  export { default as NewReleases } from "./NewReleases";
1384
1384
  export { default as Newspaper } from "./Newspaper";
1385
+ export { default as Newsstand } from "./Newsstand";
1385
1386
  export { default as NextPlan } from "./NextPlan";
1386
1387
  export { default as NextWeek } from "./NextWeek";
1387
1388
  export { default as Nfc } from "./Nfc";
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+ const SvgNewsstand = (props) => (
3
+ <svg
4
+ xmlns="http://www.w3.org/2000/svg"
5
+ height={24}
6
+ viewBox="0 -960 960 960"
7
+ width={24}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <path
12
+ d="M80-160v-80h800v80H80Zm80-160v-320h80v320h-80Zm160 0v-480h80v480h-80Zm160 0v-480h80v480h-80Zm280 0L600-600l70-40 160 280-70 40Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ );
17
+ export default SvgNewsstand;
@@ -1381,6 +1381,7 @@ export { default as NetworkWifi3Bar } from "./NetworkWifi3Bar";
1381
1381
  export { default as NewLabel } from "./NewLabel";
1382
1382
  export { default as NewReleases } from "./NewReleases";
1383
1383
  export { default as Newspaper } from "./Newspaper";
1384
+ export { default as Newsstand } from "./Newsstand";
1384
1385
  export { default as NextPlan } from "./NextPlan";
1385
1386
  export { default as NextWeek } from "./NextWeek";
1386
1387
  export { default as Nfc } from "./Nfc";
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px"><path d="M80-160v-80h800v80H80Zm80-160v-320h80v320h-80Zm160 0v-480h80v480h-80Zm160 0v-480h80v480h-80Zm280 0L600-600l70-40 160 280-70 40Z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openedx/paragon",
3
- "version": "22.9.0",
3
+ "version": "22.10.0",
4
4
  "description": "Accessible, responsive UI component library based on Bootstrap.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",