revdev-components 0.259.0 → 0.260.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 +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -310,7 +310,7 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
310
310
|
xmlns: "http://www.w3.org/2000/svg",
|
|
311
311
|
viewBox: "0 0 24 24"
|
|
312
312
|
}, props), _path$2F || (_path$2F = /*#__PURE__*/React__namespace.createElement("path", {
|
|
313
|
-
d: "M12 20.
|
|
313
|
+
d: "M12 20.831q3.615 0 6.223-2.608T20.831 12q0-1.239-.542-2.84t-1.317-2.582L6.578 18.972q2.324 1.859 5.423 1.859zM3.169 12q0 1.239.542 2.84t1.317 2.582L17.422 5.028q-2.324-1.859-5.423-1.859-3.615 0-6.223 2.608T3.168 12zM12 1q4.545 0 7.772 3.228T23 12t-3.228 7.772T12 23t-7.772-3.228T1 12t3.228-7.772T12 1"
|
|
314
314
|
})));
|
|
315
315
|
};
|
|
316
316
|
|