@openedx/paragon 21.10.0 → 21.10.1
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.
|
@@ -1,21 +1,16 @@
|
|
|
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); }
|
|
1
2
|
import * as React from "react";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
height: "57",
|
|
3
|
+
const SvgCheckCircleLightOutline = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
4
|
+
width: 24,
|
|
5
|
+
height: 24,
|
|
6
6
|
viewBox: "0 0 57 57",
|
|
7
7
|
fill: "none",
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, React.createElement("
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}), React.createElement("path", {
|
|
16
|
-
d: "M12.658 29.9736L22.2369 39.5525L44.3422 17.4473",
|
|
17
|
-
stroke: "#00262B",
|
|
18
|
-
strokeWidth: "3",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M28.5.5C13.054.5.5 13.054.5 28.5s12.554 28 28 28 28-12.554 28-28-12.554-28-28-28zm0 3c13.825 0 25 11.175 25 25s-11.175 25-25 25-25-11.175-25-25 11.175-25 25-25z",
|
|
11
|
+
fill: "currentColor"
|
|
12
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
d: "M43.281 16.387 22.236 37.432l-8.517-8.52-2.121 2.123 10.638 10.639 23.166-23.166Z",
|
|
14
|
+
fill: "currentColor"
|
|
19
15
|
}));
|
|
20
|
-
|
|
21
|
-
export default SvgCheckCircleOutline;
|
|
16
|
+
export default SvgCheckCircleLightOutline;
|
package/icons/es5/index.js
CHANGED
|
@@ -472,8 +472,8 @@ export { default as Check } from "./Check";
|
|
|
472
472
|
export { default as CheckBoxIcon } from "./CheckBoxIcon";
|
|
473
473
|
export { default as CheckBoxOutlineBlank } from "./CheckBoxOutlineBlank";
|
|
474
474
|
export { default as CheckCircle } from "./CheckCircle";
|
|
475
|
-
export { default as CheckCircleOutline } from "./CheckCircleOutline";
|
|
476
475
|
export { default as CheckCircleLightOutline } from "./CheckCircleLightOutline";
|
|
476
|
+
export { default as CheckCircleOutline } from "./CheckCircleOutline";
|
|
477
477
|
export { default as Checklist } from "./Checklist";
|
|
478
478
|
export { default as ChecklistRtl } from "./ChecklistRtl";
|
|
479
479
|
export { default as Checkroom } from "./Checkroom";
|
|
@@ -2302,4 +2302,4 @@ export { default as Zoom } from "./Zoom";
|
|
|
2302
2302
|
export { default as ZoomIn } from "./ZoomIn";
|
|
2303
2303
|
export { default as ZoomInMap } from "./ZoomInMap";
|
|
2304
2304
|
export { default as ZoomOut } from "./ZoomOut";
|
|
2305
|
-
export { default as ZoomOutMap } from "./ZoomOutMap";
|
|
2305
|
+
export { default as ZoomOutMap } from "./ZoomOutMap";
|
|
@@ -1,28 +1,21 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
|
|
3
|
-
const CheckCircleLightOutline = (props) => (
|
|
2
|
+
const SvgCheckCircleLightOutline = (props) => (
|
|
4
3
|
<svg
|
|
5
|
-
width=
|
|
6
|
-
height=
|
|
4
|
+
width={24}
|
|
5
|
+
height={24}
|
|
7
6
|
viewBox="0 0 57 57"
|
|
8
7
|
fill="none"
|
|
9
8
|
xmlns="http://www.w3.org/2000/svg"
|
|
10
9
|
{...props}
|
|
11
10
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
r="26.5"
|
|
16
|
-
stroke="#00262B"
|
|
17
|
-
stroke-width="3"
|
|
11
|
+
<path
|
|
12
|
+
d="M28.5.5C13.054.5.5 13.054.5 28.5s12.554 28 28 28 28-12.554 28-28-12.554-28-28-28zm0 3c13.825 0 25 11.175 25 25s-11.175 25-25 25-25-11.175-25-25 11.175-25 25-25z"
|
|
13
|
+
fill="currentColor"
|
|
18
14
|
/>
|
|
19
15
|
<path
|
|
20
|
-
d="
|
|
21
|
-
|
|
22
|
-
stroke-width="3"
|
|
16
|
+
d="M43.281 16.387 22.236 37.432l-8.517-8.52-2.121 2.123 10.638 10.639 23.166-23.166Z"
|
|
17
|
+
fill="currentColor"
|
|
23
18
|
/>
|
|
24
19
|
</svg>
|
|
25
|
-
|
|
26
20
|
);
|
|
27
|
-
|
|
28
|
-
export default CheckCircleLightOutline;
|
|
21
|
+
export default SvgCheckCircleLightOutline;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
width="57"
|
|
3
|
+
height="57"
|
|
4
|
+
viewBox="0 0 57 57"
|
|
5
|
+
fill="none"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<path
|
|
8
|
+
d="m 28.5,0.5 c -15.446191,0 -28,12.553809 -28,28 0,15.446191 12.553809,28 28,28 15.446191,0 28,-12.553809 28,-28 0,-15.446191 -12.553809,-28 -28,-28 z m 0,3 c 13.824872,0 25,11.175128 25,25 0,13.824872 -11.175128,25 -25,25 -13.824872,0 -25,-11.175128 -25,-25 0,-13.824872 11.175128,-25 25,-25 z"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
d="M 43.28125,16.386719 22.236328,37.431641 13.71875,28.912109 11.597656,31.035156 22.236328,41.673828 45.402344,18.507812 Z"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|