@alfalab/icons-glyph 2.7.0 → 2.8.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 WorldMagnifierMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default WorldMagnifierMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M14.823 21.596C18.971 20.377 22 16.542 22 12c0-5.523-4.477-10-10-10-5.29 0-9.62 4.106-9.976 9.305a6.25 6.25 0 019.477 6.948l3.332 3.333-.01.01zM20 12a8 8 0 00-7.62-7.991l.476 1.182a1.995 1.995 0 01-.656 2.346l-.544.408c-.76.57-1.289 1.594-.883 2.453l.56 1.187a2 2 0 002.2 1.108l2.907-.654a2 2 0 011.095.088l2.393.948c.047-.351.072-.71.072-1.075z",fillRule:"evenodd",clipRule:"evenodd"}),t.createElement("path",{d:"M7.75 16.5a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zm-.033 3.627a4.25 4.25 0 111.413-1.415l2.875 2.874L10.59 23l-2.873-2.873z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.WorldMagnifierMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",