@alfalab/icons-glyph 2.139.0 → 2.140.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 FirecrackerMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default FirecrackerMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,a=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M10.911 8.997c.39-.833.623-1.792.705-2.7.134-1.47-.095-3.228-1.164-4.297L9.038 3.414c.431.431.703 1.424.586 2.703a6.194 6.194 0 01-.541 2.067 9.738 9.738 0 00-2.292-.449c-.437-.032-.826.26-.955.679L2.023 20.805a.5.5 0 00.625.625l12.391-3.813c.42-.129.711-.518.679-.956a9.643 9.643 0 00-4.807-7.664zm6.323 4.955a11.614 11.614 0 00-.75-1.863 5.547 5.547 0 015.479.361l-1.11 1.665a3.546 3.546 0 00-3.62-.163zm-2.292-4.173c-.39-.455-.814-.879-1.268-1.268l-.004-.004 4.8-4.8 1.414 1.414-4.8 4.8-.142-.142zM4 3.414L5.414 2l1.414 1.414-1.414 1.414L4 3.414z"}))};exports.FirecrackerMIcon=a,exports.default=a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.139.0",
3
+ "version": "2.140.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",