@alfalab/icons-glyph 2.245.0 → 2.247.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 FingerPrintLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default FingerPrintLineMIcon;
@@ -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:"M17.279 13.02c0 1.92-.12 3.43-.455 4.841-.336 1.418-.88 2.691-1.678 4.153l-1.755-.96c.744-1.361 1.204-2.463 1.487-3.655.285-1.198.4-2.534.4-4.379h2zm-3.942-2.986c0 4.79.068 8.37-2.88 11.919l-1.539-1.278c2.418-2.91 2.42-5.735 2.42-10.64h2zm1.946.86a2.948 2.948 0 00-5.896-.016c.066 2.148.018 3.842-.331 5.287-.36 1.492-1.03 2.679-2.124 3.84l-1.457-1.371c.877-.931 1.365-1.814 1.637-2.939.282-1.169.342-2.638.276-4.77l-.001-.016v-.016a4.949 4.949 0 019.896 0v.125h-2v-.125z"}),l.createElement("path",{d:"M12.303 1.987a8.867 8.867 0 018.867 8.83l.04 1.227c.071 2.736-.04 4.657-.714 7.26l-1.935-.501c.698-2.695.74-4.55.61-7.91v-.039A6.868 6.868 0 008.187 5.356L6.763 3.933a8.828 8.828 0 015.54-1.946zM6.777 6.775a6.838 6.838 0 00-1.341 4.08c.03 1.474-.01 2.515-.155 3.347a6.12 6.12 0 01-.774 2.123l-1.736-.992a4.15 4.15 0 00.54-1.472c.11-.639.154-1.528.125-2.986v-.02c0-2.08.717-3.992 1.917-5.504l1.424 1.424z"}))};exports.FingerPrintLineMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const FingerPrintLineSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default FingerPrintLineSIcon;
@@ -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,c=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),l.createElement("g",{clipPath:"url(#prefix__clip0_141828_8127)"},l.createElement("path",{d:"M12.125 8.66c0 1.513-.093 2.7-.356 3.81-.264 1.113-.692 2.113-1.32 3.263l-.659-.36-.658-.36c.588-1.076.953-1.947 1.177-2.89.225-.95.316-2.007.316-3.463h1.5zM9.018 6.306c0 3.778.052 6.587-2.262 9.373l-1.154-.959c1.916-2.307 1.916-4.548 1.916-8.414h1.5zm1.612.678a2.363 2.363 0 00-4.726-.008c.052 1.691.014 3.021-.26 4.154-.283 1.17-.808 2.1-1.666 3.01l-1.092-1.027c.696-.739 1.084-1.44 1.3-2.334.224-.928.27-2.09.218-3.772v-.023a3.863 3.863 0 017.726 0v.098h-1.5v-.098z"}),l.createElement("path",{d:"M8.241 0a6.953 6.953 0 016.952 6.925c.104 2.702.078 4.341-.529 6.681l-1.451-.377c.552-2.13.584-3.597.482-6.247v-.029a5.453 5.453 0 00-8.758-4.339L3.87 1.547A6.924 6.924 0 018.241 0zM3.88 3.678a5.43 5.43 0 00-1.092 3.275c.023 1.163-.007 1.98-.12 2.633a4.79 4.79 0 01-.606 1.662l-.652-.373-.651-.372c.214-.375.347-.693.43-1.173.088-.508.123-1.212.1-2.361v-.016c0-1.643.57-3.153 1.524-4.343L3.88 3.678z"})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_141828_8127"},l.createElement("path",{d:"M0 0h16v16H0z"}))))};exports.FingerPrintLineSIcon=c,exports.default=c;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.245.0",
3
+ "version": "2.247.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
- "react": ">=16.8.0",
7
- "react-dom": ">=16.8.0"
6
+ "react": "^16.9.0 || ^17.0.1 || ^18.0.0",
7
+ "react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
8
8
  },
9
9
  "main": "./index.js",
10
10
  "module": "./esm/index.js",