@alfalab/icons 3.493.0 → 3.495.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.
Files changed (57) hide show
  1. package/glyph-26/dist/Bookmark20Icon.d.ts +3 -0
  2. package/glyph-26/dist/Bookmark20Icon.js +1 -0
  3. package/glyph-26/dist/Bookmark24Icon.d.ts +3 -0
  4. package/glyph-26/dist/Bookmark24Icon.js +1 -0
  5. package/glyph-26/dist/Branch20Icon.d.ts +3 -0
  6. package/glyph-26/dist/Branch20Icon.js +1 -0
  7. package/glyph-26/dist/Branch24Icon.d.ts +3 -0
  8. package/glyph-26/dist/Branch24Icon.js +1 -0
  9. package/glyph-26/dist/BranchLine20Icon.d.ts +3 -0
  10. package/glyph-26/dist/BranchLine20Icon.js +1 -0
  11. package/glyph-26/dist/BranchLine24Icon.d.ts +3 -0
  12. package/glyph-26/dist/BranchLine24Icon.js +1 -0
  13. package/glyph-26/dist/BranchThinline20Icon.d.ts +3 -0
  14. package/glyph-26/dist/BranchThinline20Icon.js +1 -0
  15. package/glyph-26/dist/CloudArrowUpLine20Icon.d.ts +3 -0
  16. package/glyph-26/dist/CloudArrowUpLine20Icon.js +1 -0
  17. package/glyph-26/dist/CloudArrowUpLine24Icon.d.ts +3 -0
  18. package/glyph-26/dist/CloudArrowUpLine24Icon.js +1 -0
  19. package/glyph-26/dist/CloudArrowUpThinline20Icon.d.ts +3 -0
  20. package/glyph-26/dist/CloudArrowUpThinline20Icon.js +1 -0
  21. package/glyph-26/dist/LayoutSidebarCollapseLine20Icon.d.ts +3 -0
  22. package/glyph-26/dist/LayoutSidebarCollapseLine20Icon.js +1 -0
  23. package/glyph-26/dist/LayoutSidebarCollapseLine24Icon.d.ts +3 -0
  24. package/glyph-26/dist/LayoutSidebarCollapseLine24Icon.js +1 -0
  25. package/glyph-26/dist/LayoutSidebarCollapseThinline20Icon.d.ts +3 -0
  26. package/glyph-26/dist/LayoutSidebarCollapseThinline20Icon.js +1 -0
  27. package/glyph-26/dist/LayoutSidebarExpandLine20Icon.d.ts +3 -0
  28. package/glyph-26/dist/LayoutSidebarExpandLine20Icon.js +1 -0
  29. package/glyph-26/dist/LayoutSidebarExpandLine24Icon.d.ts +3 -0
  30. package/glyph-26/dist/LayoutSidebarExpandLine24Icon.js +1 -0
  31. package/glyph-26/dist/LayoutSidebarExpandThinline20Icon.d.ts +3 -0
  32. package/glyph-26/dist/LayoutSidebarExpandThinline20Icon.js +1 -0
  33. package/glyph-26/dist/LetterARectangle20Icon.d.ts +3 -0
  34. package/glyph-26/dist/LetterARectangle20Icon.js +1 -0
  35. package/glyph-26/dist/LetterARectangle24Icon.d.ts +3 -0
  36. package/glyph-26/dist/LetterARectangle24Icon.js +1 -0
  37. package/glyph-26/dist/LetterARectangleLine20Icon.d.ts +3 -0
  38. package/glyph-26/dist/LetterARectangleLine20Icon.js +1 -0
  39. package/glyph-26/dist/LetterARectangleLine24Icon.d.ts +3 -0
  40. package/glyph-26/dist/LetterARectangleLine24Icon.js +1 -0
  41. package/glyph-26/dist/LetterARectangleThinline20Icon.d.ts +3 -0
  42. package/glyph-26/dist/LetterARectangleThinline20Icon.js +1 -0
  43. package/glyph-26/dist/RenameLine20Icon.d.ts +3 -0
  44. package/glyph-26/dist/RenameLine20Icon.js +1 -0
  45. package/glyph-26/dist/RenameLine24Icon.d.ts +3 -0
  46. package/glyph-26/dist/RenameLine24Icon.js +1 -0
  47. package/glyph-26/dist/RenameThinline20Icon.d.ts +3 -0
  48. package/glyph-26/dist/RenameThinline20Icon.js +1 -0
  49. package/glyph-26/dist/package.json +1 -1
  50. package/logo-corp/dist/NeuralAssistantSignBox20ColorIcon.d.ts +3 -0
  51. package/logo-corp/dist/NeuralAssistantSignBox20ColorIcon.js +1 -0
  52. package/logo-corp/dist/NeuralAssistantSignBox24ColorIcon.d.ts +3 -0
  53. package/logo-corp/dist/NeuralAssistantSignBox24ColorIcon.js +1 -0
  54. package/logo-corp/dist/package.json +1 -1
  55. package/meta_glyph-26.json +240 -0
  56. package/meta_logo-corp.json +20 -0
  57. package/package.json +2 -2
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const Bookmark20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default Bookmark20Icon;
@@ -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:"20",height:"20",viewBox:"0 0 20 20"},e),r.createElement("path",{d:"M16 17a1 1 0 01-1.447.895L10 15.617l-4.553 2.277A1 1 0 014 17V2h12v15z"}))};exports.Bookmark20Icon=o,exports.default=o;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const Bookmark24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default Bookmark24Icon;
@@ -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:"M20 21a1 1 0 01-1.462.887L12 18.484l-6.538 3.403A1 1 0 014 21V2h16v19z"}))};exports.Bookmark24Icon=o,exports.default=o;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const Branch20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default Branch20Icon;
@@ -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,a=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"20",height:"20",viewBox:"0 0 20 20"},e),r.createElement("path",{d:"M15 2.5a2.5 2.5 0 01.773 4.878 4.168 4.168 0 01-4.106 3.455H8.333a2.5 2.5 0 00-2.412 1.842A2.501 2.501 0 015 17.5a2.5 2.5 0 01-.833-4.857V7.357a2.5 2.5 0 111.666 0V10a4.15 4.15 0 012.5-.833h3.334a2.5 2.5 0 002.412-1.842A2.501 2.501 0 0115 2.5z"}))};exports.Branch20Icon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const Branch24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default Branch24Icon;
@@ -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,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:"M18 3a3 3 0 01.928 5.854A5.002 5.002 0 0114 13h-4a3.001 3.001 0 00-2.895 2.21A3.001 3.001 0 115 15.17V8.83a3.001 3.001 0 112 0V12c.836-.628 1.874-1 3-1h4a3 3 0 002.895-2.21A3.001 3.001 0 0118 3z"}))};exports.Branch24Icon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const BranchLine20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BranchLine20Icon;
@@ -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:"20",height:"20",viewBox:"0 0 20 20"},e),a.createElement("path",{d:"M15 2.5a2.5 2.5 0 01.773 4.878 4.168 4.168 0 01-4.106 3.455H8.333a2.5 2.5 0 00-2.412 1.842A2.501 2.501 0 015 17.5a2.5 2.5 0 01-.833-4.857V7.357a2.5 2.5 0 111.666 0V10a4.15 4.15 0 012.5-.833h3.334a2.5 2.5 0 002.412-1.842A2.501 2.501 0 0115 2.5zM5 14.167a.833.833 0 100 1.666.833.833 0 000-1.666zm0-10a.833.833 0 100 1.666.833.833 0 000-1.666zm10 0a.833.833 0 100 1.666.833.833 0 000-1.666z"}))};exports.BranchLine20Icon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const BranchLine24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BranchLine24Icon;
@@ -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,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:"M18 3a3 3 0 01.928 5.854A5.002 5.002 0 0114 13h-4a3.001 3.001 0 00-2.895 2.21A3.001 3.001 0 115 15.17V8.83a3.001 3.001 0 112 0V12c.836-.628 1.874-1 3-1h4a3 3 0 002.895-2.21A3.001 3.001 0 0118 3zM6 17a1 1 0 100 2 1 1 0 000-2zM6 5a1 1 0 100 2 1 1 0 000-2zm12 0a1 1 0 100 2 1 1 0 000-2z"}))};exports.BranchLine24Icon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const BranchThinline20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BranchThinline20Icon;
@@ -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,l=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"20",height:"20",viewBox:"0 0 20 20"},e),a.createElement("path",{d:"M15 2.7a2.3 2.3 0 01.71 4.488l-.113.038-.02.119a3.969 3.969 0 01-3.91 3.289H8.333a2.701 2.701 0 00-2.605 1.988l-.047.173.167.066a2.3 2.3 0 11-1.615-.03l.133-.048V7.216l-.133-.047a2.3 2.3 0 111.534 0l-.133.047V10.4l.32-.24a3.949 3.949 0 012.379-.794h3.334a2.701 2.701 0 002.606-1.988l.046-.173-.167-.066A2.3 2.3 0 0115 2.7zM5 13.967a1.033 1.033 0 100 2.066 1.033 1.033 0 000-2.066zm0-10a1.033 1.033 0 100 2.066 1.033 1.033 0 000-2.066zm10 0a1.033 1.033 0 100 2.066 1.033 1.033 0 000-2.066z"}))};exports.BranchThinline20Icon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const CloudArrowUpLine20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CloudArrowUpLine20Icon;
@@ -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,a=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"20",height:"20",viewBox:"0 0 20 20"},e),r.createElement("path",{d:"M15.5 11a.5.5 0 01.416.223l2 3A.5.5 0 0117.5 15h-1v3h-2v-3h-1a.5.5 0 01-.416-.777l2-3A.5.5 0 0115.5 11z"}),r.createElement("path",{d:"M10.5 3a5.501 5.501 0 015.315 4.083A4.005 4.005 0 0118.463 9H14v-.5a3.5 3.5 0 10-7 0V9H6a3 3 0 100 6h3v2H6a5 5 0 01-.81-9.935A5.502 5.502 0 0110.5 3z"}))};exports.CloudArrowUpLine20Icon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const CloudArrowUpLine24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CloudArrowUpLine24Icon;
@@ -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,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:"M18 14a.5.5 0 01.424.235l2.5 4A.5.5 0 0120.5 19H19v4h-2v-4h-1.5a.5.5 0 01-.424-.765l2.5-4A.5.5 0 0118 14z"}),r.createElement("path",{d:"M12 4a6 6 0 016 6v.1a5 5 0 013 1.9h-5v-2a4 4 0 00-8 0v1h-.5a3.5 3.5 0 100 7H12v2H7.5A5.5 5.5 0 016.056 9.192 6 6 0 0112 4z"}))};exports.CloudArrowUpLine24Icon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const CloudArrowUpThinline20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CloudArrowUpThinline20Icon;
@@ -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,a=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"20",height:"20",viewBox:"0 0 20 20"},e),r.createElement("path",{d:"M15.5 12a.5.5 0 01.416.223l2 3A.5.5 0 0117.5 16h-1.25v3h-1.5v-3H13.5a.5.5 0 01-.416-.777l2-3A.5.5 0 0115.5 12z"}),r.createElement("path",{d:"M10.5 3.25a5.25 5.25 0 015.155 4.258A3.752 3.752 0 0118.55 10H16.9a2.252 2.252 0 00-1.432-1H14.25v-.5a3.75 3.75 0 10-7.5 0v.25h-.875a3.125 3.125 0 100 6.25H10v1.5H5.875a4.625 4.625 0 01-.48-9.227A5.252 5.252 0 0110.5 3.25z"}))};exports.CloudArrowUpThinline20Icon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LayoutSidebarCollapseLine20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LayoutSidebarCollapseLine20Icon;
@@ -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:"20",height:"20",viewBox:"0 0 20 20"},e),a.createElement("path",{d:"M15 2a3 3 0 013 3v10a3 3 0 01-3 3H5a3 3 0 01-3-3V5a3 3 0 013-3h10zM5 4a1 1 0 00-1 1v10a1 1 0 001 1h2V4H5zm4 12h6a1 1 0 001-1V5a1 1 0 00-1-1H9v12z"}))};exports.LayoutSidebarCollapseLine20Icon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LayoutSidebarCollapseLine24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LayoutSidebarCollapseLine24Icon;
@@ -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,c=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 3c2.209 0 4 1.612 4 3.6v10.8c0 1.988-1.791 3.6-4 3.6H6c-2.209 0-4-1.612-4-3.6V6.6C2 4.612 3.791 3 6 3h12zM6 4.8c-1.104 0-2 .806-2 1.8v10.8c0 .994.896 1.8 2 1.8h2V4.8H6zm4 14.4h8c1.104 0 2-.806 2-1.8V6.6c0-.994-.896-1.8-2-1.8h-8v14.4z"}))};exports.LayoutSidebarCollapseLine24Icon=c,exports.default=c;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LayoutSidebarCollapseThinline20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LayoutSidebarCollapseThinline20Icon;
@@ -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,a=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"20",height:"20",viewBox:"0 0 20 20"},e),r.createElement("path",{d:"M14.654 2.504a3 3 0 012.842 2.842l.004.154v9a3 3 0 01-3 3h-9a3 3 0 01-3-3v-9a3 3 0 012.846-2.996L5.5 2.5h9l.154.004zM5.5 4A1.5 1.5 0 004 5.5v9A1.5 1.5 0 005.5 16h2V4h-2zM9 16h5.5a1.5 1.5 0 001.5-1.5v-9A1.5 1.5 0 0014.5 4H9v12z"}))};exports.LayoutSidebarCollapseThinline20Icon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LayoutSidebarExpandLine20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LayoutSidebarExpandLine20Icon;
@@ -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:"20",height:"20",viewBox:"0 0 20 20"},e),a.createElement("path",{d:"M15 2a3 3 0 013 3v10a3 3 0 01-3 3H5a3 3 0 01-3-3V5a3 3 0 013-3h10zM5 4a1 1 0 00-1 1v10a1 1 0 001 1h6V4H5zm8 12h2a1 1 0 001-1V5a1 1 0 00-1-1h-2v12z"}))};exports.LayoutSidebarExpandLine20Icon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LayoutSidebarExpandLine24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LayoutSidebarExpandLine24Icon;
@@ -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,c=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 3c2.209 0 4 1.612 4 3.6v10.8c0 1.988-1.791 3.6-4 3.6H6c-2.209 0-4-1.612-4-3.6V6.6C2 4.612 3.791 3 6 3h12zM6 4.8c-1.104 0-2 .806-2 1.8v10.8c0 .994.896 1.8 2 1.8h8V4.8H6zm10 14.4h2c1.104 0 2-.806 2-1.8V6.6c0-.994-.896-1.8-2-1.8h-2v14.4z"}))};exports.LayoutSidebarExpandLine24Icon=c,exports.default=c;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LayoutSidebarExpandThinline20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LayoutSidebarExpandThinline20Icon;
@@ -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,a=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"20",height:"20",viewBox:"0 0 20 20"},e),r.createElement("path",{d:"M14.654 2.504a3 3 0 012.842 2.842l.004.154v9a3 3 0 01-3 3h-9a3 3 0 01-3-3v-9a3 3 0 012.846-2.996L5.5 2.5h9l.154.004zM5.5 4A1.5 1.5 0 004 5.5v9A1.5 1.5 0 005.5 16H11V4H5.5zm7 12h2a1.5 1.5 0 001.5-1.5v-9A1.5 1.5 0 0014.5 4h-2v12z"}))};exports.LayoutSidebarExpandThinline20Icon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LetterARectangle20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LetterARectangle20Icon;
@@ -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:"20",height:"20",viewBox:"0 0 20 20"},e),r.createElement("path",{d:"M10.924 10.803H9.085l.945-2.863.894 2.863z"}),r.createElement("path",{d:"M15 2a3 3 0 013 3v10a3 3 0 01-3 3H5a3 3 0 01-3-3V5a3 3 0 013-3h10zm-4.908 3.8c-.451 0-.76.138-.983.373-.218.23-.347.542-.462.873L6.25 13.99h1.771l.543-1.619h2.855l.504 1.62h1.869l-2.283-6.943c-.109-.33-.23-.644-.444-.874-.218-.236-.522-.374-.973-.374z"}))};exports.LetterARectangle20Icon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LetterARectangle24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LetterARectangle24Icon;
@@ -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:"M13.108 13.004h-2.207l1.135-3.436 1.072 3.436z"}),r.createElement("path",{d:"M17 3a4 4 0 014 4v10a4 4 0 01-4 4H7a4 4 0 01-4-4V7a4 4 0 014-4h10zm-4.89 4c-.542 0-.911.166-1.18.447-.261.275-.416.651-.553 1.048L7.5 16.828h2.126l.651-1.943h3.426l.605 1.943h2.243l-2.74-8.33c-.13-.396-.276-.774-.532-1.05-.262-.283-.628-.448-1.17-.448z"}))};exports.LetterARectangle24Icon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LetterARectangleLine20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LetterARectangleLine20Icon;
@@ -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:"20",height:"20",viewBox:"0 0 20 20"},e),a.createElement("path",{d:"M10.092 5.8c.45 0 .755.138.973.374.213.23.335.545.444.874l2.283 6.942h-1.87l-.503-1.619H8.564l-.543 1.62H6.25l2.397-6.945c.115-.33.244-.644.462-.873.224-.235.532-.373.983-.373zm-1.007 5.003h1.839L10.03 7.94l-.945 2.863z"}),a.createElement("path",{d:"M15 2a3 3 0 013 3v10a3 3 0 01-3 3H5a3 3 0 01-3-3V5a3 3 0 013-3h10zM5 4a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V5a1 1 0 00-1-1H5z"}))};exports.LetterARectangleLine20Icon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LetterARectangleLine24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LetterARectangleLine24Icon;
@@ -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:"M12.11 7c.54 0 .907.165 1.17.448.255.276.4.654.53 1.05l2.74 8.33h-2.242l-.605-1.943h-3.426l-.651 1.943H7.5l2.877-8.333c.137-.397.292-.773.554-1.048.268-.281.637-.447 1.178-.447zm-1.21 6.004h2.207l-1.072-3.436-1.135 3.436z"}),a.createElement("path",{d:"M17 3a4 4 0 014 4v10a4 4 0 01-4 4H7a4 4 0 01-4-4V7a4 4 0 014-4h10zM7 5a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2H7z"}))};exports.LetterARectangleLine24Icon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LetterARectangleThinline20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LetterARectangleThinline20Icon;
@@ -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:"20",height:"20",viewBox:"0 0 20 20"},e),l.createElement("path",{d:"M10.092 5.8c.45 0 .755.138.973.374.213.23.335.545.444.874l2.283 6.942h-1.87l-.503-1.619H8.564l-.543 1.62H6.25l2.397-6.945c.115-.33.244-.644.462-.873.224-.235.532-.373.983-.373zm-1.007 5.003h1.839L10.03 7.94l-.945 2.863z"}),l.createElement("path",{d:"M14.5 2.5a3 3 0 013 3v9a3 3 0 01-3 3h-9a3 3 0 01-3-3v-9a3 3 0 013-3h9zM5.5 4A1.5 1.5 0 004 5.5v9A1.5 1.5 0 005.5 16h9a1.5 1.5 0 001.5-1.5v-9A1.5 1.5 0 0014.5 4h-9z"}))};exports.LetterARectangleThinline20Icon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const RenameLine20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default RenameLine20Icon;
@@ -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:"20",height:"20",viewBox:"0 0 20 20"},e),a.createElement("path",{d:"M10.5 4H9v12h1.5v2h-5v-2H7V4H5.5V2h5v2zM5 7H4a1 1 0 00-1 1v4a1 1 0 001 1h1v2H4a3 3 0 01-3-3V8a3 3 0 013-3h1v2zm10-2a3 3 0 013 3v4a3 3 0 01-3 3h-4v-2h4a1 1 0 001-1V8a1 1 0 00-1-1h-4V5h4z"}))};exports.RenameLine20Icon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const RenameLine24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default RenameLine24Icon;
@@ -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,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 4h-2v16h2v2H7v-2h2V4H7V2h6v2zM7 8H5a1 1 0 00-1 1v6a1 1 0 001 1h2v2H5a3 3 0 01-3-3V9a3 3 0 013-3h2v2zm12-2c1.655 0 3 1.34 3 2.998v6.005A2.998 2.998 0 0119 18h-6v-2h6c.554 0 1-.447 1-.997V8.998A.998.998 0 0019 8h-6V6h6z"}))};exports.RenameLine24Icon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const RenameThinline20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default RenameThinline20Icon;
@@ -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,a=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"20",height:"20",viewBox:"0 0 20 20"},e),r.createElement("path",{d:"M10.838 3.45H9V16.5h1.868V18H5.823v-1.5H7.5V3.45H5.84l-.001-1.5h4.999v1.5z"}),r.createElement("path",{d:"M6.001 6.5H4.329c-.69 0-1.25.56-1.25 1.25v4.4c0 .69.56 1.25 1.25 1.25h1.672v1.5H4.329a2.75 2.75 0 01-2.75-2.75v-4.4A2.75 2.75 0 014.33 5h1.672v1.5zM15.574 5a2.75 2.75 0 012.75 2.75v4.4a2.75 2.75 0 01-2.75 2.75h-5.199v-1.5h5.2c.69 0 1.249-.56 1.25-1.25v-4.4c0-.69-.56-1.25-1.25-1.25H10.5V5h5.073z"}))};exports.RenameThinline20Icon=a,exports.default=a;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph-26",
3
- "version": "1.21.0",
3
+ "version": "1.22.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const NeuralAssistantSignBox20ColorIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default NeuralAssistantSignBox20ColorIcon;
@@ -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",width:"20",height:"20",viewBox:"0 0 20 20"},e,{fill:"none"}),r.createElement("path",{d:"M14.779 11.155c-.226.012-.95.338-1.174.422-2.031.763-3.189 2.55-4.06 4.461-.276.608-.537 1.263-.85 1.853-.09.164-.542.149-.636-.087-.119-.282-.078-.664-.09-.979-.066-1.575-.094-3.64-1.425-4.705l-.018-.018c-1.037-.983-3.067-1.25-4.35-1.742-.213-.081-.228-.506-.068-.653.175-.157.65-.188.882-.272 2.454-.607 4.853-1.136 6.336-3.45.202-.317.615-.954.742-1.296.412-.614.702-1.596 1.047-2.267.08-.155.167-.39.368-.417.604-.065.523.512.535.929.012.395.008.823.053 1.213-.045.634.248 1.915.471 2.484.683 1.74 2.715 2.247 4.312 2.695.377.106 1.384.231 1.095.836-.027.06-.084.141-.148.164-.967.342-2.06.469-3.022.83z",fill:"url(#prefix__paint0_linear_11957_2994)"}),r.createElement("defs",null,r.createElement("linearGradient",{id:"prefix__paint0_linear_11957_2994",x1:"13.682",y1:"18.35",x2:"5.76",y2:"2",gradientUnits:"userSpaceOnUse"},r.createElement("stop",{offset:".3",stopColor:"#EF3124"}),r.createElement("stop",{offset:".85",stopColor:"#F859C5"}))))};exports.NeuralAssistantSignBox20ColorIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const NeuralAssistantSignBox24ColorIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default NeuralAssistantSignBox24ColorIcon;
@@ -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",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),r.createElement("path",{d:"M17.974 13.444c-.283.014-1.188.423-1.467.528-2.54.953-3.987 3.186-5.075 5.576-.346.76-.672 1.579-1.062 2.316-.113.205-.68.186-.796-.11-.149-.352-.097-.829-.114-1.222-.082-1.97-.117-4.55-1.78-5.882l-.023-.023C6.361 13.4 3.823 13.066 2.22 12.45c-.266-.101-.285-.633-.084-.816.219-.196.812-.236 1.103-.34 3.067-.759 6.066-1.42 7.919-4.313.253-.395.77-1.192.928-1.62.515-.767.878-1.995 1.309-2.833.1-.195.209-.487.46-.522.755-.081.653.64.67 1.161.014.494.008 1.03.065 1.517-.056.792.31 2.394.589 3.105.853 2.176 3.393 2.808 5.39 3.368.471.133 1.729.29 1.368 1.045-.033.075-.105.177-.184.206-1.21.427-2.575.585-3.778 1.036z",fill:"url(#prefix__paint0_linear_11957_2992)"}),r.createElement("defs",null,r.createElement("linearGradient",{id:"prefix__paint0_linear_11957_2992",x1:"16.603",y1:"22.438",x2:"6.7",y2:"2",gradientUnits:"userSpaceOnUse"},r.createElement("stop",{offset:".3",stopColor:"#EF3124"}),r.createElement("stop",{offset:".85",stopColor:"#F859C5"}))))};exports.NeuralAssistantSignBox24ColorIcon=l,exports.default=l;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-logo-corp",
3
- "version": "1.29.0",
3
+ "version": "1.30.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
@@ -3719,6 +3719,26 @@
3719
3719
  "cdn": "glyph-26_bookmark-thinline_20",
3720
3720
  "url": "https://alfabank.servicecdn.ru/icons/glyph-26_bookmark-thinline_20.svg"
3721
3721
  },
3722
+ "Bookmark20Icon": {
3723
+ "description": "",
3724
+ "web": "Bookmark20Icon",
3725
+ "webComponent": "import { Bookmark20Icon } from '@alfalab/icons-glyph-26/Bookmark20Icon';",
3726
+ "android": "glyph_26_bookmark_20",
3727
+ "ios": "glyph26_bookmark_20",
3728
+ "middle": "glyph-26_bookmark_20",
3729
+ "cdn": "glyph-26_bookmark_20",
3730
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_bookmark_20.svg"
3731
+ },
3732
+ "Bookmark24Icon": {
3733
+ "description": "",
3734
+ "web": "Bookmark24Icon",
3735
+ "webComponent": "import { Bookmark24Icon } from '@alfalab/icons-glyph-26/Bookmark24Icon';",
3736
+ "android": "glyph_26_bookmark_24",
3737
+ "ios": "glyph26_bookmark_24",
3738
+ "middle": "glyph-26_bookmark_24",
3739
+ "cdn": "glyph-26_bookmark_24",
3740
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_bookmark_24.svg"
3741
+ },
3722
3742
  "BottleLine24Icon": {
3723
3743
  "description": "",
3724
3744
  "web": "BottleLine24Icon",
@@ -3739,6 +3759,56 @@
3739
3759
  "cdn": "glyph-26_bottle_24",
3740
3760
  "url": "https://alfabank.servicecdn.ru/icons/glyph-26_bottle_24.svg"
3741
3761
  },
3762
+ "BranchLine20Icon": {
3763
+ "description": "",
3764
+ "web": "BranchLine20Icon",
3765
+ "webComponent": "import { BranchLine20Icon } from '@alfalab/icons-glyph-26/BranchLine20Icon';",
3766
+ "android": "glyph_26_branch_line_20",
3767
+ "ios": "glyph26_branchLine_20",
3768
+ "middle": "glyph-26_branch-line_20",
3769
+ "cdn": "glyph-26_branch-line_20",
3770
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_branch-line_20.svg"
3771
+ },
3772
+ "BranchLine24Icon": {
3773
+ "description": "",
3774
+ "web": "BranchLine24Icon",
3775
+ "webComponent": "import { BranchLine24Icon } from '@alfalab/icons-glyph-26/BranchLine24Icon';",
3776
+ "android": "glyph_26_branch_line_24",
3777
+ "ios": "glyph26_branchLine_24",
3778
+ "middle": "glyph-26_branch-line_24",
3779
+ "cdn": "glyph-26_branch-line_24",
3780
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_branch-line_24.svg"
3781
+ },
3782
+ "BranchThinline20Icon": {
3783
+ "description": "",
3784
+ "web": "BranchThinline20Icon",
3785
+ "webComponent": "import { BranchThinline20Icon } from '@alfalab/icons-glyph-26/BranchThinline20Icon';",
3786
+ "android": "glyph_26_branch_thinline_20",
3787
+ "ios": "glyph26_branchThinline_20",
3788
+ "middle": "glyph-26_branch-thinline_20",
3789
+ "cdn": "glyph-26_branch-thinline_20",
3790
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_branch-thinline_20.svg"
3791
+ },
3792
+ "Branch20Icon": {
3793
+ "description": "",
3794
+ "web": "Branch20Icon",
3795
+ "webComponent": "import { Branch20Icon } from '@alfalab/icons-glyph-26/Branch20Icon';",
3796
+ "android": "glyph_26_branch_20",
3797
+ "ios": "glyph26_branch_20",
3798
+ "middle": "glyph-26_branch_20",
3799
+ "cdn": "glyph-26_branch_20",
3800
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_branch_20.svg"
3801
+ },
3802
+ "Branch24Icon": {
3803
+ "description": "",
3804
+ "web": "Branch24Icon",
3805
+ "webComponent": "import { Branch24Icon } from '@alfalab/icons-glyph-26/Branch24Icon';",
3806
+ "android": "glyph_26_branch_24",
3807
+ "ios": "glyph26_branch_24",
3808
+ "middle": "glyph-26_branch_24",
3809
+ "cdn": "glyph-26_branch_24",
3810
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_branch_24.svg"
3811
+ },
3742
3812
  "BriefcaseArrowsUpDownCurvedLine20Icon": {
3743
3813
  "description": "",
3744
3814
  "web": "BriefcaseArrowsUpDownCurvedLine20Icon",
@@ -7819,6 +7889,36 @@
7819
7889
  "cdn": "glyph-26_clock_24",
7820
7890
  "url": "https://alfabank.servicecdn.ru/icons/glyph-26_clock_24.svg"
7821
7891
  },
7892
+ "CloudArrowUpLine20Icon": {
7893
+ "description": "",
7894
+ "web": "CloudArrowUpLine20Icon",
7895
+ "webComponent": "import { CloudArrowUpLine20Icon } from '@alfalab/icons-glyph-26/CloudArrowUpLine20Icon';",
7896
+ "android": "glyph_26_cloud_arrow_up_line_20",
7897
+ "ios": "glyph26_cloudArrowUpLine_20",
7898
+ "middle": "glyph-26_cloud-arrow-up-line_20",
7899
+ "cdn": "glyph-26_cloud-arrow-up-line_20",
7900
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_cloud-arrow-up-line_20.svg"
7901
+ },
7902
+ "CloudArrowUpLine24Icon": {
7903
+ "description": "",
7904
+ "web": "CloudArrowUpLine24Icon",
7905
+ "webComponent": "import { CloudArrowUpLine24Icon } from '@alfalab/icons-glyph-26/CloudArrowUpLine24Icon';",
7906
+ "android": "glyph_26_cloud_arrow_up_line_24",
7907
+ "ios": "glyph26_cloudArrowUpLine_24",
7908
+ "middle": "glyph-26_cloud-arrow-up-line_24",
7909
+ "cdn": "glyph-26_cloud-arrow-up-line_24",
7910
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_cloud-arrow-up-line_24.svg"
7911
+ },
7912
+ "CloudArrowUpThinline20Icon": {
7913
+ "description": "",
7914
+ "web": "CloudArrowUpThinline20Icon",
7915
+ "webComponent": "import { CloudArrowUpThinline20Icon } from '@alfalab/icons-glyph-26/CloudArrowUpThinline20Icon';",
7916
+ "android": "glyph_26_cloud_arrow_up_thinline_20",
7917
+ "ios": "glyph26_cloudArrowUpThinline_20",
7918
+ "middle": "glyph-26_cloud-arrow-up-thinline_20",
7919
+ "cdn": "glyph-26_cloud-arrow-up-thinline_20",
7920
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_cloud-arrow-up-thinline_20.svg"
7921
+ },
7822
7922
  "CloudCheckmarkLine20Icon": {
7823
7923
  "description": "",
7824
7924
  "web": "CloudCheckmarkLine20Icon",
@@ -13159,6 +13259,66 @@
13159
13259
  "cdn": "glyph-26_layout-horizontal-thinline_20",
13160
13260
  "url": "https://alfabank.servicecdn.ru/icons/glyph-26_layout-horizontal-thinline_20.svg"
13161
13261
  },
13262
+ "LayoutSidebarCollapseLine20Icon": {
13263
+ "description": "",
13264
+ "web": "LayoutSidebarCollapseLine20Icon",
13265
+ "webComponent": "import { LayoutSidebarCollapseLine20Icon } from '@alfalab/icons-glyph-26/LayoutSidebarCollapseLine20Icon';",
13266
+ "android": "glyph_26_layout_sidebar_collapse_line_20",
13267
+ "ios": "glyph26_layoutSidebarCollapseLine_20",
13268
+ "middle": "glyph-26_layout-sidebar-collapse-line_20",
13269
+ "cdn": "glyph-26_layout-sidebar-collapse-line_20",
13270
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_layout-sidebar-collapse-line_20.svg"
13271
+ },
13272
+ "LayoutSidebarCollapseLine24Icon": {
13273
+ "description": "",
13274
+ "web": "LayoutSidebarCollapseLine24Icon",
13275
+ "webComponent": "import { LayoutSidebarCollapseLine24Icon } from '@alfalab/icons-glyph-26/LayoutSidebarCollapseLine24Icon';",
13276
+ "android": "glyph_26_layout_sidebar_collapse_line_24",
13277
+ "ios": "glyph26_layoutSidebarCollapseLine_24",
13278
+ "middle": "glyph-26_layout-sidebar-collapse-line_24",
13279
+ "cdn": "glyph-26_layout-sidebar-collapse-line_24",
13280
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_layout-sidebar-collapse-line_24.svg"
13281
+ },
13282
+ "LayoutSidebarCollapseThinline20Icon": {
13283
+ "description": "",
13284
+ "web": "LayoutSidebarCollapseThinline20Icon",
13285
+ "webComponent": "import { LayoutSidebarCollapseThinline20Icon } from '@alfalab/icons-glyph-26/LayoutSidebarCollapseThinline20Icon';",
13286
+ "android": "glyph_26_layout_sidebar_collapse_thinline_20",
13287
+ "ios": "glyph26_layoutSidebarCollapseThinline_20",
13288
+ "middle": "glyph-26_layout-sidebar-collapse-thinline_20",
13289
+ "cdn": "glyph-26_layout-sidebar-collapse-thinline_20",
13290
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_layout-sidebar-collapse-thinline_20.svg"
13291
+ },
13292
+ "LayoutSidebarExpandLine20Icon": {
13293
+ "description": "",
13294
+ "web": "LayoutSidebarExpandLine20Icon",
13295
+ "webComponent": "import { LayoutSidebarExpandLine20Icon } from '@alfalab/icons-glyph-26/LayoutSidebarExpandLine20Icon';",
13296
+ "android": "glyph_26_layout_sidebar_expand_line_20",
13297
+ "ios": "glyph26_layoutSidebarExpandLine_20",
13298
+ "middle": "glyph-26_layout-sidebar-expand-line_20",
13299
+ "cdn": "glyph-26_layout-sidebar-expand-line_20",
13300
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_layout-sidebar-expand-line_20.svg"
13301
+ },
13302
+ "LayoutSidebarExpandLine24Icon": {
13303
+ "description": "",
13304
+ "web": "LayoutSidebarExpandLine24Icon",
13305
+ "webComponent": "import { LayoutSidebarExpandLine24Icon } from '@alfalab/icons-glyph-26/LayoutSidebarExpandLine24Icon';",
13306
+ "android": "glyph_26_layout_sidebar_expand_line_24",
13307
+ "ios": "glyph26_layoutSidebarExpandLine_24",
13308
+ "middle": "glyph-26_layout-sidebar-expand-line_24",
13309
+ "cdn": "glyph-26_layout-sidebar-expand-line_24",
13310
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_layout-sidebar-expand-line_24.svg"
13311
+ },
13312
+ "LayoutSidebarExpandThinline20Icon": {
13313
+ "description": "",
13314
+ "web": "LayoutSidebarExpandThinline20Icon",
13315
+ "webComponent": "import { LayoutSidebarExpandThinline20Icon } from '@alfalab/icons-glyph-26/LayoutSidebarExpandThinline20Icon';",
13316
+ "android": "glyph_26_layout_sidebar_expand_thinline_20",
13317
+ "ios": "glyph26_layoutSidebarExpandThinline_20",
13318
+ "middle": "glyph-26_layout-sidebar-expand-thinline_20",
13319
+ "cdn": "glyph-26_layout-sidebar-expand-thinline_20",
13320
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_layout-sidebar-expand-thinline_20.svg"
13321
+ },
13162
13322
  "LayoutSliderHorizontalLine20Icon": {
13163
13323
  "description": "",
13164
13324
  "web": "LayoutSliderHorizontalLine20Icon",
@@ -13399,6 +13559,56 @@
13399
13559
  "cdn": "glyph-26_less-thinline_20",
13400
13560
  "url": "https://alfabank.servicecdn.ru/icons/glyph-26_less-thinline_20.svg"
13401
13561
  },
13562
+ "LetterARectangleLine20Icon": {
13563
+ "description": "",
13564
+ "web": "LetterARectangleLine20Icon",
13565
+ "webComponent": "import { LetterARectangleLine20Icon } from '@alfalab/icons-glyph-26/LetterARectangleLine20Icon';",
13566
+ "android": "glyph_26_letter_a_rectangle_line_20",
13567
+ "ios": "glyph26_letterARectangleLine_20",
13568
+ "middle": "glyph-26_letter-a-rectangle-line_20",
13569
+ "cdn": "glyph-26_letter-a-rectangle-line_20",
13570
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_letter-a-rectangle-line_20.svg"
13571
+ },
13572
+ "LetterARectangleLine24Icon": {
13573
+ "description": "",
13574
+ "web": "LetterARectangleLine24Icon",
13575
+ "webComponent": "import { LetterARectangleLine24Icon } from '@alfalab/icons-glyph-26/LetterARectangleLine24Icon';",
13576
+ "android": "glyph_26_letter_a_rectangle_line_24",
13577
+ "ios": "glyph26_letterARectangleLine_24",
13578
+ "middle": "glyph-26_letter-a-rectangle-line_24",
13579
+ "cdn": "glyph-26_letter-a-rectangle-line_24",
13580
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_letter-a-rectangle-line_24.svg"
13581
+ },
13582
+ "LetterARectangleThinline20Icon": {
13583
+ "description": "",
13584
+ "web": "LetterARectangleThinline20Icon",
13585
+ "webComponent": "import { LetterARectangleThinline20Icon } from '@alfalab/icons-glyph-26/LetterARectangleThinline20Icon';",
13586
+ "android": "glyph_26_letter_a_rectangle_thinline_20",
13587
+ "ios": "glyph26_letterARectangleThinline_20",
13588
+ "middle": "glyph-26_letter-a-rectangle-thinline_20",
13589
+ "cdn": "glyph-26_letter-a-rectangle-thinline_20",
13590
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_letter-a-rectangle-thinline_20.svg"
13591
+ },
13592
+ "LetterARectangle20Icon": {
13593
+ "description": "",
13594
+ "web": "LetterARectangle20Icon",
13595
+ "webComponent": "import { LetterARectangle20Icon } from '@alfalab/icons-glyph-26/LetterARectangle20Icon';",
13596
+ "android": "glyph_26_letter_a_rectangle_20",
13597
+ "ios": "glyph26_letterARectangle_20",
13598
+ "middle": "glyph-26_letter-a-rectangle_20",
13599
+ "cdn": "glyph-26_letter-a-rectangle_20",
13600
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_letter-a-rectangle_20.svg"
13601
+ },
13602
+ "LetterARectangle24Icon": {
13603
+ "description": "",
13604
+ "web": "LetterARectangle24Icon",
13605
+ "webComponent": "import { LetterARectangle24Icon } from '@alfalab/icons-glyph-26/LetterARectangle24Icon';",
13606
+ "android": "glyph_26_letter_a_rectangle_24",
13607
+ "ios": "glyph26_letterARectangle_24",
13608
+ "middle": "glyph-26_letter-a-rectangle_24",
13609
+ "cdn": "glyph-26_letter-a-rectangle_24",
13610
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_letter-a-rectangle_24.svg"
13611
+ },
13402
13612
  "LetterBoxLine20Icon": {
13403
13613
  "description": "",
13404
13614
  "web": "LetterBoxLine20Icon",
@@ -17869,6 +18079,36 @@
17869
18079
  "cdn": "glyph-26_rectangle-thinline_20",
17870
18080
  "url": "https://alfabank.servicecdn.ru/icons/glyph-26_rectangle-thinline_20.svg"
17871
18081
  },
18082
+ "RenameLine20Icon": {
18083
+ "description": "",
18084
+ "web": "RenameLine20Icon",
18085
+ "webComponent": "import { RenameLine20Icon } from '@alfalab/icons-glyph-26/RenameLine20Icon';",
18086
+ "android": "glyph_26_rename_line_20",
18087
+ "ios": "glyph26_renameLine_20",
18088
+ "middle": "glyph-26_rename-line_20",
18089
+ "cdn": "glyph-26_rename-line_20",
18090
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_rename-line_20.svg"
18091
+ },
18092
+ "RenameLine24Icon": {
18093
+ "description": "",
18094
+ "web": "RenameLine24Icon",
18095
+ "webComponent": "import { RenameLine24Icon } from '@alfalab/icons-glyph-26/RenameLine24Icon';",
18096
+ "android": "glyph_26_rename_line_24",
18097
+ "ios": "glyph26_renameLine_24",
18098
+ "middle": "glyph-26_rename-line_24",
18099
+ "cdn": "glyph-26_rename-line_24",
18100
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_rename-line_24.svg"
18101
+ },
18102
+ "RenameThinline20Icon": {
18103
+ "description": "",
18104
+ "web": "RenameThinline20Icon",
18105
+ "webComponent": "import { RenameThinline20Icon } from '@alfalab/icons-glyph-26/RenameThinline20Icon';",
18106
+ "android": "glyph_26_rename_thinline_20",
18107
+ "ios": "glyph26_renameThinline_20",
18108
+ "middle": "glyph-26_rename-thinline_20",
18109
+ "cdn": "glyph-26_rename-thinline_20",
18110
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_rename-thinline_20.svg"
18111
+ },
17872
18112
  "ResizeUpLeftLine20Icon": {
17873
18113
  "description": "",
17874
18114
  "web": "ResizeUpLeftLine20Icon",
@@ -3999,6 +3999,26 @@
3999
3999
  "cdn": "logo-corp_my-tariff-sign-box-thinline_20",
4000
4000
  "url": "https://alfabank.servicecdn.ru/icons/logo-corp_my-tariff-sign-box-thinline_20.svg"
4001
4001
  },
4002
+ "NeuralAssistantSignBox20ColorIcon": {
4003
+ "description": "Продукт: нейропомощник, ассистент, нейроассистент",
4004
+ "web": "NeuralAssistantSignBox20ColorIcon",
4005
+ "webComponent": "import { NeuralAssistantSignBox20ColorIcon } from '@alfalab/icons-logo-corp/NeuralAssistantSignBox20ColorIcon';",
4006
+ "android": "logo_corp_neural_assistant_sign_box_20_color",
4007
+ "ios": "logoCorp_neuralAssistantSignBox_20_color",
4008
+ "middle": "logo-corp_neural-assistant-sign-box_20_color",
4009
+ "cdn": "logo-corp_neural-assistant-sign-box_20_color",
4010
+ "url": "https://alfabank.servicecdn.ru/icons/logo-corp_neural-assistant-sign-box_20_color.svg"
4011
+ },
4012
+ "NeuralAssistantSignBox24ColorIcon": {
4013
+ "description": "Продукт: нейропомощник, ассистент, нейроассистент",
4014
+ "web": "NeuralAssistantSignBox24ColorIcon",
4015
+ "webComponent": "import { NeuralAssistantSignBox24ColorIcon } from '@alfalab/icons-logo-corp/NeuralAssistantSignBox24ColorIcon';",
4016
+ "android": "logo_corp_neural_assistant_sign_box_24_color",
4017
+ "ios": "logoCorp_neuralAssistantSignBox_24_color",
4018
+ "middle": "logo-corp_neural-assistant-sign-box_24_color",
4019
+ "cdn": "logo-corp_neural-assistant-sign-box_24_color",
4020
+ "url": "https://alfabank.servicecdn.ru/icons/logo-corp_neural-assistant-sign-box_24_color.svg"
4021
+ },
4002
4022
  "NeuroAssistantSignBox20Icon": {
4003
4023
  "description": "Продукт: нейропомощник, ассистент, нейроассистент",
4004
4024
  "web": "NeuroAssistantSignBox20Icon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.493.0",
3
+ "version": "3.495.0",
4
4
  "description": "Design System UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:core-ds/icons.git",
@@ -51,7 +51,7 @@
51
51
  "ts-node": "^8.6.2",
52
52
  "tslib": "^2.0.0",
53
53
  "typescript": "^3.8.3",
54
- "ui-primitives": "^35.69.0",
54
+ "ui-primitives": "^35.71.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {