@alfalab/icons-glyph 2.146.0 → 2.147.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.
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const WorldCursorMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default WorldCursorMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10a9.976 9.976 0 01-.665 3.592l-1.514-1.435L17 11.483V10a1 1 0 00-1-1h-1.49a1 1 0 01-.81-.413L11.88 6.08a1 1 0 01-.03-1.13l.604-.937a7.965 7.965 0 00-4.174.903l.368.262a1 1 0 01-.107 1.694L6.672 7.88a1 1 0 01-.475.12H5.07l-.013.023A7.95 7.95 0 004.252 10h4.566c.377 0 .682.305.682.682 0 .376.305.682.682.682h2.443a1 1 0 011 1V16a1 1 0 01-1 1H12a1 1 0 00-1 1v1.934c.344.045.644.066 1 .066a8.01 8.01 0 001.928-.234l.004 2.047A9.99 9.99 0 0112 22C6.477 22 2 17.523 2 12S6.477 2 12 2zm6.904 14.043l1.483 1.405 1.052.998-2.034.333.99 2.296-1.836.792-.99-2.295-1.639 1.25-.018-7.615 1.126 1.067.74.701 1.126 1.068z"}))};exports.WorldCursorMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.146.0",
3
+ "version": "2.147.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",