@alfalab/icons-glyph 2.145.0 → 2.146.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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.145.0",
3
+ "version": "2.146.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",