revdev-components 0.229.0 → 0.230.0
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/build/index.js +2 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -1909,9 +1909,9 @@ function _extends$m() { return _extends$m = Object.assign ? Object.assign.bind()
|
|
|
1909
1909
|
var SvgCopy = function SvgCopy(props) {
|
|
1910
1910
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$m({
|
|
1911
1911
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1912
|
-
viewBox: "0 0
|
|
1912
|
+
viewBox: "0 0 24 24"
|
|
1913
1913
|
}, props), _path$j || (_path$j = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1914
|
-
d: "
|
|
1914
|
+
d: "M18.984 21V6.984H8.015V21zm0-15.984q.797 0 1.406.586t.609 1.383v14.016q0 .797-.609 1.406t-1.406.609H8.015q-.797 0-1.406-.609T6 21.001V6.985q0-.797.609-1.383t1.406-.586zm-3-4.032V3h-12v14.016H2.015V3q0-.797.586-1.406T3.984.985z"
|
|
1915
1915
|
})));
|
|
1916
1916
|
};
|
|
1917
1917
|
|