@up42/up-components 2.5.0 → 2.5.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.
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +7 -7
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1911,15 +1911,15 @@ var _path$l;
|
|
|
1911
1911
|
function _extends$q() { return _extends$q = 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$q.apply(null, arguments); }
|
|
1912
1912
|
var SvgRemove = function SvgRemove(props) {
|
|
1913
1913
|
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1914
|
+
width: 16,
|
|
1915
|
+
height: 16,
|
|
1916
|
+
fill: "none",
|
|
1917
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1918
1918
|
}, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
|
|
1919
|
-
fill: "currentColor",
|
|
1920
1919
|
fillRule: "evenodd",
|
|
1921
|
-
|
|
1922
|
-
|
|
1920
|
+
clipRule: "evenodd",
|
|
1921
|
+
d: "M4.203 7.5c-3.649 0-3.34-.003-3.438.042a.513.513 0 0 0-.262.27.53.53 0 0 0 0 .375.524.524 0 0 0 .353.304c.041.01.258.01 3.345.013 6.329.003.652.004 7.603 0 3.083-.002 3.3-.003 3.341-.013a.522.522 0 0 0 .369-.346A.39.39 0 0 0 15.53 8a.39.39 0 0 0-.016-.145.515.515 0 0 0-.277-.313c-.098-.045.21-.041-3.435-.041h-7.6Z",
|
|
1922
|
+
fill: "currentColor"
|
|
1923
1923
|
})));
|
|
1924
1924
|
};
|
|
1925
1925
|
|