glints-aries 4.1.71 → 4.1.72
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.
|
@@ -3,8 +3,7 @@ import * as React from 'react';
|
|
|
3
3
|
var SvgRiFileCheckLine = function SvgRiFileCheckLine(props) {
|
|
4
4
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
|
|
7
|
-
height: 24,
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
8
7
|
fill: "currentColor"
|
|
9
8
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
9
|
d: "M12 20v2H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.447 2 3.998 2H16l5 5v7h-2V8h-4V4H5v16h7Zm2.465-.535L18 23l4.95-4.95-1.414-1.414L18 20.172 15.88 18.05l-1.414 1.415Z"
|
|
@@ -10,8 +10,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
10
10
|
var SvgRiFileCheckLine = function SvgRiFileCheckLine(props) {
|
|
11
11
|
return /*#__PURE__*/React.createElement("svg", (0, _extends2["default"])({
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
|
|
14
|
-
height: 24,
|
|
13
|
+
viewBox: "0 0 24 24",
|
|
15
14
|
fill: "currentColor"
|
|
16
15
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
17
16
|
d: "M12 20v2H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.447 2 3.998 2H16l5 5v7h-2V8h-4V4H5v16h7Zm2.465-.535L18 23l4.95-4.95-1.414-1.414L18 20.172 15.88 18.05l-1.414 1.415Z"
|