@alfalab/icons-glyph 2.237.0 → 2.239.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 ArrowsDownUpReduceMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowsDownUpReduceMIcon;
@@ -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:"M6 8.5v10.172l-2.536-2.536L2.05 17.55 7 22.5l4.95-4.95-1.415-1.414L8 18.672V8.5H6zm14.535-.636L18 5.328V15.5h-2V5.328l-2.536 2.536L12.05 6.45 17 1.5l4.95 4.95-1.415 1.414z"}))};exports.ArrowsDownUpReduceMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PaperBoxArrowRightMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PaperBoxArrowRightMIcon;
@@ -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:"M20 19a2 2 0 01-2 2h-7.837c.635-2.173 2.464-3.868 4.934-3.868h2.788v-1.94c0-.338.392-.523.652-.307L20 16.097v-2.85l-.067-.056c-1.605-1.33-4.03-.203-4.058 1.87h-.848C11.5 15.062 8.5 18 8 21H6a2 2 0 01-2-2V9h16v10zM9 12h6v-1.5H9V12z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M19 3a2 2 0 012 2v2H3V5a2 2 0 012-2h14z"}),l.createElement("path",{d:"M23.287 18.821a.38.38 0 010 .638l-4.75 3.908a.398.398 0 01-.651-.307v-1.945c-.333 0-.671-.006-1.013-.011-2.32-.038-4.793-.08-6.556 1.604H9.92c0-2.922 2.088-5.576 5.178-5.576h2.788v-1.94c0-.338.393-.523.653-.308l4.748 3.937z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.PaperBoxArrowRightMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.237.0",
3
+ "version": "2.239.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",