@alfalab/icons-glyph 2.251.0 → 2.252.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 MagnifierFlareMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default MagnifierFlareMIcon;
@@ -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:"M10.544 3c.361 0 .717.027 1.065.076-.718.232-1.32.857-1.406 1.705l-.01.21c0 .157.018.308.05.451a5.111 5.111 0 105.4 5.424c.153.038.314.06.484.06.933 0 1.631-.612 1.896-1.362a7.512 7.512 0 01-1.354 5.385L22 20.28 20.28 22l-5.33-5.33A7.545 7.545 0 1110.544 3z"}),a.createElement("path",{d:"M16.127.557a.53.53 0 01.514.493c.173 2.007 1.42 3.256 3.428 3.429a.528.528 0 01.492.513c0 .272-.22.49-.492.513-2.007.173-3.256 1.421-3.43 3.429a.528.528 0 01-.512.493.528.528 0 01-.514-.493c-.173-2.008-1.421-3.256-3.428-3.43a.527.527 0 01-.493-.513c0-.272.222-.49.493-.512 2.007-.173 3.255-1.422 3.428-3.43a.528.528 0 01.514-.492z"}))};exports.MagnifierFlareMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.251.0",
3
+ "version": "2.252.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0",