@alfalab/icons-glyph 2.36.0 → 2.39.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.
@@ -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,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:"M2 12l9.25-9 2.25 2.5L10 8.75l-1.625 1.5H22v3.5H8.375L10 15.25l3.5 3.25-2.25 2.5L2 12z"}))};exports.ArrowBackHeavyMIcon=l,exports.default=l;
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:"M1 12l8.25-9 2.25 2.25-5.25 5.25H23v3H6.25l5.25 5.25L9.25 21 1 12z"}))};exports.ArrowBackHeavyMIcon=l,exports.default=l;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"48",height:"48",viewBox:"0 0 48 48"},e),t.createElement("path",{d:"M27 22.222l-4.007-4.007-1.765 1.832 3.991 3.962-3.994 3.963 1.77 1.81L27 25.778l4.004 4.004 1.771-1.81-3.996-3.965 3.998-4.008L31 18.223l-4 4z"}),t.createElement("path",{d:"M19.922 11.45a2.99 2.99 0 00-2.132.888l-9.457 9.52A3.023 3.023 0 007.45 24c0 .808.313 1.57.881 2.141l9.459 9.52a2.989 2.989 0 002.132.889H36c2.61 0 4.55-1.921 4.55-4.55V16c0-2.629-1.94-4.55-4.55-4.55H19.922zm-.642 2.368a.89.89 0 01.642-.268H36c.749 0 1.354.26 1.772.677.417.417.678 1.023.678 1.773v16c0 .75-.261 1.356-.678 1.773-.418.417-1.023.677-1.772.677H19.922a.89.89 0 01-.642-.269l-9.46-9.52A.921.921 0 019.55 24c0-.254.095-.484.272-.663l9.458-9.519z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.BackspaceXxlIcon=r,exports.default=r;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,a=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"48",height:"48",viewBox:"0 0 48 48"},e),t.createElement("path",{d:"M27 22.221l-4.007-4.007-1.765 1.832 3.991 3.962-3.994 3.963 1.77 1.81L27 25.777l4.004 4.004 1.771-1.81-3.996-3.965L32.778 20 31 18.22l-4 4z"}),t.createElement("path",{d:"M19.922 11.45a2.99 2.99 0 00-2.132.888l-9.457 9.519a3.022 3.022 0 00-.883 2.142c0 .808.314 1.57.881 2.141l9.46 9.52a2.99 2.99 0 002.131.89H36c2.61 0 4.55-1.922 4.55-4.55V16c0-2.63-1.94-4.55-4.55-4.55H19.922zm-.642 2.368a.889.889 0 01.642-.269H36c.749 0 1.355.26 1.772.678.417.416.678 1.022.678 1.772v16c0 .75-.26 1.356-.678 1.773-.417.417-1.023.677-1.772.677H19.922a.89.89 0 01-.642-.268L9.82 24.66a.921.921 0 01-.27-.662c0-.254.094-.484.272-.662l9.457-9.52z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.BackspaceXxlIcon=a,exports.default=a;
package/BookMIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const BookMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BookMIcon;
package/BookMIcon.js ADDED
@@ -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:"M18 2H7.008A3.013 3.013 0 004 5v15a2 2 0 002 2h14V6H7.008a1 1 0 010-2H18V2z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.BookMIcon=l,exports.default=l;
package/CardScanMIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M1 4a2 2 0 012-2h3v2H3v3H1V4zm20-2a2 2 0 012 2v3h-2V4h-3V2h3zM1 20a2 2 0 002 2h3v-2H3v-3H1v3zm20 2a2 2 0 002-2v-3h-2v3h-3v2h3z",fillRule:"evenodd",clipRule:"evenodd"}),a.createElement("path",{d:"M6.5 6.5a2 2 0 00-2 2v1h15v-1a2 2 0 00-2-2h-11zm13 5h-15v4a2 2 0 002 2h11a2 2 0 002-2v-4z"}))};exports.CardScanMIcon=r,exports.default=r;
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:"M13 2h2v20h-2v-4H5a2 2 0 01-2-2v-5h10V9H3V8a2 2 0 012-2h8V2zm6 14h-2v2h2a2 2 0 002-2V8a2 2 0 00-2-2h-2v2h2v8z"}))};exports.CardScanMIcon=a,exports.default=a;
@@ -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("g",{clipPath:"url(#prefix__clip0)"},l.createElement("path",{d:"M11 0l3.127 7.636L22 8.402l-5.608 5.18-.415.378-.155-.194-2.086-2.709a3.03 3.03 0 00-3.964-.748 3.044 3.044 0 00-1.018 4.212l2.073 3.341L4.202 22l1.738-8.11L0 8.403l7.873-.768L11 0z"}),l.createElement("path",{d:"M12.151 12.278a1.03 1.03 0 00-1.348-.254c-.498.299-.655.95-.35 1.443l3.893 6.273c-1.026-.105-2.053.1-3.097.48-.644.234-1.081.827-1.19 1.507L10 22.5l.896-.027h1.128c.694 0 1.36.24 1.96.591.931.545 1.92.921 3.016.936h1.5a4.5 4.5 0 004.5-4.5c0-.663-.222-1.369-.594-1.974l-.388-.598a3.835 3.835 0 00-4.433-1.628l-2.489.8-2.945-3.822z"})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0"},l.createElement("path",{d:"M0 0h24v24H0V0z"}))))};exports.CategoryFeedbackMIcon=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:"M11 0l3.127 7.636L22 8.402l-5.608 5.18-.415.378-.155-.194-2.086-2.709a3.03 3.03 0 00-3.964-.748 3.044 3.044 0 00-1.018 4.212l2.073 3.341L4.202 22l1.738-8.11L0 8.403l7.873-.768L11 0z"}),l.createElement("path",{d:"M12.151 12.278a1.03 1.03 0 00-1.348-.254c-.498.299-.655.95-.35 1.443l3.893 6.273c-1.026-.105-2.053.1-3.097.48-.644.234-1.081.827-1.19 1.507L10 22.5l.896-.027h1.128c.694 0 1.36.24 1.96.591.931.545 1.92.921 3.016.936h1.5a4.5 4.5 0 004.5-4.5c0-.663-.222-1.369-.594-1.974l-.388-.598a3.835 3.835 0 00-4.433-1.628l-2.489.8-2.945-3.822z"}))};exports.CategoryFeedbackMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const NumberScanMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default NumberScanMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M23 3a2 2 0 00-2-2h-3v2h3v3h2V3zM3 1a2 2 0 00-2 2v3h2V3h3V1H3zM1 21a2 2 0 002 2h3v-2H3v-3H1v3zm22 0a2 2 0 01-2 2h-3v-2h3v-3h2v3zM7 5a2 2 0 00-2 2v3h14V7a2 2 0 00-2-2H7zm-4 9v-2h18v2h-2v3a2 2 0 01-2 2H7a2 2 0 01-2-2v-3H3z"}))};exports.NumberScanMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.36.0",
3
+ "version": "2.39.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",