@alfalab/icons-glyph 2.145.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 CatFaceMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CatFaceMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M19.212 3c-1.03 0-3.09 2.994-3.09 2.994s-1.546-.5-4.122-.5c-2.576 0-4.121.5-4.121.5S5.819 3 4.789 3c-2.24 0-4.122 9.978-1.546 15.964.886 2.06 4.502 2.029 7.697 2.001.36-.003.715-.006 1.06-.006.48 0 .978.01 1.483.02 3.075.061 6.39.127 7.274-2.015C23.333 12.978 21.452 3 19.212 3zM7.5 13a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM18 11.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm-6.727 3.812c-.54-.41-1.082-.948-1.082-1.407 0-.857 1.214-.905 1.81-.905.597 0 1.806.012 1.806.905 0 .477-.538 1.013-1.075 1.416.533 1.047 1.094 1.3 1.525 1.314.545.017 1.2-.33 1.828-.955l.915.983c-.726.721-1.711 1.369-2.783 1.336-.849-.027-1.602-.468-2.217-1.322-.615.854-1.368 1.295-2.217 1.322-1.072.033-2.057-.614-2.783-1.336l.915-.983c.628.624 1.283.972 1.828.955.433-.013.995-.268 1.53-1.323z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.CatFaceMIcon=r,exports.default=r;
@@ -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.145.0",
3
+ "version": "2.147.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",