@alfalab/icons-glyph 2.132.0 → 2.134.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 ArrowRightDescMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowRightDescMIcon;
@@ -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:"M3 2v.063c0 2.292 0 4.098.161 5.529.165 1.464.51 2.658 1.286 3.67.372.485.806.92 1.292 1.291 1.01.776 2.205 1.12 3.67 1.286 1.43.161 3.236.161 5.528.161h3.555l-3.656 3.738 1.43 1.399L22.268 13l-6.002-6.137-1.43 1.399L18.492 12H15c-2.369 0-4.062-.002-5.367-.149-1.286-.145-2.072-.42-2.677-.884a5 5 0 01-.923-.923c-.464-.605-.74-1.39-.884-2.677C5 6.063 5 4.37 5 2H3z"}))};exports.ArrowRightDescMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ListDescMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ListDescMIcon;
@@ -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,s=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:"M3 13.25h13v-2.5H3v2.5zm0-7.5v2.5h18v-2.5H3zm0 12.5h8v-2.5H3v2.5z"}))};exports.ListDescMIcon=s,exports.default=s;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ListDescSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ListDescSIcon;
@@ -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,s=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M2 9h9V6.5H2V9zm0-6.5V5h12V2.5H2zM2 13h6v-2.5H2V13z"}))};exports.ListDescSIcon=s,exports.default=s;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.132.0",
3
+ "version": "2.134.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",