Skip to content

Commit

Permalink
chore: sync alpha (openedx#2972)
Browse files Browse the repository at this point in the history
chore: merging master into alpha
  • Loading branch information
viktorrusakov committed Dec 27, 2023
2 parents d3b4a67 + 2b79e3a commit ca2154e
Show file tree
Hide file tree
Showing 84 changed files with 2,982 additions and 1,823 deletions.
3,260 changes: 1,865 additions & 1,395 deletions dependent-usage.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions icons/es5/RightSidebarFilled.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";
const SvgRightSidebarFilled = props => /*#__PURE__*/React.createElement("svg", _extends({
width: 24,
height: 24,
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M2 22V2h20v20H2ZM14 4H4v16h10V4Z",
fill: "currentColor"
}));
export default SvgRightSidebarFilled;
15 changes: 15 additions & 0 deletions icons/es5/RightSidebarOutlined.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";
const SvgRightSidebarOutlined = props => /*#__PURE__*/React.createElement("svg", _extends({
width: 24,
height: 24,
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M2 2v20h20V2H2Zm18 2h-4v16h4V4ZM4 4h10v16H4V4Z",
fill: "currentColor"
}));
export default SvgRightSidebarOutlined;
2 changes: 2 additions & 0 deletions icons/es5/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,8 @@ export { default as RestoreFromTrash } from "./RestoreFromTrash";
export { default as RestorePage } from "./RestorePage";
export { default as Reviews } from "./Reviews";
export { default as RiceBowl } from "./RiceBowl";
export { default as RightSidebarFilled } from "./RightSidebarFilled";
export { default as RightSidebarOutlined } from "./RightSidebarOutlined";
export { default as RingVolume } from "./RingVolume";
export { default as Rocket } from "./Rocket";
export { default as RocketLaunch } from "./RocketLaunch";
Expand Down
19 changes: 19 additions & 0 deletions icons/jsx/RightSidebarFilled.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from "react";
const SvgRightSidebarFilled = (props) => (
<svg
width={24}
height={24}
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M2 22V2h20v20H2ZM14 4H4v16h10V4Z"
fill="currentColor"
/>
</svg>
);
export default SvgRightSidebarFilled;
19 changes: 19 additions & 0 deletions icons/jsx/RightSidebarOutlined.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from "react";
const SvgRightSidebarOutlined = (props) => (
<svg
width={24}
height={24}
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M2 2v20h20V2H2Zm18 2h-4v16h4V4ZM4 4h10v16H4V4Z"
fill="currentColor"
/>
</svg>
);
export default SvgRightSidebarOutlined;
2 changes: 2 additions & 0 deletions icons/jsx/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,8 @@ export { default as RestoreFromTrash } from "./RestoreFromTrash";
export { default as RestorePage } from "./RestorePage";
export { default as Reviews } from "./Reviews";
export { default as RiceBowl } from "./RiceBowl";
export { default as RightSidebarFilled } from "./RightSidebarFilled";
export { default as RightSidebarOutlined } from "./RightSidebarOutlined";
export { default as RingVolume } from "./RingVolume";
export { default as Rocket } from "./Rocket";
export { default as RocketLaunch } from "./RocketLaunch";
Expand Down
3 changes: 3 additions & 0 deletions icons/svg/right_sidebar_filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/svg/right_sidebar_outlined.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ca2154e

Please sign in to comment.