@vkontakte/icons 2.1.1 → 2.3.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 (112) hide show
  1. package/dist/12/play_circle.js +8 -0
  2. package/dist/16/door_enter_arrow_right_outline.js +8 -0
  3. package/dist/16/vmoji_outline.js +8 -0
  4. package/dist/20/api_outline.js +8 -0
  5. package/dist/20/apple_watch_outlite.js +8 -0
  6. package/dist/20/headphones_support_outline.js +8 -0
  7. package/dist/20/logo_vk_workdisk_outline.js +8 -0
  8. package/dist/20/logo_vk_workmail_outline.js +8 -0
  9. package/dist/20/nda_outline.js +8 -0
  10. package/dist/20/tv_text_outline.js +8 -0
  11. package/dist/20/widgets_outline.js +8 -0
  12. package/dist/24/lock.js +8 -0
  13. package/dist/24/user_background_outline.js +8 -0
  14. package/dist/28/door_enter_arrow_right_circle_fill_green.js +8 -0
  15. package/dist/28/education_circle_fill_gray.js +8 -0
  16. package/dist/28/hand_heart_circle_fill_red.js +8 -0
  17. package/dist/28/incognito_circle_fill_gray.js +8 -0
  18. package/dist/28/microphone_circle_fill_red.js +8 -0
  19. package/dist/28/user_circle_fill_blue.js +1 -1
  20. package/dist/28/vk_video_circle_fill_red.js +1 -1
  21. package/dist/36/like.js +1 -1
  22. package/dist/36/like_outline.js +1 -1
  23. package/dist/es6/12/play_circle.js +2 -0
  24. package/dist/es6/16/door_enter_arrow_right_outline.js +2 -0
  25. package/dist/es6/16/vmoji_outline.js +2 -0
  26. package/dist/es6/20/api_outline.js +2 -0
  27. package/dist/es6/20/apple_watch_outlite.js +2 -0
  28. package/dist/es6/20/headphones_support_outline.js +2 -0
  29. package/dist/es6/20/logo_vk_workdisk_outline.js +2 -0
  30. package/dist/es6/20/logo_vk_workmail_outline.js +2 -0
  31. package/dist/es6/20/nda_outline.js +2 -0
  32. package/dist/es6/20/tv_text_outline.js +2 -0
  33. package/dist/es6/20/widgets_outline.js +2 -0
  34. package/dist/es6/24/lock.js +2 -0
  35. package/dist/es6/24/user_background_outline.js +2 -0
  36. package/dist/es6/28/door_enter_arrow_right_circle_fill_green.js +2 -0
  37. package/dist/es6/28/education_circle_fill_gray.js +2 -0
  38. package/dist/es6/28/hand_heart_circle_fill_red.js +2 -0
  39. package/dist/es6/28/incognito_circle_fill_gray.js +2 -0
  40. package/dist/es6/28/microphone_circle_fill_red.js +2 -0
  41. package/dist/es6/28/user_circle_fill_blue.js +1 -1
  42. package/dist/es6/28/vk_video_circle_fill_red.js +1 -1
  43. package/dist/es6/36/like.js +1 -1
  44. package/dist/es6/36/like_outline.js +1 -1
  45. package/dist/es6/index.js +18 -0
  46. package/dist/icons-map.json +1 -1
  47. package/dist/index.js +140 -14
  48. package/dist/typings/12/play_circle.d.ts +12 -0
  49. package/dist/typings/16/door_enter_arrow_right_outline.d.ts +12 -0
  50. package/dist/typings/16/vmoji_outline.d.ts +12 -0
  51. package/dist/typings/20/api_outline.d.ts +12 -0
  52. package/dist/typings/20/apple_watch_outlite.d.ts +12 -0
  53. package/dist/typings/20/headphones_support_outline.d.ts +12 -0
  54. package/dist/typings/20/logo_vk_workdisk_outline.d.ts +12 -0
  55. package/dist/typings/20/logo_vk_workmail_outline.d.ts +12 -0
  56. package/dist/typings/20/nda_outline.d.ts +12 -0
  57. package/dist/typings/20/tv_text_outline.d.ts +12 -0
  58. package/dist/typings/20/widgets_outline.d.ts +12 -0
  59. package/dist/typings/24/lock.d.ts +12 -0
  60. package/dist/typings/24/user_background_outline.d.ts +12 -0
  61. package/dist/typings/28/door_enter_arrow_right_circle_fill_green.d.ts +12 -0
  62. package/dist/typings/28/education_circle_fill_gray.d.ts +12 -0
  63. package/dist/typings/28/hand_heart_circle_fill_red.d.ts +12 -0
  64. package/dist/typings/28/incognito_circle_fill_gray.d.ts +12 -0
  65. package/dist/typings/28/microphone_circle_fill_red.d.ts +12 -0
  66. package/dist/typings/index.d.ts +18 -0
  67. package/package.json +8 -8
  68. package/src/svg/12/play_circle_12.svg +1 -0
  69. package/src/svg/16/door_enter_arrow_right_outline_16.svg +1 -0
  70. package/src/svg/16/vmoji_outline_16.svg +1 -0
  71. package/src/svg/20/api_outline_20.svg +1 -0
  72. package/src/svg/20/apple_watch_outlite_20.svg +1 -0
  73. package/src/svg/20/headphones_support_outline_20.svg +1 -0
  74. package/src/svg/20/logo_vk_workdisk_outline_20.svg +1 -0
  75. package/src/svg/20/logo_vk_workmail_outline_20.svg +1 -0
  76. package/src/svg/20/nda_outline_20.svg +1 -0
  77. package/src/svg/20/tv_text_outline_20.svg +1 -0
  78. package/src/svg/20/widgets_outline_20.svg +1 -0
  79. package/src/svg/24/lock_24.svg +1 -0
  80. package/src/svg/24/user_background_outline_24.svg +1 -0
  81. package/src/svg/28/door_enter_arrow_right_circle_fill_green_28.svg +11 -0
  82. package/src/svg/28/education_circle_fill_gray_28.svg +10 -0
  83. package/src/svg/28/hand_heart_circle_fill_red_28.svg +10 -0
  84. package/src/svg/28/incognito_circle_fill_gray_28.svg +10 -0
  85. package/src/svg/28/microphone_circle_fill_red_28.svg +10 -0
  86. package/src/svg/28/user_circle_fill_blue_28.svg +10 -1
  87. package/src/svg/28/vk_video_circle_fill_red_28.svg +3 -6
  88. package/src/svg/36/like_36.svg +1 -13
  89. package/src/svg/36/like_outline_36.svg +1 -13
  90. package/ts/12/play_circle.ts +24 -0
  91. package/ts/16/door_enter_arrow_right_outline.ts +24 -0
  92. package/ts/16/vmoji_outline.ts +24 -0
  93. package/ts/20/api_outline.ts +24 -0
  94. package/ts/20/apple_watch_outlite.ts +24 -0
  95. package/ts/20/headphones_support_outline.ts +24 -0
  96. package/ts/20/logo_vk_workdisk_outline.ts +24 -0
  97. package/ts/20/logo_vk_workmail_outline.ts +24 -0
  98. package/ts/20/nda_outline.ts +24 -0
  99. package/ts/20/tv_text_outline.ts +24 -0
  100. package/ts/20/widgets_outline.ts +24 -0
  101. package/ts/24/lock.ts +24 -0
  102. package/ts/24/user_background_outline.ts +24 -0
  103. package/ts/28/door_enter_arrow_right_circle_fill_green.ts +24 -0
  104. package/ts/28/education_circle_fill_gray.ts +24 -0
  105. package/ts/28/hand_heart_circle_fill_red.ts +24 -0
  106. package/ts/28/incognito_circle_fill_gray.ts +24 -0
  107. package/ts/28/microphone_circle_fill_red.ts +24 -0
  108. package/ts/28/user_circle_fill_blue.ts +1 -1
  109. package/ts/28/vk_video_circle_fill_red.ts +1 -1
  110. package/ts/36/like.ts +1 -1
  111. package/ts/36/like_outline.ts +1 -1
  112. package/ts/index.ts +18 -0
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon12PlayCircle", "play_circle_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="play_circle_12"><path fill-rule="evenodd" d="M6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12ZM4.592 3.323a.4.4 0 0 0-.592.35v4.653a.4.4 0 0 0 .592.351l4.264-2.326a.4.4 0 0 0 0-.702L4.592 3.323Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon16DoorEnterArrowRightOutline", "door_enter_arrow_right_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="door_enter_arrow_right_outline_16"><path fill-rule="evenodd" d="M8.004 2.25a.75.75 0 0 1 .75-.75h1.92c.645 0 1.186.042 1.663.194.503.16.884.427 1.24.787l.01.009.009.01c.73.789.865 1.761.9 2.653v.029c0 1.3 0 2.3.002 3.225v.184l.002 2.585v.022c-.014.46-.042.875-.193 1.272-.155.41-.414.731-.74 1.076l-.01.01-.009.01c-.372.365-.77.616-1.27.763-.473.138-1.003.171-1.614.171H8.752a.75.75 0 0 1 0-1.5h1.912c.58 0 .934-.035 1.193-.111.23-.067.414-.174.63-.385.28-.296.37-.441.418-.566.052-.139.081-.325.095-.773 0-.925 0-1.722-.002-2.573v-.183l-.002-3.212c-.033-.802-.154-1.298-.493-1.67-.223-.223-.401-.334-.622-.404-.25-.08-.604-.123-1.207-.123h-1.92a.75.75 0 0 1-.75-.75ZM6.476 5.221a.75.75 0 0 1 1.06 0L9.74 7.424a.75.75 0 0 1 .042 1.1L7.526 10.78a.75.75 0 1 1-1.06-1.06l.97-.97H2.25a.75.75 0 1 1 0-1.5h5.194l-.968-.968a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon16VmojiOutline", "vmoji_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="vmoji_outline_16"><path d="M6.282 2.5a.75.75 0 0 0-.06-1.5c-.623.025-1.105.103-1.55.243a5.25 5.25 0 0 0-3.43 3.427c-.142.45-.213.936-.239 1.552a.75.75 0 0 0 1.5.063c.022-.535.08-.88.17-1.164a3.75 3.75 0 0 1 2.448-2.448c.289-.091.634-.154 1.16-.175ZM9.777 1a.75.75 0 0 0-.06 1.5c.527.02.873.083 1.16.174a3.75 3.75 0 0 1 2.45 2.448c.089.283.147.627.17 1.16a.75.75 0 0 0 1.498-.065c-.026-.613-.096-1.097-.238-1.546a5.25 5.25 0 0 0-3.428-3.428c-.446-.14-.929-.218-1.552-.242ZM2.5 9.725a.75.75 0 0 0-1.5.06c.026.62.103 1.1.243 1.544a5.25 5.25 0 0 0 3.428 3.428c.446.14.928.218 1.551.242a.75.75 0 1 0 .06-1.498c-.526-.021-.871-.084-1.16-.175a3.75 3.75 0 0 1-2.448-2.448c-.091-.288-.154-.632-.175-1.153Zm12.5.06a.75.75 0 0 0-1.5-.06c-.02.521-.083.865-.174 1.153a3.75 3.75 0 0 1-2.448 2.448c-.289.091-.634.154-1.16.175a.75.75 0 1 0 .06 1.498c.622-.024 1.105-.102 1.55-.242a5.25 5.25 0 0 0 3.43-3.428c.139-.443.217-.924.242-1.544ZM6.5 7a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm4-1a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM9.476 9.321c-.119-.071-.255-.071-.526-.071h-1.9c-.271 0-.407 0-.526.071a.571.571 0 0 0-.219.277c-.042.133-.017.237.033.446a.966.966 0 0 0 .045.148 1.752 1.752 0 0 0 .947.928 1.78 1.78 0 0 0 1.907-.372c.163-.16.292-.348.38-.556a.966.966 0 0 0 .045-.148c.05-.209.075-.313.033-.446a.571.571 0 0 0-.22-.277Z" /></symbol>', 16, 16, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20ApiOutline", "api_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="api_outline_20"><path d="M10.115 14.5c.555 0 .878-.334.878-.902v-2.053h1.672c1.89 0 3.085-1.032 3.085-2.776C15.75 7.1 14.569 6 12.736 6h-2.227c-.91 0-1.259.34-1.259 1.218v6.38c0 .568.316.902.865.902Zm.878-4.253V7.335h1.523c.955 0 1.498.532 1.498 1.46 0 1.075-.549 1.452-1.904 1.452h-1.117ZM1.553 14.5c.463 0 .72-.227.9-.802l.489-1.421H6.02l.495 1.42c.173.57.443.803.912.803.495 0 .823-.282.823-.723 0-.171-.045-.373-.135-.636l-2.21-6.039C5.627 6.318 5.241 6 4.515 6c-.733 0-1.125.325-1.401 1.102L.905 13.14c-.11.313-.155.503-.155.668 0 .416.328.692.803.692Zm1.774-3.454 1.118-3.38h.084l1.112 3.38H3.327ZM17.631 14.5c.551 0 .869-.331.869-.896V6.896c0-.565-.324-.896-.875-.896-.557 0-.875.331-.875.896v6.708c0 .565.324.896.881.896Z" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20AppleWatchOutlite", "apple_watch_outlite_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="apple_watch_outlite_20"><path d="M10 6.5a.75.75 0 0 1 .75.75v2.423l2.27.877a.75.75 0 1 1-.54 1.4l-2.75-1.063a.75.75 0 0 1-.48-.7V7.25A.75.75 0 0 1 10 6.5Z" /><path fill-rule="evenodd" d="M9.871 1c-.395 0-.736 0-1.017.023a2.29 2.29 0 0 0-.875.222 2.25 2.25 0 0 0-.984.984 2.29 2.29 0 0 0-.222.875c-.022.268-.023.591-.023.964a2.99 2.99 0 0 0-.975.286 3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273C4 7.494 4 8.045 4 8.719v2.562c0 .674 0 1.224.037 1.672.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.306.155.628.239.976.286 0 .373.001.696.023.964.024.297.078.592.222.875.216.424.56.768.984.984.283.144.578.198.875.222.28.023.622.023 1.017.023h.258c.395 0 .736 0 1.017-.023a2.29 2.29 0 0 0 .875-.222 2.25 2.25 0 0 0 .984-.983c.144-.284.198-.58.222-.876.022-.268.023-.591.023-.964.348-.047.67-.13.976-.286a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-1.273.037-.447.037-.998.037-1.671V9c.291-.002.458-.014.59-.082a.75.75 0 0 0 .328-.328C17 8.43 17 8.22 17 7.8v-.1c0-.42 0-.63-.082-.79a.75.75 0 0 0-.328-.328c-.148-.076-.339-.082-.7-.082a2.77 2.77 0 0 0-.244-.725 3.25 3.25 0 0 0-1.42-1.42 2.99 2.99 0 0 0-.976-.287c0-.373-.001-.696-.023-.964a2.29 2.29 0 0 0-.222-.875 2.25 2.25 0 0 0-.984-.984 2.29 2.29 0 0 0-.875-.222C10.866 1 10.524 1 10.13 1h-.26ZM8.268 16.774A10.441 10.441 0 0 1 8.25 16l.468.001h3.032c0 .349-.003.587-.018.774-.017.204-.045.28-.064.316a.75.75 0 0 1-.327.328c-.038.02-.113.047-.317.064-.212.017-.492.018-.924.018h-.2c-.432 0-.712 0-.924-.018-.204-.017-.28-.045-.316-.064a.75.75 0 0 1-.328-.328c-.02-.037-.047-.112-.064-.316ZM11.75 4.001c0-.35-.003-.588-.018-.775-.017-.204-.045-.28-.064-.316a.75.75 0 0 0-.327-.328c-.038-.02-.113-.047-.317-.064A12.753 12.753 0 0 0 10.1 2.5h-.2c-.432 0-.712 0-.924.018-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.328c-.02.037-.047.112-.064.316-.015.187-.018.425-.018.775L8.719 4h3.031ZM7.17 5.53c-.371.03-.57.086-.714.16a1.75 1.75 0 0 0-.765.765c-.074.144-.13.343-.16.713-.03.38-.031.869-.031 1.581v2.5c0 .712 0 1.202.032 1.58.03.371.085.57.159.714.168.33.435.598.765.765.144.074.343.13.713.16.38.03.869.031 1.581.031h2.5c.712 0 1.202 0 1.58-.032.371-.03.57-.085.714-.159a1.75 1.75 0 0 0 .765-.764c.074-.145.13-.344.16-.714.03-.38.031-.869.031-1.581v-2.5c0-.712 0-1.202-.032-1.58-.03-.371-.085-.57-.159-.714a1.75 1.75 0 0 0-.764-.765c-.145-.074-.344-.13-.714-.16-.38-.03-.869-.031-1.581-.031h-2.5c-.712 0-1.202 0-1.58.032Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20HeadphonesSupportOutline", "headphones_support_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="headphones_support_outline_20"><path fill-rule="evenodd" d="M2 10a8 8 0 1 1 16 0v3.75a2.75 2.75 0 1 1-5.5 0v-2.5a2.75 2.75 0 0 1 3.878-2.509 6.502 6.502 0 0 0-12.756 0A2.75 2.75 0 0 1 7.5 11.25v2.5a2.75 2.75 0 1 1-5.5 0V10Zm1.5 1.25v2.5a1.25 1.25 0 1 0 2.5 0v-2.5a1.25 1.25 0 1 0-2.5 0Zm13 0a1.25 1.25 0 1 0-2.5 0v2.5a1.25 1.25 0 1 0 2.5 0v-2.5Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="m3.8 15.786-.024-.09 1.448-.392.024.09c.276 1.019.37 1.314.53 1.521.16.208.372.37.615.471.242.1.552.114 1.606.114h.286l.072-.143.016-.034c.059-.119.155-.314.31-.466a1.25 1.25 0 0 1 .467-.289c.205-.07.423-.07.555-.068h1.045a1.25 1.25 0 0 1 0 2.5H7.858c-.847 0-1.484.001-2.038-.227a3 3 0 0 1-1.23-.943c-.366-.474-.532-1.09-.753-1.907l-.037-.137Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20LogoVkWorkdiskOutline", "logo_vk_workdisk_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="logo_vk_workdisk_outline_20"><path fill-rule="evenodd" d="M3.114 3.114C2 4.228 2 6.021 2 9.607v.786c0 3.586 0 5.38 1.114 6.493C4.228 18 6.021 18 9.607 18h.786c3.586 0 5.38 0 6.493-1.114C18 15.772 18 13.979 18 10.393v-.786c0-3.586 0-5.38-1.114-6.493C15.772 2 13.979 2 10.393 2h-.786C6.02 2 4.227 2 3.114 3.114Zm7.28.386h-.787c-1.836 0-3.061.003-3.974.126-.87.117-1.227.317-1.458.549-.232.231-.432.589-.55 1.458a9.3 9.3 0 0 0-.04.367h.99a2.85 2.85 0 0 1 2.51 1.5H11c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.117.282.144.623.15 1.188.392.136.746.34 1.053.648.527.528.749 1.189.851 1.95.098.73.098 1.652.098 2.781v.309c.156-.24.288-.602.374-1.244.123-.913.126-2.138.126-3.974v-.786c0-1.836-.003-3.061-.126-3.974-.117-.87-.317-1.227-.549-1.458-.231-.232-.589-.432-1.458-.55-.913-.122-2.138-.125-3.974-.125ZM14.5 16.355v-.999c0-1.196-.002-2.018-.085-2.635-.08-.595-.223-.887-.425-1.09-.202-.202-.493-.345-1.088-.425-.616-.083-1.436-.085-2.631-.085H8.654a2.372 2.372 0 0 1-2.139-1.346l-.723-1.508A1.35 1.35 0 0 0 4.575 7.5H3.512c-.011.6-.012 1.293-.012 2.107v.786c0 1.836.003 3.061.126 3.974.117.87.317 1.227.549 1.458.231.232.589.432 1.458.55.913.122 2.138.125 3.974.125h.786c1.836 0 3.061-.003 3.974-.126l.133-.019Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20LogoVkWorkmailOutline", "logo_vk_workmail_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="logo_vk_workmail_outline_20"><path fill-rule="evenodd" d="M2.003 8.214c.018-2.678.152-4.14 1.11-5.1C4.229 2 6.022 2 9.608 2h.786c3.586 0 5.38 0 6.493 1.114.944.944 1.088 2.375 1.11 4.972v.033c.004.41.004.85.004 1.32v.955c0 .897 0 1.681-.017 2.371-.053 2.07-.262 3.287-1.097 4.122C15.772 18 13.979 18 10.393 18h-.786c-3.586 0-5.38 0-6.493-1.114C2 15.772 2 13.979 2 10.393V9.114c0-.315.001-.614.003-.9Zm8.39-4.714h-.786c-1.836 0-3.061.003-3.974.126-.87.117-1.227.317-1.458.549-.232.231-.432.589-.55 1.458-.115.863-.124 2.005-.125 3.677l1.5.866v-1.47c0-.434 0-.83.043-1.153.048-.356.16-.731.47-1.04.309-.31.684-.422 1.04-.47C6.876 6 7.273 6 7.705 6h4.59c.433 0 .83 0 1.152.043.356.048.731.16 1.04.47.31.309.422.684.47 1.04.043.323.043.72.043 1.152v1.425l1.5-.866c0-1.647-.011-2.776-.126-3.63-.117-.87-.317-1.228-.549-1.46-.231-.231-.589-.431-1.458-.548-.913-.123-2.138-.126-3.974-.126Zm6.107 7.496-3.92 2.263c-.425.246-.833.481-1.2.647-.41.187-.875.337-1.42.337-.545 0-1.01-.15-1.42-.337a14.418 14.418 0 0 1-1.2-.647L3.5 11.042v.012c.002.971.01 1.753.045 2.401.018.337.044.639.08.912.118.869.318 1.226.55 1.458.231.232.589.432 1.458.549.913.123 2.138.126 3.974.126h.786c1.836 0 3.061-.003 3.974-.126.87-.117 1.227-.317 1.458-.549.232-.232.432-.589.55-1.458.034-.257.059-.538.077-.851.039-.673.046-1.49.048-2.52Zm-3 0V8.75c0-.493-.002-.787-.03-.997a.703.703 0 0 0-.042-.177l-.001-.003-.003-.001-.004-.002-.006-.003a.704.704 0 0 0-.167-.037c-.21-.028-.504-.03-.997-.03h-4.5c-.493 0-.787.002-.997.03a.706.706 0 0 0-.177.042l-.003.001-.001.003a.706.706 0 0 0-.042.177c-.028.21-.03.504-.03.997v2.292l1.54.89c.937.54 1.406.81 1.92.81s.983-.27 1.92-.81l1.62-.936Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20NdaOutline", "nda_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="nda_outline_20"><path d="M7.5 12.53c0 .632.324.97.92.97h1.637C11.974 13.5 13 12.28 13 9.997 13 7.721 11.974 6.5 10.057 6.5H8.42c-.597 0-.921.338-.921.97v5.06Zm1.579-.379V7.844h.735c1.082 0 1.574.671 1.574 2.153 0 1.488-.492 2.154-1.574 2.154h-.735Zm5.173 1.349c.435 0 .668-.227.83-.813l.263-.823h2.27l.258.823c.163.57.415.813.85.813.47 0 .777-.283.777-.722 0-.177-.044-.379-.134-.662l-1.488-4.47c-.273-.823-.648-1.146-1.36-1.146-.713 0-1.099.328-1.366 1.146l-1.494 4.47c-.114.338-.158.53-.158.697 0 .404.307.687.752.687Zm1.43-2.843.766-2.612h.08l.756 2.612h-1.603ZM2.496 12.63V9.326h.064l2.268 3.513c.332.505.552.662.914.662.494 0 .758-.323.758-.93v-5.2c0-.547-.284-.87-.758-.87-.47 0-.743.323-.743.87v3.264h-.063l-2.25-3.467c-.322-.485-.527-.667-.884-.667-.533 0-.802.334-.802.98v5.15c0 .541.279.87.753.87s.743-.323.743-.87Z" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20TvTextOutline", "tv_text_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="tv_text_outline_20"><path d="M14.578 12.745h-.101l-2.324-6.78c-.218-.662-.56-.965-1.104-.965-.606 0-1.049.36-1.049.879 0 .202.062.483.171.778l2.62 6.989c.341.943.846 1.354 1.724 1.354.863 0 1.353-.403 1.695-1.354l2.627-6.989c.093-.267.163-.59.163-.785C19 5.353 18.565 5 17.966 5c-.56 0-.878.281-1.096.965l-2.292 6.78Zm-9.582 2.257c.615 0 1-.4 1-1.047V6.653h2.146c.503 0 .858-.342.858-.822 0-.487-.355-.83-.858-.83H1.858c-.495 0-.858.35-.858.83 0 .473.363.822.858.822h2.14v7.302c0 .654.377 1.047.998 1.047Z" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20WidgetsOutline", "widgets_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="widgets_outline_20"><path fill-rule="evenodd" d="M9.875 2c-.544 0-.894.099-1.223.274a2.12 2.12 0 0 0-.878.878c-.07.133-.15.3-.204.56-.048.235-.07.525-.07.913 0 .544.099.894.274 1.223A2.135 2.135 0 0 0 9.212 6.93c.235.048.525.07.913.07.544 0 .894-.099 1.223-.274a2.12 2.12 0 0 0 .877-.878c.072-.133.151-.3.205-.56.048-.235.07-.525.07-.913 0-.544-.099-.894-.275-1.223a2.12 2.12 0 0 0-.877-.878 1.937 1.937 0 0 0-.56-.204A4.614 4.614 0 0 0 9.876 2ZM9.36 3.597a.66.66 0 0 1 .17-.066c.066-.016.17-.031.345-.031.343 0 .518.02.612.04a.46.46 0 0 1 .153.057.672.672 0 0 1 .329.433c.016.066.03.17.03.345 0 .343-.02.518-.039.612a.462.462 0 0 1-.057.153.621.621 0 0 1-.263.263.66.66 0 0 1-.17.066c-.066.016-.17.031-.345.031-.343 0-.518-.02-.612-.04a.46.46 0 0 1-.153-.057.62.62 0 0 1-.263-.263.66.66 0 0 1-.066-.17A1.508 1.508 0 0 1 9 4.626c0-.343.02-.518.04-.612a.46.46 0 0 1 .057-.153.62.62 0 0 1 .263-.263ZM3.152 7.774c.329-.175.68-.274 1.223-.274.388 0 .678.022.913.07a2.126 2.126 0 0 1 1.437 1.082c.176.329.275.68.275 1.223 0 .388-.022.678-.07.914a1.933 1.933 0 0 1-.205.559 2.12 2.12 0 0 1-.877.877c-.329.176-.68.275-1.223.275-.388 0-.678-.022-.914-.07a1.936 1.936 0 0 1-.559-.204 2.12 2.12 0 0 1-.878-.878C2.1 11.019 2 10.668 2 10.125c0-.388.022-.678.07-.914.053-.259.133-.426.204-.559a2.12 2.12 0 0 1 .878-.878Zm.877 1.257a.66.66 0 0 0-.17.066.62.62 0 0 0-.262.263.46.46 0 0 0-.057.153c-.02.094-.04.27-.04.612 0 .175.015.28.03.346a.69.69 0 0 0 .067.17.62.62 0 0 0 .263.262c.056.03.082.043.153.057.094.02.27.04.612.04.175 0 .28-.015.346-.03a.658.658 0 0 0 .17-.067.62.62 0 0 0 .262-.263.459.459 0 0 0 .057-.153c.02-.094.04-.27.04-.612 0-.175-.015-.28-.031-.346a.66.66 0 0 0-.066-.17.62.62 0 0 0-.263-.262.46.46 0 0 0-.153-.057c-.094-.02-.27-.04-.612-.04-.175 0-.28.015-.346.03Zm10.123-1.257c.329-.175.68-.274 1.223-.274.388 0 .678.022.913.07a2.126 2.126 0 0 1 1.437 1.082c.176.329.275.68.275 1.223 0 .388-.022.678-.07.914a1.933 1.933 0 0 1-.205.559 2.12 2.12 0 0 1-.877.877c-.329.176-.68.275-1.223.275-.388 0-.678-.022-.914-.07a1.937 1.937 0 0 1-.559-.204 2.12 2.12 0 0 1-.878-.878c-.175-.329-.274-.68-.274-1.223 0-.388.022-.678.07-.914a1.94 1.94 0 0 1 .204-.559 2.12 2.12 0 0 1 .878-.878Zm.877 1.257a.66.66 0 0 0-.17.066.62.62 0 0 0-.262.263.458.458 0 0 0-.057.153c-.02.094-.04.27-.04.612 0 .175.015.28.03.346a.69.69 0 0 0 .067.17.62.62 0 0 0 .263.262c.056.03.082.043.153.057.094.02.27.04.612.04.175 0 .28-.015.346-.03a.658.658 0 0 0 .17-.067.62.62 0 0 0 .262-.263.461.461 0 0 0 .057-.153c.02-.094.04-.27.04-.612 0-.175-.015-.28-.031-.346a.661.661 0 0 0-.066-.17.621.621 0 0 0-.263-.262.46.46 0 0 0-.153-.057c-.094-.02-.27-.04-.612-.04-.175 0-.28.015-.346.03Zm-6.377 4.243c.329-.175.68-.274 1.223-.274.388 0 .678.022.914.07a2.126 2.126 0 0 1 1.436 1.082c.176.329.275.68.275 1.223 0 .388-.022.678-.07.914a1.933 1.933 0 0 1-.205.559 2.12 2.12 0 0 1-.877.878c-.329.175-.68.274-1.223.274-.388 0-.678-.022-.914-.07a1.936 1.936 0 0 1-.559-.204 2.12 2.12 0 0 1-.878-.878c-.175-.329-.274-.68-.274-1.223 0-.388.022-.678.07-.914.053-.259.133-.426.204-.559a2.12 2.12 0 0 1 .878-.877Zm.877 1.257a.658.658 0 0 0-.17.066.62.62 0 0 0-.262.263.459.459 0 0 0-.057.153c-.02.094-.04.27-.04.612 0 .175.015.28.03.346a.69.69 0 0 0 .067.17.62.62 0 0 0 .263.262c.056.03.082.043.153.057.094.02.27.04.612.04.175 0 .28-.015.346-.03a.658.658 0 0 0 .17-.067.62.62 0 0 0 .262-.263.461.461 0 0 0 .057-.153c.02-.094.04-.27.04-.612 0-.175-.015-.28-.031-.346a.66.66 0 0 0-.066-.17.62.62 0 0 0-.263-.262.458.458 0 0 0-.153-.057c-.094-.02-.27-.04-.612-.04-.175 0-.28.015-.346.03ZM10.11 8.5h-.22c-.357 0-.58.056-.776.16a1.09 1.09 0 0 0-.454.454c-.104.195-.16.42-.16.776v.22c0 .357.056.58.16.776.105.196.258.35.454.454.195.104.42.16.776.16h.22c.357 0 .58-.056.776-.16a1.09 1.09 0 0 0 .454-.454c.104-.195.16-.42.16-.775V9.89c0-.357-.056-.58-.16-.776a1.09 1.09 0 0 0-.454-.454c-.195-.104-.42-.16-.776-.16ZM14.926 4h.148c.237 0 .386.037.517.107.13.07.232.172.302.302.07.13.107.28.107.517v.148c0 .237-.037.386-.107.517a.727.727 0 0 1-.302.302c-.13.07-.28.107-.517.107h-.148c-.237 0-.386-.037-.517-.107a.727.727 0 0 1-.302-.302c-.07-.13-.107-.28-.107-.517v-.148c0-.237.037-.386.107-.517a.727.727 0 0 1 .302-.302c.13-.07.28-.107.517-.107ZM5.074 4h-.148c-.237 0-.386.037-.517.107a.727.727 0 0 0-.302.302c-.07.13-.107.28-.107.517v.148c0 .237.037.386.107.517.07.13.172.232.302.302.13.07.28.107.517.107h.148c.237 0 .386-.037.517-.107a.727.727 0 0 0 .302-.302c.07-.13.107-.28.107-.517v-.148c0-.237-.037-.386-.107-.517a.727.727 0 0 0-.302-.302C5.46 4.037 5.31 4 5.074 4Zm-.148 10h.148c.237 0 .386.037.517.107.13.07.232.172.302.302.07.13.107.28.107.517v.148c0 .237-.037.386-.107.517a.727.727 0 0 1-.302.302c-.13.07-.28.107-.517.107h-.148c-.237 0-.386-.037-.517-.107a.727.727 0 0 1-.302-.302c-.07-.13-.107-.28-.107-.517v-.148c0-.237.037-.386.107-.517a.727.727 0 0 1 .302-.302c.13-.07.28-.107.517-.107Zm10.148 0h-.148c-.237 0-.386.037-.517.107a.726.726 0 0 0-.302.302c-.07.13-.107.28-.107.517v.148c0 .237.037.386.107.517.07.13.172.232.302.302.13.07.28.107.517.107h.148c.237 0 .386-.037.517-.107a.726.726 0 0 0 .302-.302c.07-.13.107-.28.107-.517v-.148c0-.237-.037-.386-.107-.517a.726.726 0 0 0-.302-.302c-.13-.07-.28-.107-.517-.107Z" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon24Lock", "lock_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="lock_24"><path d="M12 3a5 5 0 0 1 5 5l-.001 2h.437c.892 0 1.215.093 1.54.267.327.174.583.43.757.756.174.326.267.65.267 1.54v5.873c0 .892-.093 1.215-.267 1.54a1.81 1.81 0 0 1-.756.757c-.326.174-.65.267-1.54.267H6.563c-.892 0-1.215-.093-1.54-.267a1.817 1.817 0 0 1-.757-.756c-.174-.326-.267-.65-.267-1.54v-5.873c0-.892.093-1.215.267-1.54a1.81 1.81 0 0 1 .756-.757c.326-.174.65-.267 1.54-.267H7V8a5 5 0 0 1 5-5Zm0 2a3 3 0 0 0-3 3l-.001 2h6L15 8a3 3 0 0 0-3-3Z" /></symbol>', 24, 24, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon24UserBackgroundOutline", "user_background_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="user_background_outline_24"><path d="M3.264 5.743a.9.9 0 0 1 0-1.273L4.47 3.264a.9.9 0 0 1 1.273 1.272L4.537 5.743a.9.9 0 0 1-1.273 0Z" /><path fill-rule="evenodd" d="M8.5 10.005a3.5 3.5 0 1 1 7 .002 3.5 3.5 0 0 1-7-.002Zm3.5 1.698a1.7 1.7 0 1 1 0-3.4 1.7 1.7 0 0 1 0 3.4Zm.004 3.299c-1.969-.01-3.457.364-4.477 1.083C6.467 16.833 6 17.895 6 19.001c0 .253.001.578.076.864.097.366.318.702.722.903.314.157.676.196.977.214.317.019.72.019 1.197.019h6.056c.476 0 .88 0 1.197-.02.3-.017.663-.056.977-.213.403-.201.625-.537.721-.902C18 19.579 18 19.254 18 19c0-1.105-.47-2.157-1.529-2.9-1.017-.713-2.5-1.09-4.467-1.099Zm-4.204 4c0-.559.211-1.055.764-1.446.594-.418 1.656-.762 3.432-.754 1.779.009 2.845.355 3.442.773.554.389.762.877.762 1.426 0 .069 0 .127-.002.178-.024.003-.05.004-.08.006a21.72 21.72 0 0 1-1.118.016H9a21.635 21.635 0 0 1-1.199-.021A8.743 8.743 0 0 1 7.8 19Zm10.697-4.767a.9.9 0 1 0 1.274 1.273l.965-.965a.9.9 0 1 0-1.273-1.273l-.966.965Zm-1.233-2.495a.9.9 0 0 1 0-1.273L19.46 8.27a.9.9 0 0 1 1.273 1.272l-2.197 2.196a.9.9 0 0 1-1.273 0ZM3.266 9.468a.9.9 0 1 0 1.273 1.273l2.197-2.196a.9.9 0 1 0-1.273-1.273L3.266 9.468Zm7.47-6.198a.9.9 0 0 1 0 1.273l-.6.6A.9.9 0 1 1 8.864 3.87l.6-.6a.9.9 0 0 1 1.272 0Zm5 1.273a.9.9 0 0 0-1.272-1.273l-.6.6a.9.9 0 0 0 1.272 1.273l.6-.6Zm5-1.273a.9.9 0 0 1 0 1.273l-2.2 2.2a.9.9 0 0 1-1.272-1.273l2.2-2.2a.9.9 0 0 1 1.272 0ZM3.266 14.466A.9.9 0 1 0 4.54 15.74l2.201-2.2a.9.9 0 1 0-1.273-1.273l-2.2 2.2Z" /></symbol>', 24, 24, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon28DoorEnterArrowRightCircleFillGreen", "door_enter_arrow_right_circle_fill_green_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="door_enter_arrow_right_circle_fill_green_28"><circle cx="14" cy="14" r="14" fill="url(#door_enter_arrow_right_circle_fill_green_28_a)" /><path fill="#fff" fill-rule="evenodd" d="M14.004 8.25a.75.75 0 0 1 .75-.75h1.92c.645 0 1.186.042 1.663.194.503.16.884.427 1.24.787l.01.009.009.01c.73.789.865 1.761.9 2.653v.029c0 1.3 0 2.3.002 3.225v.184l.002 2.585v.022c-.014.46-.042.875-.193 1.272-.155.41-.414.732-.74 1.076l-.01.01-.009.01c-.372.365-.77.616-1.27.763-.473.138-1.003.171-1.614.171h-1.912a.75.75 0 0 1 0-1.5h1.911c.581 0 .934-.035 1.194-.111.23-.067.414-.174.63-.385.28-.296.37-.441.418-.567.052-.138.081-.324.095-.772 0-.925 0-1.722-.002-2.573v-.183l-.002-3.212c-.032-.802-.154-1.298-.493-1.67-.223-.223-.401-.334-.622-.404-.25-.08-.604-.123-1.207-.123h-1.92a.75.75 0 0 1-.75-.75Zm-1.528 2.971a.75.75 0 0 1 1.06 0l2.204 2.203a.75.75 0 0 1 .043 1.1l-2.257 2.256a.75.75 0 0 1-1.06-1.06l.97-.97H8.25a.75.75 0 0 1 0-1.5h5.194l-.968-.968a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd" /><defs><linearGradient id="door_enter_arrow_right_circle_fill_green_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#50C750" /><stop offset="1" stop-color="#32B332" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon28EducationCircleFillGray", "education_circle_fill_gray_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="education_circle_fill_gray_28"><rect width="28" height="28" fill="url(#education_circle_fill_gray_28_a)" rx="14" /><path fill="#fff" d="M19.2 14.937v1.732c0 2.116-2.328 3.831-5.2 3.831-2.873 0-5.2-1.715-5.2-3.83l-.001-1.733 4.01 2.192a2.494 2.494 0 0 0 2.23.075l.15-.075 4.01-2.192Zm-4.804-8.336 7.197 3.933a.76.76 0 0 1 .404.665H22v4.704c0 .423-.358.766-.8.766-.442 0-.8-.343-.8-.766v-3.387l-6.004 3.282a.831.831 0 0 1-.793 0l-7.2-3.933a.749.749 0 0 1 0-1.33l7.2-3.934a.831.831 0 0 1 .793 0Z" /><defs><linearGradient id="education_circle_fill_gray_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B6BD" /><stop offset="1" stop-color="#99A2AD" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon28HandHeartCircleFillRed", "hand_heart_circle_fill_red_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="hand_heart_circle_fill_red_28"><circle cx="14" cy="14" r="14" fill="url(#hand_heart_circle_fill_red_28_a)" /><path fill="#fff" fill-rule="evenodd" d="M8.932 11.041a.732.732 0 0 0-.944-.44.748.748 0 0 0-.444.952l2.258 6.291c.292.814 1.2 2.926 3.996 2.627a4.252 4.252 0 0 1-.16-.2c-.517-.687-.687-1.368-.687-2.109a3.18 3.18 0 0 1 3.18-3.178c.485 0 .927.112 1.32.304a2.977 2.977 0 0 1 1.32-.304c.263 0 .519.032.764.092l.912-2.565a.89.89 0 0 0-.455-1.105.892.892 0 0 0-1.206.483l-.886 2.229-2.446-6.813a.732.732 0 0 0-.944-.44.748.748 0 0 0-.444.953l1.436 4.001a.499.499 0 0 1-.296.636.488.488 0 0 1-.63-.294L12.72 6.986a.732.732 0 0 0-.944-.44.748.748 0 0 0-.445.953l1.858 5.175a.499.499 0 0 1-.296.635.488.488 0 0 1-.63-.294l-1.605-4.47a.732.732 0 0 0-.944-.441.748.748 0 0 0-.444.953l1.857 5.175a.499.499 0 0 1-.296.635.488.488 0 0 1-.63-.294l-1.268-3.532ZM18.82 16.5c.928 0 1.68.753 1.68 1.682 0 .938-.375 1.408-1.968 2.648l-.725.565a.5.5 0 0 1-.614 0l-.725-.565c-1.592-1.24-1.968-1.71-1.968-2.648a1.68 1.68 0 0 1 1.68-1.682c.498 0 .94.234 1.32.688.38-.454.822-.688 1.32-.688Z" /><defs><linearGradient id="hand_heart_circle_fill_red_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#FF5263" /><stop offset="1" stop-color="#FF3347" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon28IncognitoCircleFillGray", "incognito_circle_fill_gray_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="incognito_circle_fill_gray_28"><circle cx="14" cy="14" r="14" fill="url(#incognito_circle_fill_gray_28_a)" /><path fill="#fff" fill-rule="evenodd" d="m9.52 10.906.503-2.328A2 2 0 0 1 11.978 7h4.044a2 2 0 0 1 1.955 1.578l.503 2.328a.916.916 0 0 1 .015.094H20a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h1.505a.902.902 0 0 1 .015-.094Zm3.447 7a2.5 2.5 0 1 1-.217-1.497 4.984 4.984 0 0 1 2.5 0 2.5 2.5 0 1 1-.217 1.498 3.488 3.488 0 0 0-2.066 0Z" clip-rule="evenodd" /><defs><linearGradient id="incognito_circle_fill_gray_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#99A2AD" /><stop offset="1" stop-color="#99A2AD" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon28MicrophoneCircleFillRed", "microphone_circle_fill_red_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="microphone_circle_fill_red_28"><circle cx="14" cy="14" r="14" fill="url(#microphone_circle_fill_red_28_a)" /><path fill="#fff" d="M11.498 10.5c0-1.38 1.12-2.5 2.502-2.5a2.501 2.501 0 0 1 2.503 2.5v3c0 1.38-1.12 2.5-2.503 2.5a2.501 2.501 0 0 1-2.502-2.5v-3Zm-2.304 3.267a.75.75 0 0 1 .891.576 4.005 4.005 0 0 0 7.83 0 .75.75 0 0 1 1.468.314 5.508 5.508 0 0 1-4.632 4.292v1.301a.75.75 0 0 1-1.502 0v-1.3a5.508 5.508 0 0 1-4.632-4.293.75.75 0 0 1 .577-.89Z" /><defs><linearGradient id="microphone_circle_fill_red_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#FF5263" /><stop offset="1" stop-color="#FF3347" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
8
+ exports.default = _default;
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  exports.default = void 0;
6
6
  var _svgIcon = require("../SvgIcon");
7
- var _default = (0, _svgIcon).makeIcon("Icon28UserCircleFillBlue", "user_circle_fill_blue_28", "0 0 28 28", '<symbol fill="none" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" id="user_circle_fill_blue_28"><linearGradient id="user_circle_fill_blue_28_a" gradientUnits="userSpaceOnUse" x1="-14" x2="14" y1="14" y2="42"><stop offset="0" stop-color="#70b2ff" /><stop offset="1" stop-color="#5c9ce6" /></linearGradient><rect fill="url(#user_circle_fill_blue_28_a)" height="28" rx="14" width="28" /><path d="M14 15c2.75 0 5.5 1 5.5 3.5v.245c0 .413-.046.58-.134.743a.908.908 0 0 1-.378.378c-.163.088-.33.134-.743.134h-8.49c-.413 0-.58-.046-.743-.134a.908.908 0 0 1-.378-.378c-.088-.163-.134-.33-.134-.743V18.5C8.5 16 11.25 15 14 15zm0-8a3 3 0 1 1 0 6 3 3 0 0 1 0-6z" fill="#fff" /></symbol>', 28, 28, false, undefined);
7
+ var _default = (0, _svgIcon).makeIcon("Icon28UserCircleFillBlue", "user_circle_fill_blue_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="user_circle_fill_blue_28"><circle cx="14" cy="14" r="14" fill="url(#user_circle_fill_blue_28_a)" /><path fill="#fff" d="M16.75 11.25a2.75 2.75 0 1 0-5.5 0 2.75 2.75 0 1 0 5.5 0ZM8.5 18.115v.715c0 .37.3.67.67.67h9.66c.37 0 .67-.3.67-.67v-.715C19.5 15.692 15.836 15 14 15c-1.836 0-5.5.692-5.5 3.115Z" /><defs><linearGradient id="user_circle_fill_blue_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
8
8
  exports.default = _default;
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  exports.default = void 0;
6
6
  var _svgIcon = require("../SvgIcon");
7
- var _default = (0, _svgIcon).makeIcon("Icon28VkVideoCircleFillRed", "vk_video_circle_fill_red_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="vk_video_circle_fill_red_28"><rect width="28" height="28" y=".004" fill="url(#vk_video_circle_fill_red_28_a)" rx="14" /><path fill="#fff" fill-rule="evenodd" d="M18.96 18.03c.04-.544.04-1.202.04-1.973v-4.105c0-.771 0-1.43-.04-1.973-.042-.57-.133-1.13-.379-1.674a4.75 4.75 0 0 0-.838-1.27c.64.039 1.095.126 1.483.323a3.25 3.25 0 0 1 1.42 1.42c.354.696.354 1.606.354 3.426v3.6c0 1.82 0 2.73-.354 3.426a3.25 3.25 0 0 1-1.42 1.42c-.388.197-.842.285-1.483.324.343-.373.627-.8.838-1.27.246-.545.337-1.105.38-1.675Z" clip-rule="evenodd" /><path fill="#fff" d="M11.159 12.349a.055.055 0 0 1 .009-.024.052.052 0 0 1 .016-.014.051.051 0 0 1 .02-.007c.004 0 .012 0 .028.005a8.29 8.29 0 0 1 2.748 1.656.08.08 0 0 1 .016.021.05.05 0 0 1 0 .039.062.062 0 0 1-.016.021 8.29 8.29 0 0 1-2.741 1.653.063.063 0 0 1-.028.005.052.052 0 0 1-.02-.007.051.051 0 0 1-.017-.013.056.056 0 0 1-.01-.024 8.502 8.502 0 0 1-.005-3.311Z" /><path fill="#fff" fill-rule="evenodd" d="M7.354 8.779C7 9.474 7 10.384 7 12.204v3.6c0 1.82 0 2.73.354 3.426a3.25 3.25 0 0 0 1.42 1.42c.696.354 1.623.354 3.476.354 1.854 0 2.78 0 3.476-.354a3.25 3.25 0 0 0 1.42-1.42c.354-.695.354-1.606.354-3.426v-3.6c0-1.82 0-2.73-.354-3.425a3.25 3.25 0 0 0-1.42-1.42c-.696-.355-1.623-.355-3.476-.355-1.854 0-2.78 0-3.475.354a3.25 3.25 0 0 0-1.42 1.42Zm2.333 3.28a1.55 1.55 0 0 1 2.055-1.16 9.787 9.787 0 0 1 3.245 1.954 1.55 1.55 0 0 1 0 2.305 9.79 9.79 0 0 1-3.237 1.951 1.55 1.55 0 0 1-2.056-1.155 10.006 10.006 0 0 1-.007-3.894Z" clip-rule="evenodd" /><defs><linearGradient id="vk_video_circle_fill_red_28_a" x1="-14" x2="14" y1="14.004" y2="42.004" gradientUnits="userSpaceOnUse"><stop stop-color="#FF5263" /><stop offset="1" stop-color="#FF3347" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
7
+ var _default = (0, _svgIcon).makeIcon("Icon28VkVideoCircleFillRed", "vk_video_circle_fill_red_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="vk_video_circle_fill_red_28"><circle cx="14" cy="14" r="14" fill="url(#vk_video_circle_fill_red_28_a)" /><path fill="#fff" fill-rule="evenodd" d="M18.96 18.025c.04-.543.04-1.201.04-1.972v-4.106c0-.77 0-1.43-.04-1.972-.042-.57-.133-1.13-.379-1.674a4.75 4.75 0 0 0-.838-1.27c.64.038 1.095.126 1.483.323a3.25 3.25 0 0 1 1.42 1.42C21 9.47 21 10.38 21 12.2v3.6c0 1.82 0 2.73-.354 3.425a3.25 3.25 0 0 1-1.42 1.42c-.388.198-.842.286-1.483.324.343-.372.627-.8.838-1.27.246-.544.337-1.104.38-1.674Zm-7.801-5.68a.055.055 0 0 1 .009-.025.052.052 0 0 1 .016-.013.051.051 0 0 1 .02-.007c.004 0 .012 0 .028.005a8.29 8.29 0 0 1 2.748 1.656c.01.01.014.017.016.02a.05.05 0 0 1 0 .04.062.062 0 0 1-.016.02 8.292 8.292 0 0 1-2.741 1.654.063.063 0 0 1-.028.005.052.052 0 0 1-.02-.007.051.051 0 0 1-.017-.013.057.057 0 0 1-.01-.024 8.502 8.502 0 0 1-.005-3.312Zm-3.805-3.57C7 9.47 7 10.38 7 12.2v3.6c0 1.82 0 2.73.354 3.425a3.25 3.25 0 0 0 1.42 1.42C9.47 21 10.398 21 12.25 21c1.854 0 2.78 0 3.476-.354a3.25 3.25 0 0 0 1.42-1.42c.354-.696.354-1.606.354-3.426v-3.6c0-1.82 0-2.73-.354-3.425a3.25 3.25 0 0 0-1.42-1.42C15.03 7 14.103 7 12.25 7c-1.854 0-2.78 0-3.475.354a3.25 3.25 0 0 0-1.42 1.42Zm2.333 3.28a1.551 1.551 0 0 1 2.055-1.16 9.79 9.79 0 0 1 3.245 1.954 1.55 1.55 0 0 1 0 2.304 9.79 9.79 0 0 1-3.237 1.952c-.9.326-1.869-.22-2.056-1.155a10.005 10.005 0 0 1-.007-3.894Z" clip-rule="evenodd" /><defs><linearGradient id="vk_video_circle_fill_red_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#FF5263" /><stop offset="1" stop-color="#FF3347" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
8
8
  exports.default = _default;
package/dist/36/like.js CHANGED
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  exports.default = void 0;
6
6
  var _svgIcon = require("../SvgIcon");
7
- var _default = (0, _svgIcon).makeIcon("Icon36Like", "like_36", "0 0 36 36", '<symbol viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg" id="like_36"><g fill="none" fill-rule="evenodd"><path d="M0 0h36v36H0z" /><path d="M18.952 8.45c3.4-2.525 8.147-2.68 11.104.006.117.107.232.216.343.33 3.468 3.504 3.468 9.18-.054 12.737l-10.832 9.894a2.25 2.25 0 0 1-3.035-.001L5.6 21.47c-3.468-3.505-3.468-9.18 0-12.685.111-.113.226-.222.343-.329 2.957-2.686 7.705-2.531 11.177.052.3.253.592.524.878.812.301-.302.617-.59.953-.87Z" fill="currentColor" fill-rule="nonzero" /></g></symbol>', 36, 36, false, undefined);
7
+ var _default = (0, _svgIcon).makeIcon("Icon36Like", "like_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="like_36"><path d="M11.559 6.004c-4.74 0-8.555 3.98-8.555 8.822 0 2.62.66 4.638 2.284 6.738 1.553 2.008 4 4.102 7.482 6.948l.004.003 3.572 2.896c.97.787 2.345.787 3.316 0l3.572-2.896.004-.003c3.482-2.846 5.929-4.94 7.482-6.948 1.624-2.1 2.284-4.117 2.284-6.738 0-4.842-3.815-8.822-8.555-8.822-2.483 0-4.64 1.01-6.453 2.877-1.83-1.863-3.981-2.877-6.437-2.877Z" /></symbol>', 36, 36, false, undefined);
8
8
  exports.default = _default;
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  exports.default = void 0;
6
6
  var _svgIcon = require("../SvgIcon");
7
- var _default = (0, _svgIcon).makeIcon("Icon36LikeOutline", "like_outline_36", "0 0 36 36", '<symbol viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg" id="like_outline_36"><g fill="none" fill-rule="evenodd"><path d="M0 0h36v36H0z" /><path d="M28.267 19.36c2.31-2.336 2.31-6.13 0-8.465a5.932 5.932 0 0 0-.228-.218c-1.813-1.647-4.976-1.544-7.23.127a11.168 11.168 0 0 0-1.627 1.704 1.5 1.5 0 0 1-2.36.006 11.843 11.843 0 0 0-1.564-1.656c-2.32-1.725-5.484-1.828-7.297-.181-.078.07-.154.143-.228.218-2.31 2.336-2.31 6.13-.054 8.413l10.317 9.431 10.27-9.379ZM17.49 29.201a.75.75 0 0 1 1.012 0l-.506-.462-.506.462ZM18.952 8.45c3.4-2.525 8.147-2.68 11.104.006.117.107.232.216.343.33 3.468 3.504 3.468 9.18-.054 12.737l-10.832 9.894a2.25 2.25 0 0 1-3.035-.001L5.6 21.47c-3.468-3.505-3.468-9.18 0-12.685.111-.113.226-.222.343-.329 2.957-2.686 7.705-2.531 11.177.052.3.253.592.524.878.812.301-.302.617-.59.953-.87Z" fill="currentColor" fill-rule="nonzero" /></g></symbol>', 36, 36, false, undefined);
7
+ var _default = (0, _svgIcon).makeIcon("Icon36LikeOutline", "like_outline_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="like_outline_36"><path fill-rule="evenodd" d="M3.004 14.826c0-4.842 3.815-8.822 8.555-8.822 2.456 0 4.606 1.014 6.437 2.877 1.813-1.867 3.97-2.877 6.453-2.877 4.74 0 8.555 3.98 8.555 8.822 0 2.62-.66 4.638-2.284 6.738-1.553 2.008-4 4.102-7.482 6.948l-.004.003-3.572 2.896a2.624 2.624 0 0 1-3.316 0l-3.572-2.896-.004-.003c-3.482-2.846-5.929-4.94-7.482-6.948-1.624-2.1-2.284-4.117-2.284-6.738Zm8.555-6.322c-3.282 0-6.055 2.783-6.055 6.322 0 2.084.486 3.56 1.761 5.208 1.346 1.74 3.553 3.653 7.085 6.54l.002.002 3.568 2.893a.13.13 0 0 0 .084.033.13.13 0 0 0 .083-.033l3.569-2.893.002-.001c3.532-2.888 5.738-4.8 7.084-6.54 1.276-1.65 1.762-3.125 1.762-5.209 0-3.54-2.773-6.322-6.055-6.322-2.017 0-3.826.929-5.455 3.042a1.25 1.25 0 0 1-1.972.01c-1.675-2.126-3.488-3.052-5.463-3.052Z" clip-rule="evenodd" /></symbol>', 36, 36, false, undefined);
8
8
  exports.default = _default;
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon12PlayCircle", "play_circle_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="play_circle_12"><path fill-rule="evenodd" d="M6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12ZM4.592 3.323a.4.4 0 0 0-.592.35v4.653a.4.4 0 0 0 .592.351l4.264-2.326a.4.4 0 0 0 0-.702L4.592 3.323Z" clip-rule="evenodd" /></symbol>', 12, 12, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon16DoorEnterArrowRightOutline", "door_enter_arrow_right_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="door_enter_arrow_right_outline_16"><path fill-rule="evenodd" d="M8.004 2.25a.75.75 0 0 1 .75-.75h1.92c.645 0 1.186.042 1.663.194.503.16.884.427 1.24.787l.01.009.009.01c.73.789.865 1.761.9 2.653v.029c0 1.3 0 2.3.002 3.225v.184l.002 2.585v.022c-.014.46-.042.875-.193 1.272-.155.41-.414.731-.74 1.076l-.01.01-.009.01c-.372.365-.77.616-1.27.763-.473.138-1.003.171-1.614.171H8.752a.75.75 0 0 1 0-1.5h1.912c.58 0 .934-.035 1.193-.111.23-.067.414-.174.63-.385.28-.296.37-.441.418-.566.052-.139.081-.325.095-.773 0-.925 0-1.722-.002-2.573v-.183l-.002-3.212c-.033-.802-.154-1.298-.493-1.67-.223-.223-.401-.334-.622-.404-.25-.08-.604-.123-1.207-.123h-1.92a.75.75 0 0 1-.75-.75ZM6.476 5.221a.75.75 0 0 1 1.06 0L9.74 7.424a.75.75 0 0 1 .042 1.1L7.526 10.78a.75.75 0 1 1-1.06-1.06l.97-.97H2.25a.75.75 0 1 1 0-1.5h5.194l-.968-.968a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon16VmojiOutline", "vmoji_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="vmoji_outline_16"><path d="M6.282 2.5a.75.75 0 0 0-.06-1.5c-.623.025-1.105.103-1.55.243a5.25 5.25 0 0 0-3.43 3.427c-.142.45-.213.936-.239 1.552a.75.75 0 0 0 1.5.063c.022-.535.08-.88.17-1.164a3.75 3.75 0 0 1 2.448-2.448c.289-.091.634-.154 1.16-.175ZM9.777 1a.75.75 0 0 0-.06 1.5c.527.02.873.083 1.16.174a3.75 3.75 0 0 1 2.45 2.448c.089.283.147.627.17 1.16a.75.75 0 0 0 1.498-.065c-.026-.613-.096-1.097-.238-1.546a5.25 5.25 0 0 0-3.428-3.428c-.446-.14-.929-.218-1.552-.242ZM2.5 9.725a.75.75 0 0 0-1.5.06c.026.62.103 1.1.243 1.544a5.25 5.25 0 0 0 3.428 3.428c.446.14.928.218 1.551.242a.75.75 0 1 0 .06-1.498c-.526-.021-.871-.084-1.16-.175a3.75 3.75 0 0 1-2.448-2.448c-.091-.288-.154-.632-.175-1.153Zm12.5.06a.75.75 0 0 0-1.5-.06c-.02.521-.083.865-.174 1.153a3.75 3.75 0 0 1-2.448 2.448c-.289.091-.634.154-1.16.175a.75.75 0 1 0 .06 1.498c.622-.024 1.105-.102 1.55-.242a5.25 5.25 0 0 0 3.43-3.428c.139-.443.217-.924.242-1.544ZM6.5 7a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm4-1a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM9.476 9.321c-.119-.071-.255-.071-.526-.071h-1.9c-.271 0-.407 0-.526.071a.571.571 0 0 0-.219.277c-.042.133-.017.237.033.446a.966.966 0 0 0 .045.148 1.752 1.752 0 0 0 .947.928 1.78 1.78 0 0 0 1.907-.372c.163-.16.292-.348.38-.556a.966.966 0 0 0 .045-.148c.05-.209.075-.313.033-.446a.571.571 0 0 0-.22-.277Z" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ApiOutline", "api_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="api_outline_20"><path d="M10.115 14.5c.555 0 .878-.334.878-.902v-2.053h1.672c1.89 0 3.085-1.032 3.085-2.776C15.75 7.1 14.569 6 12.736 6h-2.227c-.91 0-1.259.34-1.259 1.218v6.38c0 .568.316.902.865.902Zm.878-4.253V7.335h1.523c.955 0 1.498.532 1.498 1.46 0 1.075-.549 1.452-1.904 1.452h-1.117ZM1.553 14.5c.463 0 .72-.227.9-.802l.489-1.421H6.02l.495 1.42c.173.57.443.803.912.803.495 0 .823-.282.823-.723 0-.171-.045-.373-.135-.636l-2.21-6.039C5.627 6.318 5.241 6 4.515 6c-.733 0-1.125.325-1.401 1.102L.905 13.14c-.11.313-.155.503-.155.668 0 .416.328.692.803.692Zm1.774-3.454 1.118-3.38h.084l1.112 3.38H3.327ZM17.631 14.5c.551 0 .869-.331.869-.896V6.896c0-.565-.324-.896-.875-.896-.557 0-.875.331-.875.896v6.708c0 .565.324.896.881.896Z" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20AppleWatchOutlite", "apple_watch_outlite_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="apple_watch_outlite_20"><path d="M10 6.5a.75.75 0 0 1 .75.75v2.423l2.27.877a.75.75 0 1 1-.54 1.4l-2.75-1.063a.75.75 0 0 1-.48-.7V7.25A.75.75 0 0 1 10 6.5Z" /><path fill-rule="evenodd" d="M9.871 1c-.395 0-.736 0-1.017.023a2.29 2.29 0 0 0-.875.222 2.25 2.25 0 0 0-.984.984 2.29 2.29 0 0 0-.222.875c-.022.268-.023.591-.023.964a2.99 2.99 0 0 0-.975.286 3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273C4 7.494 4 8.045 4 8.719v2.562c0 .674 0 1.224.037 1.672.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.306.155.628.239.976.286 0 .373.001.696.023.964.024.297.078.592.222.875.216.424.56.768.984.984.283.144.578.198.875.222.28.023.622.023 1.017.023h.258c.395 0 .736 0 1.017-.023a2.29 2.29 0 0 0 .875-.222 2.25 2.25 0 0 0 .984-.983c.144-.284.198-.58.222-.876.022-.268.023-.591.023-.964.348-.047.67-.13.976-.286a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-1.273.037-.447.037-.998.037-1.671V9c.291-.002.458-.014.59-.082a.75.75 0 0 0 .328-.328C17 8.43 17 8.22 17 7.8v-.1c0-.42 0-.63-.082-.79a.75.75 0 0 0-.328-.328c-.148-.076-.339-.082-.7-.082a2.77 2.77 0 0 0-.244-.725 3.25 3.25 0 0 0-1.42-1.42 2.99 2.99 0 0 0-.976-.287c0-.373-.001-.696-.023-.964a2.29 2.29 0 0 0-.222-.875 2.25 2.25 0 0 0-.984-.984 2.29 2.29 0 0 0-.875-.222C10.866 1 10.524 1 10.13 1h-.26ZM8.268 16.774A10.441 10.441 0 0 1 8.25 16l.468.001h3.032c0 .349-.003.587-.018.774-.017.204-.045.28-.064.316a.75.75 0 0 1-.327.328c-.038.02-.113.047-.317.064-.212.017-.492.018-.924.018h-.2c-.432 0-.712 0-.924-.018-.204-.017-.28-.045-.316-.064a.75.75 0 0 1-.328-.328c-.02-.037-.047-.112-.064-.316ZM11.75 4.001c0-.35-.003-.588-.018-.775-.017-.204-.045-.28-.064-.316a.75.75 0 0 0-.327-.328c-.038-.02-.113-.047-.317-.064A12.753 12.753 0 0 0 10.1 2.5h-.2c-.432 0-.712 0-.924.018-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.328c-.02.037-.047.112-.064.316-.015.187-.018.425-.018.775L8.719 4h3.031ZM7.17 5.53c-.371.03-.57.086-.714.16a1.75 1.75 0 0 0-.765.765c-.074.144-.13.343-.16.713-.03.38-.031.869-.031 1.581v2.5c0 .712 0 1.202.032 1.58.03.371.085.57.159.714.168.33.435.598.765.765.144.074.343.13.713.16.38.03.869.031 1.581.031h2.5c.712 0 1.202 0 1.58-.032.371-.03.57-.085.714-.159a1.75 1.75 0 0 0 .765-.764c.074-.145.13-.344.16-.714.03-.38.031-.869.031-1.581v-2.5c0-.712 0-1.202-.032-1.58-.03-.371-.085-.57-.159-.714a1.75 1.75 0 0 0-.764-.765c-.145-.074-.344-.13-.714-.16-.38-.03-.869-.031-1.581-.031h-2.5c-.712 0-1.202 0-1.58.032Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20HeadphonesSupportOutline", "headphones_support_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="headphones_support_outline_20"><path fill-rule="evenodd" d="M2 10a8 8 0 1 1 16 0v3.75a2.75 2.75 0 1 1-5.5 0v-2.5a2.75 2.75 0 0 1 3.878-2.509 6.502 6.502 0 0 0-12.756 0A2.75 2.75 0 0 1 7.5 11.25v2.5a2.75 2.75 0 1 1-5.5 0V10Zm1.5 1.25v2.5a1.25 1.25 0 1 0 2.5 0v-2.5a1.25 1.25 0 1 0-2.5 0Zm13 0a1.25 1.25 0 1 0-2.5 0v2.5a1.25 1.25 0 1 0 2.5 0v-2.5Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="m3.8 15.786-.024-.09 1.448-.392.024.09c.276 1.019.37 1.314.53 1.521.16.208.372.37.615.471.242.1.552.114 1.606.114h.286l.072-.143.016-.034c.059-.119.155-.314.31-.466a1.25 1.25 0 0 1 .467-.289c.205-.07.423-.07.555-.068h1.045a1.25 1.25 0 0 1 0 2.5H7.858c-.847 0-1.484.001-2.038-.227a3 3 0 0 1-1.23-.943c-.366-.474-.532-1.09-.753-1.907l-.037-.137Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20LogoVkWorkdiskOutline", "logo_vk_workdisk_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="logo_vk_workdisk_outline_20"><path fill-rule="evenodd" d="M3.114 3.114C2 4.228 2 6.021 2 9.607v.786c0 3.586 0 5.38 1.114 6.493C4.228 18 6.021 18 9.607 18h.786c3.586 0 5.38 0 6.493-1.114C18 15.772 18 13.979 18 10.393v-.786c0-3.586 0-5.38-1.114-6.493C15.772 2 13.979 2 10.393 2h-.786C6.02 2 4.227 2 3.114 3.114Zm7.28.386h-.787c-1.836 0-3.061.003-3.974.126-.87.117-1.227.317-1.458.549-.232.231-.432.589-.55 1.458a9.3 9.3 0 0 0-.04.367h.99a2.85 2.85 0 0 1 2.51 1.5H11c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.117.282.144.623.15 1.188.392.136.746.34 1.053.648.527.528.749 1.189.851 1.95.098.73.098 1.652.098 2.781v.309c.156-.24.288-.602.374-1.244.123-.913.126-2.138.126-3.974v-.786c0-1.836-.003-3.061-.126-3.974-.117-.87-.317-1.227-.549-1.458-.231-.232-.589-.432-1.458-.55-.913-.122-2.138-.125-3.974-.125ZM14.5 16.355v-.999c0-1.196-.002-2.018-.085-2.635-.08-.595-.223-.887-.425-1.09-.202-.202-.493-.345-1.088-.425-.616-.083-1.436-.085-2.631-.085H8.654a2.372 2.372 0 0 1-2.139-1.346l-.723-1.508A1.35 1.35 0 0 0 4.575 7.5H3.512c-.011.6-.012 1.293-.012 2.107v.786c0 1.836.003 3.061.126 3.974.117.87.317 1.227.549 1.458.231.232.589.432 1.458.55.913.122 2.138.125 3.974.125h.786c1.836 0 3.061-.003 3.974-.126l.133-.019Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20LogoVkWorkmailOutline", "logo_vk_workmail_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="logo_vk_workmail_outline_20"><path fill-rule="evenodd" d="M2.003 8.214c.018-2.678.152-4.14 1.11-5.1C4.229 2 6.022 2 9.608 2h.786c3.586 0 5.38 0 6.493 1.114.944.944 1.088 2.375 1.11 4.972v.033c.004.41.004.85.004 1.32v.955c0 .897 0 1.681-.017 2.371-.053 2.07-.262 3.287-1.097 4.122C15.772 18 13.979 18 10.393 18h-.786c-3.586 0-5.38 0-6.493-1.114C2 15.772 2 13.979 2 10.393V9.114c0-.315.001-.614.003-.9Zm8.39-4.714h-.786c-1.836 0-3.061.003-3.974.126-.87.117-1.227.317-1.458.549-.232.231-.432.589-.55 1.458-.115.863-.124 2.005-.125 3.677l1.5.866v-1.47c0-.434 0-.83.043-1.153.048-.356.16-.731.47-1.04.309-.31.684-.422 1.04-.47C6.876 6 7.273 6 7.705 6h4.59c.433 0 .83 0 1.152.043.356.048.731.16 1.04.47.31.309.422.684.47 1.04.043.323.043.72.043 1.152v1.425l1.5-.866c0-1.647-.011-2.776-.126-3.63-.117-.87-.317-1.228-.549-1.46-.231-.231-.589-.431-1.458-.548-.913-.123-2.138-.126-3.974-.126Zm6.107 7.496-3.92 2.263c-.425.246-.833.481-1.2.647-.41.187-.875.337-1.42.337-.545 0-1.01-.15-1.42-.337a14.418 14.418 0 0 1-1.2-.647L3.5 11.042v.012c.002.971.01 1.753.045 2.401.018.337.044.639.08.912.118.869.318 1.226.55 1.458.231.232.589.432 1.458.549.913.123 2.138.126 3.974.126h.786c1.836 0 3.061-.003 3.974-.126.87-.117 1.227-.317 1.458-.549.232-.232.432-.589.55-1.458.034-.257.059-.538.077-.851.039-.673.046-1.49.048-2.52Zm-3 0V8.75c0-.493-.002-.787-.03-.997a.703.703 0 0 0-.042-.177l-.001-.003-.003-.001-.004-.002-.006-.003a.704.704 0 0 0-.167-.037c-.21-.028-.504-.03-.997-.03h-4.5c-.493 0-.787.002-.997.03a.706.706 0 0 0-.177.042l-.003.001-.001.003a.706.706 0 0 0-.042.177c-.028.21-.03.504-.03.997v2.292l1.54.89c.937.54 1.406.81 1.92.81s.983-.27 1.92-.81l1.62-.936Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20NdaOutline", "nda_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="nda_outline_20"><path d="M7.5 12.53c0 .632.324.97.92.97h1.637C11.974 13.5 13 12.28 13 9.997 13 7.721 11.974 6.5 10.057 6.5H8.42c-.597 0-.921.338-.921.97v5.06Zm1.579-.379V7.844h.735c1.082 0 1.574.671 1.574 2.153 0 1.488-.492 2.154-1.574 2.154h-.735Zm5.173 1.349c.435 0 .668-.227.83-.813l.263-.823h2.27l.258.823c.163.57.415.813.85.813.47 0 .777-.283.777-.722 0-.177-.044-.379-.134-.662l-1.488-4.47c-.273-.823-.648-1.146-1.36-1.146-.713 0-1.099.328-1.366 1.146l-1.494 4.47c-.114.338-.158.53-.158.697 0 .404.307.687.752.687Zm1.43-2.843.766-2.612h.08l.756 2.612h-1.603ZM2.496 12.63V9.326h.064l2.268 3.513c.332.505.552.662.914.662.494 0 .758-.323.758-.93v-5.2c0-.547-.284-.87-.758-.87-.47 0-.743.323-.743.87v3.264h-.063l-2.25-3.467c-.322-.485-.527-.667-.884-.667-.533 0-.802.334-.802.98v5.15c0 .541.279.87.753.87s.743-.323.743-.87Z" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20TvTextOutline", "tv_text_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="tv_text_outline_20"><path d="M14.578 12.745h-.101l-2.324-6.78c-.218-.662-.56-.965-1.104-.965-.606 0-1.049.36-1.049.879 0 .202.062.483.171.778l2.62 6.989c.341.943.846 1.354 1.724 1.354.863 0 1.353-.403 1.695-1.354l2.627-6.989c.093-.267.163-.59.163-.785C19 5.353 18.565 5 17.966 5c-.56 0-.878.281-1.096.965l-2.292 6.78Zm-9.582 2.257c.615 0 1-.4 1-1.047V6.653h2.146c.503 0 .858-.342.858-.822 0-.487-.355-.83-.858-.83H1.858c-.495 0-.858.35-.858.83 0 .473.363.822.858.822h2.14v7.302c0 .654.377 1.047.998 1.047Z" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20WidgetsOutline", "widgets_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="widgets_outline_20"><path fill-rule="evenodd" d="M9.875 2c-.544 0-.894.099-1.223.274a2.12 2.12 0 0 0-.878.878c-.07.133-.15.3-.204.56-.048.235-.07.525-.07.913 0 .544.099.894.274 1.223A2.135 2.135 0 0 0 9.212 6.93c.235.048.525.07.913.07.544 0 .894-.099 1.223-.274a2.12 2.12 0 0 0 .877-.878c.072-.133.151-.3.205-.56.048-.235.07-.525.07-.913 0-.544-.099-.894-.275-1.223a2.12 2.12 0 0 0-.877-.878 1.937 1.937 0 0 0-.56-.204A4.614 4.614 0 0 0 9.876 2ZM9.36 3.597a.66.66 0 0 1 .17-.066c.066-.016.17-.031.345-.031.343 0 .518.02.612.04a.46.46 0 0 1 .153.057.672.672 0 0 1 .329.433c.016.066.03.17.03.345 0 .343-.02.518-.039.612a.462.462 0 0 1-.057.153.621.621 0 0 1-.263.263.66.66 0 0 1-.17.066c-.066.016-.17.031-.345.031-.343 0-.518-.02-.612-.04a.46.46 0 0 1-.153-.057.62.62 0 0 1-.263-.263.66.66 0 0 1-.066-.17A1.508 1.508 0 0 1 9 4.626c0-.343.02-.518.04-.612a.46.46 0 0 1 .057-.153.62.62 0 0 1 .263-.263ZM3.152 7.774c.329-.175.68-.274 1.223-.274.388 0 .678.022.913.07a2.126 2.126 0 0 1 1.437 1.082c.176.329.275.68.275 1.223 0 .388-.022.678-.07.914a1.933 1.933 0 0 1-.205.559 2.12 2.12 0 0 1-.877.877c-.329.176-.68.275-1.223.275-.388 0-.678-.022-.914-.07a1.936 1.936 0 0 1-.559-.204 2.12 2.12 0 0 1-.878-.878C2.1 11.019 2 10.668 2 10.125c0-.388.022-.678.07-.914.053-.259.133-.426.204-.559a2.12 2.12 0 0 1 .878-.878Zm.877 1.257a.66.66 0 0 0-.17.066.62.62 0 0 0-.262.263.46.46 0 0 0-.057.153c-.02.094-.04.27-.04.612 0 .175.015.28.03.346a.69.69 0 0 0 .067.17.62.62 0 0 0 .263.262c.056.03.082.043.153.057.094.02.27.04.612.04.175 0 .28-.015.346-.03a.658.658 0 0 0 .17-.067.62.62 0 0 0 .262-.263.459.459 0 0 0 .057-.153c.02-.094.04-.27.04-.612 0-.175-.015-.28-.031-.346a.66.66 0 0 0-.066-.17.62.62 0 0 0-.263-.262.46.46 0 0 0-.153-.057c-.094-.02-.27-.04-.612-.04-.175 0-.28.015-.346.03Zm10.123-1.257c.329-.175.68-.274 1.223-.274.388 0 .678.022.913.07a2.126 2.126 0 0 1 1.437 1.082c.176.329.275.68.275 1.223 0 .388-.022.678-.07.914a1.933 1.933 0 0 1-.205.559 2.12 2.12 0 0 1-.877.877c-.329.176-.68.275-1.223.275-.388 0-.678-.022-.914-.07a1.937 1.937 0 0 1-.559-.204 2.12 2.12 0 0 1-.878-.878c-.175-.329-.274-.68-.274-1.223 0-.388.022-.678.07-.914a1.94 1.94 0 0 1 .204-.559 2.12 2.12 0 0 1 .878-.878Zm.877 1.257a.66.66 0 0 0-.17.066.62.62 0 0 0-.262.263.458.458 0 0 0-.057.153c-.02.094-.04.27-.04.612 0 .175.015.28.03.346a.69.69 0 0 0 .067.17.62.62 0 0 0 .263.262c.056.03.082.043.153.057.094.02.27.04.612.04.175 0 .28-.015.346-.03a.658.658 0 0 0 .17-.067.62.62 0 0 0 .262-.263.461.461 0 0 0 .057-.153c.02-.094.04-.27.04-.612 0-.175-.015-.28-.031-.346a.661.661 0 0 0-.066-.17.621.621 0 0 0-.263-.262.46.46 0 0 0-.153-.057c-.094-.02-.27-.04-.612-.04-.175 0-.28.015-.346.03Zm-6.377 4.243c.329-.175.68-.274 1.223-.274.388 0 .678.022.914.07a2.126 2.126 0 0 1 1.436 1.082c.176.329.275.68.275 1.223 0 .388-.022.678-.07.914a1.933 1.933 0 0 1-.205.559 2.12 2.12 0 0 1-.877.878c-.329.175-.68.274-1.223.274-.388 0-.678-.022-.914-.07a1.936 1.936 0 0 1-.559-.204 2.12 2.12 0 0 1-.878-.878c-.175-.329-.274-.68-.274-1.223 0-.388.022-.678.07-.914.053-.259.133-.426.204-.559a2.12 2.12 0 0 1 .878-.877Zm.877 1.257a.658.658 0 0 0-.17.066.62.62 0 0 0-.262.263.459.459 0 0 0-.057.153c-.02.094-.04.27-.04.612 0 .175.015.28.03.346a.69.69 0 0 0 .067.17.62.62 0 0 0 .263.262c.056.03.082.043.153.057.094.02.27.04.612.04.175 0 .28-.015.346-.03a.658.658 0 0 0 .17-.067.62.62 0 0 0 .262-.263.461.461 0 0 0 .057-.153c.02-.094.04-.27.04-.612 0-.175-.015-.28-.031-.346a.66.66 0 0 0-.066-.17.62.62 0 0 0-.263-.262.458.458 0 0 0-.153-.057c-.094-.02-.27-.04-.612-.04-.175 0-.28.015-.346.03ZM10.11 8.5h-.22c-.357 0-.58.056-.776.16a1.09 1.09 0 0 0-.454.454c-.104.195-.16.42-.16.776v.22c0 .357.056.58.16.776.105.196.258.35.454.454.195.104.42.16.776.16h.22c.357 0 .58-.056.776-.16a1.09 1.09 0 0 0 .454-.454c.104-.195.16-.42.16-.775V9.89c0-.357-.056-.58-.16-.776a1.09 1.09 0 0 0-.454-.454c-.195-.104-.42-.16-.776-.16ZM14.926 4h.148c.237 0 .386.037.517.107.13.07.232.172.302.302.07.13.107.28.107.517v.148c0 .237-.037.386-.107.517a.727.727 0 0 1-.302.302c-.13.07-.28.107-.517.107h-.148c-.237 0-.386-.037-.517-.107a.727.727 0 0 1-.302-.302c-.07-.13-.107-.28-.107-.517v-.148c0-.237.037-.386.107-.517a.727.727 0 0 1 .302-.302c.13-.07.28-.107.517-.107ZM5.074 4h-.148c-.237 0-.386.037-.517.107a.727.727 0 0 0-.302.302c-.07.13-.107.28-.107.517v.148c0 .237.037.386.107.517.07.13.172.232.302.302.13.07.28.107.517.107h.148c.237 0 .386-.037.517-.107a.727.727 0 0 0 .302-.302c.07-.13.107-.28.107-.517v-.148c0-.237-.037-.386-.107-.517a.727.727 0 0 0-.302-.302C5.46 4.037 5.31 4 5.074 4Zm-.148 10h.148c.237 0 .386.037.517.107.13.07.232.172.302.302.07.13.107.28.107.517v.148c0 .237-.037.386-.107.517a.727.727 0 0 1-.302.302c-.13.07-.28.107-.517.107h-.148c-.237 0-.386-.037-.517-.107a.727.727 0 0 1-.302-.302c-.07-.13-.107-.28-.107-.517v-.148c0-.237.037-.386.107-.517a.727.727 0 0 1 .302-.302c.13-.07.28-.107.517-.107Zm10.148 0h-.148c-.237 0-.386.037-.517.107a.726.726 0 0 0-.302.302c-.07.13-.107.28-.107.517v.148c0 .237.037.386.107.517.07.13.172.232.302.302.13.07.28.107.517.107h.148c.237 0 .386-.037.517-.107a.726.726 0 0 0 .302-.302c.07-.13.107-.28.107-.517v-.148c0-.237-.037-.386-.107-.517a.726.726 0 0 0-.302-.302c-.13-.07-.28-.107-.517-.107Z" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24Lock", "lock_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="lock_24"><path d="M12 3a5 5 0 0 1 5 5l-.001 2h.437c.892 0 1.215.093 1.54.267.327.174.583.43.757.756.174.326.267.65.267 1.54v5.873c0 .892-.093 1.215-.267 1.54a1.81 1.81 0 0 1-.756.757c-.326.174-.65.267-1.54.267H6.563c-.892 0-1.215-.093-1.54-.267a1.817 1.817 0 0 1-.757-.756c-.174-.326-.267-.65-.267-1.54v-5.873c0-.892.093-1.215.267-1.54a1.81 1.81 0 0 1 .756-.757c.326-.174.65-.267 1.54-.267H7V8a5 5 0 0 1 5-5Zm0 2a3 3 0 0 0-3 3l-.001 2h6L15 8a3 3 0 0 0-3-3Z" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24UserBackgroundOutline", "user_background_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="user_background_outline_24"><path d="M3.264 5.743a.9.9 0 0 1 0-1.273L4.47 3.264a.9.9 0 0 1 1.273 1.272L4.537 5.743a.9.9 0 0 1-1.273 0Z" /><path fill-rule="evenodd" d="M8.5 10.005a3.5 3.5 0 1 1 7 .002 3.5 3.5 0 0 1-7-.002Zm3.5 1.698a1.7 1.7 0 1 1 0-3.4 1.7 1.7 0 0 1 0 3.4Zm.004 3.299c-1.969-.01-3.457.364-4.477 1.083C6.467 16.833 6 17.895 6 19.001c0 .253.001.578.076.864.097.366.318.702.722.903.314.157.676.196.977.214.317.019.72.019 1.197.019h6.056c.476 0 .88 0 1.197-.02.3-.017.663-.056.977-.213.403-.201.625-.537.721-.902C18 19.579 18 19.254 18 19c0-1.105-.47-2.157-1.529-2.9-1.017-.713-2.5-1.09-4.467-1.099Zm-4.204 4c0-.559.211-1.055.764-1.446.594-.418 1.656-.762 3.432-.754 1.779.009 2.845.355 3.442.773.554.389.762.877.762 1.426 0 .069 0 .127-.002.178-.024.003-.05.004-.08.006a21.72 21.72 0 0 1-1.118.016H9a21.635 21.635 0 0 1-1.199-.021A8.743 8.743 0 0 1 7.8 19Zm10.697-4.767a.9.9 0 1 0 1.274 1.273l.965-.965a.9.9 0 1 0-1.273-1.273l-.966.965Zm-1.233-2.495a.9.9 0 0 1 0-1.273L19.46 8.27a.9.9 0 0 1 1.273 1.272l-2.197 2.196a.9.9 0 0 1-1.273 0ZM3.266 9.468a.9.9 0 1 0 1.273 1.273l2.197-2.196a.9.9 0 1 0-1.273-1.273L3.266 9.468Zm7.47-6.198a.9.9 0 0 1 0 1.273l-.6.6A.9.9 0 1 1 8.864 3.87l.6-.6a.9.9 0 0 1 1.272 0Zm5 1.273a.9.9 0 0 0-1.272-1.273l-.6.6a.9.9 0 0 0 1.272 1.273l.6-.6Zm5-1.273a.9.9 0 0 1 0 1.273l-2.2 2.2a.9.9 0 0 1-1.272-1.273l2.2-2.2a.9.9 0 0 1 1.272 0ZM3.266 14.466A.9.9 0 1 0 4.54 15.74l2.201-2.2a.9.9 0 1 0-1.273-1.273l-2.2 2.2Z" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28DoorEnterArrowRightCircleFillGreen", "door_enter_arrow_right_circle_fill_green_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="door_enter_arrow_right_circle_fill_green_28"><circle cx="14" cy="14" r="14" fill="url(#door_enter_arrow_right_circle_fill_green_28_a)" /><path fill="#fff" fill-rule="evenodd" d="M14.004 8.25a.75.75 0 0 1 .75-.75h1.92c.645 0 1.186.042 1.663.194.503.16.884.427 1.24.787l.01.009.009.01c.73.789.865 1.761.9 2.653v.029c0 1.3 0 2.3.002 3.225v.184l.002 2.585v.022c-.014.46-.042.875-.193 1.272-.155.41-.414.732-.74 1.076l-.01.01-.009.01c-.372.365-.77.616-1.27.763-.473.138-1.003.171-1.614.171h-1.912a.75.75 0 0 1 0-1.5h1.911c.581 0 .934-.035 1.194-.111.23-.067.414-.174.63-.385.28-.296.37-.441.418-.567.052-.138.081-.324.095-.772 0-.925 0-1.722-.002-2.573v-.183l-.002-3.212c-.032-.802-.154-1.298-.493-1.67-.223-.223-.401-.334-.622-.404-.25-.08-.604-.123-1.207-.123h-1.92a.75.75 0 0 1-.75-.75Zm-1.528 2.971a.75.75 0 0 1 1.06 0l2.204 2.203a.75.75 0 0 1 .043 1.1l-2.257 2.256a.75.75 0 0 1-1.06-1.06l.97-.97H8.25a.75.75 0 0 1 0-1.5h5.194l-.968-.968a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd" /><defs><linearGradient id="door_enter_arrow_right_circle_fill_green_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#50C750" /><stop offset="1" stop-color="#32B332" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28EducationCircleFillGray", "education_circle_fill_gray_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="education_circle_fill_gray_28"><rect width="28" height="28" fill="url(#education_circle_fill_gray_28_a)" rx="14" /><path fill="#fff" d="M19.2 14.937v1.732c0 2.116-2.328 3.831-5.2 3.831-2.873 0-5.2-1.715-5.2-3.83l-.001-1.733 4.01 2.192a2.494 2.494 0 0 0 2.23.075l.15-.075 4.01-2.192Zm-4.804-8.336 7.197 3.933a.76.76 0 0 1 .404.665H22v4.704c0 .423-.358.766-.8.766-.442 0-.8-.343-.8-.766v-3.387l-6.004 3.282a.831.831 0 0 1-.793 0l-7.2-3.933a.749.749 0 0 1 0-1.33l7.2-3.934a.831.831 0 0 1 .793 0Z" /><defs><linearGradient id="education_circle_fill_gray_28_a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#B1B6BD" /><stop offset="1" stop-color="#99A2AD" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28HandHeartCircleFillRed", "hand_heart_circle_fill_red_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="hand_heart_circle_fill_red_28"><circle cx="14" cy="14" r="14" fill="url(#hand_heart_circle_fill_red_28_a)" /><path fill="#fff" fill-rule="evenodd" d="M8.932 11.041a.732.732 0 0 0-.944-.44.748.748 0 0 0-.444.952l2.258 6.291c.292.814 1.2 2.926 3.996 2.627a4.252 4.252 0 0 1-.16-.2c-.517-.687-.687-1.368-.687-2.109a3.18 3.18 0 0 1 3.18-3.178c.485 0 .927.112 1.32.304a2.977 2.977 0 0 1 1.32-.304c.263 0 .519.032.764.092l.912-2.565a.89.89 0 0 0-.455-1.105.892.892 0 0 0-1.206.483l-.886 2.229-2.446-6.813a.732.732 0 0 0-.944-.44.748.748 0 0 0-.444.953l1.436 4.001a.499.499 0 0 1-.296.636.488.488 0 0 1-.63-.294L12.72 6.986a.732.732 0 0 0-.944-.44.748.748 0 0 0-.445.953l1.858 5.175a.499.499 0 0 1-.296.635.488.488 0 0 1-.63-.294l-1.605-4.47a.732.732 0 0 0-.944-.441.748.748 0 0 0-.444.953l1.857 5.175a.499.499 0 0 1-.296.635.488.488 0 0 1-.63-.294l-1.268-3.532ZM18.82 16.5c.928 0 1.68.753 1.68 1.682 0 .938-.375 1.408-1.968 2.648l-.725.565a.5.5 0 0 1-.614 0l-.725-.565c-1.592-1.24-1.968-1.71-1.968-2.648a1.68 1.68 0 0 1 1.68-1.682c.498 0 .94.234 1.32.688.38-.454.822-.688 1.32-.688Z" /><defs><linearGradient id="hand_heart_circle_fill_red_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#FF5263" /><stop offset="1" stop-color="#FF3347" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28IncognitoCircleFillGray", "incognito_circle_fill_gray_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="incognito_circle_fill_gray_28"><circle cx="14" cy="14" r="14" fill="url(#incognito_circle_fill_gray_28_a)" /><path fill="#fff" fill-rule="evenodd" d="m9.52 10.906.503-2.328A2 2 0 0 1 11.978 7h4.044a2 2 0 0 1 1.955 1.578l.503 2.328a.916.916 0 0 1 .015.094H20a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h1.505a.902.902 0 0 1 .015-.094Zm3.447 7a2.5 2.5 0 1 1-.217-1.497 4.984 4.984 0 0 1 2.5 0 2.5 2.5 0 1 1-.217 1.498 3.488 3.488 0 0 0-2.066 0Z" clip-rule="evenodd" /><defs><linearGradient id="incognito_circle_fill_gray_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#99A2AD" /><stop offset="1" stop-color="#99A2AD" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28MicrophoneCircleFillRed", "microphone_circle_fill_red_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="microphone_circle_fill_red_28"><circle cx="14" cy="14" r="14" fill="url(#microphone_circle_fill_red_28_a)" /><path fill="#fff" d="M11.498 10.5c0-1.38 1.12-2.5 2.502-2.5a2.501 2.501 0 0 1 2.503 2.5v3c0 1.38-1.12 2.5-2.503 2.5a2.501 2.501 0 0 1-2.502-2.5v-3Zm-2.304 3.267a.75.75 0 0 1 .891.576 4.005 4.005 0 0 0 7.83 0 .75.75 0 0 1 1.468.314 5.508 5.508 0 0 1-4.632 4.292v1.301a.75.75 0 0 1-1.502 0v-1.3a5.508 5.508 0 0 1-4.632-4.293.75.75 0 0 1 .577-.89Z" /><defs><linearGradient id="microphone_circle_fill_red_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#FF5263" /><stop offset="1" stop-color="#FF3347" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
@@ -1,2 +1,2 @@
1
1
  import { makeIcon } from "../SvgIcon";
2
- export default makeIcon("Icon28UserCircleFillBlue", "user_circle_fill_blue_28", "0 0 28 28", '<symbol fill="none" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" id="user_circle_fill_blue_28"><linearGradient id="user_circle_fill_blue_28_a" gradientUnits="userSpaceOnUse" x1="-14" x2="14" y1="14" y2="42"><stop offset="0" stop-color="#70b2ff" /><stop offset="1" stop-color="#5c9ce6" /></linearGradient><rect fill="url(#user_circle_fill_blue_28_a)" height="28" rx="14" width="28" /><path d="M14 15c2.75 0 5.5 1 5.5 3.5v.245c0 .413-.046.58-.134.743a.908.908 0 0 1-.378.378c-.163.088-.33.134-.743.134h-8.49c-.413 0-.58-.046-.743-.134a.908.908 0 0 1-.378-.378c-.088-.163-.134-.33-.134-.743V18.5C8.5 16 11.25 15 14 15zm0-8a3 3 0 1 1 0 6 3 3 0 0 1 0-6z" fill="#fff" /></symbol>', 28, 28, false, undefined);
2
+ export default makeIcon("Icon28UserCircleFillBlue", "user_circle_fill_blue_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="user_circle_fill_blue_28"><circle cx="14" cy="14" r="14" fill="url(#user_circle_fill_blue_28_a)" /><path fill="#fff" d="M16.75 11.25a2.75 2.75 0 1 0-5.5 0 2.75 2.75 0 1 0 5.5 0ZM8.5 18.115v.715c0 .37.3.67.67.67h9.66c.37 0 .67-.3.67-.67v-.715C19.5 15.692 15.836 15 14 15c-1.836 0-5.5.692-5.5 3.115Z" /><defs><linearGradient id="user_circle_fill_blue_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF" /><stop offset="1" stop-color="#5C9CE6" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
@@ -1,2 +1,2 @@
1
1
  import { makeIcon } from "../SvgIcon";
2
- export default makeIcon("Icon28VkVideoCircleFillRed", "vk_video_circle_fill_red_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="vk_video_circle_fill_red_28"><rect width="28" height="28" y=".004" fill="url(#vk_video_circle_fill_red_28_a)" rx="14" /><path fill="#fff" fill-rule="evenodd" d="M18.96 18.03c.04-.544.04-1.202.04-1.973v-4.105c0-.771 0-1.43-.04-1.973-.042-.57-.133-1.13-.379-1.674a4.75 4.75 0 0 0-.838-1.27c.64.039 1.095.126 1.483.323a3.25 3.25 0 0 1 1.42 1.42c.354.696.354 1.606.354 3.426v3.6c0 1.82 0 2.73-.354 3.426a3.25 3.25 0 0 1-1.42 1.42c-.388.197-.842.285-1.483.324.343-.373.627-.8.838-1.27.246-.545.337-1.105.38-1.675Z" clip-rule="evenodd" /><path fill="#fff" d="M11.159 12.349a.055.055 0 0 1 .009-.024.052.052 0 0 1 .016-.014.051.051 0 0 1 .02-.007c.004 0 .012 0 .028.005a8.29 8.29 0 0 1 2.748 1.656.08.08 0 0 1 .016.021.05.05 0 0 1 0 .039.062.062 0 0 1-.016.021 8.29 8.29 0 0 1-2.741 1.653.063.063 0 0 1-.028.005.052.052 0 0 1-.02-.007.051.051 0 0 1-.017-.013.056.056 0 0 1-.01-.024 8.502 8.502 0 0 1-.005-3.311Z" /><path fill="#fff" fill-rule="evenodd" d="M7.354 8.779C7 9.474 7 10.384 7 12.204v3.6c0 1.82 0 2.73.354 3.426a3.25 3.25 0 0 0 1.42 1.42c.696.354 1.623.354 3.476.354 1.854 0 2.78 0 3.476-.354a3.25 3.25 0 0 0 1.42-1.42c.354-.695.354-1.606.354-3.426v-3.6c0-1.82 0-2.73-.354-3.425a3.25 3.25 0 0 0-1.42-1.42c-.696-.355-1.623-.355-3.476-.355-1.854 0-2.78 0-3.475.354a3.25 3.25 0 0 0-1.42 1.42Zm2.333 3.28a1.55 1.55 0 0 1 2.055-1.16 9.787 9.787 0 0 1 3.245 1.954 1.55 1.55 0 0 1 0 2.305 9.79 9.79 0 0 1-3.237 1.951 1.55 1.55 0 0 1-2.056-1.155 10.006 10.006 0 0 1-.007-3.894Z" clip-rule="evenodd" /><defs><linearGradient id="vk_video_circle_fill_red_28_a" x1="-14" x2="14" y1="14.004" y2="42.004" gradientUnits="userSpaceOnUse"><stop stop-color="#FF5263" /><stop offset="1" stop-color="#FF3347" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
2
+ export default makeIcon("Icon28VkVideoCircleFillRed", "vk_video_circle_fill_red_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="vk_video_circle_fill_red_28"><circle cx="14" cy="14" r="14" fill="url(#vk_video_circle_fill_red_28_a)" /><path fill="#fff" fill-rule="evenodd" d="M18.96 18.025c.04-.543.04-1.201.04-1.972v-4.106c0-.77 0-1.43-.04-1.972-.042-.57-.133-1.13-.379-1.674a4.75 4.75 0 0 0-.838-1.27c.64.038 1.095.126 1.483.323a3.25 3.25 0 0 1 1.42 1.42C21 9.47 21 10.38 21 12.2v3.6c0 1.82 0 2.73-.354 3.425a3.25 3.25 0 0 1-1.42 1.42c-.388.198-.842.286-1.483.324.343-.372.627-.8.838-1.27.246-.544.337-1.104.38-1.674Zm-7.801-5.68a.055.055 0 0 1 .009-.025.052.052 0 0 1 .016-.013.051.051 0 0 1 .02-.007c.004 0 .012 0 .028.005a8.29 8.29 0 0 1 2.748 1.656c.01.01.014.017.016.02a.05.05 0 0 1 0 .04.062.062 0 0 1-.016.02 8.292 8.292 0 0 1-2.741 1.654.063.063 0 0 1-.028.005.052.052 0 0 1-.02-.007.051.051 0 0 1-.017-.013.057.057 0 0 1-.01-.024 8.502 8.502 0 0 1-.005-3.312Zm-3.805-3.57C7 9.47 7 10.38 7 12.2v3.6c0 1.82 0 2.73.354 3.425a3.25 3.25 0 0 0 1.42 1.42C9.47 21 10.398 21 12.25 21c1.854 0 2.78 0 3.476-.354a3.25 3.25 0 0 0 1.42-1.42c.354-.696.354-1.606.354-3.426v-3.6c0-1.82 0-2.73-.354-3.425a3.25 3.25 0 0 0-1.42-1.42C15.03 7 14.103 7 12.25 7c-1.854 0-2.78 0-3.475.354a3.25 3.25 0 0 0-1.42 1.42Zm2.333 3.28a1.551 1.551 0 0 1 2.055-1.16 9.79 9.79 0 0 1 3.245 1.954 1.55 1.55 0 0 1 0 2.304 9.79 9.79 0 0 1-3.237 1.952c-.9.326-1.869-.22-2.056-1.155a10.005 10.005 0 0 1-.007-3.894Z" clip-rule="evenodd" /><defs><linearGradient id="vk_video_circle_fill_red_28_a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse"><stop stop-color="#FF5263" /><stop offset="1" stop-color="#FF3347" /></linearGradient></defs></symbol>', 28, 28, false, undefined);
@@ -1,2 +1,2 @@
1
1
  import { makeIcon } from "../SvgIcon";
2
- export default makeIcon("Icon36Like", "like_36", "0 0 36 36", '<symbol viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg" id="like_36"><g fill="none" fill-rule="evenodd"><path d="M0 0h36v36H0z" /><path d="M18.952 8.45c3.4-2.525 8.147-2.68 11.104.006.117.107.232.216.343.33 3.468 3.504 3.468 9.18-.054 12.737l-10.832 9.894a2.25 2.25 0 0 1-3.035-.001L5.6 21.47c-3.468-3.505-3.468-9.18 0-12.685.111-.113.226-.222.343-.329 2.957-2.686 7.705-2.531 11.177.052.3.253.592.524.878.812.301-.302.617-.59.953-.87Z" fill="currentColor" fill-rule="nonzero" /></g></symbol>', 36, 36, false, undefined);
2
+ export default makeIcon("Icon36Like", "like_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="like_36"><path d="M11.559 6.004c-4.74 0-8.555 3.98-8.555 8.822 0 2.62.66 4.638 2.284 6.738 1.553 2.008 4 4.102 7.482 6.948l.004.003 3.572 2.896c.97.787 2.345.787 3.316 0l3.572-2.896.004-.003c3.482-2.846 5.929-4.94 7.482-6.948 1.624-2.1 2.284-4.117 2.284-6.738 0-4.842-3.815-8.822-8.555-8.822-2.483 0-4.64 1.01-6.453 2.877-1.83-1.863-3.981-2.877-6.437-2.877Z" /></symbol>', 36, 36, false, undefined);
@@ -1,2 +1,2 @@
1
1
  import { makeIcon } from "../SvgIcon";
2
- export default makeIcon("Icon36LikeOutline", "like_outline_36", "0 0 36 36", '<symbol viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg" id="like_outline_36"><g fill="none" fill-rule="evenodd"><path d="M0 0h36v36H0z" /><path d="M28.267 19.36c2.31-2.336 2.31-6.13 0-8.465a5.932 5.932 0 0 0-.228-.218c-1.813-1.647-4.976-1.544-7.23.127a11.168 11.168 0 0 0-1.627 1.704 1.5 1.5 0 0 1-2.36.006 11.843 11.843 0 0 0-1.564-1.656c-2.32-1.725-5.484-1.828-7.297-.181-.078.07-.154.143-.228.218-2.31 2.336-2.31 6.13-.054 8.413l10.317 9.431 10.27-9.379ZM17.49 29.201a.75.75 0 0 1 1.012 0l-.506-.462-.506.462ZM18.952 8.45c3.4-2.525 8.147-2.68 11.104.006.117.107.232.216.343.33 3.468 3.504 3.468 9.18-.054 12.737l-10.832 9.894a2.25 2.25 0 0 1-3.035-.001L5.6 21.47c-3.468-3.505-3.468-9.18 0-12.685.111-.113.226-.222.343-.329 2.957-2.686 7.705-2.531 11.177.052.3.253.592.524.878.812.301-.302.617-.59.953-.87Z" fill="currentColor" fill-rule="nonzero" /></g></symbol>', 36, 36, false, undefined);
2
+ export default makeIcon("Icon36LikeOutline", "like_outline_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="like_outline_36"><path fill-rule="evenodd" d="M3.004 14.826c0-4.842 3.815-8.822 8.555-8.822 2.456 0 4.606 1.014 6.437 2.877 1.813-1.867 3.97-2.877 6.453-2.877 4.74 0 8.555 3.98 8.555 8.822 0 2.62-.66 4.638-2.284 6.738-1.553 2.008-4 4.102-7.482 6.948l-.004.003-3.572 2.896a2.624 2.624 0 0 1-3.316 0l-3.572-2.896-.004-.003c-3.482-2.846-5.929-4.94-7.482-6.948-1.624-2.1-2.284-4.117-2.284-6.738Zm8.555-6.322c-3.282 0-6.055 2.783-6.055 6.322 0 2.084.486 3.56 1.761 5.208 1.346 1.74 3.553 3.653 7.085 6.54l.002.002 3.568 2.893a.13.13 0 0 0 .084.033.13.13 0 0 0 .083-.033l3.569-2.893.002-.001c3.532-2.888 5.738-4.8 7.084-6.54 1.276-1.65 1.762-3.125 1.762-5.209 0-3.54-2.773-6.322-6.055-6.322-2.017 0-3.826.929-5.455 3.042a1.25 1.25 0 0 1-1.972.01c-1.675-2.126-3.488-3.052-5.463-3.052Z" clip-rule="evenodd" /></symbol>', 36, 36, false, undefined);