@alfalab/icons-glyph 2.174.0 → 2.176.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 ArrowDownLineDownCompactMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowDownLineDownCompactMIcon;
@@ -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,o=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:"M15.333 10.394l-2.583 2.62V5h-1.5v8.014l-2.583-2.62-1.05 1.112L12 15.951l4.382-4.445-1.049-1.112zM18 19v-1.556H6V19h12z"}))};exports.ArrowDownLineDownCompactMIcon=o,exports.default=o;
@@ -1 +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:"M6.4 12a5.6 5.6 0 019.985-3.484L14.4 8.8v1.6H20V4.8h-1.6l-.29 2.035A8 8 0 004 12h2.4zm5.6 5.6a5.6 5.6 0 005.6-5.6H20a8 8 0 01-14.11 5.165L5.6 19.2H4v-5.6h5.6v1.6l-1.985.284A5.59 5.59 0 0012 17.6z"}))};exports.ArrowsCwCompactMIcon=a,exports.default=a;
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:"M14.333 8.889h1.771c-1.166-1.556-2.427-2.333-4.277-2.333-2.467 0-4.494 1.166-5.22 5.444H5c.389-4.667 3.495-7 6.826-7 2.2 0 4.278 1.167 5.445 2.722l.174-1.944H19v4.666h-4.667V8.89zm-4.666 6.222H7.896c1.166 1.556 2.427 2.333 4.278 2.333 2.466 0 4.493-1.166 5.218-5.444H19c-.389 4.667-3.495 7-6.826 7-2.2 0-4.278-1.167-5.445-2.722l-.173 1.944H5v-4.666h4.667v1.555z"}))};exports.ArrowsCwCompactMIcon=l,exports.default=l;
@@ -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.174.0",
3
+ "version": "2.176.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",