@alfalab/icons-glyph 2.184.0 → 2.186.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 BulbFlashCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BulbFlashCompactMIcon;
@@ -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:"M16.603 12.971a5.667 5.667 0 10-9.26-.074c.315.518.627.962.913 1.37.47.67.87 1.24 1.102 1.876h5.282c.232-.639.633-1.211 1.103-1.884.27-.386.563-.805.86-1.288zm-7.032-2.495l3.643-4.047-.405 3.238 1.62.81-3.644 4.047.405-3.238-1.619-.81z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M9.571 18.571v-.81h4.857v.81a2.429 2.429 0 11-4.857 0z"}))};exports.BulbFlashCompactMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const BulbFlashCompactSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BulbFlashCompactSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),l.createElement("path",{d:"M11.25 8.333a4 4 0 10-6.536-.052c.221.365.441.679.643.966.332.473.615.876.778 1.324h3.729c.163-.45.446-.855.778-1.33.191-.272.398-.567.608-.908zM6.286 6.57l2.571-2.857L8.571 6l1.143.571L7.143 9.43l.286-2.286-1.143-.572z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M6.286 12.286v-.572h3.428v.572a1.714 1.714 0 11-3.428 0z"}))};exports.BulbFlashCompactSIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const BulbFlashSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BulbFlashSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),l.createElement("path",{d:"M11.791 8.722a4.667 4.667 0 10-7.626-.06c.26.426.516.791.752 1.127.386.551.716 1.021.907 1.545h4.35c.19-.526.521-.998.908-1.551.223-.318.464-.663.709-1.06zM6 6.667l3-3.333-.334 2.667L10 6.667l-3 3.334.333-2.667L6 6.667z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M6 13.334v-.667h4v.667a2 2 0 11-4 0z"}))};exports.BulbFlashSIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.184.0",
3
+ "version": "2.186.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",