@alfalab/icons 3.451.0 → 3.453.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 (32) hide show
  1. package/glyph-26/dist/ChainCircle20Icon.d.ts +3 -0
  2. package/glyph-26/dist/ChainCircle20Icon.js +1 -0
  3. package/glyph-26/dist/ChainCircle24Icon.d.ts +3 -0
  4. package/glyph-26/dist/ChainCircle24Icon.js +1 -0
  5. package/glyph-26/dist/ChainCircleLine20Icon.d.ts +3 -0
  6. package/glyph-26/dist/ChainCircleLine20Icon.js +1 -0
  7. package/glyph-26/dist/ChainCircleLine24Icon.d.ts +3 -0
  8. package/glyph-26/dist/ChainCircleLine24Icon.js +1 -0
  9. package/glyph-26/dist/ChainCircleThinline20Icon.d.ts +3 -0
  10. package/glyph-26/dist/ChainCircleThinline20Icon.js +1 -0
  11. package/glyph-26/dist/PhoneCircle20Icon.d.ts +3 -0
  12. package/glyph-26/dist/PhoneCircle20Icon.js +1 -0
  13. package/glyph-26/dist/PhoneCircle24Icon.d.ts +3 -0
  14. package/glyph-26/dist/PhoneCircle24Icon.js +1 -0
  15. package/glyph-26/dist/PhoneCircleLine20Icon.d.ts +3 -0
  16. package/glyph-26/dist/PhoneCircleLine20Icon.js +1 -0
  17. package/glyph-26/dist/PhoneCircleLine24Icon.d.ts +3 -0
  18. package/glyph-26/dist/PhoneCircleLine24Icon.js +1 -0
  19. package/glyph-26/dist/PhoneCircleThinline20Icon.d.ts +3 -0
  20. package/glyph-26/dist/PhoneCircleThinline20Icon.js +1 -0
  21. package/glyph-26/dist/ThumbDown20Icon.d.ts +3 -0
  22. package/glyph-26/dist/ThumbDown20Icon.js +1 -0
  23. package/glyph-26/dist/ThumbDown24Icon.d.ts +3 -0
  24. package/glyph-26/dist/ThumbDown24Icon.js +1 -0
  25. package/glyph-26/dist/ThumbDownThinline20Icon.js +1 -1
  26. package/glyph-26/dist/ThumbUp20Icon.d.ts +3 -0
  27. package/glyph-26/dist/ThumbUp20Icon.js +1 -0
  28. package/glyph-26/dist/ThumbUp24Icon.d.ts +3 -0
  29. package/glyph-26/dist/ThumbUp24Icon.js +1 -0
  30. package/glyph-26/dist/package.json +1 -1
  31. package/meta_glyph-26.json +140 -0
  32. package/package.json +2 -2
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ChainCircle20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ChainCircle20Icon;
@@ -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 2a8 8 0 110 16 8 8 0 010-16zM6.219 8.72a3.579 3.579 0 005.06 5.06l.25-.25-1.06-1.06-.25.25a2.08 2.08 0 01-2.94-2.94l.25-.25-1.06-1.06-.25.25zm2.25 1.75l1.06 1.061 2.003-2-1.06-1.061-2.003 2zm5.31-4.25a3.578 3.578 0 00-5.06 0l-.25.25L9.53 7.53l.25-.25a2.078 2.078 0 012.94 2.94l-.25.25 1.06 1.06.25-.25a3.579 3.579 0 000-5.06z"}))};exports.ChainCircle20Icon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ChainCircle24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ChainCircle24Icon;
@@ -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:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm-4.707 8.293a4.535 4.535 0 106.414 6.414l.5-.5-1.414-1.414-.5.5a2.536 2.536 0 01-3.586-3.586l.5-.5-1.414-1.414-.5.5zm9.414-3a4.535 4.535 0 00-6.414 0l-.5.5 1.414 1.414.5-.5a2.536 2.536 0 013.586 3.586l-.5.5 1.414 1.414.5-.5a4.535 4.535 0 000-6.414zm-6.414 5l1.414 1.414 2-2-1.414-1.414-2 2z"}))};exports.ChainCircle24Icon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ChainCircleLine20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ChainCircleLine20Icon;
@@ -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:"M7.957 9.957a1.475 1.475 0 002.086 2.086l1.414 1.414a3.475 3.475 0 11-4.914-4.914l1.414 1.414zm.586-3.414a3.475 3.475 0 114.914 4.914l-.25.25-1.414-1.414.25-.25a1.475 1.475 0 00-2.086-2.086l-.25.25-1.414-1.414.25-.25z"}),a.createElement("path",{d:"M11.457 9.957l-1.5 1.5-1.414-1.415 1.5-1.499 1.414 1.414z"}),a.createElement("path",{d:"M10 2a8 8 0 110 16 8 8 0 010-16zm0 2a6 6 0 100 12 6 6 0 000-12z"}))};exports.ChainCircleLine20Icon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ChainCircleLine24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ChainCircleLine24Icon;
@@ -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:"M9.207 11.207a2.536 2.536 0 003.586 3.586l1.414 1.414a4.535 4.535 0 11-6.414-6.414l1.414 1.414zm.586-3.414a4.536 4.536 0 016.414 6.414l-1.414-1.414a2.536 2.536 0 00-3.586-3.586L9.793 7.793z"}),r.createElement("path",{d:"M13.707 11.707l-2 2-1.414-1.414 2-2 1.414 1.414z"}),r.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 100 16 8 8 0 000-16z"}))};exports.ChainCircleLine24Icon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ChainCircleThinline20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ChainCircleThinline20Icon;
@@ -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:"M8.03 9.53l-.5.5a1.725 1.725 0 002.44 2.44l.5-.5 1.06 1.06-.5.5a3.225 3.225 0 11-4.56-4.56l.5-.5 1.06 1.06z"}),a.createElement("path",{d:"M11.531 9.53l-2.003 2-1.06-1.06 2.003-2 1.06 1.06z"}),a.createElement("path",{d:"M8.97 6.47a3.225 3.225 0 114.56 4.56l-.5.5-1.06-1.06.5-.5a1.725 1.725 0 00-2.44-2.44l-.5.5-1.06-1.06.5-.5z"}),a.createElement("path",{d:"M10 2a8 8 0 110 16 8 8 0 010-16zm0 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13z"}))};exports.ChainCircleThinline20Icon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PhoneCircle20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PhoneCircle20Icon;
@@ -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 2a8 8 0 110 16 8 8 0 010-16zM8.387 6.468a.838.838 0 00-1.357-.06l-.85 1.074a.525.525 0 00-.084.5 9.654 9.654 0 005.925 5.924.524.524 0 00.497-.084l1.083-.86a.837.837 0 00-.055-1.35l-1.202-.806-1.594.944a9.013 9.013 0 01-2.5-2.5l.953-1.541-.816-1.241z"}))};exports.PhoneCircle20Icon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PhoneCircle24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PhoneCircle24Icon;
@@ -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:"M12 2.5c5.523 0 10 4.477 10 10s-4.477 10-10 10-10-4.477-10-10 4.477-10 10-10zM9.48 7.405a1 1 0 00-1.619-.071L6.6 8.927a1.026 1.026 0 00-.163.974 13.304 13.304 0 008.165 8.164c.33.115.696.054.97-.163l1.604-1.271a1 1 0 00-.065-1.614l-1.905-1.277-2.25 1.333a12.722 12.722 0 01-3.53-3.53l1.347-2.175L9.48 7.405z"}))};exports.PhoneCircle24Icon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PhoneCircleLine20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PhoneCircleLine20Icon;
@@ -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:"M7.03 6.408a.838.838 0 011.357.06l.816 1.241L8.5 9a4.76 4.76 0 002.5 2.5l1.344-.694 1.202.805c.471.316.5 1 .055 1.352l-1.104.875a.496.496 0 01-.455.085 9.1 9.1 0 01-5.964-5.965.494.494 0 01.084-.454l.868-1.096z"}),r.createElement("path",{d:"M10 2a8 8 0 110 16 8 8 0 010-16zm0 2a6 6 0 100 12 6 6 0 000-12z"}))};exports.PhoneCircleLine20Icon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PhoneCircleLine24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PhoneCircleLine24Icon;
@@ -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:"M8.292 7.287a.957.957 0 011.549.068l1.235 1.877-1.288 2.082a9.033 9.033 0 002.899 2.898l2.152-1.275 1.821 1.22a.956.956 0 01.063 1.544l-1.583 1.255a.886.886 0 01-.823.15 11.541 11.541 0 01-7.42-7.42.89.89 0 01.148-.827l1.247-1.572z"}),r.createElement("path",{d:"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 100 16 8 8 0 000-16z"}))};exports.PhoneCircleLine24Icon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PhoneCircleThinline20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PhoneCircleThinline20Icon;
@@ -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:"M7.03 6.408a.838.838 0 011.357.06l.816 1.241L8.25 9.25c.66.99 1.51 1.84 2.5 2.5l1.594-.944 1.202.805c.471.316.5 1 .055 1.352l-1.083.86a.524.524 0 01-.498.083 9.654 9.654 0 01-5.924-5.925.525.525 0 01.084-.499l.85-1.074z"}),r.createElement("path",{d:"M10 2a8 8 0 110 16 8 8 0 010-16zm0 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13z"}))};exports.PhoneCircleThinline20Icon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ThumbDown20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ThumbDown20Icon;
@@ -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:"M13.048 14.158A3.13 3.13 0 0110 18a.75.75 0 01-.69-.456l-.04-.122-.218-.927A11.251 11.251 0 006.5 11.588V2h6.376a4.084 4.084 0 013.986 3.197l.969 4.312a2.417 2.417 0 01-2.36 2.941h-2.824l.4 1.708zM5 11.45H3.75A1.75 1.75 0 012 9.7V3.75C2 2.784 2.784 2 3.75 2H5v9.45z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ThumbDown20Icon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ThumbDown24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ThumbDown24Icon;
@@ -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:"M6 2.5H5a2 2 0 00-2 2v7a2 2 0 002 2h1v-11zM12 21a3.542 3.542 0 003.493-4.124L15.181 15h3.287a3 3 0 002.919-3.695l-1.182-4.963A5 5 0 0015.341 2.5H8v11.355a10.057 10.057 0 012.785 5.17l.235 1.171.021.086A1 1 0 0012 21z"}))};exports.ThumbDown24Icon=a,exports.default=a;
@@ -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,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:"M12.876 2.001a4.084 4.084 0 013.986 3.197l.97 4.362a2.417 2.417 0 01-2.36 2.941h-2.274l.364 1.56a3.25 3.25 0 01-3.164 3.99H10a.75.75 0 01-.69-.456l-.04-.122-.295-1.257A11.25 11.25 0 006.59 11.5H3.7a1.75 1.75 0 01-1.75-1.75v-6C1.95 2.783 2.733 2 3.7 2h9.175zM7.5 3.501v6.763a12.75 12.75 0 012.935 5.608l.156.668a1.75 1.75 0 001.51-2.138l-.58-2.48a.75.75 0 01.731-.921h3.22a.917.917 0 00.895-1.115l-.97-4.363a2.583 2.583 0 00-2.521-2.022H7.5zm-3.8 0a.25.25 0 00-.25.25v6c0 .138.112.25.25.25H6v-6.5H3.7z"}))};exports.ThumbDownThinline20Icon=l,exports.default=l;
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:"M12.926 2.001a4.084 4.084 0 013.986 3.197l.969 4.362a2.417 2.417 0 01-2.36 2.941h-2.273l.364 1.56a3.25 3.25 0 01-3.165 3.99h-.397a.75.75 0 01-.69-.456l-.04-.122-.296-1.257A11.25 11.25 0 006.641 11.5H3.75A1.75 1.75 0 012 9.751v-6c0-.967.784-1.75 1.75-1.75h9.176zm-5.376 1.5v6.763a12.75 12.75 0 012.934 5.608l.157.668a1.75 1.75 0 001.51-2.138l-.58-2.48a.75.75 0 01.73-.921h3.22a.917.917 0 00.896-1.115l-.97-4.363a2.583 2.583 0 00-2.521-2.022H7.55zm-3.8 0a.25.25 0 00-.25.25v6c0 .138.112.25.25.25h2.3v-6.5h-2.3z"}))};exports.ThumbDownThinline20Icon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ThumbUp20Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ThumbUp20Icon;
@@ -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:"M13.047 5.842A3.13 3.13 0 0010 2a.75.75 0 00-.69.456l-.04.122-.218.927A11.251 11.251 0 016.5 8.412V18h6.376a4.084 4.084 0 003.986-3.197l.97-4.312a2.417 2.417 0 00-2.36-2.941h-2.824l.399-1.708zM5 8.55H3.75A1.75 1.75 0 002 10.3v5.95c0 .966.783 1.75 1.75 1.75H5V8.55z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ThumbUp20Icon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ThumbUp24Icon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ThumbUp24Icon;
@@ -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:"M6 21H5a2 2 0 01-2-2v-7a2 2 0 012-2h1v11zm6-18.5a3.542 3.542 0 013.493 4.124L15.181 8.5h3.287a3 3 0 012.919 3.695l-1.182 4.963A5 5 0 0115.341 21H8V9.645a10.057 10.057 0 002.785-5.17l.235-1.171.021-.086A1 1 0 0112 2.5z"}))};exports.ThumbUp24Icon=a,exports.default=a;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph-26",
3
- "version": "1.2.0",
3
+ "version": "1.4.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
@@ -5249,6 +5249,56 @@
5249
5249
  "cdn": "glyph-26_certificate-thinline_20",
5250
5250
  "url": "https://alfabank.servicecdn.ru/icons/glyph-26_certificate-thinline_20.svg"
5251
5251
  },
5252
+ "ChainCircleLine20Icon": {
5253
+ "description": "",
5254
+ "web": "ChainCircleLine20Icon",
5255
+ "webComponent": "import { ChainCircleLine20Icon } from '@alfalab/icons-glyph-26/ChainCircleLine20Icon';",
5256
+ "android": "glyph_26_chain_circle_line_20",
5257
+ "ios": "glyph26_chainCircleLine_20",
5258
+ "middle": "glyph-26_chain-circle-line_20",
5259
+ "cdn": "glyph-26_chain-circle-line_20",
5260
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_chain-circle-line_20.svg"
5261
+ },
5262
+ "ChainCircleLine24Icon": {
5263
+ "description": "",
5264
+ "web": "ChainCircleLine24Icon",
5265
+ "webComponent": "import { ChainCircleLine24Icon } from '@alfalab/icons-glyph-26/ChainCircleLine24Icon';",
5266
+ "android": "glyph_26_chain_circle_line_24",
5267
+ "ios": "glyph26_chainCircleLine_24",
5268
+ "middle": "glyph-26_chain-circle-line_24",
5269
+ "cdn": "glyph-26_chain-circle-line_24",
5270
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_chain-circle-line_24.svg"
5271
+ },
5272
+ "ChainCircleThinline20Icon": {
5273
+ "description": "",
5274
+ "web": "ChainCircleThinline20Icon",
5275
+ "webComponent": "import { ChainCircleThinline20Icon } from '@alfalab/icons-glyph-26/ChainCircleThinline20Icon';",
5276
+ "android": "glyph_26_chain_circle_thinline_20",
5277
+ "ios": "glyph26_chainCircleThinline_20",
5278
+ "middle": "glyph-26_chain-circle-thinline_20",
5279
+ "cdn": "glyph-26_chain-circle-thinline_20",
5280
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_chain-circle-thinline_20.svg"
5281
+ },
5282
+ "ChainCircle20Icon": {
5283
+ "description": "",
5284
+ "web": "ChainCircle20Icon",
5285
+ "webComponent": "import { ChainCircle20Icon } from '@alfalab/icons-glyph-26/ChainCircle20Icon';",
5286
+ "android": "glyph_26_chain_circle_20",
5287
+ "ios": "glyph26_chainCircle_20",
5288
+ "middle": "glyph-26_chain-circle_20",
5289
+ "cdn": "glyph-26_chain-circle_20",
5290
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_chain-circle_20.svg"
5291
+ },
5292
+ "ChainCircle24Icon": {
5293
+ "description": "",
5294
+ "web": "ChainCircle24Icon",
5295
+ "webComponent": "import { ChainCircle24Icon } from '@alfalab/icons-glyph-26/ChainCircle24Icon';",
5296
+ "android": "glyph_26_chain_circle_24",
5297
+ "ios": "glyph26_chainCircle_24",
5298
+ "middle": "glyph-26_chain-circle_24",
5299
+ "cdn": "glyph-26_chain-circle_24",
5300
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_chain-circle_24.svg"
5301
+ },
5252
5302
  "ChainLine20Icon": {
5253
5303
  "description": "",
5254
5304
  "web": "ChainLine20Icon",
@@ -15469,6 +15519,56 @@
15469
15519
  "cdn": "glyph-26_phone-bubble-thinline_20",
15470
15520
  "url": "https://alfabank.servicecdn.ru/icons/glyph-26_phone-bubble-thinline_20.svg"
15471
15521
  },
15522
+ "PhoneCircleLine20Icon": {
15523
+ "description": "",
15524
+ "web": "PhoneCircleLine20Icon",
15525
+ "webComponent": "import { PhoneCircleLine20Icon } from '@alfalab/icons-glyph-26/PhoneCircleLine20Icon';",
15526
+ "android": "glyph_26_phone_circle_line_20",
15527
+ "ios": "glyph26_phoneCircleLine_20",
15528
+ "middle": "glyph-26_phone-circle-line_20",
15529
+ "cdn": "glyph-26_phone-circle-line_20",
15530
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_phone-circle-line_20.svg"
15531
+ },
15532
+ "PhoneCircleLine24Icon": {
15533
+ "description": "",
15534
+ "web": "PhoneCircleLine24Icon",
15535
+ "webComponent": "import { PhoneCircleLine24Icon } from '@alfalab/icons-glyph-26/PhoneCircleLine24Icon';",
15536
+ "android": "glyph_26_phone_circle_line_24",
15537
+ "ios": "glyph26_phoneCircleLine_24",
15538
+ "middle": "glyph-26_phone-circle-line_24",
15539
+ "cdn": "glyph-26_phone-circle-line_24",
15540
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_phone-circle-line_24.svg"
15541
+ },
15542
+ "PhoneCircleThinline20Icon": {
15543
+ "description": "",
15544
+ "web": "PhoneCircleThinline20Icon",
15545
+ "webComponent": "import { PhoneCircleThinline20Icon } from '@alfalab/icons-glyph-26/PhoneCircleThinline20Icon';",
15546
+ "android": "glyph_26_phone_circle_thinline_20",
15547
+ "ios": "glyph26_phoneCircleThinline_20",
15548
+ "middle": "glyph-26_phone-circle-thinline_20",
15549
+ "cdn": "glyph-26_phone-circle-thinline_20",
15550
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_phone-circle-thinline_20.svg"
15551
+ },
15552
+ "PhoneCircle20Icon": {
15553
+ "description": "",
15554
+ "web": "PhoneCircle20Icon",
15555
+ "webComponent": "import { PhoneCircle20Icon } from '@alfalab/icons-glyph-26/PhoneCircle20Icon';",
15556
+ "android": "glyph_26_phone_circle_20",
15557
+ "ios": "glyph26_phoneCircle_20",
15558
+ "middle": "glyph-26_phone-circle_20",
15559
+ "cdn": "glyph-26_phone-circle_20",
15560
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_phone-circle_20.svg"
15561
+ },
15562
+ "PhoneCircle24Icon": {
15563
+ "description": "",
15564
+ "web": "PhoneCircle24Icon",
15565
+ "webComponent": "import { PhoneCircle24Icon } from '@alfalab/icons-glyph-26/PhoneCircle24Icon';",
15566
+ "android": "glyph_26_phone_circle_24",
15567
+ "ios": "glyph26_phoneCircle_24",
15568
+ "middle": "glyph-26_phone-circle_24",
15569
+ "cdn": "glyph-26_phone-circle_24",
15570
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_phone-circle_24.svg"
15571
+ },
15472
15572
  "PhoneLine20Icon": {
15473
15573
  "description": "",
15474
15574
  "web": "PhoneLine20Icon",
@@ -18249,6 +18349,26 @@
18249
18349
  "cdn": "glyph-26_thumb-down-thinline_20",
18250
18350
  "url": "https://alfabank.servicecdn.ru/icons/glyph-26_thumb-down-thinline_20.svg"
18251
18351
  },
18352
+ "ThumbDown20Icon": {
18353
+ "description": "",
18354
+ "web": "ThumbDown20Icon",
18355
+ "webComponent": "import { ThumbDown20Icon } from '@alfalab/icons-glyph-26/ThumbDown20Icon';",
18356
+ "android": "glyph_26_thumb_down_20",
18357
+ "ios": "glyph26_thumbDown_20",
18358
+ "middle": "glyph-26_thumb-down_20",
18359
+ "cdn": "glyph-26_thumb-down_20",
18360
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_thumb-down_20.svg"
18361
+ },
18362
+ "ThumbDown24Icon": {
18363
+ "description": "",
18364
+ "web": "ThumbDown24Icon",
18365
+ "webComponent": "import { ThumbDown24Icon } from '@alfalab/icons-glyph-26/ThumbDown24Icon';",
18366
+ "android": "glyph_26_thumb_down_24",
18367
+ "ios": "glyph26_thumbDown_24",
18368
+ "middle": "glyph-26_thumb-down_24",
18369
+ "cdn": "glyph-26_thumb-down_24",
18370
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_thumb-down_24.svg"
18371
+ },
18252
18372
  "ThumbUpLine20Icon": {
18253
18373
  "description": "",
18254
18374
  "web": "ThumbUpLine20Icon",
@@ -18279,6 +18399,26 @@
18279
18399
  "cdn": "glyph-26_thumb-up-thinline_20",
18280
18400
  "url": "https://alfabank.servicecdn.ru/icons/glyph-26_thumb-up-thinline_20.svg"
18281
18401
  },
18402
+ "ThumbUp20Icon": {
18403
+ "description": "",
18404
+ "web": "ThumbUp20Icon",
18405
+ "webComponent": "import { ThumbUp20Icon } from '@alfalab/icons-glyph-26/ThumbUp20Icon';",
18406
+ "android": "glyph_26_thumb_up_20",
18407
+ "ios": "glyph26_thumbUp_20",
18408
+ "middle": "glyph-26_thumb-up_20",
18409
+ "cdn": "glyph-26_thumb-up_20",
18410
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_thumb-up_20.svg"
18411
+ },
18412
+ "ThumbUp24Icon": {
18413
+ "description": "",
18414
+ "web": "ThumbUp24Icon",
18415
+ "webComponent": "import { ThumbUp24Icon } from '@alfalab/icons-glyph-26/ThumbUp24Icon';",
18416
+ "android": "glyph_26_thumb_up_24",
18417
+ "ios": "glyph26_thumbUp_24",
18418
+ "middle": "glyph-26_thumb-up_24",
18419
+ "cdn": "glyph-26_thumb-up_24",
18420
+ "url": "https://alfabank.servicecdn.ru/icons/glyph-26_thumb-up_24.svg"
18421
+ },
18282
18422
  "TicketLine20Icon": {
18283
18423
  "description": "",
18284
18424
  "web": "TicketLine20Icon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.451.0",
3
+ "version": "3.453.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.23.0",
54
+ "ui-primitives": "^35.25.0",
55
55
  "util": "^0.12.2"
56
56
  },
57
57
  "lint-staged": {