@alfalab/icons-glyph 2.173.0 → 2.175.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.
package/AirplaneMIcon.js CHANGED
@@ -1 +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:"M20.699 12.563l-1.175 1.175-.624-3.433.477-.478 1.322 1.322a1 1 0 010 1.414zM12.85 3.3l1.322 1.323-.477.477-3.434-.625 1.175-1.174a1 1 0 011.414 0z"}),l.createElement("path",{d:"M14.368 7.255l2.077-2.077a7.334 7.334 0 013.538-1.96c.48-.111.91.319.8.8a7.335 7.335 0 01-1.961 3.536l-2.077 2.077 1.692 9.309c.212 1.163-.858 1.51-1.736 1.796l-.194.064-4.04-6.891-2.614 2.614.143 2.14a2.016 2.016 0 01-1.218 1.987l-.35.15L6.5 17.5l-3.3-1.928.15-.35a2.016 2.016 0 011.988-1.218l2.14.142 2.613-2.614L3.2 7.492l.063-.193c.286-.879.634-1.948 1.797-1.736l9.308 1.692z"}))};exports.AirplaneMIcon=r,exports.default=r;
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:"M14.369 7.256l2.077-2.077a7.334 7.334 0 013.537-1.96c.48-.111.91.32.8.8a7.335 7.335 0 01-1.96 3.536l-2.078 2.078 1.693 9.308c.211 1.163-.858 1.511-1.737 1.797l-.194.063-4.04-6.891-2.613 2.614.142 2.14A2.016 2.016 0 018.78 20.65l-.35.15-1.928-3.3-3.3-1.928.15-.35a2.016 2.016 0 011.987-1.218l2.14.143 2.614-2.614L3.2 7.494l.064-.194c.285-.878.633-1.948 1.796-1.736l9.309 1.692z"}))};exports.AirplaneMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const NavigationNewsMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default NavigationNewsMIcon;
@@ -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,l=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:"M4.429 23h16.858c.947 0 1.714-.76 1.714-1.701v-18.6c0-.94-.76-1.699-1.706-1.699H7.857c-.947 0-1.714.763-1.714 1.704v18.592A1.71 1.71 0 014.429 23zM1 4.704A1.71 1.71 0 012.714 3H4.43v17.018a1.71 1.71 0 01-1.715 1.704A1.71 1.71 0 011 20.018V4.704zM9.5 6H9v2h11V6H9.5zM9 10h11v2H9v-2zm0 4v2h5v-2H9z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.NavigationNewsMIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.173.0",
3
+ "version": "2.175.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",