@vkontakte/icons 1.205.0 → 1.206.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 (71) hide show
  1. package/dist/16/hand_heart_filled.js +8 -0
  2. package/dist/20/logo_capsula_outline.js +8 -0
  3. package/dist/20/logo_geekbrains_outline.js +8 -0
  4. package/dist/20/logo_skillbox_outline.js +8 -0
  5. package/dist/20/text_bold_outline.js +8 -0
  6. package/dist/20/text_center_outline.js +8 -0
  7. package/dist/20/text_italic_outline.js +8 -0
  8. package/dist/20/text_tt_outline.js +8 -0
  9. package/dist/20/text_underline_outline.js +8 -0
  10. package/dist/24/bookmark.js +8 -0
  11. package/dist/24/hand_heart_filled.js +8 -0
  12. package/dist/28/hand_heart_filled.js +8 -0
  13. package/dist/56/devices_outline.js +8 -0
  14. package/dist/es6/16/hand_heart_filled.js +2 -0
  15. package/dist/es6/20/logo_capsula_outline.js +2 -0
  16. package/dist/es6/20/logo_geekbrains_outline.js +2 -0
  17. package/dist/es6/20/logo_skillbox_outline.js +2 -0
  18. package/dist/es6/20/text_bold_outline.js +2 -0
  19. package/dist/es6/20/text_center_outline.js +2 -0
  20. package/dist/es6/20/text_italic_outline.js +2 -0
  21. package/dist/es6/20/text_tt_outline.js +2 -0
  22. package/dist/es6/20/text_underline_outline.js +2 -0
  23. package/dist/es6/24/bookmark.js +2 -0
  24. package/dist/es6/24/hand_heart_filled.js +2 -0
  25. package/dist/es6/28/hand_heart_filled.js +2 -0
  26. package/dist/es6/56/devices_outline.js +2 -0
  27. package/dist/es6/index.js +13 -0
  28. package/dist/icons-map.json +1 -1
  29. package/dist/index.js +95 -4
  30. package/dist/typings/16/hand_heart_filled.d.ts +11 -0
  31. package/dist/typings/20/logo_capsula_outline.d.ts +11 -0
  32. package/dist/typings/20/logo_geekbrains_outline.d.ts +11 -0
  33. package/dist/typings/20/logo_skillbox_outline.d.ts +11 -0
  34. package/dist/typings/20/text_bold_outline.d.ts +11 -0
  35. package/dist/typings/20/text_center_outline.d.ts +11 -0
  36. package/dist/typings/20/text_italic_outline.d.ts +11 -0
  37. package/dist/typings/20/text_tt_outline.d.ts +11 -0
  38. package/dist/typings/20/text_underline_outline.d.ts +11 -0
  39. package/dist/typings/24/bookmark.d.ts +11 -0
  40. package/dist/typings/24/hand_heart_filled.d.ts +11 -0
  41. package/dist/typings/28/hand_heart_filled.d.ts +11 -0
  42. package/dist/typings/56/devices_outline.d.ts +11 -0
  43. package/dist/typings/index.d.ts +13 -0
  44. package/package.json +1 -1
  45. package/src/svg/16/hand_heart_filled_16.svg +1 -0
  46. package/src/svg/20/logo_capsula_outline_20.svg +1 -0
  47. package/src/svg/20/logo_geekbrains_outline_20.svg +1 -0
  48. package/src/svg/20/logo_skillbox_outline_20.svg +1 -0
  49. package/src/svg/20/text_bold_outline_20.svg +1 -0
  50. package/src/svg/20/text_center_outline_20.svg +1 -0
  51. package/src/svg/20/text_italic_outline_20.svg +1 -0
  52. package/src/svg/20/text_tt_outline_20.svg +1 -0
  53. package/src/svg/20/text_underline_outline_20.svg +1 -0
  54. package/src/svg/24/bookmark_24.svg +1 -0
  55. package/src/svg/24/hand_heart_filled_24.svg +1 -0
  56. package/src/svg/28/hand_heart_filled_28.svg +1 -0
  57. package/src/svg/56/devices_outline_56.svg +1 -0
  58. package/ts/16/hand_heart_filled.ts +23 -0
  59. package/ts/20/logo_capsula_outline.ts +23 -0
  60. package/ts/20/logo_geekbrains_outline.ts +23 -0
  61. package/ts/20/logo_skillbox_outline.ts +23 -0
  62. package/ts/20/text_bold_outline.ts +23 -0
  63. package/ts/20/text_center_outline.ts +23 -0
  64. package/ts/20/text_italic_outline.ts +23 -0
  65. package/ts/20/text_tt_outline.ts +23 -0
  66. package/ts/20/text_underline_outline.ts +23 -0
  67. package/ts/24/bookmark.ts +23 -0
  68. package/ts/24/hand_heart_filled.ts +23 -0
  69. package/ts/28/hand_heart_filled.ts +23 -0
  70. package/ts/56/devices_outline.ts +23 -0
  71. package/ts/index.ts +13 -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("Icon16HandHeartFilled", "hand_heart_filled_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="hand_heart_filled_16"><path fill-rule="evenodd" d="M2.932 5.041a.732.732 0 0 0-.944-.44.748.748 0 0 0-.444.952l2.258 6.291c.292.815 1.2 2.927 3.996 2.627a4.293 4.293 0 0 1-.16-.2c-.517-.687-.687-1.368-.687-2.109a3.18 3.18 0 0 1 3.18-3.178c.486 0 .926.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.483L11.9 8.118 9.454 1.305a.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-.294L6.72.986a.732.732 0 0 0-.945-.44.748.748 0 0 0-.444.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-.294L2.932 5.041Z" clip-rule="evenodd" /><path d="M12.82 10.5c.928 0 1.68.753 1.68 1.682 0 .938-.376 1.408-1.968 2.648l-.725.565a.5.5 0 0 1-.614 0l-.725-.565C8.876 13.59 8.5 13.12 8.5 12.182a1.68 1.68 0 0 1 1.68-1.682c.498 0 .94.234 1.32.688.38-.454.822-.688 1.32-.688Z" /></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("Icon20LogoCapsulaOutline", "logo_capsula_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="logo_capsula_outline_20"><path fill-rule="evenodd" d="M10 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm-1.5 3a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M3.587 5.703a.911.911 0 0 1-.024.061l-.002.004a1.53 1.53 0 0 0-.058.16 5.673 5.673 0 0 0-.266 1.097C3.088 7.854 3 8.887 3 10c0 1.112.088 2.147.244 2.978a5.676 5.676 0 0 0 .279 1.136l.001.005a6.685 6.685 0 0 0 .063.18c.957 2.448 3.456 4.201 6.388 4.201 3.21 0 5.908-2.096 6.612-4.923a.58.58 0 0 0 .014-.049c.245-.874.399-2.131.399-3.528 0-1.398-.154-2.653-.391-3.53a.63.63 0 0 0-.016-.054c-.71-2.82-3.408-4.916-6.618-4.916-2.93 0-5.438 1.752-6.388 4.203Zm1.359.642c.002-.006.024-.057.043-.11C5.71 4.39 7.642 3 9.975 3c2.566 0 4.631 1.67 5.164 3.782l.014.058.009.026c.193.715.338 1.83.338 3.134 0 1.307-.146 2.42-.343 3.123l-.001.004-.01.029-.015.059C14.605 15.33 12.541 17 9.975 17c-2.32 0-4.24-1.375-4.975-3.21l-.004-.013-.02-.055a3.695 3.695 0 0 1-.026-.07l-.006-.024-.02-.056a4.166 4.166 0 0 1-.188-.746l-.003-.046-.015-.078C4.583 11.98 4.5 11.042 4.5 10c0-1.041.083-1.984.213-2.71l.014-.077.003-.042c.04-.258.103-.505.187-.743l.02-.056.006-.02.001-.004.002-.003Z" 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("Icon20LogoGeekbrainsOutline", "logo_geekbrains_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="logo_geekbrains_outline_20"><path fill-rule="evenodd" d="M5.367 7.27a1.437 1.437 0 0 1-.664.384c-.192.04-.375.017-.577-.184-.15-.15-.227-.365-.146-.73.085-.387.341-.872.774-1.377.868-1.013 2.267-1.904 3.663-2.122a.75.75 0 1 0-.232-1.482c-1.808.282-3.513 1.391-4.572 2.628-.53.62-.944 1.323-1.1 2.03-.098.445-.095.91.06 1.343a.749.749 0 0 0-.504.324c-1.035 1.551-.424 3.197 0 3.832a.748.748 0 0 0 .42.305 2.69 2.69 0 0 0-.01 1.478c.19.723.632 1.397 1.15 1.963a7.837 7.837 0 0 0 1.812 1.451c.64.372 1.339.65 1.984.714 1.205.12 2.06-.243 2.62-.804.531-.53.728-1.163.794-1.495a7.61 7.61 0 0 0 .115-2.217c-.055-.567-.169-1.019-.265-1.236-.019-.041-.038-.089-.06-.14-.153-.374-.402-.983-1.19-1.545a.749.749 0 0 0-.453-.14 1.25 1.25 0 1 0-.712.935.747.747 0 0 0 .291.425c.267.19.403.361.491.508.073.12.111.213.164.34.026.064.057.137.097.228v.003c.006.017.028.081.055.201.031.14.065.333.087.566a6.116 6.116 0 0 1-.092 1.777 1.486 1.486 0 0 1-.383.73c-.215.214-.612.451-1.41.371-.355-.035-.845-.208-1.378-.517a6.336 6.336 0 0 1-1.458-1.168c-.42-.459-.699-.922-.806-1.33-.1-.383-.052-.7.164-.988.003-.003.019-.022.054-.05a.924.924 0 0 1 .281-.145.305.305 0 0 1 .025-.006.594.594 0 0 1 .317.107c.083.058.144.12.255.233l.139.14a.748.748 0 0 0 .495.22 1.25 1.25 0 1 0 .77-.59.749.749 0 0 0-.203-.69 7.28 7.28 0 0 1-.091-.093c-.289-.3-.73-.759-1.584-.824-.36-.028-.71.102-.95.225a2.454 2.454 0 0 0-.308.19c-.24-.39-.526-1.31.023-2.132a.753.753 0 0 0 .064-.118 2.054 2.054 0 0 0 1.632.323c.591-.125 1.09-.468 1.414-.79a.747.747 0 0 0 .22-.535 1.25 1.25 0 1 0-1.024-.695.748.748 0 0 0-.258.169Zm5.266-2.504c.034-.168.138-.484.383-.729.215-.214.612-.451 1.41-.371.355.035.845.208 1.378.517a6.335 6.335 0 0 1 1.458 1.168c.42.459.699.922.806 1.33.1.383.052.7-.164.988a.414.414 0 0 1-.054.05.921.921 0 0 1-.281.145.291.291 0 0 1-.025.006.594.594 0 0 1-.318-.107 1.82 1.82 0 0 1-.254-.234l-.139-.14a.748.748 0 0 0-.495-.219 1.25 1.25 0 1 0-.77.59.749.749 0 0 0 .203.69c.029.028.06.06.091.093.288.3.73.759 1.584.824.36.028.71-.102.95-.225.1-.052.206-.116.308-.19.24.39.526 1.31-.023 2.132a.748.748 0 0 0-.064.117 2.054 2.054 0 0 0-1.632-.322c-.591.125-1.09.468-1.414.79a.747.747 0 0 0-.22.535 1.25 1.25 0 1 0 1.024.695.75.75 0 0 0 .258-.169c.177-.177.429-.334.664-.384.192-.04.375-.017.577.184.15.15.227.365.146.73-.085.387-.341.872-.774 1.377-.868 1.013-2.267 1.904-3.663 2.122a.75.75 0 1 0 .232 1.482c1.808-.282 3.513-1.391 4.572-2.628.53-.62.944-1.323 1.1-2.03a2.43 2.43 0 0 0-.06-1.343.749.749 0 0 0 .503-.324c1.036-1.551.425-3.197 0-3.832a.748.748 0 0 0-.419-.305c.15-.49.136-.996.01-1.478-.19-.723-.632-1.397-1.15-1.963a7.836 7.836 0 0 0-1.812-1.451c-.64-.372-1.339-.65-1.984-.714-1.205-.12-2.06.243-2.62.804a2.985 2.985 0 0 0-.794 1.495 7.614 7.614 0 0 0-.115 2.217c.055.567.169 1.019.265 1.235.019.042.038.09.06.142.153.373.402.982 1.19 1.544a.748.748 0 0 0 .453.14 1.25 1.25 0 1 0 .712-.935.747.747 0 0 0-.291-.425 1.675 1.675 0 0 1-.655-.848 8.342 8.342 0 0 0-.098-.23c-.005-.018-.027-.082-.054-.202a4.696 4.696 0 0 1-.088-.566 6.117 6.117 0 0 1 .093-1.778Zm5.271 2.903Z" 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("Icon20LogoSkillboxOutline", "logo_skillbox_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="logo_skillbox_outline_20"><path fill-rule="evenodd" d="M6.958 3.932C7.774 3.3 8.838 3 9.892 3c1.78 0 3.499.809 4.078 2.406a.745.745 0 0 1-.473.956.778.778 0 0 1-.984-.458C12.225 5.11 11.27 4.5 9.893 4.5c-.773 0-1.477.22-1.971.604-.476.37-.792.912-.792 1.672 0 .792.316 1.225.813 1.553.568.374 1.356.6 2.312.865l.05.013c.878.244 1.91.53 2.71 1.066.884.592 1.485 1.483 1.485 2.822 0 1.34-.634 2.348-1.562 2.997-.9.63-2.051.908-3.137.908-1.783 0-3.32-.663-4.18-1.978a.737.737 0 0 1 .237-1.035.786.786 0 0 1 1.066.23c.51.777 1.481 1.283 2.877 1.283.84 0 1.654-.219 2.234-.625.555-.388.92-.957.92-1.78 0-.81-.32-1.254-.817-1.587-.567-.379-1.354-.607-2.308-.872l-.078-.022c-.87-.241-1.886-.523-2.677-1.044-.885-.584-1.49-1.464-1.49-2.794 0-1.226.538-2.196 1.373-2.844Z" 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("Icon20TextBoldOutline", "text_bold_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_bold_outline_20"><path d="M9.992 16c.92 0 1.495-.614 1.495-1.589V10.78h.05l3.751 4.606c.313.395.684.614 1.242.614.828 0 1.47-.63 1.47-1.454 0-.362-.076-.723-.38-1.085L14.182 9.41l3.353-3.766c.237-.27.313-.538.313-.833 0-.765-.591-1.311-1.394-1.311-.422 0-.735.135-1.03.496l-3.878 4.59h-.06V5.089c0-.975-.574-1.589-1.494-1.589-.921 0-1.496.614-1.496 1.589v3.497h-.059l-3.86-4.59c-.288-.353-.609-.496-1.04-.496-.802 0-1.393.546-1.393 1.303 0 .303.076.605.312.874L5.793 9.46l-3.421 4.01c-.296.37-.372.723-.372 1.084C2 15.378 2.625 16 3.461 16c.55 0 .93-.219 1.242-.614l3.743-4.606h.05v3.631c0 .975.575 1.589 1.496 1.589Z" /></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("Icon20TextCenterOutline", "text_center_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_center_outline_20"><path d="M17.5 5.25a.752.752 0 0 0-.744-.75H3.244a.745.745 0 0 0-.744.75c0 .414.341.75.744.75h13.512a.745.745 0 0 0 .744-.75Zm0 10a.752.752 0 0 0-.744-.75H3.244a.745.745 0 0 0-.744.75c0 .414.341.75.744.75h13.512a.745.745 0 0 0 .744-.75Zm-12.48-5c0 .414.338.75.756.75h8.469a.75.75 0 1 0 0-1.5H5.776a.75.75 0 0 0-.755.75Z" /></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("Icon20TextItalicOutline", "text_italic_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_italic_outline_20"><path fill-rule="evenodd" d="M8.863 4.536c.09-.477-.24-.935-.74-1.022-.498-.086-.977.23-1.067.708L5.015 14.964c-.09.477.24.935.74 1.022.498.087.976-.23 1.067-.708l.85-4.476 4.168 4.876c.322.375.9.43 1.293.123a.853.853 0 0 0 .129-1.237L9.22 9.836l5.482-4.81a.853.853 0 0 0 .057-1.24.948.948 0 0 0-1.298-.055l-5.334 4.68.736-3.875Z" 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("Icon20TextTtOutline", "text_tt_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_tt_outline_20"><path d="M2.75 4a.75.75 0 0 0 0 1.5H6v9.75a.75.75 0 0 0 1.5 0V5.5h3.25a.75.75 0 0 0 0-1.5h-8Z" /><path d="M10.75 7.5a.75.75 0 0 0 0 1.5h2.5v6.25a.75.75 0 0 0 1.5 0V9h2.5a.75.75 0 0 0 0-1.5h-6.5Z" /></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("Icon20TextUnderlineOutline", "text_underline_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_underline_outline_20"><path fill-rule="evenodd" d="M5 17.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75Zm7.104-7.271c-.629.476-1.608.826-2.715.826C6.52 10.805 5 9.005 5 6.658V4.404c0-.553.342-.904.892-.904.542 0 .892.35.892.904v2.191c0 1.645.972 2.651 2.756 2.651 1.155 0 2.11-.405 2.676-.959V4.404c0-.553.35-.904.892-.904.55 0 .892.35.892.904v9.692c0 .553-.342.904-.892.904-.542 0-.892-.35-.892-.904V9.979h-.112Z" 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("Icon24Bookmark", "bookmark_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="bookmark_24"><path fill-rule="evenodd" d="M11.083 3h1.834c1.056 0 1.903 0 2.588.056.704.058 1.316.179 1.88.466a4.789 4.789 0 0 1 2.093 2.093c.287.564.409 1.176.466 1.88C20 8.18 20 9.027 20 10.083v7.615c0 .773 0 1.414-.046 1.914-.044.494-.144 1.026-.481 1.454a2.456 2.456 0 0 1-1.896.935c-.544.007-1.027-.238-1.447-.503-.423-.268-.933-.658-1.546-1.128l-1.617-1.24c-.607-.466-.714-.526-.797-.549a.657.657 0 0 0-.34 0c-.083.023-.19.083-.797.549l-1.617 1.24c-.613.47-1.123.86-1.546 1.128-.42.265-.903.51-1.447.503a2.456 2.456 0 0 1-1.896-.936c-.337-.427-.437-.96-.482-1.453C4 19.112 4 18.47 4 17.698v-7.615c0-1.056 0-1.903.056-2.588.057-.704.179-1.316.466-1.88a4.789 4.789 0 0 1 2.093-2.093c.564-.287 1.176-.408 1.88-.466C9.18 3 10.027 3 11.083 3Z" clip-rule="evenodd" /></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("Icon24HandHeartFilled", "hand_heart_filled_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="hand_heart_filled_24"><path d="M3.674 7.07a1.026 1.026 0 0 1 1.312.61l1.746 4.771c.129.353.52.535.875.406a.678.678 0 0 0 .407-.87l-2.56-7.001c-.194-.53.08-1.114.611-1.307a1.026 1.026 0 0 1 1.313.61l2.211 6.045c.13.353.521.535.875.407a.678.678 0 0 0 .408-.871l-2.56-7.001c-.194-.53.08-1.114.61-1.306a1.026 1.026 0 0 1 1.313.61l2.561 7c.13.353.52.535.875.406a.678.678 0 0 0 .408-.87L12.1 3.298a1.018 1.018 0 0 1 .612-1.306 1.026 1.026 0 0 1 1.313.61l3.376 9.231 1.236-3.04a1.227 1.227 0 0 1 1.651-.649c.577.267.855.927.638 1.523l-1.48 4.07a3.901 3.901 0 0 0-.593-.038l-.16.004-.055.003c-.62.036-1.17.22-1.64.467a4.069 4.069 0 0 0-1.893-.475c-2.26 0-3.905 1.915-3.905 4.04 0 .964.19 1.781.784 2.637l.033.047c-4.111.596-5.422-2.39-5.837-3.524L3.062 8.376a1.017 1.017 0 0 1 .612-1.306Zm11.431 8.43c.523 0 .997.188 1.426.494l.468.35.469-.35c.388-.277.813-.463 1.275-.49l.16-.005c1.159.005 2.097 1.006 2.097 2.24 0 .67-.117 1.111-.463 1.611-.383.553-1.053 1.186-2.244 2.172l-1.098.908a.303.303 0 0 1-.39 0l-1.098-.908c-1.19-.986-1.86-1.62-2.244-2.172-.346-.5-.463-.94-.463-1.611 0-1.237.943-2.24 2.105-2.24ZM3.674 7.07a1.026 1.026 0 0 1 1.312.61l1.746 4.771c.129.353.52.535.875.406a.678.678 0 0 0 .407-.87l-2.56-7.001c-.194-.53.08-1.114.611-1.307a1.026 1.026 0 0 1 1.313.61l2.211 6.045c.13.353.521.535.875.407a.678.678 0 0 0 .408-.871l-2.56-7.001c-.194-.53.08-1.114.61-1.306a1.026 1.026 0 0 1 1.313.61l2.561 7c.13.353.52.535.875.406a.678.678 0 0 0 .408-.87L12.1 3.298a1.018 1.018 0 0 1 .612-1.306 1.026 1.026 0 0 1 1.313.61l3.376 9.231 1.236-3.04a1.227 1.227 0 0 1 1.651-.649c.577.267.855.927.638 1.523l-1.48 4.07a3.901 3.901 0 0 0-.593-.038l-.16.004-.055.003c-.62.036-1.17.22-1.64.467a4.069 4.069 0 0 0-1.893-.475c-2.26 0-3.905 1.915-3.905 4.04 0 .964.19 1.781.784 2.637l.033.047c-4.111.596-5.422-2.39-5.837-3.524L3.062 8.376a1.017 1.017 0 0 1 .612-1.306Zm11.431 8.43c.523 0 .997.188 1.426.494l.468.35.469-.35c.388-.277.813-.463 1.275-.49l.16-.005c1.159.005 2.097 1.006 2.097 2.24 0 .67-.117 1.111-.463 1.611-.383.553-1.053 1.186-2.244 2.172l-1.098.908a.303.303 0 0 1-.39 0l-1.098-.908c-1.19-.986-1.86-1.62-2.244-2.172-.346-.5-.463-.94-.463-1.611 0-1.237.943-2.24 2.105-2.24Z" /></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("Icon28HandHeartFilled", "hand_heart_filled_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="hand_heart_filled_28"><path d="M9.974 1.577a1.24 1.24 0 0 0-.745 1.594l3.117 8.385a.743.743 0 0 1-.447.957.754.754 0 0 1-.966-.441l-2.77-7.454a1.257 1.257 0 0 0-1.611-.735 1.24 1.24 0 0 0-.745 1.594l3.117 8.385a.743.743 0 0 1-.447.957.754.754 0 0 1-.966-.441l-2.078-5.59a1.257 1.257 0 0 0-1.61-.735c-.651.237-.985.95-.746 1.594l4.308 11.587c.516 1.389 2.18 5.124 7.42 4.086-.56-.519-1.01-1-1.354-1.483-.717-1.005-.951-1.966-.951-3.118 0-2.545 2.013-4.719 4.632-4.719.894 0 1.687.249 2.366.616a4.89 4.89 0 0 1 2.127-.61l.2-.005.061-.001a4.561 4.561 0 0 1 1.509.26l1.518-4.397a1.61 1.61 0 0 0-.954-2.022 1.515 1.515 0 0 0-1.974.927l-1.434 4.153L16.046 2.8a1.257 1.257 0 0 0-1.61-.735c-.651.237-.985.95-.746 1.594l2.425 6.522a.743.743 0 0 1-.447.956.754.754 0 0 1-.967-.44l-3.117-8.386a1.257 1.257 0 0 0-1.61-.735Zm12.771 16.577a2.552 2.552 0 0 0-.867-.154l-.2.005c-.576.033-1.108.26-1.593.596l-.586.424-.586-.424c-.536-.371-1.128-.601-1.781-.601-1.454 0-2.632 1.217-2.632 2.719 0 .814.146 1.35.58 1.956.382.536.994 1.136 1.985 1.966.249.208.521.43.82.67l1.371 1.103a.387.387 0 0 0 .488 0l1.372-1.103c1.489-1.196 2.326-1.965 2.805-2.636.433-.607.579-1.142.579-1.956 0-1.184-.733-2.191-1.755-2.565Z" /></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("Icon56DevicesOutline", "devices_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="devices_outline_56"><path d="M30.036 4c-1.626 0-2.937 0-3.999.087-1.093.09-2.053.278-2.942.73a7.5 7.5 0 0 0-3.277 3.278c-.568 1.113-.726 2.356-.784 3.847-.018.473-.027.988-.03 1.548a1.5 1.5 0 1 0 3 .02c.003-.546.011-1.024.028-1.452.054-1.403.2-2.095.459-2.601a4.5 4.5 0 0 1 1.966-1.967c.395-.2.917-.34 1.824-.413C27.207 7 28.395 7 30.1 7h6.8c1.705 0 2.893.001 3.819.077.907.074 1.429.212 1.824.413a4.5 4.5 0 0 1 1.967 1.967c.2.395.34.917.413 1.824.076.926.077 2.114.077 3.819v25.8c0 1.705-.001 2.893-.077 3.819-.074.907-.212 1.429-.413 1.824a4.5 4.5 0 0 1-1.967 1.967c-.395.2-.917.34-1.824.413C39.793 49 38.605 49 36.9 49H35a1.5 1.5 0 0 0 0 3h1.964c1.626 0 2.937 0 3.999-.087 1.093-.09 2.053-.278 2.942-.73a7.5 7.5 0 0 0 3.278-3.278c.452-.889.641-1.849.73-2.942C48 43.9 48 42.59 48 40.964V15.036c0-1.626 0-2.937-.087-3.999-.089-1.093-.278-2.053-.73-2.942a7.5 7.5 0 0 0-3.278-3.278c-.889-.452-1.849-.641-2.942-.73C39.901 4 38.59 4 36.964 4h-6.928Zm-11 14c-1.626 0-2.937 0-3.999.087-1.093.09-2.054.278-2.942.73a7.5 7.5 0 0 0-3.278 3.278c-.452.889-.641 1.849-.73 2.942C8 26.1 8 27.41 8 29.036v11.928c0 1.626 0 2.937.087 3.999.09 1.093.278 2.053.73 2.942a7.5 7.5 0 0 0 3.278 3.277c.888.453 1.849.642 2.942.731C16.1 52 17.41 52 19.036 52h1.928c1.626 0 2.937 0 3.999-.087 1.093-.09 2.053-.278 2.942-.73a7.5 7.5 0 0 0 3.277-3.278c.453-.889.642-1.849.731-2.942C32 43.9 32 42.59 32 40.964V29.036c0-1.626 0-2.937-.087-3.999-.09-1.093-.278-2.053-.73-2.942a7.5 7.5 0 0 0-3.278-3.277c-.889-.453-1.849-.642-2.942-.731C23.9 18 22.59 18 20.964 18h-1.928Zm-5.579 3.49c.395-.2.917-.34 1.824-.413C16.207 21 17.395 21 19.1 21h1.8c1.705 0 2.893.001 3.819.077.907.074 1.429.212 1.824.413a4.5 4.5 0 0 1 1.966 1.967c.202.395.34.917.414 1.824.076.926.077 2.114.077 3.819v11.8c0 1.705-.001 2.893-.077 3.819-.074.907-.212 1.429-.413 1.824a4.5 4.5 0 0 1-1.967 1.967c-.395.2-.917.34-1.824.413C23.793 49 22.605 49 20.9 49h-1.8c-1.705 0-2.893-.001-3.819-.077-.907-.074-1.429-.212-1.824-.413a4.5 4.5 0 0 1-1.966-1.967c-.202-.395-.34-.917-.414-1.824C11 43.793 11 42.605 11 40.9V29.1c0-1.705.001-2.893.077-3.819.074-.907.212-1.429.414-1.824a4.5 4.5 0 0 1 1.966-1.966Z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon16HandHeartFilled", "hand_heart_filled_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="hand_heart_filled_16"><path fill-rule="evenodd" d="M2.932 5.041a.732.732 0 0 0-.944-.44.748.748 0 0 0-.444.952l2.258 6.291c.292.815 1.2 2.927 3.996 2.627a4.293 4.293 0 0 1-.16-.2c-.517-.687-.687-1.368-.687-2.109a3.18 3.18 0 0 1 3.18-3.178c.486 0 .926.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.483L11.9 8.118 9.454 1.305a.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-.294L6.72.986a.732.732 0 0 0-.945-.44.748.748 0 0 0-.444.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-.294L2.932 5.041Z" clip-rule="evenodd" /><path d="M12.82 10.5c.928 0 1.68.753 1.68 1.682 0 .938-.376 1.408-1.968 2.648l-.725.565a.5.5 0 0 1-.614 0l-.725-.565C8.876 13.59 8.5 13.12 8.5 12.182a1.68 1.68 0 0 1 1.68-1.682c.498 0 .94.234 1.32.688.38-.454.822-.688 1.32-.688Z" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20LogoCapsulaOutline", "logo_capsula_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="logo_capsula_outline_20"><path fill-rule="evenodd" d="M10 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm-1.5 3a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Z" clip-rule="evenodd" /><path fill-rule="evenodd" d="M3.587 5.703a.911.911 0 0 1-.024.061l-.002.004a1.53 1.53 0 0 0-.058.16 5.673 5.673 0 0 0-.266 1.097C3.088 7.854 3 8.887 3 10c0 1.112.088 2.147.244 2.978a5.676 5.676 0 0 0 .279 1.136l.001.005a6.685 6.685 0 0 0 .063.18c.957 2.448 3.456 4.201 6.388 4.201 3.21 0 5.908-2.096 6.612-4.923a.58.58 0 0 0 .014-.049c.245-.874.399-2.131.399-3.528 0-1.398-.154-2.653-.391-3.53a.63.63 0 0 0-.016-.054c-.71-2.82-3.408-4.916-6.618-4.916-2.93 0-5.438 1.752-6.388 4.203Zm1.359.642c.002-.006.024-.057.043-.11C5.71 4.39 7.642 3 9.975 3c2.566 0 4.631 1.67 5.164 3.782l.014.058.009.026c.193.715.338 1.83.338 3.134 0 1.307-.146 2.42-.343 3.123l-.001.004-.01.029-.015.059C14.605 15.33 12.541 17 9.975 17c-2.32 0-4.24-1.375-4.975-3.21l-.004-.013-.02-.055a3.695 3.695 0 0 1-.026-.07l-.006-.024-.02-.056a4.166 4.166 0 0 1-.188-.746l-.003-.046-.015-.078C4.583 11.98 4.5 11.042 4.5 10c0-1.041.083-1.984.213-2.71l.014-.077.003-.042c.04-.258.103-.505.187-.743l.02-.056.006-.02.001-.004.002-.003Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20LogoGeekbrainsOutline", "logo_geekbrains_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="logo_geekbrains_outline_20"><path fill-rule="evenodd" d="M5.367 7.27a1.437 1.437 0 0 1-.664.384c-.192.04-.375.017-.577-.184-.15-.15-.227-.365-.146-.73.085-.387.341-.872.774-1.377.868-1.013 2.267-1.904 3.663-2.122a.75.75 0 1 0-.232-1.482c-1.808.282-3.513 1.391-4.572 2.628-.53.62-.944 1.323-1.1 2.03-.098.445-.095.91.06 1.343a.749.749 0 0 0-.504.324c-1.035 1.551-.424 3.197 0 3.832a.748.748 0 0 0 .42.305 2.69 2.69 0 0 0-.01 1.478c.19.723.632 1.397 1.15 1.963a7.837 7.837 0 0 0 1.812 1.451c.64.372 1.339.65 1.984.714 1.205.12 2.06-.243 2.62-.804.531-.53.728-1.163.794-1.495a7.61 7.61 0 0 0 .115-2.217c-.055-.567-.169-1.019-.265-1.236-.019-.041-.038-.089-.06-.14-.153-.374-.402-.983-1.19-1.545a.749.749 0 0 0-.453-.14 1.25 1.25 0 1 0-.712.935.747.747 0 0 0 .291.425c.267.19.403.361.491.508.073.12.111.213.164.34.026.064.057.137.097.228v.003c.006.017.028.081.055.201.031.14.065.333.087.566a6.116 6.116 0 0 1-.092 1.777 1.486 1.486 0 0 1-.383.73c-.215.214-.612.451-1.41.371-.355-.035-.845-.208-1.378-.517a6.336 6.336 0 0 1-1.458-1.168c-.42-.459-.699-.922-.806-1.33-.1-.383-.052-.7.164-.988.003-.003.019-.022.054-.05a.924.924 0 0 1 .281-.145.305.305 0 0 1 .025-.006.594.594 0 0 1 .317.107c.083.058.144.12.255.233l.139.14a.748.748 0 0 0 .495.22 1.25 1.25 0 1 0 .77-.59.749.749 0 0 0-.203-.69 7.28 7.28 0 0 1-.091-.093c-.289-.3-.73-.759-1.584-.824-.36-.028-.71.102-.95.225a2.454 2.454 0 0 0-.308.19c-.24-.39-.526-1.31.023-2.132a.753.753 0 0 0 .064-.118 2.054 2.054 0 0 0 1.632.323c.591-.125 1.09-.468 1.414-.79a.747.747 0 0 0 .22-.535 1.25 1.25 0 1 0-1.024-.695.748.748 0 0 0-.258.169Zm5.266-2.504c.034-.168.138-.484.383-.729.215-.214.612-.451 1.41-.371.355.035.845.208 1.378.517a6.335 6.335 0 0 1 1.458 1.168c.42.459.699.922.806 1.33.1.383.052.7-.164.988a.414.414 0 0 1-.054.05.921.921 0 0 1-.281.145.291.291 0 0 1-.025.006.594.594 0 0 1-.318-.107 1.82 1.82 0 0 1-.254-.234l-.139-.14a.748.748 0 0 0-.495-.219 1.25 1.25 0 1 0-.77.59.749.749 0 0 0 .203.69c.029.028.06.06.091.093.288.3.73.759 1.584.824.36.028.71-.102.95-.225.1-.052.206-.116.308-.19.24.39.526 1.31-.023 2.132a.748.748 0 0 0-.064.117 2.054 2.054 0 0 0-1.632-.322c-.591.125-1.09.468-1.414.79a.747.747 0 0 0-.22.535 1.25 1.25 0 1 0 1.024.695.75.75 0 0 0 .258-.169c.177-.177.429-.334.664-.384.192-.04.375-.017.577.184.15.15.227.365.146.73-.085.387-.341.872-.774 1.377-.868 1.013-2.267 1.904-3.663 2.122a.75.75 0 1 0 .232 1.482c1.808-.282 3.513-1.391 4.572-2.628.53-.62.944-1.323 1.1-2.03a2.43 2.43 0 0 0-.06-1.343.749.749 0 0 0 .503-.324c1.036-1.551.425-3.197 0-3.832a.748.748 0 0 0-.419-.305c.15-.49.136-.996.01-1.478-.19-.723-.632-1.397-1.15-1.963a7.836 7.836 0 0 0-1.812-1.451c-.64-.372-1.339-.65-1.984-.714-1.205-.12-2.06.243-2.62.804a2.985 2.985 0 0 0-.794 1.495 7.614 7.614 0 0 0-.115 2.217c.055.567.169 1.019.265 1.235.019.042.038.09.06.142.153.373.402.982 1.19 1.544a.748.748 0 0 0 .453.14 1.25 1.25 0 1 0 .712-.935.747.747 0 0 0-.291-.425 1.675 1.675 0 0 1-.655-.848 8.342 8.342 0 0 0-.098-.23c-.005-.018-.027-.082-.054-.202a4.696 4.696 0 0 1-.088-.566 6.117 6.117 0 0 1 .093-1.778Zm5.271 2.903Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20LogoSkillboxOutline", "logo_skillbox_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="logo_skillbox_outline_20"><path fill-rule="evenodd" d="M6.958 3.932C7.774 3.3 8.838 3 9.892 3c1.78 0 3.499.809 4.078 2.406a.745.745 0 0 1-.473.956.778.778 0 0 1-.984-.458C12.225 5.11 11.27 4.5 9.893 4.5c-.773 0-1.477.22-1.971.604-.476.37-.792.912-.792 1.672 0 .792.316 1.225.813 1.553.568.374 1.356.6 2.312.865l.05.013c.878.244 1.91.53 2.71 1.066.884.592 1.485 1.483 1.485 2.822 0 1.34-.634 2.348-1.562 2.997-.9.63-2.051.908-3.137.908-1.783 0-3.32-.663-4.18-1.978a.737.737 0 0 1 .237-1.035.786.786 0 0 1 1.066.23c.51.777 1.481 1.283 2.877 1.283.84 0 1.654-.219 2.234-.625.555-.388.92-.957.92-1.78 0-.81-.32-1.254-.817-1.587-.567-.379-1.354-.607-2.308-.872l-.078-.022c-.87-.241-1.886-.523-2.677-1.044-.885-.584-1.49-1.464-1.49-2.794 0-1.226.538-2.196 1.373-2.844Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20TextBoldOutline", "text_bold_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_bold_outline_20"><path d="M9.992 16c.92 0 1.495-.614 1.495-1.589V10.78h.05l3.751 4.606c.313.395.684.614 1.242.614.828 0 1.47-.63 1.47-1.454 0-.362-.076-.723-.38-1.085L14.182 9.41l3.353-3.766c.237-.27.313-.538.313-.833 0-.765-.591-1.311-1.394-1.311-.422 0-.735.135-1.03.496l-3.878 4.59h-.06V5.089c0-.975-.574-1.589-1.494-1.589-.921 0-1.496.614-1.496 1.589v3.497h-.059l-3.86-4.59c-.288-.353-.609-.496-1.04-.496-.802 0-1.393.546-1.393 1.303 0 .303.076.605.312.874L5.793 9.46l-3.421 4.01c-.296.37-.372.723-.372 1.084C2 15.378 2.625 16 3.461 16c.55 0 .93-.219 1.242-.614l3.743-4.606h.05v3.631c0 .975.575 1.589 1.496 1.589Z" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20TextCenterOutline", "text_center_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_center_outline_20"><path d="M17.5 5.25a.752.752 0 0 0-.744-.75H3.244a.745.745 0 0 0-.744.75c0 .414.341.75.744.75h13.512a.745.745 0 0 0 .744-.75Zm0 10a.752.752 0 0 0-.744-.75H3.244a.745.745 0 0 0-.744.75c0 .414.341.75.744.75h13.512a.745.745 0 0 0 .744-.75Zm-12.48-5c0 .414.338.75.756.75h8.469a.75.75 0 1 0 0-1.5H5.776a.75.75 0 0 0-.755.75Z" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20TextItalicOutline", "text_italic_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_italic_outline_20"><path fill-rule="evenodd" d="M8.863 4.536c.09-.477-.24-.935-.74-1.022-.498-.086-.977.23-1.067.708L5.015 14.964c-.09.477.24.935.74 1.022.498.087.976-.23 1.067-.708l.85-4.476 4.168 4.876c.322.375.9.43 1.293.123a.853.853 0 0 0 .129-1.237L9.22 9.836l5.482-4.81a.853.853 0 0 0 .057-1.24.948.948 0 0 0-1.298-.055l-5.334 4.68.736-3.875Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20TextTtOutline", "text_tt_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_tt_outline_20"><path d="M2.75 4a.75.75 0 0 0 0 1.5H6v9.75a.75.75 0 0 0 1.5 0V5.5h3.25a.75.75 0 0 0 0-1.5h-8Z" /><path d="M10.75 7.5a.75.75 0 0 0 0 1.5h2.5v6.25a.75.75 0 0 0 1.5 0V9h2.5a.75.75 0 0 0 0-1.5h-6.5Z" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20TextUnderlineOutline", "text_underline_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="text_underline_outline_20"><path fill-rule="evenodd" d="M5 17.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75Zm7.104-7.271c-.629.476-1.608.826-2.715.826C6.52 10.805 5 9.005 5 6.658V4.404c0-.553.342-.904.892-.904.542 0 .892.35.892.904v2.191c0 1.645.972 2.651 2.756 2.651 1.155 0 2.11-.405 2.676-.959V4.404c0-.553.35-.904.892-.904.55 0 .892.35.892.904v9.692c0 .553-.342.904-.892.904-.542 0-.892-.35-.892-.904V9.979h-.112Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24Bookmark", "bookmark_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="bookmark_24"><path fill-rule="evenodd" d="M11.083 3h1.834c1.056 0 1.903 0 2.588.056.704.058 1.316.179 1.88.466a4.789 4.789 0 0 1 2.093 2.093c.287.564.409 1.176.466 1.88C20 8.18 20 9.027 20 10.083v7.615c0 .773 0 1.414-.046 1.914-.044.494-.144 1.026-.481 1.454a2.456 2.456 0 0 1-1.896.935c-.544.007-1.027-.238-1.447-.503-.423-.268-.933-.658-1.546-1.128l-1.617-1.24c-.607-.466-.714-.526-.797-.549a.657.657 0 0 0-.34 0c-.083.023-.19.083-.797.549l-1.617 1.24c-.613.47-1.123.86-1.546 1.128-.42.265-.903.51-1.447.503a2.456 2.456 0 0 1-1.896-.936c-.337-.427-.437-.96-.482-1.453C4 19.112 4 18.47 4 17.698v-7.615c0-1.056 0-1.903.056-2.588.057-.704.179-1.316.466-1.88a4.789 4.789 0 0 1 2.093-2.093c.564-.287 1.176-.408 1.88-.466C9.18 3 10.027 3 11.083 3Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24HandHeartFilled", "hand_heart_filled_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="hand_heart_filled_24"><path d="M3.674 7.07a1.026 1.026 0 0 1 1.312.61l1.746 4.771c.129.353.52.535.875.406a.678.678 0 0 0 .407-.87l-2.56-7.001c-.194-.53.08-1.114.611-1.307a1.026 1.026 0 0 1 1.313.61l2.211 6.045c.13.353.521.535.875.407a.678.678 0 0 0 .408-.871l-2.56-7.001c-.194-.53.08-1.114.61-1.306a1.026 1.026 0 0 1 1.313.61l2.561 7c.13.353.52.535.875.406a.678.678 0 0 0 .408-.87L12.1 3.298a1.018 1.018 0 0 1 .612-1.306 1.026 1.026 0 0 1 1.313.61l3.376 9.231 1.236-3.04a1.227 1.227 0 0 1 1.651-.649c.577.267.855.927.638 1.523l-1.48 4.07a3.901 3.901 0 0 0-.593-.038l-.16.004-.055.003c-.62.036-1.17.22-1.64.467a4.069 4.069 0 0 0-1.893-.475c-2.26 0-3.905 1.915-3.905 4.04 0 .964.19 1.781.784 2.637l.033.047c-4.111.596-5.422-2.39-5.837-3.524L3.062 8.376a1.017 1.017 0 0 1 .612-1.306Zm11.431 8.43c.523 0 .997.188 1.426.494l.468.35.469-.35c.388-.277.813-.463 1.275-.49l.16-.005c1.159.005 2.097 1.006 2.097 2.24 0 .67-.117 1.111-.463 1.611-.383.553-1.053 1.186-2.244 2.172l-1.098.908a.303.303 0 0 1-.39 0l-1.098-.908c-1.19-.986-1.86-1.62-2.244-2.172-.346-.5-.463-.94-.463-1.611 0-1.237.943-2.24 2.105-2.24ZM3.674 7.07a1.026 1.026 0 0 1 1.312.61l1.746 4.771c.129.353.52.535.875.406a.678.678 0 0 0 .407-.87l-2.56-7.001c-.194-.53.08-1.114.611-1.307a1.026 1.026 0 0 1 1.313.61l2.211 6.045c.13.353.521.535.875.407a.678.678 0 0 0 .408-.871l-2.56-7.001c-.194-.53.08-1.114.61-1.306a1.026 1.026 0 0 1 1.313.61l2.561 7c.13.353.52.535.875.406a.678.678 0 0 0 .408-.87L12.1 3.298a1.018 1.018 0 0 1 .612-1.306 1.026 1.026 0 0 1 1.313.61l3.376 9.231 1.236-3.04a1.227 1.227 0 0 1 1.651-.649c.577.267.855.927.638 1.523l-1.48 4.07a3.901 3.901 0 0 0-.593-.038l-.16.004-.055.003c-.62.036-1.17.22-1.64.467a4.069 4.069 0 0 0-1.893-.475c-2.26 0-3.905 1.915-3.905 4.04 0 .964.19 1.781.784 2.637l.033.047c-4.111.596-5.422-2.39-5.837-3.524L3.062 8.376a1.017 1.017 0 0 1 .612-1.306Zm11.431 8.43c.523 0 .997.188 1.426.494l.468.35.469-.35c.388-.277.813-.463 1.275-.49l.16-.005c1.159.005 2.097 1.006 2.097 2.24 0 .67-.117 1.111-.463 1.611-.383.553-1.053 1.186-2.244 2.172l-1.098.908a.303.303 0 0 1-.39 0l-1.098-.908c-1.19-.986-1.86-1.62-2.244-2.172-.346-.5-.463-.94-.463-1.611 0-1.237.943-2.24 2.105-2.24Z" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28HandHeartFilled", "hand_heart_filled_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="hand_heart_filled_28"><path d="M9.974 1.577a1.24 1.24 0 0 0-.745 1.594l3.117 8.385a.743.743 0 0 1-.447.957.754.754 0 0 1-.966-.441l-2.77-7.454a1.257 1.257 0 0 0-1.611-.735 1.24 1.24 0 0 0-.745 1.594l3.117 8.385a.743.743 0 0 1-.447.957.754.754 0 0 1-.966-.441l-2.078-5.59a1.257 1.257 0 0 0-1.61-.735c-.651.237-.985.95-.746 1.594l4.308 11.587c.516 1.389 2.18 5.124 7.42 4.086-.56-.519-1.01-1-1.354-1.483-.717-1.005-.951-1.966-.951-3.118 0-2.545 2.013-4.719 4.632-4.719.894 0 1.687.249 2.366.616a4.89 4.89 0 0 1 2.127-.61l.2-.005.061-.001a4.561 4.561 0 0 1 1.509.26l1.518-4.397a1.61 1.61 0 0 0-.954-2.022 1.515 1.515 0 0 0-1.974.927l-1.434 4.153L16.046 2.8a1.257 1.257 0 0 0-1.61-.735c-.651.237-.985.95-.746 1.594l2.425 6.522a.743.743 0 0 1-.447.956.754.754 0 0 1-.967-.44l-3.117-8.386a1.257 1.257 0 0 0-1.61-.735Zm12.771 16.577a2.552 2.552 0 0 0-.867-.154l-.2.005c-.576.033-1.108.26-1.593.596l-.586.424-.586-.424c-.536-.371-1.128-.601-1.781-.601-1.454 0-2.632 1.217-2.632 2.719 0 .814.146 1.35.58 1.956.382.536.994 1.136 1.985 1.966.249.208.521.43.82.67l1.371 1.103a.387.387 0 0 0 .488 0l1.372-1.103c1.489-1.196 2.326-1.965 2.805-2.636.433-.607.579-1.142.579-1.956 0-1.184-.733-2.191-1.755-2.565Z" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon56DevicesOutline", "devices_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="devices_outline_56"><path d="M30.036 4c-1.626 0-2.937 0-3.999.087-1.093.09-2.053.278-2.942.73a7.5 7.5 0 0 0-3.277 3.278c-.568 1.113-.726 2.356-.784 3.847-.018.473-.027.988-.03 1.548a1.5 1.5 0 1 0 3 .02c.003-.546.011-1.024.028-1.452.054-1.403.2-2.095.459-2.601a4.5 4.5 0 0 1 1.966-1.967c.395-.2.917-.34 1.824-.413C27.207 7 28.395 7 30.1 7h6.8c1.705 0 2.893.001 3.819.077.907.074 1.429.212 1.824.413a4.5 4.5 0 0 1 1.967 1.967c.2.395.34.917.413 1.824.076.926.077 2.114.077 3.819v25.8c0 1.705-.001 2.893-.077 3.819-.074.907-.212 1.429-.413 1.824a4.5 4.5 0 0 1-1.967 1.967c-.395.2-.917.34-1.824.413C39.793 49 38.605 49 36.9 49H35a1.5 1.5 0 0 0 0 3h1.964c1.626 0 2.937 0 3.999-.087 1.093-.09 2.053-.278 2.942-.73a7.5 7.5 0 0 0 3.278-3.278c.452-.889.641-1.849.73-2.942C48 43.9 48 42.59 48 40.964V15.036c0-1.626 0-2.937-.087-3.999-.089-1.093-.278-2.053-.73-2.942a7.5 7.5 0 0 0-3.278-3.278c-.889-.452-1.849-.641-2.942-.73C39.901 4 38.59 4 36.964 4h-6.928Zm-11 14c-1.626 0-2.937 0-3.999.087-1.093.09-2.054.278-2.942.73a7.5 7.5 0 0 0-3.278 3.278c-.452.889-.641 1.849-.73 2.942C8 26.1 8 27.41 8 29.036v11.928c0 1.626 0 2.937.087 3.999.09 1.093.278 2.053.73 2.942a7.5 7.5 0 0 0 3.278 3.277c.888.453 1.849.642 2.942.731C16.1 52 17.41 52 19.036 52h1.928c1.626 0 2.937 0 3.999-.087 1.093-.09 2.053-.278 2.942-.73a7.5 7.5 0 0 0 3.277-3.278c.453-.889.642-1.849.731-2.942C32 43.9 32 42.59 32 40.964V29.036c0-1.626 0-2.937-.087-3.999-.09-1.093-.278-2.053-.73-2.942a7.5 7.5 0 0 0-3.278-3.277c-.889-.453-1.849-.642-2.942-.731C23.9 18 22.59 18 20.964 18h-1.928Zm-5.579 3.49c.395-.2.917-.34 1.824-.413C16.207 21 17.395 21 19.1 21h1.8c1.705 0 2.893.001 3.819.077.907.074 1.429.212 1.824.413a4.5 4.5 0 0 1 1.966 1.967c.202.395.34.917.414 1.824.076.926.077 2.114.077 3.819v11.8c0 1.705-.001 2.893-.077 3.819-.074.907-.212 1.429-.413 1.824a4.5 4.5 0 0 1-1.967 1.967c-.395.2-.917.34-1.824.413C23.793 49 22.605 49 20.9 49h-1.8c-1.705 0-2.893-.001-3.819-.077-.907-.074-1.429-.212-1.824-.413a4.5 4.5 0 0 1-1.966-1.967c-.202-.395-.34-.917-.414-1.824C11 43.793 11 42.605 11 40.9V29.1c0-1.705.001-2.893.077-3.819.074-.907.212-1.429.414-1.824a4.5 4.5 0 0 1 1.966-1.966Z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
package/dist/es6/index.js CHANGED
@@ -194,6 +194,7 @@ export { default as Icon16GovernmentOutline } from "./16/government_outline";
194
194
  export { default as Icon16GridOfFour } from "./16/grid_of_four";
195
195
  export { default as Icon16GridOfThree } from "./16/grid_of_three";
196
196
  export { default as Icon16Hand } from "./16/hand";
197
+ export { default as Icon16HandHeartFilled } from "./16/hand_heart_filled";
197
198
  export { default as Icon16Hashtag } from "./16/hashtag";
198
199
  export { default as Icon16Headphones } from "./16/headphones";
199
200
  export { default as Icon16HeadphonesOutline } from "./16/headphones_outline";
@@ -553,10 +554,13 @@ export { default as Icon20LiveSlashOutline } from "./20/live_slash_outline";
553
554
  export { default as Icon20LocationMapOutline } from "./20/location_map_outline";
554
555
  export { default as Icon20LockCircleFillBlack } from "./20/lock_circle_fill_black";
555
556
  export { default as Icon20LockOutline } from "./20/lock_outline";
557
+ export { default as Icon20LogoCapsulaOutline } from "./20/logo_capsula_outline";
556
558
  export { default as Icon20LogoClipsOutline } from "./20/logo_clips_outline";
557
559
  export { default as Icon20LogoDatingOutline } from "./20/logo_dating_outline";
560
+ export { default as Icon20LogoGeekbrainsOutline } from "./20/logo_geekbrains_outline";
558
561
  export { default as Icon20LogoOldVk } from "./20/logo_old_vk";
559
562
  export { default as Icon20LogoRustoreOutline } from "./20/logo_rustore_outline";
563
+ export { default as Icon20LogoSkillboxOutline } from "./20/logo_skillbox_outline";
560
564
  export { default as Icon20LogoVk } from "./20/logo_vk";
561
565
  export { default as Icon20LogoVkAdsOutline } from "./20/logo_vk_ads_outline";
562
566
  export { default as Icon20LogoVkCallsOutline } from "./20/logo_vk_calls_outline";
@@ -708,10 +712,15 @@ export { default as Icon20TabAddOutline } from "./20/tab_add_outline";
708
712
  export { default as Icon20TableHeaderOutline } from "./20/table_header_outline";
709
713
  export { default as Icon20TargetOutline } from "./20/target_outline";
710
714
  export { default as Icon20TearOffFlyerOutline } from "./20/tear_off_flyer_outline";
715
+ export { default as Icon20TextBoldOutline } from "./20/text_bold_outline";
716
+ export { default as Icon20TextCenterOutline } from "./20/text_center_outline";
717
+ export { default as Icon20TextItalicOutline } from "./20/text_italic_outline";
711
718
  export { default as Icon20TextLiveCircleFillGreen } from "./20/text_live_circle_fill_green";
712
719
  export { default as Icon20TextLiveOutline } from "./20/text_live_outline";
713
720
  export { default as Icon20TextOutline } from "./20/text_outline";
714
721
  export { default as Icon20TextRightOutline } from "./20/text_right_outline";
722
+ export { default as Icon20TextTtOutline } from "./20/text_tt_outline";
723
+ export { default as Icon20TextUnderlineOutline } from "./20/text_underline_outline";
715
724
  export { default as Icon20ThumbsUpCircleFillGreen } from "./20/thumbs_up_circle_fill_green";
716
725
  export { default as Icon20ThumbsUpOutline } from "./20/thumbs_up_outline";
717
726
  export { default as Icon20TicketOutline } from "./20/ticket_outline";
@@ -812,6 +821,7 @@ export { default as Icon24BidyOutline } from "./24/bidy_outline";
812
821
  export { default as Icon24BillheadOutline } from "./24/billhead_outline";
813
822
  export { default as Icon24BlockOutline } from "./24/block_outline";
814
823
  export { default as Icon24BombOutline } from "./24/bomb_outline";
824
+ export { default as Icon24Bookmark } from "./24/bookmark";
815
825
  export { default as Icon24BookmarkOutline } from "./24/bookmark_outline";
816
826
  export { default as Icon24BookSpreadOutline } from "./24/book_spread_outline";
817
827
  export { default as Icon24BowlSticksOutline } from "./24/bowl_sticks_outline";
@@ -959,6 +969,7 @@ export { default as Icon24GraphOutline } from "./24/graph_outline";
959
969
  export { default as Icon24Grid4UnevenVerticalOutline } from "./24/grid_4_uneven_vertical_outline";
960
970
  export { default as Icon24GunOutline } from "./24/gun_outline";
961
971
  export { default as Icon24HammerOutline } from "./24/hammer_outline";
972
+ export { default as Icon24HandHeartFilled } from "./24/hand_heart_filled";
962
973
  export { default as Icon24HandOutline } from "./24/hand_outline";
963
974
  export { default as Icon24HangerOutline } from "./24/hanger_outline";
964
975
  export { default as Icon24Headphones } from "./24/headphones";
@@ -1497,6 +1508,7 @@ export { default as Icon28GraphOutline } from "./28/graph_outline";
1497
1508
  export { default as Icon28GridLayoutOutline } from "./28/grid_layout_outline";
1498
1509
  export { default as Icon28GridRectangleUpSquare2DownOutline } from "./28/grid_rectangle_up_square_2_down_outline";
1499
1510
  export { default as Icon28GridSquareOutline } from "./28/grid_square_outline";
1511
+ export { default as Icon28HandHeartFilled } from "./28/hand_heart_filled";
1500
1512
  export { default as Icon28HandHeartOutline } from "./28/hand_heart_outline";
1501
1513
  export { default as Icon28HandSlashOutline } from "./28/hand_slash_outline";
1502
1514
  export { default as Icon28HangerOutline } from "./28/hanger_outline";
@@ -2141,6 +2153,7 @@ export { default as Icon56DataStackLockOutline } from "./56/data_stack_lock_outl
2141
2153
  export { default as Icon56DeleteOutline } from "./56/delete_outline";
2142
2154
  export { default as Icon56DeleteOutlineAndroid } from "./56/delete_outline_android";
2143
2155
  export { default as Icon56DeleteOutlineIos } from "./56/delete_outline_ios";
2156
+ export { default as Icon56DevicesOutline } from "./56/devices_outline";
2144
2157
  export { default as Icon56DiamondOutline } from "./56/diamond_outline";
2145
2158
  export { default as Icon56DocumentOutline } from "./56/document_outline";
2146
2159
  export { default as Icon56DonateOutline } from "./56/donate_outline";