@deque/cauldron-react 5.7.1-canary.0dd10f2c → 5.7.1-canary.5f0c7324
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.
|
@@ -11,7 +11,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
|
|
|
11
11
|
|
|
12
12
|
const SvgTableSortAscending = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
-
viewBox: "0
|
|
14
|
+
viewBox: "0 -100 320 720",
|
|
15
15
|
height: 24,
|
|
16
16
|
width: 24
|
|
17
17
|
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
@@ -11,7 +11,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
|
|
|
11
11
|
|
|
12
12
|
const SvgTableSortDescending = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
-
viewBox: "0
|
|
14
|
+
viewBox: "0 -100 320 720",
|
|
15
15
|
height: 24,
|
|
16
16
|
width: 24
|
|
17
17
|
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
package/package.json
CHANGED