From 7833bd9ab6de3f3a0eaa41ba2b46d58a6cc25b37 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Wed, 3 Apr 2024 10:49:01 -0400 Subject: [PATCH] feat: add LMS icons --- icons/es5/LmsBook.js | 15 +++++++++++ icons/es5/LmsBookComplete.js | 24 ++++++++++++++++++ icons/es5/LmsCompletionSolid.js | 18 ++++++++++++++ icons/es5/LmsEditSquare.js | 15 +++++++++++ icons/es5/LmsEditSquareComplete.js | 27 ++++++++++++++++++++ icons/es5/LmsEditsquare.js | 15 +++++++++++ icons/es5/LmsEditsquareComplete.js | 27 ++++++++++++++++++++ icons/es5/LmsOutline.js | 33 +++++++++++++++++++++++++ icons/es5/LmsVideocam.js | 15 +++++++++++ icons/es5/LmsVideocamComplete.js | 24 ++++++++++++++++++ icons/es5/index.js | 8 ++++++ icons/es5/index.ts | 8 ++++++ icons/jsx/LmsBook.jsx | 17 +++++++++++++ icons/jsx/LmsBookComplete.jsx | 23 +++++++++++++++++ icons/jsx/LmsCompletionSolid.jsx | 14 +++++++++++ icons/jsx/LmsEditSquare.jsx | 17 +++++++++++++ icons/jsx/LmsEditSquareComplete.jsx | 27 ++++++++++++++++++++ icons/jsx/LmsEditsquare.jsx | 17 +++++++++++++ icons/jsx/LmsEditsquareComplete.jsx | 27 ++++++++++++++++++++ icons/jsx/LmsOutline.jsx | 18 ++++++++++++++ icons/jsx/LmsVideocam.jsx | 17 +++++++++++++ icons/jsx/LmsVideocamComplete.jsx | 23 +++++++++++++++++ icons/jsx/index.jsx | 8 ++++++ icons/svg/lms_book.svg | 12 +++++++++ icons/svg/lms_book_complete.svg | 25 +++++++++++++++++++ icons/svg/lms_completion_solid.svg | 15 +++++++++++ icons/svg/lms_edit_square.svg | 12 +++++++++ icons/svg/lms_edit_square_complete.svg | 30 ++++++++++++++++++++++ icons/svg/lms_outline.svg | 14 +++++++++++ icons/svg/lms_videocam.svg | 23 +++++++++++++++++ icons/svg/lms_videocam_complete.svg | 25 +++++++++++++++++++ www/src/config.js | 12 ++++++--- www/src/pages/foundations/lms-icons.mdx | 24 ++++++++++++++++++ 33 files changed, 625 insertions(+), 4 deletions(-) create mode 100644 icons/es5/LmsBook.js create mode 100644 icons/es5/LmsBookComplete.js create mode 100644 icons/es5/LmsCompletionSolid.js create mode 100644 icons/es5/LmsEditSquare.js create mode 100644 icons/es5/LmsEditSquareComplete.js create mode 100644 icons/es5/LmsEditsquare.js create mode 100644 icons/es5/LmsEditsquareComplete.js create mode 100644 icons/es5/LmsOutline.js create mode 100644 icons/es5/LmsVideocam.js create mode 100644 icons/es5/LmsVideocamComplete.js create mode 100644 icons/jsx/LmsBook.jsx create mode 100644 icons/jsx/LmsBookComplete.jsx create mode 100644 icons/jsx/LmsCompletionSolid.jsx create mode 100644 icons/jsx/LmsEditSquare.jsx create mode 100644 icons/jsx/LmsEditSquareComplete.jsx create mode 100644 icons/jsx/LmsEditsquare.jsx create mode 100644 icons/jsx/LmsEditsquareComplete.jsx create mode 100644 icons/jsx/LmsOutline.jsx create mode 100644 icons/jsx/LmsVideocam.jsx create mode 100644 icons/jsx/LmsVideocamComplete.jsx create mode 100644 icons/svg/lms_book.svg create mode 100644 icons/svg/lms_book_complete.svg create mode 100644 icons/svg/lms_completion_solid.svg create mode 100644 icons/svg/lms_edit_square.svg create mode 100644 icons/svg/lms_edit_square_complete.svg create mode 100644 icons/svg/lms_outline.svg create mode 100644 icons/svg/lms_videocam.svg create mode 100644 icons/svg/lms_videocam_complete.svg create mode 100644 www/src/pages/foundations/lms-icons.mdx diff --git a/icons/es5/LmsBook.js b/icons/es5/LmsBook.js new file mode 100644 index 0000000000..a40b277a33 --- /dev/null +++ b/icons/es5/LmsBook.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 SvgLmsBook = function SvgLmsBook(props) { + return /*#__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", { + d: "M7.5 22a3.372 3.372 0 0 1-2.475-1.025A3.372 3.372 0 0 1 4 18.5v-13c0-.967.342-1.792 1.025-2.475A3.372 3.372 0 0 1 7.5 2H20v15c-.417 0-.77.146-1.063.438A1.446 1.446 0 0 0 18.5 18.5c0 .417.146.77.438 1.063.291.291.645.437 1.062.437v2H7.5ZM6 15.325c.233-.117.475-.2.725-.25.25-.05.508-.075.775-.075H8V4h-.5c-.417 0-.77.146-1.063.438A1.447 1.447 0 0 0 6 5.5v9.825ZM10 15h8V4h-8v11Zm-2.5 5h9.325c-.1-.233-.18-.47-.238-.712a3.354 3.354 0 0 1-.087-.788c0-.267.025-.525.075-.775.05-.25.133-.492.25-.725H7.5c-.433 0-.792.146-1.075.438A1.468 1.468 0 0 0 6 18.5c0 .433.142.792.425 1.075.283.283.642.425 1.075.425Z", + fill: "currentColor" + })); +}; +export default SvgLmsBook; \ No newline at end of file diff --git a/icons/es5/LmsBookComplete.js b/icons/es5/LmsBookComplete.js new file mode 100644 index 0000000000..f1d63d6b5b --- /dev/null +++ b/icons/es5/LmsBookComplete.js @@ -0,0 +1,24 @@ +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 SvgLmsBookComplete = function SvgLmsBookComplete(props) { + return /*#__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", { + d: "M7.5 22a3.372 3.372 0 0 1-2.475-1.025A3.372 3.372 0 0 1 4 18.5v-13c0-.967.342-1.792 1.025-2.475A3.372 3.372 0 0 1 7.5 2H18c.55 0 1.02.196 1.413.587C19.803 2.98 20 3.45 20 4v12.525a.502.502 0 0 1-.163.363c-.108.108-.304.229-.587.362a1.33 1.33 0 0 0-.55.5c-.133.217-.2.467-.2.75s.067.538.2.762c.133.226.317.388.55.488.233.1.417.238.55.413.133.174.2.362.2.562v.25c0 .283-.096.525-.288.725-.191.2-.429.3-.712.3H7.5ZM9 15c.283 0 .52-.096.713-.287A.968.968 0 0 0 10 14V5a.968.968 0 0 0-.287-.713A.968.968 0 0 0 9 4a.968.968 0 0 0-.713.287A.968.968 0 0 0 8 5v9c0 .283.096.52.287.713.192.191.43.287.713.287Zm-1.5 5h9.325c-.1-.233-.18-.47-.238-.712a3.354 3.354 0 0 1-.087-.788c0-.267.025-.525.075-.775.05-.25.133-.492.25-.725H7.5c-.433 0-.792.146-1.075.438A1.468 1.468 0 0 0 6 18.5c0 .433.142.792.425 1.075.283.283.642.425 1.075.425Z", + fill: "currentColor" + }), /*#__PURE__*/React.createElement("circle", { + cx: 6, + cy: 18, + r: 4.8, + fill: "currentColor" + }), /*#__PURE__*/React.createElement("path", { + d: "m4.447 19.656.353.353.354-.353 4.199-4.2.141.143L4.8 20.293 2.507 18l.14-.14 1.8 1.796ZM6 11.5A6.502 6.502 0 0 0-.5 18c0 3.588 2.912 6.5 6.5 6.5s6.5-2.912 6.5-6.5-2.912-6.5-6.5-6.5Z", + fill: "currentColor", + stroke: "#fff" + })); +}; +export default SvgLmsBookComplete; \ No newline at end of file diff --git a/icons/es5/LmsCompletionSolid.js b/icons/es5/LmsCompletionSolid.js new file mode 100644 index 0000000000..4d16cc6698 --- /dev/null +++ b/icons/es5/LmsCompletionSolid.js @@ -0,0 +1,18 @@ +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 SvgLmsCompletionSolid = function SvgLmsCompletionSolid(props) { + return /*#__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("circle", { + cx: 12, + cy: 12, + r: 9, + stroke: "#ccc", + fill: "currentColor" + })); +}; +export default SvgLmsCompletionSolid; \ No newline at end of file diff --git a/icons/es5/LmsEditSquare.js b/icons/es5/LmsEditSquare.js new file mode 100644 index 0000000000..a0a8994f52 --- /dev/null +++ b/icons/es5/LmsEditSquare.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 SvgLmsEditSquare = function SvgLmsEditSquare(props) { + return /*#__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", { + d: "M3.951 22a1.88 1.88 0 0 1-1.378-.573A1.874 1.874 0 0 1 2 20.051V6.41c0-.536.19-.995.573-1.377A1.882 1.882 0 0 1 3.95 4.46h8.708l-1.952 1.95H3.951V20.05H17.61V13.28l1.951-1.949v8.721c0 .536-.19.995-.573 1.376A1.88 1.88 0 0 1 17.61 22H3.95ZM14.854 5.02l1.39 1.365-6.44 6.431v1.389h1.367l6.463-6.456 1.39 1.364L12 16.153H7.854v-4.14l7-6.992Zm4.17 4.093-4.17-4.092 2.439-2.436c.39-.39.858-.585 1.403-.585.544 0 1.003.195 1.377.585l1.366 1.388c.374.374.561.828.561 1.364 0 .536-.187.991-.561 1.365l-2.415 2.411Z", + fill: "currentColor" + })); +}; +export default SvgLmsEditSquare; \ No newline at end of file diff --git a/icons/es5/LmsEditSquareComplete.js b/icons/es5/LmsEditSquareComplete.js new file mode 100644 index 0000000000..d21a2ce534 --- /dev/null +++ b/icons/es5/LmsEditSquareComplete.js @@ -0,0 +1,27 @@ +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 SvgLmsEditSquareComplete = function SvgLmsEditSquareComplete(props) { + return /*#__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", { + d: "M5.902 18.1v-6.896l6.76-6.76H3.951A1.957 1.957 0 0 0 2 6.393v13.657c0 1.073.878 1.951 1.951 1.951h13.657c1.073 0 1.95-.878 1.95-1.95V11.34l-6.76 6.76H5.903Z", + fill: "currentColor" + }), /*#__PURE__*/React.createElement("path", { + d: "M7.853 16.15h4.136l7.024-7.024-4.137-4.136-7.023 7.023v4.136ZM21.422 3.946l-1.375-1.375c-.761-.761-2-.761-2.761 0l-1.034 1.034 4.136 4.136 1.034-1.034c.77-.761.77-2 0-2.76Z", + fill: "currentColor" + }), /*#__PURE__*/React.createElement("circle", { + cx: 6, + cy: 18, + r: 4.8, + fill: "currentColor" + }), /*#__PURE__*/React.createElement("path", { + d: "m4.447 19.656.353.353.354-.353 4.199-4.2.141.143L4.8 20.293 2.507 18l.14-.14 1.8 1.796ZM6 11.5A6.502 6.502 0 0 0-.5 18c0 3.588 2.912 6.5 6.5 6.5s6.5-2.912 6.5-6.5-2.912-6.5-6.5-6.5Z", + fill: "currentColor", + stroke: "#fff" + })); +}; +export default SvgLmsEditSquareComplete; \ No newline at end of file diff --git a/icons/es5/LmsEditsquare.js b/icons/es5/LmsEditsquare.js new file mode 100644 index 0000000000..4ef512daea --- /dev/null +++ b/icons/es5/LmsEditsquare.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 SvgLmsEditsquare = function SvgLmsEditsquare(props) { + return /*#__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", { + d: "M3.951 22a1.88 1.88 0 0 1-1.378-.573A1.874 1.874 0 0 1 2 20.051V6.41c0-.536.19-.995.573-1.377A1.882 1.882 0 0 1 3.95 4.46h8.708l-1.952 1.95H3.951V20.05H17.61V13.28l1.951-1.949v8.721c0 .536-.19.995-.573 1.376A1.88 1.88 0 0 1 17.61 22H3.95ZM14.854 5.02l1.39 1.365-6.44 6.431v1.389h1.367l6.463-6.456 1.39 1.364L12 16.153H7.854v-4.14l7-6.992Zm4.17 4.093-4.17-4.092 2.439-2.436c.39-.39.858-.585 1.403-.585.544 0 1.003.195 1.377.585l1.366 1.388c.374.374.561.828.561 1.364 0 .536-.187.991-.561 1.365l-2.415 2.411Z", + fill: "currentColor" + })); +}; +export default SvgLmsEditsquare; \ No newline at end of file diff --git a/icons/es5/LmsEditsquareComplete.js b/icons/es5/LmsEditsquareComplete.js new file mode 100644 index 0000000000..1dbaa2cc65 --- /dev/null +++ b/icons/es5/LmsEditsquareComplete.js @@ -0,0 +1,27 @@ +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 SvgLmsEditsquareComplete = function SvgLmsEditsquareComplete(props) { + return /*#__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", { + d: "M5.902 18.1v-6.896l6.76-6.76H3.951A1.957 1.957 0 0 0 2 6.393v13.657c0 1.073.878 1.951 1.951 1.951h13.657c1.073 0 1.95-.878 1.95-1.95V11.34l-6.76 6.76H5.903Z", + fill: "currentColor" + }), /*#__PURE__*/React.createElement("path", { + d: "M7.853 16.15h4.136l7.024-7.024-4.137-4.136-7.023 7.023v4.136ZM21.422 3.946l-1.375-1.375c-.761-.761-2-.761-2.761 0l-1.034 1.034 4.136 4.136 1.034-1.034c.77-.761.77-2 0-2.76Z", + fill: "currentColor" + }), /*#__PURE__*/React.createElement("circle", { + cx: 6, + cy: 18, + r: 4.8, + fill: "currentColor" + }), /*#__PURE__*/React.createElement("path", { + d: "m4.447 19.656.353.353.354-.353 4.199-4.2.141.143L4.8 20.293 2.507 18l.14-.14 1.8 1.796ZM6 11.5A6.502 6.502 0 0 0-.5 18c0 3.588 2.912 6.5 6.5 6.5s6.5-2.912 6.5-6.5-2.912-6.5-6.5-6.5Z", + fill: "currentColor", + stroke: "#fff" + })); +}; +export default SvgLmsEditsquareComplete; \ No newline at end of file diff --git a/icons/es5/LmsOutline.js b/icons/es5/LmsOutline.js new file mode 100644 index 0000000000..1ce54de0df --- /dev/null +++ b/icons/es5/LmsOutline.js @@ -0,0 +1,33 @@ +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 SvgLmsOutline = function SvgLmsOutline(props) { + return /*#__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", { + fill: "currentColor", + d: "M7 8h2v12H7z" + }), /*#__PURE__*/React.createElement("path", { + fill: "currentColor", + d: "M7 13v-2h7v2zM7 20v-2h7v2z" + }), /*#__PURE__*/React.createElement("circle", { + cx: 8, + cy: 5, + r: 2, + fill: "currentColor" + }), /*#__PURE__*/React.createElement("circle", { + cx: 17, + cy: 12, + r: 2, + fill: "currentColor" + }), /*#__PURE__*/React.createElement("circle", { + cx: 17, + cy: 19, + r: 2, + fill: "currentColor" + })); +}; +export default SvgLmsOutline; \ No newline at end of file diff --git a/icons/es5/LmsVideocam.js b/icons/es5/LmsVideocam.js new file mode 100644 index 0000000000..55125121de --- /dev/null +++ b/icons/es5/LmsVideocam.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 SvgLmsVideocam = function SvgLmsVideocam(props) { + return /*#__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", { + d: "M15.333 7.333v9.334H4.223V7.333h11.11ZM16.444 5H3.111C2.5 5 2 5.525 2 6.167v11.666C2 18.475 2.5 19 3.111 19h13.333c.612 0 1.112-.525 1.112-1.167V13.75L22 18.417V5.583l-4.444 4.667V6.167c0-.642-.5-1.167-1.112-1.167Z", + fill: "currentColor" + })); +}; +export default SvgLmsVideocam; \ No newline at end of file diff --git a/icons/es5/LmsVideocamComplete.js b/icons/es5/LmsVideocamComplete.js new file mode 100644 index 0000000000..fba7f831e7 --- /dev/null +++ b/icons/es5/LmsVideocamComplete.js @@ -0,0 +1,24 @@ +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 SvgLmsVideocamComplete = function SvgLmsVideocamComplete(props) { + return /*#__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", { + d: "M17.556 10.25V6.167c0-.642-.5-1.167-1.112-1.167H3.111C2.5 5 2 5.525 2 6.167v11.666C2 18.475 2.5 19 3.111 19h13.333c.612 0 1.112-.525 1.112-1.167V13.75L22 18.417V5.583l-4.444 4.667Z", + fill: "currentColor" + }), /*#__PURE__*/React.createElement("circle", { + cx: 6, + cy: 18, + r: 4.8, + fill: "currentColor" + }), /*#__PURE__*/React.createElement("path", { + d: "m4.447 19.656.353.353.354-.353 4.199-4.2.141.143L4.8 20.293 2.507 18l.14-.14 1.8 1.796ZM6 11.5A6.502 6.502 0 0 0-.5 18c0 3.588 2.912 6.5 6.5 6.5s6.5-2.912 6.5-6.5-2.912-6.5-6.5-6.5Z", + fill: "currentColor", + stroke: "#fff" + })); +}; +export default SvgLmsVideocamComplete; \ No newline at end of file diff --git a/icons/es5/index.js b/icons/es5/index.js index 3abb44188a..16efddc5c2 100644 --- a/icons/es5/index.js +++ b/icons/es5/index.js @@ -1181,6 +1181,14 @@ export { default as ListView } from "./ListView"; export { default as LiveHelp } from "./LiveHelp"; export { default as LiveTv } from "./LiveTv"; export { default as Living } from "./Living"; +export { default as LmsBook } from "./LmsBook"; +export { default as LmsBookComplete } from "./LmsBookComplete"; +export { default as LmsCompletionSolid } from "./LmsCompletionSolid"; +export { default as LmsEditSquare } from "./LmsEditSquare"; +export { default as LmsEditSquareComplete } from "./LmsEditSquareComplete"; +export { default as LmsOutline } from "./LmsOutline"; +export { default as LmsVideocam } from "./LmsVideocam"; +export { default as LmsVideocamComplete } from "./LmsVideocamComplete"; export { default as LocalActivity } from "./LocalActivity"; export { default as LocalAirport } from "./LocalAirport"; export { default as LocalAtm } from "./LocalAtm"; diff --git a/icons/es5/index.ts b/icons/es5/index.ts index be64e1c397..84da73bc6f 100644 --- a/icons/es5/index.ts +++ b/icons/es5/index.ts @@ -1182,6 +1182,14 @@ export { default as ListView } from "./ListView"; export { default as LiveHelp } from "./LiveHelp"; export { default as LiveTv } from "./LiveTv"; export { default as Living } from "./Living"; +export { default as LmsBook } from "./LmsBook"; +export { default as LmsBookComplete } from "./LmsBookComplete"; +export { default as LmsCompletionSolid } from "./LmsCompletionSolid"; +export { default as LmsEditSquare } from "./LmsEditSquare"; +export { default as LmsEditSquareComplete } from "./LmsEditSquareComplete"; +export { default as LmsOutline } from "./LmsOutline"; +export { default as LmsVideocam } from "./LmsVideocam"; +export { default as LmsVideocamComplete } from "./LmsVideocamComplete"; export { default as LocalActivity } from "./LocalActivity"; export { default as LocalAirport } from "./LocalAirport"; export { default as LocalAtm } from "./LocalAtm"; diff --git a/icons/jsx/LmsBook.jsx b/icons/jsx/LmsBook.jsx new file mode 100644 index 0000000000..0b67b8d49e --- /dev/null +++ b/icons/jsx/LmsBook.jsx @@ -0,0 +1,17 @@ +import * as React from "react"; +const SvgLmsBook = (props) => ( + + + +); +export default SvgLmsBook; diff --git a/icons/jsx/LmsBookComplete.jsx b/icons/jsx/LmsBookComplete.jsx new file mode 100644 index 0000000000..916a650ae1 --- /dev/null +++ b/icons/jsx/LmsBookComplete.jsx @@ -0,0 +1,23 @@ +import * as React from "react"; +const SvgLmsBookComplete = (props) => ( + + + + + +); +export default SvgLmsBookComplete; diff --git a/icons/jsx/LmsCompletionSolid.jsx b/icons/jsx/LmsCompletionSolid.jsx new file mode 100644 index 0000000000..b0032027da --- /dev/null +++ b/icons/jsx/LmsCompletionSolid.jsx @@ -0,0 +1,14 @@ +import * as React from "react"; +const SvgLmsCompletionSolid = (props) => ( + + + +); +export default SvgLmsCompletionSolid; diff --git a/icons/jsx/LmsEditSquare.jsx b/icons/jsx/LmsEditSquare.jsx new file mode 100644 index 0000000000..e60c6b8171 --- /dev/null +++ b/icons/jsx/LmsEditSquare.jsx @@ -0,0 +1,17 @@ +import * as React from "react"; +const SvgLmsEditSquare = (props) => ( + + + +); +export default SvgLmsEditSquare; diff --git a/icons/jsx/LmsEditSquareComplete.jsx b/icons/jsx/LmsEditSquareComplete.jsx new file mode 100644 index 0000000000..2c2992bb85 --- /dev/null +++ b/icons/jsx/LmsEditSquareComplete.jsx @@ -0,0 +1,27 @@ +import * as React from "react"; +const SvgLmsEditSquareComplete = (props) => ( + + + + + + +); +export default SvgLmsEditSquareComplete; diff --git a/icons/jsx/LmsEditsquare.jsx b/icons/jsx/LmsEditsquare.jsx new file mode 100644 index 0000000000..570d46627d --- /dev/null +++ b/icons/jsx/LmsEditsquare.jsx @@ -0,0 +1,17 @@ +import * as React from "react"; +const SvgLmsEditsquare = (props) => ( + + + +); +export default SvgLmsEditsquare; diff --git a/icons/jsx/LmsEditsquareComplete.jsx b/icons/jsx/LmsEditsquareComplete.jsx new file mode 100644 index 0000000000..e9cceacdaf --- /dev/null +++ b/icons/jsx/LmsEditsquareComplete.jsx @@ -0,0 +1,27 @@ +import * as React from "react"; +const SvgLmsEditsquareComplete = (props) => ( + + + + + + +); +export default SvgLmsEditsquareComplete; diff --git a/icons/jsx/LmsOutline.jsx b/icons/jsx/LmsOutline.jsx new file mode 100644 index 0000000000..39cabf5516 --- /dev/null +++ b/icons/jsx/LmsOutline.jsx @@ -0,0 +1,18 @@ +import * as React from "react"; +const SvgLmsOutline = (props) => ( + + + + + + + +); +export default SvgLmsOutline; diff --git a/icons/jsx/LmsVideocam.jsx b/icons/jsx/LmsVideocam.jsx new file mode 100644 index 0000000000..a1e153f615 --- /dev/null +++ b/icons/jsx/LmsVideocam.jsx @@ -0,0 +1,17 @@ +import * as React from "react"; +const SvgLmsVideocam = (props) => ( + + + +); +export default SvgLmsVideocam; diff --git a/icons/jsx/LmsVideocamComplete.jsx b/icons/jsx/LmsVideocamComplete.jsx new file mode 100644 index 0000000000..e0fae677b3 --- /dev/null +++ b/icons/jsx/LmsVideocamComplete.jsx @@ -0,0 +1,23 @@ +import * as React from "react"; +const SvgLmsVideocamComplete = (props) => ( + + + + + +); +export default SvgLmsVideocamComplete; diff --git a/icons/jsx/index.jsx b/icons/jsx/index.jsx index 006ac5a909..00f1232662 100644 --- a/icons/jsx/index.jsx +++ b/icons/jsx/index.jsx @@ -1181,6 +1181,14 @@ export { default as ListView } from "./ListView"; export { default as LiveHelp } from "./LiveHelp"; export { default as LiveTv } from "./LiveTv"; export { default as Living } from "./Living"; +export { default as LmsBook } from "./LmsBook"; +export { default as LmsBookComplete } from "./LmsBookComplete"; +export { default as LmsCompletionSolid } from "./LmsCompletionSolid"; +export { default as LmsEditSquare } from "./LmsEditSquare"; +export { default as LmsEditSquareComplete } from "./LmsEditSquareComplete"; +export { default as LmsOutline } from "./LmsOutline"; +export { default as LmsVideocam } from "./LmsVideocam"; +export { default as LmsVideocamComplete } from "./LmsVideocamComplete"; export { default as LocalActivity } from "./LocalActivity"; export { default as LocalAirport } from "./LocalAirport"; export { default as LocalAtm } from "./LocalAtm"; diff --git a/icons/svg/lms_book.svg b/icons/svg/lms_book.svg new file mode 100644 index 0000000000..4f66520b75 --- /dev/null +++ b/icons/svg/lms_book.svg @@ -0,0 +1,12 @@ + + + \ No newline at end of file diff --git a/icons/svg/lms_book_complete.svg b/icons/svg/lms_book_complete.svg new file mode 100644 index 0000000000..1e45133e4b --- /dev/null +++ b/icons/svg/lms_book_complete.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/svg/lms_completion_solid.svg b/icons/svg/lms_completion_solid.svg new file mode 100644 index 0000000000..14093295f1 --- /dev/null +++ b/icons/svg/lms_completion_solid.svg @@ -0,0 +1,15 @@ + + + \ No newline at end of file diff --git a/icons/svg/lms_edit_square.svg b/icons/svg/lms_edit_square.svg new file mode 100644 index 0000000000..3d5ac7f02f --- /dev/null +++ b/icons/svg/lms_edit_square.svg @@ -0,0 +1,12 @@ + + + \ No newline at end of file diff --git a/icons/svg/lms_edit_square_complete.svg b/icons/svg/lms_edit_square_complete.svg new file mode 100644 index 0000000000..7fb44fed9c --- /dev/null +++ b/icons/svg/lms_edit_square_complete.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/svg/lms_outline.svg b/icons/svg/lms_outline.svg new file mode 100644 index 0000000000..9533fcd4a4 --- /dev/null +++ b/icons/svg/lms_outline.svg @@ -0,0 +1,14 @@ + + + + + + + + \ No newline at end of file diff --git a/icons/svg/lms_videocam.svg b/icons/svg/lms_videocam.svg new file mode 100644 index 0000000000..113ecf8278 --- /dev/null +++ b/icons/svg/lms_videocam.svg @@ -0,0 +1,23 @@ + + + + + + + + + + \ No newline at end of file diff --git a/icons/svg/lms_videocam_complete.svg b/icons/svg/lms_videocam_complete.svg new file mode 100644 index 0000000000..e644d42982 --- /dev/null +++ b/icons/svg/lms_videocam_complete.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/www/src/config.js b/www/src/config.js index e01fccae3e..b937779e73 100644 --- a/www/src/config.js +++ b/www/src/config.js @@ -151,10 +151,6 @@ const FOUNDATION_PAGES = [ label: 'Spacing', path: '/foundations/spacing/', }, - { - label: 'Icons', - path: '/foundations/icons/', - }, { label: 'CSS Utilities', path: '/foundations/css-utilities/', @@ -163,10 +159,18 @@ const FOUNDATION_PAGES = [ label: 'Responsive', path: '/foundations/responsive/', }, + { + label: 'Icons', + path: '/foundations/icons/', + }, { label: 'Brand icons', path: '/foundations/brand-icons/', }, + { + label: 'LMS icons', + path: '/foundations/lms-icons/', + }, ]; module.exports = { diff --git a/www/src/pages/foundations/lms-icons.mdx b/www/src/pages/foundations/lms-icons.mdx new file mode 100644 index 0000000000..f32efa6325 --- /dev/null +++ b/www/src/pages/foundations/lms-icons.mdx @@ -0,0 +1,24 @@ +--- +title: LMS-Icons +--- + +import { Link, graphql } from 'gatsby'; +import get from 'lodash/get'; +import { Icon } from '~paragon-react'; +import IconsTable from '../../components/IconsTable'; +import PropsTable from '../../components/PropsTable'; +import * as IconComponents from '~paragon-icons'; + +## LMS Icons + +Displays an LMS SVG icon from `@openedx/paragon/icons`. See the Icon Component for more information. + +```jsx live +// Included in this live jsx scope: +// import { LmsVideocam, LmsBookComplete } from '@openedx/paragon/icons'; + +``` + +
+ + iconName.startsWith('Lms'))} />