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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. 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.016q3.281 0 5.648-2.367t2.367-5.648q0-1.125-.492-2.578t-1.195-2.344l-11.25 11.25Q9.187 20.017 12 20.017zM3.984 12q0 1.125.492 2.578t1.195 2.344l11.25-11.25q-2.109-1.688-4.922-1.688-3.281 0-5.648 2.367t-2.367 5.648zM12 2.016q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055T12 21.986t-7.055-2.93-2.93-7.055 2.93-7.055T12 2.016"
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.259.0",
3
+ "version": "0.260.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {