@alfalab/icons-glyph 2.157.0 → 2.159.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 ArrowLeftSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ArrowLeftSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M7.707 3.3L3 8.009l4.707 4.707 1.414-1.414-2.293-2.293h6.586v-2H6.828l2.293-2.293-1.414-1.414z"}))};exports.ArrowLeftSIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const TrashCanLineSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default TrashCanLineSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M8.7 1.364V0H7.3v1.364H2.4c-.786 0-1.402.625-1.4 1.363h14c.002-.738-.614-1.363-1.4-1.363H8.7zm1.4 4.091H8.7v5.454h1.4V5.455zm-4.2 0h1.4v5.454H5.9V5.455z"}),r.createElement("path",{d:"M12.31 4.09h1.41l-1.044 9.082v.002C12.561 14.213 11.661 15 10.588 15H5.414c-1.072 0-1.972-.787-2.088-1.826v-.002L2.281 4.091H3.69l1.028 8.936c.038.347.339.61.696.61h5.174a.694.694 0 00.696-.61v-.003l1.027-8.933z"}))};exports.TrashCanLineSIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.157.0",
3
+ "version": "2.159.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",