@alfalab/icons-glyph 2.156.0 → 2.157.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 BellOffMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BellOffMIcon;
@@ -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:"M3.414 2.086L2 3.5l4.26 4.26a7 7 0 01-1.121.297l-1.065.188-.67.926L15.235 21l.925-.67.189-1.064a6.99 6.99 0 01.296-1.122l4.024 4.024 1.414-1.414-4.453-4.453-9.525-9.526-4.69-4.69zm16.169 12.157l-.591.591L9.57 5.413l.591-.591A6.2 6.2 0 0114.578 3c3.516 0 6.828 3.297 6.828 6.827a6.2 6.2 0 01-1.822 4.416zM6.068 18.249a2.498 2.498 0 003.533 0l-3.533-3.533a2.498 2.498 0 000 3.533z"}))};exports.BellOffMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.156.0",
3
+ "version": "2.157.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",