@alfalab/icons-glyph 2.209.0 → 2.210.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 HeartHandshakeMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default HeartHandshakeMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),c=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,t=function(e){return c.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),c.createElement("path",{d:"M18.234 15.747l3.808-4.225c2.236-2.482-3.239-10.728-7.274-7.96L8.301 7.993c-1.268.87-.146 2.474 1.462 1.69l2.377-1.161c1.2-.587 2.579.42 3.962-.106.383-.145.582.5.2.645-1.17.445-2.118.017-3.103-.042-.269.791.511 1.533.898 2.009v-.001l3.832 4.251c.128.142.229.3.305.468zm-.447.7c.014.26-.048.505-.216.692v-.002c-.336.373-.895.298-1.239-.083l-4.295-4.766c-.286-.317-.72.165-.435.483l4.295 4.766c1.114 1.237-.278 2.491-1.171 1.5L10.34 14.17c-.286-.318-.721.164-.435.482l4.324 4.797c.312.361.374.979.047 1.343h-.001c-.336.372-.896.296-1.24-.084l.002-.001-4.295-4.765c-.286-.317-.722.165-.436.483l3.806 4.223c.294.33.35.84.072 1.15-.28.31-.746.244-1.032-.073L1.96 11.521C-.277 9.042 5.195.792 9.233 3.562l2.184 1.497-3.438 2.357c-1.905 1.306-.303 4.032 2.031 2.892l2.53-1.223c-.169.992.599 1.845 1.123 2.426l3.831 4.252c.18.2.27.432.293.685z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.HeartHandshakeMIcon=t,exports.default=t;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.209.0",
3
+ "version": "2.210.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",