@vkontakte/icons 1.180.0 → 1.183.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 (113) hide show
  1. package/dist/12/picture_outline.js +8 -0
  2. package/dist/16/history_backward_outline.js +8 -0
  3. package/dist/16/search_stars_outline.js +8 -0
  4. package/dist/20/chevron_circle_outline.js +8 -0
  5. package/dist/20/chevron_up.js +8 -0
  6. package/dist/20/dropdown.js +1 -1
  7. package/dist/20/error_circle.js +8 -0
  8. package/dist/20/recent_outline.js +1 -1
  9. package/dist/20/wrench_outline.js +8 -0
  10. package/dist/24/cash_out_outline.js +8 -0
  11. package/dist/24/pacman_outline.js +8 -0
  12. package/dist/24/snowflake_outline.js +8 -0
  13. package/dist/24/trash_smile_outline.js +8 -0
  14. package/dist/28/bookmark_check_outline.js +8 -0
  15. package/dist/28/cancel.js +8 -0
  16. package/dist/28/clock.js +8 -0
  17. package/dist/28/done.js +8 -0
  18. package/dist/28/info_circle.js +8 -0
  19. package/dist/28/menu_outline.js +1 -1
  20. package/dist/28/newsfeed_lines_outline.js +8 -0
  21. package/dist/28/report.js +8 -0
  22. package/dist/28/wrench_outline.js +8 -0
  23. package/dist/es6/12/picture_outline.js +2 -0
  24. package/dist/es6/16/history_backward_outline.js +2 -0
  25. package/dist/es6/16/search_stars_outline.js +2 -0
  26. package/dist/es6/20/chevron_circle_outline.js +2 -0
  27. package/dist/es6/20/chevron_up.js +2 -0
  28. package/dist/es6/20/dropdown.js +1 -1
  29. package/dist/es6/20/error_circle.js +2 -0
  30. package/dist/es6/20/recent_outline.js +1 -1
  31. package/dist/es6/20/wrench_outline.js +2 -0
  32. package/dist/es6/24/cash_out_outline.js +2 -0
  33. package/dist/es6/24/pacman_outline.js +2 -0
  34. package/dist/es6/24/snowflake_outline.js +2 -0
  35. package/dist/es6/24/trash_smile_outline.js +2 -0
  36. package/dist/es6/28/bookmark_check_outline.js +2 -0
  37. package/dist/es6/28/cancel.js +2 -0
  38. package/dist/es6/28/clock.js +2 -0
  39. package/dist/es6/28/done.js +2 -0
  40. package/dist/es6/28/info_circle.js +2 -0
  41. package/dist/es6/28/menu_outline.js +1 -1
  42. package/dist/es6/28/newsfeed_lines_outline.js +2 -0
  43. package/dist/es6/28/report.js +2 -0
  44. package/dist/es6/28/wrench_outline.js +2 -0
  45. package/dist/es6/index.js +19 -0
  46. package/dist/icons-map.json +1 -1
  47. package/dist/index.js +165 -32
  48. package/dist/typings/12/picture_outline.d.ts +9 -0
  49. package/dist/typings/16/history_backward_outline.d.ts +9 -0
  50. package/dist/typings/16/search_stars_outline.d.ts +9 -0
  51. package/dist/typings/20/chevron_circle_outline.d.ts +9 -0
  52. package/dist/typings/20/chevron_up.d.ts +9 -0
  53. package/dist/typings/20/error_circle.d.ts +9 -0
  54. package/dist/typings/20/wrench_outline.d.ts +9 -0
  55. package/dist/typings/24/cash_out_outline.d.ts +9 -0
  56. package/dist/typings/24/pacman_outline.d.ts +9 -0
  57. package/dist/typings/24/snowflake_outline.d.ts +9 -0
  58. package/dist/typings/24/trash_smile_outline.d.ts +9 -0
  59. package/dist/typings/28/bookmark_check_outline.d.ts +9 -0
  60. package/dist/typings/28/cancel.d.ts +9 -0
  61. package/dist/typings/28/clock.d.ts +9 -0
  62. package/dist/typings/28/done.d.ts +9 -0
  63. package/dist/typings/28/info_circle.d.ts +9 -0
  64. package/dist/typings/28/newsfeed_lines_outline.d.ts +9 -0
  65. package/dist/typings/28/report.d.ts +9 -0
  66. package/dist/typings/28/wrench_outline.d.ts +9 -0
  67. package/dist/typings/index.d.ts +19 -0
  68. package/package.json +1 -1
  69. package/src/svg/12/picture_outline_12.svg +1 -0
  70. package/src/svg/16/history_backward_outline_16.svg +1 -0
  71. package/src/svg/16/search_stars_outline_16.svg +1 -0
  72. package/src/svg/20/chevron_circle_outline_20.svg +1 -0
  73. package/src/svg/20/chevron_up_20.svg +1 -0
  74. package/src/svg/20/dropdown_20.svg +1 -3
  75. package/src/svg/20/error_circle_20.svg +1 -0
  76. package/src/svg/20/recent_outline_20.svg +1 -14
  77. package/src/svg/20/wrench_outline_20.svg +1 -0
  78. package/src/svg/24/cash_out_outline_24.svg +1 -0
  79. package/src/svg/24/pacman_outline_24.svg +1 -0
  80. package/src/svg/24/snowflake_outline_24.svg +1 -0
  81. package/src/svg/24/trash_smile_outline_24.svg +1 -0
  82. package/src/svg/28/bookmark_check_outline_28.svg +1 -0
  83. package/src/svg/28/cancel_28.svg +1 -0
  84. package/src/svg/28/clock_28.svg +1 -0
  85. package/src/svg/28/done_28.svg +1 -0
  86. package/src/svg/28/info_circle_28.svg +1 -0
  87. package/src/svg/28/menu_outline_28.svg +1 -12
  88. package/src/svg/28/newsfeed_lines_outline_28.svg +1 -0
  89. package/src/svg/28/report_28.svg +1 -0
  90. package/src/svg/28/wrench_outline_28.svg +1 -0
  91. package/ts/12/picture_outline.ts +18 -0
  92. package/ts/16/history_backward_outline.ts +18 -0
  93. package/ts/16/search_stars_outline.ts +18 -0
  94. package/ts/20/chevron_circle_outline.ts +18 -0
  95. package/ts/20/chevron_up.ts +18 -0
  96. package/ts/20/dropdown.ts +1 -1
  97. package/ts/20/error_circle.ts +18 -0
  98. package/ts/20/recent_outline.ts +1 -1
  99. package/ts/20/wrench_outline.ts +18 -0
  100. package/ts/24/cash_out_outline.ts +18 -0
  101. package/ts/24/pacman_outline.ts +18 -0
  102. package/ts/24/snowflake_outline.ts +18 -0
  103. package/ts/24/trash_smile_outline.ts +18 -0
  104. package/ts/28/bookmark_check_outline.ts +18 -0
  105. package/ts/28/cancel.ts +18 -0
  106. package/ts/28/clock.ts +18 -0
  107. package/ts/28/done.ts +18 -0
  108. package/ts/28/info_circle.ts +18 -0
  109. package/ts/28/menu_outline.ts +1 -1
  110. package/ts/28/newsfeed_lines_outline.ts +18 -0
  111. package/ts/28/report.ts +18 -0
  112. package/ts/28/wrench_outline.ts +18 -0
  113. package/ts/index.ts +19 -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("Icon12PictureOutline", "picture_outline_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="picture_outline_12"><path d="M4 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" /><path fill-rule="evenodd" d="M.218 1.092C0 1.52 0 2.08 0 3.2v5.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C1.52 12 2.08 12 3.2 12h5.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C12 10.48 12 9.92 12 8.8V3.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C10.48 0 9.92 0 8.8 0H3.2C2.08 0 1.52 0 1.092.218a2 2 0 0 0-.874.874ZM8.8 1.5H3.2c-.585 0-.933.001-1.191.022-.158.013-.224.03-.242.036a.5.5 0 0 0-.21.209 1.254 1.254 0 0 0-.035.242c-.02.258-.022.606-.022 1.191v5.322l1.066-1.325a.576.576 0 0 1 .868 0l1.023 1.271 2.602-3.26a.57.57 0 0 1 .882 0L10.5 8.415V3.2c0-.585-.001-.933-.022-1.191a1.252 1.252 0 0 0-.036-.242.5.5 0 0 0-.209-.21 1.255 1.255 0 0 0-.242-.035C9.733 1.502 9.385 1.5 8.8 1.5Zm1.438.06-.003-.002.003.001Zm.203.202v.003-.003Zm-8.882 0v.003-.003Zm.203-.203h.003-.003Z" clip-rule="evenodd" /></symbol>', 12, 12);
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("Icon16HistoryBackwardOutline", "history_backward_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="history_backward_outline_16"><path d="M9.828 2.812a5.496 5.496 0 0 0-5.313.935h.735a.75.75 0 1 1 0 1.5H3.137c-.058 0-.139 0-.212-.006a1.003 1.003 0 0 1-.379-.103 1 1 0 0 1-.437-.437 1.003 1.003 0 0 1-.103-.378C2 4.248 2 4.167 2 4.11V2a.75.75 0 0 1 1.5 0v.64a6.997 6.997 0 0 1 10.255 9.345 6.998 6.998 0 0 1-7.553 2.78 7.07 7.07 0 0 1-2.96-1.615.75.75 0 1 1 1.016-1.103 5.571 5.571 0 0 0 2.33 1.268A5.496 5.496 0 0 0 13.5 7.962a5.5 5.5 0 0 0-3.672-5.15ZM7.75 5a.75.75 0 0 1 .75.75v2.473l1.32 1.539a.75.75 0 0 1-1.14.976l-1.5-1.75A.75.75 0 0 1 7 8.5V5.75A.75.75 0 0 1 7.75 5Z" /></symbol>', 16, 16);
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("Icon16SearchStarsOutline", "search_stars_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="search_stars_outline_16"><path d="M7.758.174a.255.255 0 0 1 .484 0l.194.583c.127.38.426.68.807.807l.583.194a.255.255 0 0 1 0 .484l-.583.194c-.38.127-.68.426-.807.807l-.194.583a.255.255 0 0 1-.484 0l-.194-.583a1.276 1.276 0 0 0-.807-.807l-.583-.194a.255.255 0 0 1 0-.484l.583-.194c.38-.127.68-.426.807-.807l.194-.583ZM4.986 4.389a.75.75 0 0 0-.943-1.167 5.5 5.5 0 0 0 6.78 8.661l2.397 2.397a.75.75 0 1 0 1.06-1.06l-2.397-2.398c.052-.067.101-.136.15-.207a.75.75 0 1 0-1.236-.85A4 4 0 1 1 4.986 4.39Zm7.377-2.127a.383.383 0 0 0-.726 0l-.291.873a1.914 1.914 0 0 1-1.21 1.21l-.874.292a.383.383 0 0 0 0 .726l.873.291c.572.19 1.02.64 1.21 1.21l.292.874c.116.35.61.35.726 0l.291-.873c.19-.572.64-1.02 1.21-1.21l.874-.292a.383.383 0 0 0 0-.726l-.873-.291a1.914 1.914 0 0 1-1.21-1.21l-.292-.874Z" /></symbol>', 16, 16);
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("Icon20ChevronCircleOutline", "chevron_circle_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="chevron_circle_outline_20"><path fill-rule="evenodd" d="M10 18.5a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17Zm7-8.5a7 7 0 1 1-14 0 7 7 0 0 1 14 0ZM9.53 6.47a.75.75 0 0 0-1.06 1.06L10.94 10l-2.47 2.47a.75.75 0 1 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3Z" clip-rule="evenodd" /></symbol>', 20, 20);
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("Icon20ChevronUp", "chevron_up_20", "0 0 20 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 16" id="chevron_up_20"><path fill-rule="evenodd" d="M15.78 11.125a1 1 0 0 1-1.405.156L10 7.78l-4.375 3.5a1 1 0 0 1-1.25-1.562l5-4a1 1 0 0 1 1.25 0l5 4a1 1 0 0 1 .156 1.406Z" clip-rule="evenodd" /></symbol>', 20, 16);
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("Icon20Dropdown", "dropdown_20", "0 0 20 16", '<symbol viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="dropdown_20"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.22 5.875a1 1 0 0 1 1.405-.156L10 9.22l4.375-3.5a1 1 0 0 1 1.25 1.562l-5 4a1 1 0 0 1-1.25 0l-5-4a1 1 0 0 1-.156-1.406Z" fill="currentColor" /></symbol>', 20, 16);
7
+ var _default = (0, _svgIcon).makeIcon("Icon20Dropdown", "dropdown_20", "0 0 20 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 16" id="dropdown_20"><path fill-rule="evenodd" d="M4.22 5.875a1 1 0 0 1 1.405-.156L10 9.22l4.375-3.5a1 1 0 0 1 1.25 1.562l-5 4a1 1 0 0 1-1.25 0l-5-4a1 1 0 0 1-.156-1.406Z" clip-rule="evenodd" /></symbol>', 20, 16);
8
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("Icon20ErrorCircle", "error_circle_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="error_circle_20"><path fill-rule="evenodd" d="M1.5 10a8.5 8.5 0 1 1 17 0 8.5 8.5 0 0 1-17 0ZM10 5.5a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 1.5 0v-4.5A.75.75 0 0 0 10 5.5Zm-.9 8.4a.9.9 0 1 1 1.8 0 .9.9 0 0 1-1.8 0Z" clip-rule="evenodd" /></symbol>', 20, 20);
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("Icon20RecentOutline", "recent_outline_20", "0 0 20 20", '<symbol viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" id="recent_outline_20"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z" /><path d="M10 1.5a8.5 8.5 0 1 1 0 17 8.5 8.5 0 0 1 0-17ZM10 3a7 7 0 1 0 0 14 7 7 0 0 0 0-14Zm-.75 3a.75.75 0 0 1 .75.75v3.235l2.77 1.065a.75.75 0 0 1-.54 1.4L8.98 11.2a.75.75 0 0 1-.48-.7V6.75A.75.75 0 0 1 9.25 6Z" fill="currentColor" fill-rule="nonzero" /></g></symbol>', 20, 20);
7
+ var _default = (0, _svgIcon).makeIcon("Icon20RecentOutline", "recent_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="recent_outline_20"><path fill-rule="evenodd" d="M18.5 10a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0ZM3 10a7 7 0 1 1 14 0 7 7 0 0 1-14 0Zm6.75-4a.75.75 0 0 1 .75.75v3.287l3.085 1.542a.75.75 0 1 1-.67 1.342l-3.5-1.75A.75.75 0 0 1 9 10.5V6.75A.75.75 0 0 1 9.75 6Z" clip-rule="evenodd" /></symbol>', 20, 20);
8
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("Icon20WrenchOutline", "wrench_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="wrench_outline_20"><path fill-rule="evenodd" d="M2.88 16.766a2.997 2.997 0 0 1 0-4.24l2.138-2.137a.634.634 0 0 0 .161-.595A6.747 6.747 0 0 1 11.75 1.5c.829 0 1.622.149 2.355.422.38.14.457.623.17.91l-2.6 2.612a.6.6 0 0 0-.174.423V7.9a.6.6 0 0 0 .6.6h2.029a.6.6 0 0 0 .423-.175l2.616-2.603c.287-.286.769-.21.91.17a6.747 6.747 0 0 1-7.858 8.921.633.633 0 0 0-.592.162l-2.15 2.145a3.003 3.003 0 0 1-4.244 0l-.355-.355Zm8.87-3.278a5.247 5.247 0 0 0 5.245-5.478L15.61 9.39a2.1 2.1 0 0 1-1.48.61H12.1A2.1 2.1 0 0 1 10 7.9V5.867a2.1 2.1 0 0 1 .612-1.481l1.374-1.38A5.247 5.247 0 0 0 6.64 9.45a2.133 2.133 0 0 1-.56 2l-2.14 2.136a1.497 1.497 0 0 0 0 2.118l.356.355a1.503 1.503 0 0 0 2.124 0l2.149-2.146a2.133 2.133 0 0 1 1.99-.562c.382.089.78.136 1.192.136Z" clip-rule="evenodd" /></symbol>', 20, 20);
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("Icon24CashOutOutline", "cash_out_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="cash_out_outline_24"><path fill-rule="evenodd" d="M2 6a4 4 0 0 1 4-4h12a4 4 0 0 1 1 7.874v8.061c0 .53 0 .982-.03 1.352-.032.39-.102.768-.286 1.13a2.9 2.9 0 0 1-1.267 1.267c-.362.184-.74.254-1.13.286-.37.03-.822.03-1.351.03H9.064c-.53 0-.981 0-1.352-.03-.389-.032-.768-.102-1.13-.286a2.9 2.9 0 0 1-1.267-1.267c-.184-.362-.254-.74-.286-1.13-.03-.37-.03-.822-.03-1.352V9.874A4.002 4.002 0 0 1 2 6Zm3.144 2.027c.042-.15.098-.298.172-.444a2.9 2.9 0 0 1 1.267-1.267c.362-.184.741-.254 1.13-.286C8.083 6 8.535 6 9.065 6h5.87c.53 0 .981 0 1.352.03.39.032.768.102 1.13.286a2.9 2.9 0 0 1 1.267 1.267c.074.146.13.294.172.444A2.2 2.2 0 0 0 18 3.8H6a2.2 2.2 0 0 0-.856 4.227Zm2.257-.107c.066-.034.18-.073.459-.096.288-.023.665-.024 1.24-.024h2v3.127l-.564-.563a.9.9 0 1 0-1.272 1.272l2.1 2.1a.9.9 0 0 0 1.272 0l2.1-2.1a.9.9 0 1 0-1.272-1.272l-.564.563V7.8h2c.575 0 .952 0 1.24.024.278.023.393.062.46.096a1.1 1.1 0 0 1 .48.48c.034.067.073.182.096.46.023.288.024.665.024 1.24v6.1H6.8v-6.1c0-.575 0-.952.024-1.24.023-.278.062-.393.096-.46a1.1 1.1 0 0 1 .48-.48ZM6.8 18c0 .52.002.869.024 1.14.023.278.062.393.096.46a1.1 1.1 0 0 0 .48.48c.067.034.182.073.46.096.288.023.665.024 1.24.024h5.8c.575 0 .952 0 1.24-.024.278-.023.393-.062.46-.096a1.1 1.1 0 0 0 .48-.48c.034-.067.073-.182.096-.46.022-.271.024-.62.024-1.14H6.8Z" clip-rule="evenodd" /></symbol>', 24, 24);
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("Icon24PacmanOutline", "pacman_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="pacman_outline_24"><path fill-rule="evenodd" d="M4.936 4.929A10.008 10.008 0 0 1 12.024 2c2.62 0 5.007 1.004 6.792 2.645a1.19 1.19 0 0 1 .032 1.72L13.2 12l5.648 5.634a1.19 1.19 0 0 1-.032 1.72A10.005 10.005 0 0 1 12.024 22c-2.768 0-5.275-1.12-7.088-2.929A9.96 9.96 0 0 1 2 12a9.96 9.96 0 0 1 2.936-7.071ZM12.024 3.8a8.2 8.2 0 0 0-5.812 2.402A8.162 8.162 0 0 0 3.804 12c0 2.265.92 4.313 2.408 5.798a8.201 8.201 0 0 0 5.812 2.402c1.92 0 3.685-.656 5.084-1.756l-5.61-5.595a1.198 1.198 0 0 1 0-1.697l5.61-5.596A8.194 8.194 0 0 0 12.024 3.8Z" clip-rule="evenodd" /></symbol>', 24, 24);
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("Icon24SnowflakeOutline", "snowflake_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="snowflake_outline_24"><path d="M8.876 2.256a.9.9 0 0 1 1.272.024L12 4.202l1.852-1.922a.9.9 0 0 1 1.296 1.248L12.9 5.863v4.576l3.92-2.276.808-3.184a.9.9 0 0 1 1.744.442l-.682 2.693 2.645.717a.9.9 0 1 1-.47 1.738l-3.138-.851-3.934 2.284 3.934 2.284 3.137-.854a.9.9 0 0 1 .472 1.736l-2.623.715.753 2.673a.9.9 0 1 1-1.732.488l-.901-3.196-3.933-2.283v4.572l2.249 2.34a.9.9 0 0 1-1.298 1.247l-1.85-1.925-1.852 1.925a.9.9 0 0 1-1.298-1.248l2.25-2.338v-4.573l-3.922 2.274-.807 3.182a.9.9 0 0 1-1.744-.442l.682-2.692-2.646-.719a.9.9 0 1 1 .472-1.736l3.137.852 3.934-2.282L6.273 9.72l-3.138.849a.9.9 0 0 1-.47-1.738l2.645-.716-.682-2.694a.9.9 0 1 1 1.744-.442l.807 3.186 3.921 2.274V5.863L8.852 3.528a.9.9 0 0 1 .024-1.272Z" /></symbol>', 24, 24);
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("Icon24TrashSmileOutline", "trash_smile_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="trash_smile_outline_24"><path d="M9.25 10.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm5.5 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm-.265 5.546c.106-.571-.373-1.046-.955-1.046h-3.06c-.582 0-1.061.475-.955 1.046.027.146.06.275.097.366a2.57 2.57 0 0 0 1.399 1.39c.314.13.65.198.989.198a2.598 2.598 0 0 0 2.388-1.588c.038-.091.07-.22.097-.366ZM11.173 1h1.654c.41 0 .754 0 1.084.077a2.9 2.9 0 0 1 1.288.677c.25.227.444.51.675.846H18.3a2.7 2.7 0 0 1 1.5 4.945v7.991c0 .948 0 1.713-.05 2.334-.053.64-.163 1.203-.43 1.725a4.4 4.4 0 0 1-1.922 1.923c-.523.266-1.087.377-1.726.43-.62.05-1.386.05-2.334.05h-2.676c-.948 0-1.714 0-2.334-.05-.64-.053-1.203-.164-1.726-.43a4.4 4.4 0 0 1-1.923-1.923c-.266-.522-.376-1.086-.428-1.725-.051-.62-.051-1.386-.051-2.334v-7.99A2.7 2.7 0 0 1 5.7 2.6h2.427c.23-.337.425-.62.674-.847a2.9 2.9 0 0 1 1.288-.677c.33-.078.674-.077 1.084-.077Zm.08 1.8c-.532 0-.652.006-.752.03a1.1 1.1 0 0 0-.489.256c-.076.07-.149.166-.45.604l-.014.02a1.78 1.78 0 0 1-.27.326 1.4 1.4 0 0 1-.62.327 1.772 1.772 0 0 1-.421.037H5.7a.9.9 0 1 0 0 1.8h12.6a.9.9 0 1 0 0-1.8h-2.536c-.09 0-.256.002-.421-.037a1.4 1.4 0 0 1-.622-.327 1.802 1.802 0 0 1-.269-.326l-.014-.02c-.301-.438-.374-.535-.45-.604a1.1 1.1 0 0 0-.489-.257c-.1-.023-.22-.029-.752-.029h-1.494ZM6 8v7.498c0 .995 0 1.687.045 2.225.043.528.123.829.238 1.055a2.6 2.6 0 0 0 1.137 1.136c.226.116.526.196 1.054.239.539.044 1.231.045 2.226.045h2.6c.995 0 1.687-.001 2.225-.045.528-.043.829-.123 1.055-.239a2.6 2.6 0 0 0 1.137-1.136c.115-.226.195-.527.238-1.055.044-.538.045-1.23.045-2.225V8H6Z" clip-rule="evenodd" /></symbol>', 24, 24);
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("Icon28BookmarkCheckOutline", "bookmark_check_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="bookmark_check_outline_28"><path fill-rule="evenodd" d="M21 3a6 6 0 1 0 0 12 6 6 0 0 0 0-12Zm2.78 4.22a.75.75 0 0 0-1.06 0l-2.47 2.47-.97-.97a.75.75 0 1 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06ZM12.957 3h.543a1 1 0 1 1 0 2h-.499c-1.417 0-2.42 0-3.203.065-.772.063-1.243.183-1.612.373a4.01 4.01 0 0 0-1.75 1.756c-.188.373-.308.847-.371 1.623C6 9.605 6 10.612 6 12.034v8.493c0 1.075.001 1.811.05 2.35.05.558.14.708.167.742a.997.997 0 0 0 .775.381c.04 0 .211-.02.68-.321.454-.292 1.033-.743 1.877-1.403l1.87-1.461.124-.097c.578-.452 1.084-.849 1.672-1.009a2.992 2.992 0 0 1 1.57 0c.588.16 1.095.557 1.671 1.009l.124.097 1.871 1.461c.844.66 1.424 1.11 1.877 1.403.469.302.64.321.68.321a.997.997 0 0 0 .775-.38c.027-.035.117-.185.167-.742.049-.54.05-1.276.05-2.35v-2.67a1 1 0 0 1 2 0v2.72c0 1.011 0 1.84-.058 2.48-.058.635-.183 1.285-.588 1.8A2.997 2.997 0 0 1 21.026 26c-.656.006-1.247-.296-1.78-.64-.54-.347-1.192-.856-1.986-1.477l-1.911-1.492c-.776-.606-.943-.712-1.089-.752a.993.993 0 0 0-.52 0c-.146.04-.313.146-1.089.752l-1.91 1.492c-.795.621-1.447 1.13-1.986 1.477-.534.345-1.125.646-1.78.64a2.997 2.997 0 0 1-2.329-1.143c-.405-.514-.53-1.164-.588-1.799C4 22.418 4 21.59 4 20.578V11.99c0-1.37 0-2.458.071-3.336.074-.899.226-1.665.582-2.366a6.01 6.01 0 0 1 2.622-2.632c.7-.358 1.463-.512 2.36-.585C10.509 3 11.594 3 12.957 3Z" clip-rule="evenodd" /></symbol>', 28, 28);
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("Icon28Cancel", "cancel_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="cancel_28"><path fill-rule="evenodd" d="M6.366 6.366a1.25 1.25 0 0 1 1.768 0L14 12.232l5.866-5.866a1.25 1.25 0 0 1 1.768 1.768L15.768 14l5.866 5.866a1.25 1.25 0 0 1-1.768 1.768L14 15.768l-5.866 5.866a1.25 1.25 0 0 1-1.768-1.768L12.232 14 6.366 8.134a1.25 1.25 0 0 1 0-1.768Z" clip-rule="evenodd" /></symbol>', 28, 28);
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("Icon28Clock", "clock_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="clock_28"><path fill-rule="evenodd" d="M26 14c0-6.628-5.374-12-12-12C7.372 2 2 7.372 2 14s5.372 12 12 12c6.626 0 12-5.372 12-12ZM13.5 8a1 1 0 0 1 1 1v5.104l4.875 1.969a1 1 0 0 1-.75 1.854l-5.5-2.222a1 1 0 0 1-.625-.927V9a1 1 0 0 1 1-1Z" clip-rule="evenodd" /></symbol>', 28, 28);
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("Icon28Done", "done_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="done_28"><path fill-rule="evenodd" d="M23.634 7.366a1.25 1.25 0 0 1 0 1.768l-11.75 11.75a1.25 1.25 0 0 1-1.768 0l-5.75-5.75a1.25 1.25 0 0 1 1.768-1.768L11 18.232 21.866 7.366a1.25 1.25 0 0 1 1.768 0Z" clip-rule="evenodd" /></symbol>', 28, 28);
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("Icon28InfoCircle", "info_circle_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="info_circle_28"><path fill-rule="evenodd" d="M14 26c6.627 0 12-5.373 12-12S20.627 2 14 2 2 7.373 2 14s5.373 12 12 12Zm0-6a1 1 0 0 1-1-1v-6a1 1 0 1 1 2 0v6a1 1 0 0 1-1 1Zm0-9.8-.123-.006A1.2 1.2 0 0 1 14 7.8l.123.006A1.2 1.2 0 0 1 14 10.2Z" clip-rule="evenodd" /></symbol>', 28, 28);
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("Icon28MenuOutline", "menu_outline_28", "0 0 28 28", '<symbol viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" id="menu_outline_28"><g fill="none" fill-rule="evenodd"><path d="M0 0h28v28H0z" /><path d="M22.5 20a1 1 0 0 1 0 2h-17a1 1 0 0 1 0-2Zm0-7a1 1 0 0 1 0 2h-17a1 1 0 0 1 0-2Zm0-7a1 1 0 0 1 0 2h-17a1 1 0 1 1 0-2Z" fill="currentColor" fill-rule="nonzero" /></g></symbol>', 28, 28);
7
+ var _default = (0, _svgIcon).makeIcon("Icon28MenuOutline", "menu_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="menu_outline_28"><path d="M23 20a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h18Zm0-7a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h18Zm0-7a1 1 0 1 1 0 2H5a1 1 0 0 1 0-2h18Z" /></symbol>', 28, 28);
8
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("Icon28NewsfeedLinesOutline", "newsfeed_lines_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="newsfeed_lines_outline_28"><path d="M17.59 3c2.183 0 3.233.203 4.324.786a5.543 5.543 0 0 1 2.3 2.3c.583 1.091.786 2.14.786 4.324v7.18c0 2.183-.203 3.233-.786 4.324a5.543 5.543 0 0 1-2.3 2.3c-1.091.583-2.14.786-4.324.786h-7.18c-2.183 0-3.233-.203-4.324-.786a5.543 5.543 0 0 1-2.3-2.3C3.203 20.823 3 19.774 3 17.59v-7.18c0-2.183.203-3.233.786-4.324a5.543 5.543 0 0 1 2.3-2.3C7.177 3.203 8.226 3 10.41 3h7.18ZM5 11v6.59c0 1.881.142 2.62.55 3.38a3.533 3.533 0 0 0 1.48 1.48c.76.408 1.499.55 3.38.55h7.18c1.881 0 2.62-.142 3.38-.55a3.544 3.544 0 0 0 1.48-1.48c.408-.76.55-1.499.55-3.38L22.999 11h-18Zm12.59-6h-7.18c-1.881 0-2.62.142-3.38.55a3.533 3.533 0 0 0-1.48 1.48c-.286.534-.441 1.056-.509 1.97H22.96c-.068-.914-.223-1.436-.509-1.97a3.544 3.544 0 0 0-1.48-1.48c-.76-.408-1.499-.55-3.38-.55ZM8 15c0-.552.488-1 1.09-1h9.82c.602 0 1.09.448 1.09 1s-.488 1-1.09 1H9.09C8.489 16 8 15.552 8 15Zm0 4c0-.552.488-1 1.09-1h9.82c.602 0 1.09.448 1.09 1s-.488 1-1.09 1H9.09C8.489 20 8 19.552 8 19Z" /></symbol>', 28, 28);
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("Icon28Report", "report_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="report_28"><path fill-rule="evenodd" d="M10.636 2a2.5 2.5 0 0 0-1.768.732L2.732 8.868A2.5 2.5 0 0 0 2 10.636v6.729a2.5 2.5 0 0 0 .732 1.767l6.136 6.136a2.5 2.5 0 0 0 1.768.732h6.729a2.5 2.5 0 0 0 1.767-.732l6.136-6.136A2.5 2.5 0 0 0 26 17.364v-6.729a2.5 2.5 0 0 0-.732-1.767l-6.136-6.136A2.5 2.5 0 0 0 17.364 2h-6.729ZM14 8a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1Zm0 8.8.123.006A1.2 1.2 0 0 1 14 19.2l-.123-.006A1.2 1.2 0 0 1 14 16.8Z" clip-rule="evenodd" /></symbol>', 28, 28);
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("Icon28WrenchOutline", "wrench_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="wrench_outline_28"><path fill-rule="evenodd" d="M16.49 19c4.15 0 7.51-3.36 7.51-7.5 0-.219-.008-.435-.027-.648l-2.273 2.27a3 3 0 0 1-2.12.878h-2.59a3 3 0 0 1-3-3V8.415a3 3 0 0 1 .88-2.123l2.267-2.265A7.65 7.65 0 0 0 16.49 4c-4.15 0-7.51 3.36-7.51 7.5 0 .593.068 1.167.197 1.717.226.963-.003 2.075-.803 2.873l-2.788 2.786a1.994 1.994 0 0 0 0 2.823l.711.71a2.005 2.005 0 0 0 2.833 0l2.802-2.798a3.069 3.069 0 0 1 2.86-.803A7.551 7.551 0 0 0 16.49 19Zm0 2c5.253 0 9.51-4.253 9.51-9.5 0-1.113-.19-2.18-.542-3.173-.225-.635-1.027-.759-1.504-.283l-3.667 3.663a1 1 0 0 1-.707.293h-2.59a1 1 0 0 1-1-1V8.415a1 1 0 0 1 .293-.708l3.665-3.66c.477-.477.353-1.28-.283-1.505A9.505 9.505 0 0 0 16.49 2c-5.252 0-9.51 4.253-9.51 9.5 0 .748.086 1.475.25 2.173.084.36-.008.742-.27 1.002L4.173 17.46a3.995 3.995 0 0 0 0 5.654l.712.71a4.005 4.005 0 0 0 5.66 0l2.802-2.798c.26-.26.64-.352.997-.27.69.16 1.409.244 2.147.244Z" clip-rule="evenodd" /></symbol>', 28, 28);
8
+ exports.default = _default;
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon12PictureOutline", "picture_outline_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="picture_outline_12"><path d="M4 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" /><path fill-rule="evenodd" d="M.218 1.092C0 1.52 0 2.08 0 3.2v5.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C1.52 12 2.08 12 3.2 12h5.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C12 10.48 12 9.92 12 8.8V3.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C10.48 0 9.92 0 8.8 0H3.2C2.08 0 1.52 0 1.092.218a2 2 0 0 0-.874.874ZM8.8 1.5H3.2c-.585 0-.933.001-1.191.022-.158.013-.224.03-.242.036a.5.5 0 0 0-.21.209 1.254 1.254 0 0 0-.035.242c-.02.258-.022.606-.022 1.191v5.322l1.066-1.325a.576.576 0 0 1 .868 0l1.023 1.271 2.602-3.26a.57.57 0 0 1 .882 0L10.5 8.415V3.2c0-.585-.001-.933-.022-1.191a1.252 1.252 0 0 0-.036-.242.5.5 0 0 0-.209-.21 1.255 1.255 0 0 0-.242-.035C9.733 1.502 9.385 1.5 8.8 1.5Zm1.438.06-.003-.002.003.001Zm.203.202v.003-.003Zm-8.882 0v.003-.003Zm.203-.203h.003-.003Z" clip-rule="evenodd" /></symbol>', 12, 12);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon16HistoryBackwardOutline", "history_backward_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="history_backward_outline_16"><path d="M9.828 2.812a5.496 5.496 0 0 0-5.313.935h.735a.75.75 0 1 1 0 1.5H3.137c-.058 0-.139 0-.212-.006a1.003 1.003 0 0 1-.379-.103 1 1 0 0 1-.437-.437 1.003 1.003 0 0 1-.103-.378C2 4.248 2 4.167 2 4.11V2a.75.75 0 0 1 1.5 0v.64a6.997 6.997 0 0 1 10.255 9.345 6.998 6.998 0 0 1-7.553 2.78 7.07 7.07 0 0 1-2.96-1.615.75.75 0 1 1 1.016-1.103 5.571 5.571 0 0 0 2.33 1.268A5.496 5.496 0 0 0 13.5 7.962a5.5 5.5 0 0 0-3.672-5.15ZM7.75 5a.75.75 0 0 1 .75.75v2.473l1.32 1.539a.75.75 0 0 1-1.14.976l-1.5-1.75A.75.75 0 0 1 7 8.5V5.75A.75.75 0 0 1 7.75 5Z" /></symbol>', 16, 16);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon16SearchStarsOutline", "search_stars_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="search_stars_outline_16"><path d="M7.758.174a.255.255 0 0 1 .484 0l.194.583c.127.38.426.68.807.807l.583.194a.255.255 0 0 1 0 .484l-.583.194c-.38.127-.68.426-.807.807l-.194.583a.255.255 0 0 1-.484 0l-.194-.583a1.276 1.276 0 0 0-.807-.807l-.583-.194a.255.255 0 0 1 0-.484l.583-.194c.38-.127.68-.426.807-.807l.194-.583ZM4.986 4.389a.75.75 0 0 0-.943-1.167 5.5 5.5 0 0 0 6.78 8.661l2.397 2.397a.75.75 0 1 0 1.06-1.06l-2.397-2.398c.052-.067.101-.136.15-.207a.75.75 0 1 0-1.236-.85A4 4 0 1 1 4.986 4.39Zm7.377-2.127a.383.383 0 0 0-.726 0l-.291.873a1.914 1.914 0 0 1-1.21 1.21l-.874.292a.383.383 0 0 0 0 .726l.873.291c.572.19 1.02.64 1.21 1.21l.292.874c.116.35.61.35.726 0l.291-.873c.19-.572.64-1.02 1.21-1.21l.874-.292a.383.383 0 0 0 0-.726l-.873-.291a1.914 1.914 0 0 1-1.21-1.21l-.292-.874Z" /></symbol>', 16, 16);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ChevronCircleOutline", "chevron_circle_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="chevron_circle_outline_20"><path fill-rule="evenodd" d="M10 18.5a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17Zm7-8.5a7 7 0 1 1-14 0 7 7 0 0 1 14 0ZM9.53 6.47a.75.75 0 0 0-1.06 1.06L10.94 10l-2.47 2.47a.75.75 0 1 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3Z" clip-rule="evenodd" /></symbol>', 20, 20);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ChevronUp", "chevron_up_20", "0 0 20 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 16" id="chevron_up_20"><path fill-rule="evenodd" d="M15.78 11.125a1 1 0 0 1-1.405.156L10 7.78l-4.375 3.5a1 1 0 0 1-1.25-1.562l5-4a1 1 0 0 1 1.25 0l5 4a1 1 0 0 1 .156 1.406Z" clip-rule="evenodd" /></symbol>', 20, 16);
@@ -1,2 +1,2 @@
1
1
  import { makeIcon } from "../SvgIcon";
2
- export default makeIcon("Icon20Dropdown", "dropdown_20", "0 0 20 16", '<symbol viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg" id="dropdown_20"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.22 5.875a1 1 0 0 1 1.405-.156L10 9.22l4.375-3.5a1 1 0 0 1 1.25 1.562l-5 4a1 1 0 0 1-1.25 0l-5-4a1 1 0 0 1-.156-1.406Z" fill="currentColor" /></symbol>', 20, 16);
2
+ export default makeIcon("Icon20Dropdown", "dropdown_20", "0 0 20 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 16" id="dropdown_20"><path fill-rule="evenodd" d="M4.22 5.875a1 1 0 0 1 1.405-.156L10 9.22l4.375-3.5a1 1 0 0 1 1.25 1.562l-5 4a1 1 0 0 1-1.25 0l-5-4a1 1 0 0 1-.156-1.406Z" clip-rule="evenodd" /></symbol>', 20, 16);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ErrorCircle", "error_circle_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="error_circle_20"><path fill-rule="evenodd" d="M1.5 10a8.5 8.5 0 1 1 17 0 8.5 8.5 0 0 1-17 0ZM10 5.5a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 1.5 0v-4.5A.75.75 0 0 0 10 5.5Zm-.9 8.4a.9.9 0 1 1 1.8 0 .9.9 0 0 1-1.8 0Z" clip-rule="evenodd" /></symbol>', 20, 20);
@@ -1,2 +1,2 @@
1
1
  import { makeIcon } from "../SvgIcon";
2
- export default makeIcon("Icon20RecentOutline", "recent_outline_20", "0 0 20 20", '<symbol viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" id="recent_outline_20"><g fill="none" fill-rule="evenodd"><path d="M0 0h20v20H0z" /><path d="M10 1.5a8.5 8.5 0 1 1 0 17 8.5 8.5 0 0 1 0-17ZM10 3a7 7 0 1 0 0 14 7 7 0 0 0 0-14Zm-.75 3a.75.75 0 0 1 .75.75v3.235l2.77 1.065a.75.75 0 0 1-.54 1.4L8.98 11.2a.75.75 0 0 1-.48-.7V6.75A.75.75 0 0 1 9.25 6Z" fill="currentColor" fill-rule="nonzero" /></g></symbol>', 20, 20);
2
+ export default makeIcon("Icon20RecentOutline", "recent_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="recent_outline_20"><path fill-rule="evenodd" d="M18.5 10a8.5 8.5 0 1 0-17 0 8.5 8.5 0 0 0 17 0ZM3 10a7 7 0 1 1 14 0 7 7 0 0 1-14 0Zm6.75-4a.75.75 0 0 1 .75.75v3.287l3.085 1.542a.75.75 0 1 1-.67 1.342l-3.5-1.75A.75.75 0 0 1 9 10.5V6.75A.75.75 0 0 1 9.75 6Z" clip-rule="evenodd" /></symbol>', 20, 20);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20WrenchOutline", "wrench_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="wrench_outline_20"><path fill-rule="evenodd" d="M2.88 16.766a2.997 2.997 0 0 1 0-4.24l2.138-2.137a.634.634 0 0 0 .161-.595A6.747 6.747 0 0 1 11.75 1.5c.829 0 1.622.149 2.355.422.38.14.457.623.17.91l-2.6 2.612a.6.6 0 0 0-.174.423V7.9a.6.6 0 0 0 .6.6h2.029a.6.6 0 0 0 .423-.175l2.616-2.603c.287-.286.769-.21.91.17a6.747 6.747 0 0 1-7.858 8.921.633.633 0 0 0-.592.162l-2.15 2.145a3.003 3.003 0 0 1-4.244 0l-.355-.355Zm8.87-3.278a5.247 5.247 0 0 0 5.245-5.478L15.61 9.39a2.1 2.1 0 0 1-1.48.61H12.1A2.1 2.1 0 0 1 10 7.9V5.867a2.1 2.1 0 0 1 .612-1.481l1.374-1.38A5.247 5.247 0 0 0 6.64 9.45a2.133 2.133 0 0 1-.56 2l-2.14 2.136a1.497 1.497 0 0 0 0 2.118l.356.355a1.503 1.503 0 0 0 2.124 0l2.149-2.146a2.133 2.133 0 0 1 1.99-.562c.382.089.78.136 1.192.136Z" clip-rule="evenodd" /></symbol>', 20, 20);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24CashOutOutline", "cash_out_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="cash_out_outline_24"><path fill-rule="evenodd" d="M2 6a4 4 0 0 1 4-4h12a4 4 0 0 1 1 7.874v8.061c0 .53 0 .982-.03 1.352-.032.39-.102.768-.286 1.13a2.9 2.9 0 0 1-1.267 1.267c-.362.184-.74.254-1.13.286-.37.03-.822.03-1.351.03H9.064c-.53 0-.981 0-1.352-.03-.389-.032-.768-.102-1.13-.286a2.9 2.9 0 0 1-1.267-1.267c-.184-.362-.254-.74-.286-1.13-.03-.37-.03-.822-.03-1.352V9.874A4.002 4.002 0 0 1 2 6Zm3.144 2.027c.042-.15.098-.298.172-.444a2.9 2.9 0 0 1 1.267-1.267c.362-.184.741-.254 1.13-.286C8.083 6 8.535 6 9.065 6h5.87c.53 0 .981 0 1.352.03.39.032.768.102 1.13.286a2.9 2.9 0 0 1 1.267 1.267c.074.146.13.294.172.444A2.2 2.2 0 0 0 18 3.8H6a2.2 2.2 0 0 0-.856 4.227Zm2.257-.107c.066-.034.18-.073.459-.096.288-.023.665-.024 1.24-.024h2v3.127l-.564-.563a.9.9 0 1 0-1.272 1.272l2.1 2.1a.9.9 0 0 0 1.272 0l2.1-2.1a.9.9 0 1 0-1.272-1.272l-.564.563V7.8h2c.575 0 .952 0 1.24.024.278.023.393.062.46.096a1.1 1.1 0 0 1 .48.48c.034.067.073.182.096.46.023.288.024.665.024 1.24v6.1H6.8v-6.1c0-.575 0-.952.024-1.24.023-.278.062-.393.096-.46a1.1 1.1 0 0 1 .48-.48ZM6.8 18c0 .52.002.869.024 1.14.023.278.062.393.096.46a1.1 1.1 0 0 0 .48.48c.067.034.182.073.46.096.288.023.665.024 1.24.024h5.8c.575 0 .952 0 1.24-.024.278-.023.393-.062.46-.096a1.1 1.1 0 0 0 .48-.48c.034-.067.073-.182.096-.46.022-.271.024-.62.024-1.14H6.8Z" clip-rule="evenodd" /></symbol>', 24, 24);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24PacmanOutline", "pacman_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="pacman_outline_24"><path fill-rule="evenodd" d="M4.936 4.929A10.008 10.008 0 0 1 12.024 2c2.62 0 5.007 1.004 6.792 2.645a1.19 1.19 0 0 1 .032 1.72L13.2 12l5.648 5.634a1.19 1.19 0 0 1-.032 1.72A10.005 10.005 0 0 1 12.024 22c-2.768 0-5.275-1.12-7.088-2.929A9.96 9.96 0 0 1 2 12a9.96 9.96 0 0 1 2.936-7.071ZM12.024 3.8a8.2 8.2 0 0 0-5.812 2.402A8.162 8.162 0 0 0 3.804 12c0 2.265.92 4.313 2.408 5.798a8.201 8.201 0 0 0 5.812 2.402c1.92 0 3.685-.656 5.084-1.756l-5.61-5.595a1.198 1.198 0 0 1 0-1.697l5.61-5.596A8.194 8.194 0 0 0 12.024 3.8Z" clip-rule="evenodd" /></symbol>', 24, 24);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24SnowflakeOutline", "snowflake_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="snowflake_outline_24"><path d="M8.876 2.256a.9.9 0 0 1 1.272.024L12 4.202l1.852-1.922a.9.9 0 0 1 1.296 1.248L12.9 5.863v4.576l3.92-2.276.808-3.184a.9.9 0 0 1 1.744.442l-.682 2.693 2.645.717a.9.9 0 1 1-.47 1.738l-3.138-.851-3.934 2.284 3.934 2.284 3.137-.854a.9.9 0 0 1 .472 1.736l-2.623.715.753 2.673a.9.9 0 1 1-1.732.488l-.901-3.196-3.933-2.283v4.572l2.249 2.34a.9.9 0 0 1-1.298 1.247l-1.85-1.925-1.852 1.925a.9.9 0 0 1-1.298-1.248l2.25-2.338v-4.573l-3.922 2.274-.807 3.182a.9.9 0 0 1-1.744-.442l.682-2.692-2.646-.719a.9.9 0 1 1 .472-1.736l3.137.852 3.934-2.282L6.273 9.72l-3.138.849a.9.9 0 0 1-.47-1.738l2.645-.716-.682-2.694a.9.9 0 1 1 1.744-.442l.807 3.186 3.921 2.274V5.863L8.852 3.528a.9.9 0 0 1 .024-1.272Z" /></symbol>', 24, 24);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24TrashSmileOutline", "trash_smile_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="trash_smile_outline_24"><path d="M9.25 10.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm5.5 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm-.265 5.546c.106-.571-.373-1.046-.955-1.046h-3.06c-.582 0-1.061.475-.955 1.046.027.146.06.275.097.366a2.57 2.57 0 0 0 1.399 1.39c.314.13.65.198.989.198a2.598 2.598 0 0 0 2.388-1.588c.038-.091.07-.22.097-.366ZM11.173 1h1.654c.41 0 .754 0 1.084.077a2.9 2.9 0 0 1 1.288.677c.25.227.444.51.675.846H18.3a2.7 2.7 0 0 1 1.5 4.945v7.991c0 .948 0 1.713-.05 2.334-.053.64-.163 1.203-.43 1.725a4.4 4.4 0 0 1-1.922 1.923c-.523.266-1.087.377-1.726.43-.62.05-1.386.05-2.334.05h-2.676c-.948 0-1.714 0-2.334-.05-.64-.053-1.203-.164-1.726-.43a4.4 4.4 0 0 1-1.923-1.923c-.266-.522-.376-1.086-.428-1.725-.051-.62-.051-1.386-.051-2.334v-7.99A2.7 2.7 0 0 1 5.7 2.6h2.427c.23-.337.425-.62.674-.847a2.9 2.9 0 0 1 1.288-.677c.33-.078.674-.077 1.084-.077Zm.08 1.8c-.532 0-.652.006-.752.03a1.1 1.1 0 0 0-.489.256c-.076.07-.149.166-.45.604l-.014.02a1.78 1.78 0 0 1-.27.326 1.4 1.4 0 0 1-.62.327 1.772 1.772 0 0 1-.421.037H5.7a.9.9 0 1 0 0 1.8h12.6a.9.9 0 1 0 0-1.8h-2.536c-.09 0-.256.002-.421-.037a1.4 1.4 0 0 1-.622-.327 1.802 1.802 0 0 1-.269-.326l-.014-.02c-.301-.438-.374-.535-.45-.604a1.1 1.1 0 0 0-.489-.257c-.1-.023-.22-.029-.752-.029h-1.494ZM6 8v7.498c0 .995 0 1.687.045 2.225.043.528.123.829.238 1.055a2.6 2.6 0 0 0 1.137 1.136c.226.116.526.196 1.054.239.539.044 1.231.045 2.226.045h2.6c.995 0 1.687-.001 2.225-.045.528-.043.829-.123 1.055-.239a2.6 2.6 0 0 0 1.137-1.136c.115-.226.195-.527.238-1.055.044-.538.045-1.23.045-2.225V8H6Z" clip-rule="evenodd" /></symbol>', 24, 24);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28BookmarkCheckOutline", "bookmark_check_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="bookmark_check_outline_28"><path fill-rule="evenodd" d="M21 3a6 6 0 1 0 0 12 6 6 0 0 0 0-12Zm2.78 4.22a.75.75 0 0 0-1.06 0l-2.47 2.47-.97-.97a.75.75 0 1 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06ZM12.957 3h.543a1 1 0 1 1 0 2h-.499c-1.417 0-2.42 0-3.203.065-.772.063-1.243.183-1.612.373a4.01 4.01 0 0 0-1.75 1.756c-.188.373-.308.847-.371 1.623C6 9.605 6 10.612 6 12.034v8.493c0 1.075.001 1.811.05 2.35.05.558.14.708.167.742a.997.997 0 0 0 .775.381c.04 0 .211-.02.68-.321.454-.292 1.033-.743 1.877-1.403l1.87-1.461.124-.097c.578-.452 1.084-.849 1.672-1.009a2.992 2.992 0 0 1 1.57 0c.588.16 1.095.557 1.671 1.009l.124.097 1.871 1.461c.844.66 1.424 1.11 1.877 1.403.469.302.64.321.68.321a.997.997 0 0 0 .775-.38c.027-.035.117-.185.167-.742.049-.54.05-1.276.05-2.35v-2.67a1 1 0 0 1 2 0v2.72c0 1.011 0 1.84-.058 2.48-.058.635-.183 1.285-.588 1.8A2.997 2.997 0 0 1 21.026 26c-.656.006-1.247-.296-1.78-.64-.54-.347-1.192-.856-1.986-1.477l-1.911-1.492c-.776-.606-.943-.712-1.089-.752a.993.993 0 0 0-.52 0c-.146.04-.313.146-1.089.752l-1.91 1.492c-.795.621-1.447 1.13-1.986 1.477-.534.345-1.125.646-1.78.64a2.997 2.997 0 0 1-2.329-1.143c-.405-.514-.53-1.164-.588-1.799C4 22.418 4 21.59 4 20.578V11.99c0-1.37 0-2.458.071-3.336.074-.899.226-1.665.582-2.366a6.01 6.01 0 0 1 2.622-2.632c.7-.358 1.463-.512 2.36-.585C10.509 3 11.594 3 12.957 3Z" clip-rule="evenodd" /></symbol>', 28, 28);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28Cancel", "cancel_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="cancel_28"><path fill-rule="evenodd" d="M6.366 6.366a1.25 1.25 0 0 1 1.768 0L14 12.232l5.866-5.866a1.25 1.25 0 0 1 1.768 1.768L15.768 14l5.866 5.866a1.25 1.25 0 0 1-1.768 1.768L14 15.768l-5.866 5.866a1.25 1.25 0 0 1-1.768-1.768L12.232 14 6.366 8.134a1.25 1.25 0 0 1 0-1.768Z" clip-rule="evenodd" /></symbol>', 28, 28);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28Clock", "clock_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="clock_28"><path fill-rule="evenodd" d="M26 14c0-6.628-5.374-12-12-12C7.372 2 2 7.372 2 14s5.372 12 12 12c6.626 0 12-5.372 12-12ZM13.5 8a1 1 0 0 1 1 1v5.104l4.875 1.969a1 1 0 0 1-.75 1.854l-5.5-2.222a1 1 0 0 1-.625-.927V9a1 1 0 0 1 1-1Z" clip-rule="evenodd" /></symbol>', 28, 28);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28Done", "done_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="done_28"><path fill-rule="evenodd" d="M23.634 7.366a1.25 1.25 0 0 1 0 1.768l-11.75 11.75a1.25 1.25 0 0 1-1.768 0l-5.75-5.75a1.25 1.25 0 0 1 1.768-1.768L11 18.232 21.866 7.366a1.25 1.25 0 0 1 1.768 0Z" clip-rule="evenodd" /></symbol>', 28, 28);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28InfoCircle", "info_circle_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="info_circle_28"><path fill-rule="evenodd" d="M14 26c6.627 0 12-5.373 12-12S20.627 2 14 2 2 7.373 2 14s5.373 12 12 12Zm0-6a1 1 0 0 1-1-1v-6a1 1 0 1 1 2 0v6a1 1 0 0 1-1 1Zm0-9.8-.123-.006A1.2 1.2 0 0 1 14 7.8l.123.006A1.2 1.2 0 0 1 14 10.2Z" clip-rule="evenodd" /></symbol>', 28, 28);
@@ -1,2 +1,2 @@
1
1
  import { makeIcon } from "../SvgIcon";
2
- export default makeIcon("Icon28MenuOutline", "menu_outline_28", "0 0 28 28", '<symbol viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" id="menu_outline_28"><g fill="none" fill-rule="evenodd"><path d="M0 0h28v28H0z" /><path d="M22.5 20a1 1 0 0 1 0 2h-17a1 1 0 0 1 0-2Zm0-7a1 1 0 0 1 0 2h-17a1 1 0 0 1 0-2Zm0-7a1 1 0 0 1 0 2h-17a1 1 0 1 1 0-2Z" fill="currentColor" fill-rule="nonzero" /></g></symbol>', 28, 28);
2
+ export default makeIcon("Icon28MenuOutline", "menu_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="menu_outline_28"><path d="M23 20a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h18Zm0-7a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h18Zm0-7a1 1 0 1 1 0 2H5a1 1 0 0 1 0-2h18Z" /></symbol>', 28, 28);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28NewsfeedLinesOutline", "newsfeed_lines_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="newsfeed_lines_outline_28"><path d="M17.59 3c2.183 0 3.233.203 4.324.786a5.543 5.543 0 0 1 2.3 2.3c.583 1.091.786 2.14.786 4.324v7.18c0 2.183-.203 3.233-.786 4.324a5.543 5.543 0 0 1-2.3 2.3c-1.091.583-2.14.786-4.324.786h-7.18c-2.183 0-3.233-.203-4.324-.786a5.543 5.543 0 0 1-2.3-2.3C3.203 20.823 3 19.774 3 17.59v-7.18c0-2.183.203-3.233.786-4.324a5.543 5.543 0 0 1 2.3-2.3C7.177 3.203 8.226 3 10.41 3h7.18ZM5 11v6.59c0 1.881.142 2.62.55 3.38a3.533 3.533 0 0 0 1.48 1.48c.76.408 1.499.55 3.38.55h7.18c1.881 0 2.62-.142 3.38-.55a3.544 3.544 0 0 0 1.48-1.48c.408-.76.55-1.499.55-3.38L22.999 11h-18Zm12.59-6h-7.18c-1.881 0-2.62.142-3.38.55a3.533 3.533 0 0 0-1.48 1.48c-.286.534-.441 1.056-.509 1.97H22.96c-.068-.914-.223-1.436-.509-1.97a3.544 3.544 0 0 0-1.48-1.48c-.76-.408-1.499-.55-3.38-.55ZM8 15c0-.552.488-1 1.09-1h9.82c.602 0 1.09.448 1.09 1s-.488 1-1.09 1H9.09C8.489 16 8 15.552 8 15Zm0 4c0-.552.488-1 1.09-1h9.82c.602 0 1.09.448 1.09 1s-.488 1-1.09 1H9.09C8.489 20 8 19.552 8 19Z" /></symbol>', 28, 28);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28Report", "report_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="report_28"><path fill-rule="evenodd" d="M10.636 2a2.5 2.5 0 0 0-1.768.732L2.732 8.868A2.5 2.5 0 0 0 2 10.636v6.729a2.5 2.5 0 0 0 .732 1.767l6.136 6.136a2.5 2.5 0 0 0 1.768.732h6.729a2.5 2.5 0 0 0 1.767-.732l6.136-6.136A2.5 2.5 0 0 0 26 17.364v-6.729a2.5 2.5 0 0 0-.732-1.767l-6.136-6.136A2.5 2.5 0 0 0 17.364 2h-6.729ZM14 8a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1Zm0 8.8.123.006A1.2 1.2 0 0 1 14 19.2l-.123-.006A1.2 1.2 0 0 1 14 16.8Z" clip-rule="evenodd" /></symbol>', 28, 28);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28WrenchOutline", "wrench_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="wrench_outline_28"><path fill-rule="evenodd" d="M16.49 19c4.15 0 7.51-3.36 7.51-7.5 0-.219-.008-.435-.027-.648l-2.273 2.27a3 3 0 0 1-2.12.878h-2.59a3 3 0 0 1-3-3V8.415a3 3 0 0 1 .88-2.123l2.267-2.265A7.65 7.65 0 0 0 16.49 4c-4.15 0-7.51 3.36-7.51 7.5 0 .593.068 1.167.197 1.717.226.963-.003 2.075-.803 2.873l-2.788 2.786a1.994 1.994 0 0 0 0 2.823l.711.71a2.005 2.005 0 0 0 2.833 0l2.802-2.798a3.069 3.069 0 0 1 2.86-.803A7.551 7.551 0 0 0 16.49 19Zm0 2c5.253 0 9.51-4.253 9.51-9.5 0-1.113-.19-2.18-.542-3.173-.225-.635-1.027-.759-1.504-.283l-3.667 3.663a1 1 0 0 1-.707.293h-2.59a1 1 0 0 1-1-1V8.415a1 1 0 0 1 .293-.708l3.665-3.66c.477-.477.353-1.28-.283-1.505A9.505 9.505 0 0 0 16.49 2c-5.252 0-9.51 4.253-9.51 9.5 0 .748.086 1.475.25 2.173.084.36-.008.742-.27 1.002L4.173 17.46a3.995 3.995 0 0 0 0 5.654l.712.71a4.005 4.005 0 0 0 5.66 0l2.802-2.798c.26-.26.64-.352.997-.27.69.16 1.409.244 2.147.244Z" clip-rule="evenodd" /></symbol>', 28, 28);
package/dist/es6/index.js CHANGED
@@ -57,6 +57,7 @@ export { default as Icon12OnlineVkmobile } from "./12/online_vkmobile";
57
57
  export { default as Icon12Palette } from "./12/palette";
58
58
  export { default as Icon12PaymentCardOutline } from "./12/payment_card_outline";
59
59
  export { default as Icon12Picture } from "./12/picture";
60
+ export { default as Icon12PictureOutline } from "./12/picture_outline";
60
61
  export { default as Icon12Place } from "./12/place";
61
62
  export { default as Icon12Play } from "./12/play";
62
63
  export { default as Icon12Poll } from "./12/poll";
@@ -187,6 +188,7 @@ export { default as Icon16HeadphonesOutline } from "./16/headphones_outline";
187
188
  export { default as Icon16Help } from "./16/help";
188
189
  export { default as Icon16HelpOutline } from "./16/help_outline";
189
190
  export { default as Icon16HieroglyphCharacterOutline } from "./16/hieroglyph_character_outline";
191
+ export { default as Icon16HistoryBackwardOutline } from "./16/history_backward_outline";
190
192
  export { default as Icon16HomeArrowDownOutline } from "./16/home_arrow_down_outline";
191
193
  export { default as Icon16ImageFilter } from "./16/image_filter";
192
194
  export { default as Icon16IncognitoFilled } from "./16/incognito_filled";
@@ -272,6 +274,7 @@ export { default as Icon16RoubleOutline } from "./16/rouble_outline";
272
274
  export { default as Icon16SadFaceOutline } from "./16/sad_face_outline";
273
275
  export { default as Icon16Search } from "./16/search";
274
276
  export { default as Icon16SearchOutline } from "./16/search_outline";
277
+ export { default as Icon16SearchStarsOutline } from "./16/search_stars_outline";
275
278
  export { default as Icon16Services } from "./16/services";
276
279
  export { default as Icon16Share } from "./16/share";
277
280
  export { default as Icon16ShoppingCartOutline } from "./16/shopping_cart_outline";
@@ -384,10 +387,12 @@ export { default as Icon20CheckCommentOutline } from "./20/check_comment_outline
384
387
  export { default as Icon20CheckNewsfeedOutline } from "./20/check_newsfeed_outline";
385
388
  export { default as Icon20CheckShieldOutline } from "./20/check_shield_outline";
386
389
  export { default as Icon20ChecksOutline } from "./20/checks_outline";
390
+ export { default as Icon20ChevronCircleOutline } from "./20/chevron_circle_outline";
387
391
  export { default as Icon20ChevronLeft2 } from "./20/chevron_left_2";
388
392
  export { default as Icon20ChevronLeftOutline } from "./20/chevron_left_outline";
389
393
  export { default as Icon20ChevronRight } from "./20/chevron_right";
390
394
  export { default as Icon20ChevronRightOutline } from "./20/chevron_right_outline";
395
+ export { default as Icon20ChevronUp } from "./20/chevron_up";
391
396
  export { default as Icon20ChevronUpOutline } from "./20/chevron_up_outline";
392
397
  export { default as Icon20CircleSmallFilled } from "./20/circle_small_filled";
393
398
  export { default as Icon20CircleSmallOutline } from "./20/circle_small_outline";
@@ -425,6 +430,7 @@ export { default as Icon20DownloadOutline } from "./20/download_outline";
425
430
  export { default as Icon20Dropdown } from "./20/dropdown";
426
431
  export { default as Icon20EditCircleFillBlue } from "./20/edit_circle_fill_blue";
427
432
  export { default as Icon20EducationOutline } from "./20/education_outline";
433
+ export { default as Icon20ErrorCircle } from "./20/error_circle";
428
434
  export { default as Icon20ErrorCircleOutline } from "./20/error_circle_outline";
429
435
  export { default as Icon20ExclamationMarkOutline } from "./20/exclamation_mark_outline";
430
436
  export { default as Icon20Favorite } from "./20/favorite";
@@ -668,6 +674,7 @@ export { default as Icon20WarningTriangleOutline } from "./20/warning_triangle_o
668
674
  export { default as Icon20WaterDropOutline } from "./20/water_drop_outline";
669
675
  export { default as Icon20WheelOutline } from "./20/wheel_outline";
670
676
  export { default as Icon20WorkOutline } from "./20/work_outline";
677
+ export { default as Icon20WrenchOutline } from "./20/wrench_outline";
671
678
  export { default as Icon20Write } from "./20/write";
672
679
  export { default as Icon20WriteOutline } from "./20/write_outline";
673
680
  export { default as Icon20WriteSquareOutline } from "./20/write_square_outline";
@@ -740,6 +747,7 @@ export { default as Icon24Cancel } from "./24/cancel";
740
747
  export { default as Icon24CancelOutline } from "./24/cancel_outline";
741
748
  export { default as Icon24Cards2Outline } from "./24/cards_2_outline";
742
749
  export { default as Icon24CarOutline } from "./24/car_outline";
750
+ export { default as Icon24CashOutOutline } from "./24/cash_out_outline";
743
751
  export { default as Icon24ChainOutline } from "./24/chain_outline";
744
752
  export { default as Icon24Chats } from "./24/chats";
745
753
  export { default as Icon24CheckBoxOff } from "./24/check_box_off";
@@ -953,6 +961,7 @@ export { default as Icon24NotificationOutline } from "./24/notification_outline"
953
961
  export { default as Icon24NotificationSlashOutline } from "./24/notification_slash_outline";
954
962
  export { default as Icon24NotificationSubtractOutline } from "./24/notification_subtract_outline";
955
963
  export { default as Icon24OpenIn } from "./24/open_in";
964
+ export { default as Icon24PacmanOutline } from "./24/pacman_outline";
956
965
  export { default as Icon24PaintRollerOutline } from "./24/paint_roller_outline";
957
966
  export { default as Icon24Palette } from "./24/palette";
958
967
  export { default as Icon24PaletteOutline } from "./24/palette_outline";
@@ -1050,6 +1059,7 @@ export { default as Icon24SmartphoneOutline } from "./24/smartphone_outline";
1050
1059
  export { default as Icon24Smile } from "./24/smile";
1051
1060
  export { default as Icon24SmileOutline } from "./24/smile_outline";
1052
1061
  export { default as Icon24SneakerOutline } from "./24/sneaker_outline";
1062
+ export { default as Icon24SnowflakeOutline } from "./24/snowflake_outline";
1053
1063
  export { default as Icon24Song } from "./24/song";
1054
1064
  export { default as Icon24SongOutline } from "./24/song_outline";
1055
1065
  export { default as Icon24Sort } from "./24/sort";
@@ -1083,6 +1093,7 @@ export { default as Icon24ThumbDown } from "./24/thumb_down";
1083
1093
  export { default as Icon24ThumbsUpOutline } from "./24/thumbs_up_outline";
1084
1094
  export { default as Icon24ThumbUp } from "./24/thumb_up";
1085
1095
  export { default as Icon24TicketOutline } from "./24/ticket_outline";
1096
+ export { default as Icon24TrashSmileOutline } from "./24/trash_smile_outline";
1086
1097
  export { default as Icon24TshirtOutline } from "./24/tshirt_outline";
1087
1098
  export { default as Icon24UnarchiveOutline } from "./24/unarchive_outline";
1088
1099
  export { default as Icon24UnblockOutline } from "./24/unblock_outline";
@@ -1181,6 +1192,7 @@ export { default as Icon28BlockCircleFillGray } from "./28/block_circle_fill_gra
1181
1192
  export { default as Icon28BlockOutline } from "./28/block_outline";
1182
1193
  export { default as Icon28BodyOutline } from "./28/body_outline";
1183
1194
  export { default as Icon28BombOutline } from "./28/bomb_outline";
1195
+ export { default as Icon28BookmarkCheckOutline } from "./28/bookmark_check_outline";
1184
1196
  export { default as Icon28BookmarkOutline } from "./28/bookmark_outline";
1185
1197
  export { default as Icon28BookmarkSlashOutline } from "./28/bookmark_slash_outline";
1186
1198
  export { default as Icon28BookOutline } from "./28/book_outline";
@@ -1206,6 +1218,7 @@ export { default as Icon28CameraAddOutline } from "./28/camera_add_outline";
1206
1218
  export { default as Icon28CameraCircleFillGreen } from "./28/camera_circle_fill_green";
1207
1219
  export { default as Icon28CameraOutline } from "./28/camera_outline";
1208
1220
  export { default as Icon28CameraSlashOutline } from "./28/camera_slash_outline";
1221
+ export { default as Icon28Cancel } from "./28/cancel";
1209
1222
  export { default as Icon28CancelAltOutline } from "./28/cancel_alt_outline";
1210
1223
  export { default as Icon28CancelCircleFillRed } from "./28/cancel_circle_fill_red";
1211
1224
  export { default as Icon28CancelCircleOutline } from "./28/cancel_circle_outline";
@@ -1241,6 +1254,7 @@ export { default as Icon28ClapperboardOutline } from "./28/clapperboard_outline"
1241
1254
  export { default as Icon28ClearDataOutline } from "./28/clear_data_outline";
1242
1255
  export { default as Icon28ClipCircleFillViolet } from "./28/clip_circle_fill_violet";
1243
1256
  export { default as Icon28ClipOutline } from "./28/clip_outline";
1257
+ export { default as Icon28Clock } from "./28/clock";
1244
1258
  export { default as Icon28ClockCircleFillGray } from "./28/clock_circle_fill_gray";
1245
1259
  export { default as Icon28ClockOutline } from "./28/clock_outline";
1246
1260
  export { default as Icon28CloudOutline } from "./28/cloud_outline";
@@ -1279,6 +1293,7 @@ export { default as Icon28DocumentOutline } from "./28/document_outline";
1279
1293
  export { default as Icon28DollarOutline } from "./28/dollar_outline";
1280
1294
  export { default as Icon28DonateCircleFillYellow } from "./28/donate_circle_fill_yellow";
1281
1295
  export { default as Icon28DonateOutline } from "./28/donate_outline";
1296
+ export { default as Icon28Done } from "./28/done";
1282
1297
  export { default as Icon28DoneOutline } from "./28/done_outline";
1283
1298
  export { default as Icon28DoorArrowLeftOutline } from "./28/door_arrow_left_outline";
1284
1299
  export { default as Icon28DoorArrowRightOutline } from "./28/door_arrow_right_outline";
@@ -1354,6 +1369,7 @@ export { default as Icon28HorseToyOutline } from "./28/horse_toy_outline";
1354
1369
  export { default as Icon28ImageFilterOutline } from "./28/image_filter_outline";
1355
1370
  export { default as Icon28InboxOutline } from "./28/inbox_outline";
1356
1371
  export { default as Icon28IncognitoOutline } from "./28/incognito_outline";
1372
+ export { default as Icon28InfoCircle } from "./28/info_circle";
1357
1373
  export { default as Icon28InfoCircleOutline } from "./28/info_circle_outline";
1358
1374
  export { default as Icon28InfoOutline } from "./28/info_outline";
1359
1375
  export { default as Icon28IpadOutline } from "./28/ipad_outline";
@@ -1473,6 +1489,7 @@ export { default as Icon28NameTagOutline } from "./28/name_tag_outline";
1473
1489
  export { default as Icon28NarrativeActiveOutline } from "./28/narrative_active_outline";
1474
1490
  export { default as Icon28NarrativeOutline } from "./28/narrative_outline";
1475
1491
  export { default as Icon28Newsfeed } from "./28/newsfeed";
1492
+ export { default as Icon28NewsfeedLinesOutline } from "./28/newsfeed_lines_outline";
1476
1493
  export { default as Icon28NewsfeedMusicNoteOutline } from "./28/newsfeed_music_note_outline";
1477
1494
  export { default as Icon28NewsfeedOutline } from "./28/newsfeed_outline";
1478
1495
  export { default as Icon28NoSmokingSignOutline } from "./28/no_smoking_sign_outline";
@@ -1552,6 +1569,7 @@ export { default as Icon28Replay15 } from "./28/replay_15";
1552
1569
  export { default as Icon28ReplayOutline } from "./28/replay_outline";
1553
1570
  export { default as Icon28ReplyCircleFillGreen } from "./28/reply_circle_fill_green";
1554
1571
  export { default as Icon28ReplyOutline } from "./28/reply_outline";
1572
+ export { default as Icon28Report } from "./28/report";
1555
1573
  export { default as Icon28ReportOutline } from "./28/report_outline";
1556
1574
  export { default as Icon28RepostCircleFillGreen } from "./28/repost_circle_fill_green";
1557
1575
  export { default as Icon28RoubleCircleFillBlue } from "./28/rouble_circle_fill_blue";
@@ -1708,6 +1726,7 @@ export { default as Icon28WaterDropOutline } from "./28/water_drop_outline";
1708
1726
  export { default as Icon28WheelOutline } from "./28/wheel_outline";
1709
1727
  export { default as Icon28WindowCheck } from "./28/window_check";
1710
1728
  export { default as Icon28WorkOutline } from "./28/work_outline";
1729
+ export { default as Icon28WrenchOutline } from "./28/wrench_outline";
1711
1730
  export { default as Icon28WristWatchOutline } from "./28/wrist_watch_outline";
1712
1731
  export { default as Icon28Write } from "./28/write";
1713
1732
  export { default as Icon28WriteOutline } from "./28/write_outline";