dhre-ui-kit 0.0.115 → 0.0.116
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.
- package/lib/index.js +2 -3
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -3
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -667,12 +667,11 @@ var SvgCrossIcon = function SvgCrossIcon(props) {
|
|
|
667
667
|
|
|
668
668
|
function _extends$2() { return _extends$2 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$2.apply(null, arguments); }
|
|
669
669
|
var SvgCaretLeft = function SvgCaretLeft(props) {
|
|
670
|
-
return /*#__PURE__*/React__namespace.createElement(
|
|
670
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2({
|
|
671
671
|
xmlns: "http://www.w3.org/2000/svg",
|
|
672
672
|
width: 24,
|
|
673
673
|
height: 24,
|
|
674
|
-
fill: "none"
|
|
675
|
-
viewBox: "0 0 24 24"
|
|
674
|
+
fill: "none"
|
|
676
675
|
}, props));
|
|
677
676
|
};
|
|
678
677
|
|