@vkontakte/icons 2.68.0 → 2.70.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 (73) hide show
  1. package/dist/16/arrows_4_outward_16.js +13 -0
  2. package/dist/16/list_plus_outline_16.js +13 -0
  3. package/dist/20/add_circle_fill_20.js +13 -0
  4. package/dist/20/baby_bottle_outline_20.js +13 -0
  5. package/dist/20/cigarette_outline_20.js +13 -0
  6. package/dist/20/dumpbell_outline_20.js +13 -0
  7. package/dist/20/flag_finish_20.js +13 -0
  8. package/dist/20/flag_start_20.js +13 -0
  9. package/dist/20/rectangle_line_20.js +13 -0
  10. package/dist/20/user_square_20.js +13 -0
  11. package/dist/20/wineglass_outline_20.js +13 -0
  12. package/dist/24/add_rectangle_line_24.js +13 -0
  13. package/dist/24/flag_finish_24.js +13 -0
  14. package/dist/24/flag_start_24.js +13 -0
  15. package/dist/24/rectangle_line_24.js +13 -0
  16. package/dist/28/rectangle_line_28.js +13 -0
  17. package/dist/28/skip_to_action_28.js +13 -0
  18. package/dist/es6/16/arrows_4_outward_16.js +3 -0
  19. package/dist/es6/16/list_plus_outline_16.js +3 -0
  20. package/dist/es6/20/add_circle_fill_20.js +3 -0
  21. package/dist/es6/20/baby_bottle_outline_20.js +3 -0
  22. package/dist/es6/20/cigarette_outline_20.js +3 -0
  23. package/dist/es6/20/dumpbell_outline_20.js +3 -0
  24. package/dist/es6/20/flag_finish_20.js +3 -0
  25. package/dist/es6/20/flag_start_20.js +3 -0
  26. package/dist/es6/20/rectangle_line_20.js +3 -0
  27. package/dist/es6/20/user_square_20.js +3 -0
  28. package/dist/es6/20/wineglass_outline_20.js +3 -0
  29. package/dist/es6/24/add_rectangle_line_24.js +3 -0
  30. package/dist/es6/24/flag_finish_24.js +3 -0
  31. package/dist/es6/24/flag_start_24.js +3 -0
  32. package/dist/es6/24/rectangle_line_24.js +3 -0
  33. package/dist/es6/28/rectangle_line_28.js +3 -0
  34. package/dist/es6/28/skip_to_action_28.js +3 -0
  35. package/dist/es6/index.js +17 -0
  36. package/dist/icons-map.json +1 -1
  37. package/dist/index.js +68 -0
  38. package/dist/typings/16/arrows_4_outward_16.d.ts +11 -0
  39. package/dist/typings/16/list_plus_outline_16.d.ts +11 -0
  40. package/dist/typings/20/add_circle_fill_20.d.ts +11 -0
  41. package/dist/typings/20/baby_bottle_outline_20.d.ts +11 -0
  42. package/dist/typings/20/cigarette_outline_20.d.ts +11 -0
  43. package/dist/typings/20/dumpbell_outline_20.d.ts +11 -0
  44. package/dist/typings/20/flag_finish_20.d.ts +11 -0
  45. package/dist/typings/20/flag_start_20.d.ts +11 -0
  46. package/dist/typings/20/rectangle_line_20.d.ts +11 -0
  47. package/dist/typings/20/user_square_20.d.ts +11 -0
  48. package/dist/typings/20/wineglass_outline_20.d.ts +11 -0
  49. package/dist/typings/24/add_rectangle_line_24.d.ts +11 -0
  50. package/dist/typings/24/flag_finish_24.d.ts +11 -0
  51. package/dist/typings/24/flag_start_24.d.ts +11 -0
  52. package/dist/typings/24/rectangle_line_24.d.ts +11 -0
  53. package/dist/typings/28/rectangle_line_28.d.ts +11 -0
  54. package/dist/typings/28/skip_to_action_28.d.ts +11 -0
  55. package/dist/typings/index.d.ts +17 -0
  56. package/package.json +6 -3
  57. package/src/svg/16/arrows_4_outward_16.svg +1 -0
  58. package/src/svg/16/list_plus_outline_16.svg +1 -0
  59. package/src/svg/20/add_circle_fill_20.svg +4 -0
  60. package/src/svg/20/baby_bottle_outline_20.svg +1 -0
  61. package/src/svg/20/cigarette_outline_20.svg +1 -0
  62. package/src/svg/20/dumpbell_outline_20.svg +1 -0
  63. package/src/svg/20/flag_finish_20.svg +1 -0
  64. package/src/svg/20/flag_start_20.svg +1 -0
  65. package/src/svg/20/rectangle_line_20.svg +1 -0
  66. package/src/svg/20/user_square_20.svg +1 -0
  67. package/src/svg/20/wineglass_outline_20.svg +1 -0
  68. package/src/svg/24/add_rectangle_line_24.svg +1 -0
  69. package/src/svg/24/flag_finish_24.svg +1 -0
  70. package/src/svg/24/flag_start_24.svg +1 -0
  71. package/src/svg/24/rectangle_line_24.svg +1 -0
  72. package/src/svg/28/rectangle_line_28.svg +1 -0
  73. package/src/svg/28/skip_to_action_28.svg +1 -0
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon16Arrows4Outward", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon16Arrows4Outward;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon16Arrows4Outward = (0, _iconssprite.makeIcon)("Icon16Arrows4Outward", "arrows_4_outward_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="arrows_4_outward_16"><path d="M9.93 3.568a.75.75 0 0 0-.104-.798l-1.25-1.5a.75.75 0 0 0-1.152 0l-1.25 1.5A.75.75 0 0 0 6.75 4h.5v1.75a.75.75 0 0 0 1.5 0V4h.5a.75.75 0 0 0 .68-.432ZM2.77 6.174A.75.75 0 0 1 4 6.75v.5h1.75a.75.75 0 0 1 0 1.5H4v.5a.75.75 0 0 1-1.23.576l-1.5-1.25a.75.75 0 0 1 0-1.152l1.5-1.25Zm10.46 0A.75.75 0 0 0 12 6.75v.5h-1.75a.75.75 0 0 0 0 1.5H12v.5a.75.75 0 0 0 1.23.576l1.5-1.25a.75.75 0 0 0 0-1.152l-1.5-1.25ZM9.826 13.23A.75.75 0 0 0 9.25 12h-.5v-1.75a.75.75 0 0 0-1.5 0V12h-.5a.75.75 0 0 0-.576 1.23l1.25 1.5a.75.75 0 0 0 1.152 0l1.25-1.5Z" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon16ListPlusOutline", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon16ListPlusOutline;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon16ListPlusOutline = (0, _iconssprite.makeIcon)("Icon16ListPlusOutline", "list_plus_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="list_plus_outline_16"><path fill-rule="evenodd" d="M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75Zm0 8.5a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75Zm.75-5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5ZM8 10.5a.75.75 0 0 1 .75-.75h2v-2a.75.75 0 0 1 1.5 0v2h2a.75.75 0 0 1 0 1.5h-2v2a.75.75 0 0 1-1.5 0v-2h-2A.75.75 0 0 1 8 10.5Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon20AddCircleFill", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon20AddCircleFill;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon20AddCircleFill = (0, _iconssprite.makeIcon)("Icon20AddCircleFill", "add_circle_fill_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="add_circle_fill_20"><circle cx="10" cy="10" r="10" fill="currentColor" /><path fill="#fff" d="M10 4.5a1 1 0 0 1 1 1V9h3.5a1 1 0 1 1 0 2H11v3.5a1 1 0 1 1-2 0V11H5.5a1 1 0 1 1 0-2H9V5.5a1 1 0 0 1 1-1Z" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon20BabyBottleOutline", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon20BabyBottleOutline;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon20BabyBottleOutline = (0, _iconssprite.makeIcon)("Icon20BabyBottleOutline", "baby_bottle_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="baby_bottle_outline_20"><path fill-rule="evenodd" d="M7.975 2.325A2.066 2.066 0 0 1 9.904 1h.192c.855 0 1.622.527 1.928 1.325.035.088.065.176.092.253l.009.025.067.19c.049.133.091.225.136.295l.007.011c.144.227.415.652.415 1.251v.134l.021.011c.424.216.768.56.984.984.144.283.198.578.222.875.023.28.023.622.023 1.017v.008c.319.213.58.505.755.85.144.283.198.578.222.875.023.28.023.622.023 1.017v5.258c0 .395 0 .736-.023 1.017a2.29 2.29 0 0 1-.222.875 2.25 2.25 0 0 1-.984.984 2.29 2.29 0 0 1-.875.222c-.28.023-.622.023-1.017.023H8.12c-.395 0-.736 0-1.017-.023a2.29 2.29 0 0 1-.875-.222 2.25 2.25 0 0 1-.984-.983 2.304 2.304 0 0 1-.222-.876C5 16.116 5 15.774 5 15.38v-5.26c0-.395 0-.736.023-1.017a2.29 2.29 0 0 1 .222-.875A2.25 2.25 0 0 1 6 7.379v-.008c0-.395 0-.736.023-1.017a2.29 2.29 0 0 1 .222-.875 2.25 2.25 0 0 1 .984-.984l.021-.01V4.35c0-.6.27-1.024.415-1.25l.007-.012c.045-.07.087-.162.136-.295l.067-.19.01-.025c.026-.077.056-.165.09-.253ZM12.5 7a7.294 7.294 0 0 0-.017-.524c-.017-.204-.045-.28-.064-.316a.75.75 0 0 0-.327-.328c-.038-.02-.113-.047-.317-.064a12.747 12.747 0 0 0-.924-.018h-1.7c-.432 0-.712 0-.924.018-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.328c-.02.037-.047.112-.064.316A7.313 7.313 0 0 0 7.5 7h4.998ZM8.15 8.5c-.432 0-.712 0-.924.018-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.328c-.02.037-.047.112-.064.316-.017.212-.018.492-.018.924v.35h1.25a.75.75 0 0 1 0 1.5H6.5v1.5h2.75a.75.75 0 0 1 0 1.5H6.5v.35c0 .432 0 .712.018.924.017.204.045.28.064.316a.75.75 0 0 0 .328.328c.037.02.112.047.316.064.212.017.492.018.924.018h3.7c.432 0 .712 0 .924-.018.204-.017.28-.045.317-.064a.75.75 0 0 0 .327-.328c.02-.037.047-.112.064-.316.017-.212.018-.492.018-.924v-5.2c0-.432 0-.712-.018-.924-.017-.204-.045-.28-.064-.316a.75.75 0 0 0-.327-.328c-.038-.02-.113-.047-.317-.064a12.747 12.747 0 0 0-.924-.018h-3.7Zm1.754-6a.566.566 0 0 0-.529.363 6.5 6.5 0 0 0-.073.205l-.009.025c-.023.068-.05.145-.078.22a3.02 3.02 0 0 1-.278.58c-.102.162-.156.26-.177.357h2.48c-.02-.096-.075-.195-.177-.356a3.018 3.018 0 0 1-.278-.58l-.078-.22-.009-.026a6.308 6.308 0 0 0-.074-.205.566.566 0 0 0-.528-.363h-.192Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon20CigaretteOutline", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon20CigaretteOutline;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon20CigaretteOutline = (0, _iconssprite.makeIcon)("Icon20CigaretteOutline", "cigarette_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="cigarette_outline_20"><path fill-rule="evenodd" d="M2.134 3.336a.75.75 0 0 1 1.042-.197c.788.537 1.27 1.12 1.507 1.769.233.64.19 1.247.115 1.745-.03.197-.06.374-.088.535-.128.739-.197 1.141.153 1.62a.75.75 0 0 1-1.21.886c-.763-1.043-.546-2.167-.4-2.92.024-.126.046-.241.061-.344.062-.412.064-.722-.04-1.01-.102-.277-.339-.63-.943-1.042a.75.75 0 0 1-.197-1.042Zm2.81 10.604a1.5 1.5 0 0 0 2.12 2.12l.315-.315-2.12-2.12-.315.314Zm1.376-1.376 2.12 2.12 8.624-8.623a1.5 1.5 0 1 0-2.12-2.12L6.32 12.564ZM3.884 17.12a3 3 0 0 1 0-4.241l9.998-10a3 3 0 1 1 4.242 4.243L8.125 17.12a3 3 0 0 1-4.241 0Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon20DumpbellOutline", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon20DumpbellOutline;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon20DumpbellOutline = (0, _iconssprite.makeIcon)("Icon20DumpbellOutline", "dumpbell_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="dumpbell_outline_20"><path fill-rule="evenodd" d="M5.824 4h.352c.258 0 .494 0 .692.016.213.018.446.057.676.175.33.168.597.435.765.765.118.23.157.463.175.676.016.198.016.434.016.692V7.5h3V6.324c0-.258 0-.494.016-.692a1.77 1.77 0 0 1 .175-.676 1.75 1.75 0 0 1 .764-.765c.23-.118.464-.157.677-.175C13.33 4 13.566 4 13.824 4h.352c.258 0 .494 0 .692.016.213.018.446.057.676.175.33.168.598.435.765.765.118.23.157.463.175.676.016.198.016.434.016.692v.426h.176c.258 0 .494 0 .692.016.213.018.446.057.677.175.329.168.596.435.764.765.118.23.157.463.175.676.016.198.016.434.016.692v1.852c0 .258 0 .494-.016.692a1.775 1.775 0 0 1-.175.676 1.75 1.75 0 0 1-.765.765c-.23.118-.463.158-.676.175-.198.016-.434.016-.692.016H16.5v.426c0 .258 0 .494-.016.692a1.775 1.775 0 0 1-.175.676 1.75 1.75 0 0 1-.765.765c-.23.118-.463.158-.676.175-.198.016-.434.016-.692.016h-.352c-.258 0-.494 0-.692-.016a1.775 1.775 0 0 1-.676-.175 1.75 1.75 0 0 1-.765-.764 1.775 1.775 0 0 1-.175-.677c-.016-.198-.016-.434-.016-.692V12.5h-3v1.176c0 .258 0 .494-.016.692a1.774 1.774 0 0 1-.175.676 1.75 1.75 0 0 1-.765.765c-.23.118-.463.158-.676.175C6.67 16 6.434 16 6.176 16h-.352c-.258 0-.494 0-.692-.016a1.775 1.775 0 0 1-.676-.175 1.75 1.75 0 0 1-.765-.764 1.774 1.774 0 0 1-.175-.677 9.053 9.053 0 0 1-.016-.692v-.426h-.176c-.258 0-.494 0-.692-.016a1.775 1.775 0 0 1-.676-.175 1.75 1.75 0 0 1-.765-.764 1.774 1.774 0 0 1-.175-.677C1 11.42 1 11.184 1 10.926V9.074c0-.258 0-.494.016-.692a1.77 1.77 0 0 1 .175-.676 1.75 1.75 0 0 1 .765-.765 1.77 1.77 0 0 1 .676-.175c.198-.016.434-.016.692-.016H3.5v-.426c0-.258 0-.494.016-.692a1.77 1.77 0 0 1 .175-.676 1.75 1.75 0 0 1 .765-.765 1.77 1.77 0 0 1 .676-.175C5.33 4 5.566 4 5.824 4ZM5 13.65c0 .292 0 .467.011.596a.625.625 0 0 0 .018.12.25.25 0 0 0 .104.105.638.638 0 0 0 .121.018c.13.01.304.011.596.011h.3c.292 0 .467 0 .596-.011a.638.638 0 0 0 .12-.018.25.25 0 0 0 .105-.104.625.625 0 0 0 .018-.121c.01-.13.011-.304.011-.596v-7.3c0-.292 0-.467-.011-.596a.628.628 0 0 0-.018-.12.25.25 0 0 0-.104-.105.627.627 0 0 0-.121-.018A8.337 8.337 0 0 0 6.15 5.5h-.3c-.292 0-.467 0-.596.011a.626.626 0 0 0-.12.018.25.25 0 0 0-.105.104.627.627 0 0 0-.018.121c-.01.13-.011.304-.011.596v7.3Zm.03-8.02v.002-.001Zm.1-.1h.002-.001Zm1.74 0h-.002.001Zm.1.1v.002-.001Zm0 8.74v-.002.001Zm-.1.1h-.002.001Zm-1.74 0h.002-.001Zm-.1-.102v.001-.001ZM3.5 8.25h-.15c-.292 0-.467 0-.596.011a.627.627 0 0 0-.12.018.25.25 0 0 0-.105.104.627.627 0 0 0-.018.121c-.01.13-.011.304-.011.596v1.8c0 .292 0 .467.011.596a.625.625 0 0 0 .018.12.25.25 0 0 0 .104.105.638.638 0 0 0 .121.018c.13.01.304.011.596.011h.15v-3.5Zm-.87 3.47h.002-.001Zm-.1-.1v-.002.001Zm0-3.24v.002-.001Zm.102-.1h-.001.001ZM8.5 11h3V9h-3v2Zm4.5 2.65c0 .292 0 .467.011.596a.636.636 0 0 0 .018.12.25.25 0 0 0 .104.105.636.636 0 0 0 .121.018c.13.01.304.011.596.011h.3c.292 0 .467 0 .596-.011a.636.636 0 0 0 .12-.018.25.25 0 0 0 .105-.104.636.636 0 0 0 .018-.121c.01-.13.011-.304.011-.596v-7.3c0-.292 0-.467-.011-.596a.638.638 0 0 0-.018-.12.25.25 0 0 0-.104-.105.625.625 0 0 0-.121-.018 8.336 8.336 0 0 0-.596-.011h-.3c-.292 0-.467 0-.596.011a.625.625 0 0 0-.12.018.25.25 0 0 0-.105.104.638.638 0 0 0-.018.121c-.01.13-.011.304-.011.596v7.3Zm.03-8.02v.002-.001Zm.1-.1h.002-.001Zm1.74 0h-.002.001Zm.1.1v.002-.001Zm0 8.74v-.002.001Zm-.1.1h-.002.001Zm-1.74 0h.002-.001Zm-.1-.102v.001-.001Zm3.47-2.618h.15c.292 0 .467 0 .596-.011a.636.636 0 0 0 .12-.018.25.25 0 0 0 .105-.104.636.636 0 0 0 .018-.121c.01-.13.011-.304.011-.596V9.1c0-.292 0-.467-.011-.596a.638.638 0 0 0-.018-.12.25.25 0 0 0-.105-.105.625.625 0 0 0-.12-.018 8.336 8.336 0 0 0-.596-.011h-.15v3.5Zm.87-3.47h-.002.001Zm.1.1v.002-.001Zm0 3.24v-.002.001Zm-.1.1h-.002.001Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon20FlagFinish", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon20FlagFinish;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon20FlagFinish = (0, _iconssprite.makeIcon)("Icon20FlagFinish", "flag_finish_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="flag_finish_20"><path fill-rule="evenodd" d="M4.25 2a.75.75 0 0 1 .75.75v.75h10.5a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H5v5.75a.75.75 0 1 1-1.5 0V2.75A.75.75 0 0 1 4.25 2ZM9 7.5H6.5V5H9v2.5Zm2.5 0H9V10h2.5V7.5Zm0 0V5H14v2.5h-2.5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon20FlagStart", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon20FlagStart;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon20FlagStart = (0, _iconssprite.makeIcon)("Icon20FlagStart", "flag_start_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="flag_start_20"><path d="M5.75 2.5a.75.75 0 0 1 .75.75v.654l8.562 3.914a.75.75 0 0 1 0 1.364L6.5 13.096v4.154a.75.75 0 0 1-1.5 0v-14a.75.75 0 0 1 .75-.75Z" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon20RectangleLine", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon20RectangleLine;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon20RectangleLine = (0, _iconssprite.makeIcon)("Icon20RectangleLine", "rectangle_line_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="rectangle_line_20"><path fill-rule="evenodd" d="M3 8.82c0-1.512 0-2.268.294-2.846a2.7 2.7 0 0 1 1.18-1.18C5.052 4.5 5.808 4.5 7.32 4.5h5.36c1.512 0 2.268 0 2.846.294a2.7 2.7 0 0 1 1.18 1.18C17 6.552 17 7.308 17 8.82V9h1.25a1 1 0 1 1 0 2H17v.18c0 1.512 0 2.268-.294 2.846a2.7 2.7 0 0 1-1.18 1.18c-.578.294-1.334.294-2.846.294H7.32c-1.512 0-2.268 0-2.846-.294a2.7 2.7 0 0 1-1.18-1.18C3 13.448 3 12.692 3 11.18V11H1.75a1 1 0 1 1 0-2H3v-.18Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon20UserSquare", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon20UserSquare;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon20UserSquare = (0, _iconssprite.makeIcon)("Icon20UserSquare", "user_square_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="user_square_20"><path fill-rule="evenodd" d="M2.327 3.638C2 4.28 2 5.12 2 6.8v6.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C4.28 18 5.12 18 6.8 18h6.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C18 15.72 18 14.88 18 13.2V6.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C15.72 2 14.88 2 13.2 2H6.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311ZM10 6a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 6Zm-4 7.498V13c0-1.75 2.665-2.25 4-2.25s4 .5 4 2.25v.498a.503.503 0 0 1-.502.502H6.503A.503.503 0 0 1 6 13.498Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon20WineglassOutline", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon20WineglassOutline;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon20WineglassOutline = (0, _iconssprite.makeIcon)("Icon20WineglassOutline", "wineglass_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="wineglass_outline_20"><path fill-rule="evenodd" d="M4.504 2h-.066c-.288 0-.602-.001-.914.12a1.87 1.87 0 0 0-.7.502c-.215.254-.303.516-.383.751l-.015.045A8.001 8.001 0 0 0 9.25 13.965V16.5H5.754a.75.75 0 0 0 0 1.5h8.496a.75.75 0 0 0 0-1.5h-3.5v-2.535a8 8 0 0 0 6.824-10.547l-.015-.045c-.08-.235-.168-.497-.383-.751a1.865 1.865 0 0 0-.7-.501c-.312-.122-.626-.121-.913-.12H4.503Zm-.446 1.525.014-.008h11.857l.013.008a.431.431 0 0 1 .077.055l.011.01c.009.01.015.02.029.05a6.49 6.49 0 0 1 .422 2.86H3.52a6.588 6.588 0 0 1 .327-2.598c.05-.148.073-.214.095-.262a.172.172 0 0 1 .029-.05l.01-.01a.445.445 0 0 1 .078-.055ZM3.814 8a6.503 6.503 0 0 0 12.372 0H3.814Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon24AddRectangleLine", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon24AddRectangleLine;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon24AddRectangleLine = (0, _iconssprite.makeIcon)("Icon24AddRectangleLine", "add_rectangle_line_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="add_rectangle_line_24"><path fill-rule="evenodd" d="M4.306 7.529c-.305.599-.305 1.383-.305 2.951v.02H2.5a1.5 1.5 0 0 0 0 3H4v.02c0 1.568 0 2.352.306 2.951a2.8 2.8 0 0 0 1.224 1.224C6.129 18 6.913 18 8.48 18h7.04c1.569 0 2.353 0 2.952-.305a2.8 2.8 0 0 0 1.224-1.224C20 15.872 20 15.088 20 13.52v-.02h1.503a1.5 1.5 0 0 0 0-3H20v-.02c0-1.568 0-2.352-.305-2.951a2.8 2.8 0 0 0-1.224-1.224C17.873 6 17.089 6 15.521 6H8.48c-1.568 0-2.352 0-2.951.305A2.8 2.8 0 0 0 4.306 7.53ZM13 9a1 1 0 1 0-2 0v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2V9Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon24FlagFinish", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon24FlagFinish;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon24FlagFinish = (0, _iconssprite.makeIcon)("Icon24FlagFinish", "flag_finish_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="flag_finish_24"><path fill-rule="evenodd" d="M6.3 4.91A.905.905 0 0 0 5.4 4c-.497 0-.9.408-.9.91v15.68c0 .502.403.91.9.91.498 0 .9-.408.9-.91V14.8h10.9a2 2 0 0 0 2-2V7.2a2 2 0 0 0-2-2H6.3v-.29ZM14 7h3v3h-3V7Zm0 3v3h-3v-3H8V7h3v3h3Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon24FlagStart", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon24FlagStart;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon24FlagStart = (0, _iconssprite.makeIcon)("Icon24FlagStart", "flag_start_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="flag_start_24"><path d="M7.9 2.998a.9.9 0 0 1 .9.9v.515l8.733 4.798a.9.9 0 0 1 0 1.578L8.8 15.587v5.515a.9.9 0 1 1-1.8 0V3.898a.9.9 0 0 1 .9-.9Z" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon24RectangleLine", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon24RectangleLine;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon24RectangleLine = (0, _iconssprite.makeIcon)("Icon24RectangleLine", "rectangle_line_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="rectangle_line_24"><path fill-rule="evenodd" d="M4 10.48c0-1.568 0-2.352.305-2.951A2.8 2.8 0 0 1 5.53 6.305C6.128 6 6.912 6 8.48 6h7.04c1.568 0 2.352 0 2.951.305a2.8 2.8 0 0 1 1.224 1.224C20 8.128 20 8.912 20 10.48v.02h1.503a1.5 1.5 0 0 1 0 3H20v.02c0 1.568 0 2.352-.305 2.951a2.8 2.8 0 0 1-1.224 1.224C17.872 18 17.088 18 15.52 18H8.48c-1.568 0-2.352 0-2.951-.305a2.8 2.8 0 0 1-1.224-1.224C4 15.872 4 15.088 4 13.52v-.02H2.5a1.5 1.5 0 0 1 0-3H4v-.02Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon28RectangleLine", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon28RectangleLine;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon28RectangleLine = (0, _iconssprite.makeIcon)("Icon28RectangleLine", "rectangle_line_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="rectangle_line_28"><path d="M5 11.12c0-1.792 0-2.688.349-3.373A3.2 3.2 0 0 1 6.747 6.35C7.432 6 8.327 6 10.12 6h7.76c1.792 0 2.688 0 3.373.349a3.2 3.2 0 0 1 1.398 1.398C23 8.432 23 9.327 23 11.12v1.13h2.001a1.75 1.75 0 1 1 0 3.5H23v1.13c0 1.792 0 2.688-.349 3.373a3.2 3.2 0 0 1-1.398 1.398c-.685.349-1.58.349-3.373.349h-7.76c-1.792 0-2.688 0-3.373-.349a3.2 3.2 0 0 1-1.398-1.398C5 19.568 5 18.673 5 16.88v-1.13H3.001a1.75 1.75 0 0 1 0-3.5H5v-1.13Z" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "Icon28SkipToAction", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return Icon28SkipToAction;
9
+ }
10
+ });
11
+ var _iconssprite = require("@vkontakte/icons-sprite");
12
+ "use-client";
13
+ var Icon28SkipToAction = (0, _iconssprite.makeIcon)("Icon28SkipToAction", "skip_to_action_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="skip_to_action_28"><path fill-rule="evenodd" d="M8 4a1 1 0 0 1 1-1h8.308c2.448 0 3.527.216 4.622.801A5.465 5.465 0 0 1 24.2 6.07c.585 1.096.801 2.175.801 4.623v6.616c0 2.448-.216 3.527-.801 4.622a5.465 5.465 0 0 1-2.27 2.269c-1.095.585-2.174.801-4.622.801H9a1 1 0 1 1 0-2h8.308c2.335 0 3.019-.212 3.68-.565a3.467 3.467 0 0 0 1.447-1.448c.353-.66.565-1.344.565-3.679v-6.616c0-2.335-.212-3.019-.565-3.68a3.466 3.466 0 0 0-1.448-1.447C20.327 5.212 19.643 5 17.308 5H9a1 1 0 0 1-1-1Zm1 6.008v2.995L3.56 9.174a1 1 0 0 0-1.56.834v7.97c0 .84.86 1.3 1.56.84L9 14.976v3.002c0 .838.86 1.3 1.56.838l5.87-3.84c.67-.442.67-1.493 0-1.935l-5.87-3.868a1 1 0 0 0-1.56.834Z" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon16Arrows4Outward = makeIcon("Icon16Arrows4Outward", "arrows_4_outward_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="arrows_4_outward_16"><path d="M9.93 3.568a.75.75 0 0 0-.104-.798l-1.25-1.5a.75.75 0 0 0-1.152 0l-1.25 1.5A.75.75 0 0 0 6.75 4h.5v1.75a.75.75 0 0 0 1.5 0V4h.5a.75.75 0 0 0 .68-.432ZM2.77 6.174A.75.75 0 0 1 4 6.75v.5h1.75a.75.75 0 0 1 0 1.5H4v.5a.75.75 0 0 1-1.23.576l-1.5-1.25a.75.75 0 0 1 0-1.152l1.5-1.25Zm10.46 0A.75.75 0 0 0 12 6.75v.5h-1.75a.75.75 0 0 0 0 1.5H12v.5a.75.75 0 0 0 1.23.576l1.5-1.25a.75.75 0 0 0 0-1.152l-1.5-1.25ZM9.826 13.23A.75.75 0 0 0 9.25 12h-.5v-1.75a.75.75 0 0 0-1.5 0V12h-.5a.75.75 0 0 0-.576 1.23l1.25 1.5a.75.75 0 0 0 1.152 0l1.25-1.5Z" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon16ListPlusOutline = makeIcon("Icon16ListPlusOutline", "list_plus_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="list_plus_outline_16"><path fill-rule="evenodd" d="M2 3.75A.75.75 0 0 1 2.75 3h10.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 3.75Zm0 8.5a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75Zm.75-5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5h-3.5ZM8 10.5a.75.75 0 0 1 .75-.75h2v-2a.75.75 0 0 1 1.5 0v2h2a.75.75 0 0 1 0 1.5h-2v2a.75.75 0 0 1-1.5 0v-2h-2A.75.75 0 0 1 8 10.5Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon20AddCircleFill = makeIcon("Icon20AddCircleFill", "add_circle_fill_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="add_circle_fill_20"><circle cx="10" cy="10" r="10" fill="currentColor" /><path fill="#fff" d="M10 4.5a1 1 0 0 1 1 1V9h3.5a1 1 0 1 1 0 2H11v3.5a1 1 0 1 1-2 0V11H5.5a1 1 0 1 1 0-2H9V5.5a1 1 0 0 1 1-1Z" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon20BabyBottleOutline = makeIcon("Icon20BabyBottleOutline", "baby_bottle_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="baby_bottle_outline_20"><path fill-rule="evenodd" d="M7.975 2.325A2.066 2.066 0 0 1 9.904 1h.192c.855 0 1.622.527 1.928 1.325.035.088.065.176.092.253l.009.025.067.19c.049.133.091.225.136.295l.007.011c.144.227.415.652.415 1.251v.134l.021.011c.424.216.768.56.984.984.144.283.198.578.222.875.023.28.023.622.023 1.017v.008c.319.213.58.505.755.85.144.283.198.578.222.875.023.28.023.622.023 1.017v5.258c0 .395 0 .736-.023 1.017a2.29 2.29 0 0 1-.222.875 2.25 2.25 0 0 1-.984.984 2.29 2.29 0 0 1-.875.222c-.28.023-.622.023-1.017.023H8.12c-.395 0-.736 0-1.017-.023a2.29 2.29 0 0 1-.875-.222 2.25 2.25 0 0 1-.984-.983 2.304 2.304 0 0 1-.222-.876C5 16.116 5 15.774 5 15.38v-5.26c0-.395 0-.736.023-1.017a2.29 2.29 0 0 1 .222-.875A2.25 2.25 0 0 1 6 7.379v-.008c0-.395 0-.736.023-1.017a2.29 2.29 0 0 1 .222-.875 2.25 2.25 0 0 1 .984-.984l.021-.01V4.35c0-.6.27-1.024.415-1.25l.007-.012c.045-.07.087-.162.136-.295l.067-.19.01-.025c.026-.077.056-.165.09-.253ZM12.5 7a7.294 7.294 0 0 0-.017-.524c-.017-.204-.045-.28-.064-.316a.75.75 0 0 0-.327-.328c-.038-.02-.113-.047-.317-.064a12.747 12.747 0 0 0-.924-.018h-1.7c-.432 0-.712 0-.924.018-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.328c-.02.037-.047.112-.064.316A7.313 7.313 0 0 0 7.5 7h4.998ZM8.15 8.5c-.432 0-.712 0-.924.018-.204.017-.28.045-.316.064a.75.75 0 0 0-.328.328c-.02.037-.047.112-.064.316-.017.212-.018.492-.018.924v.35h1.25a.75.75 0 0 1 0 1.5H6.5v1.5h2.75a.75.75 0 0 1 0 1.5H6.5v.35c0 .432 0 .712.018.924.017.204.045.28.064.316a.75.75 0 0 0 .328.328c.037.02.112.047.316.064.212.017.492.018.924.018h3.7c.432 0 .712 0 .924-.018.204-.017.28-.045.317-.064a.75.75 0 0 0 .327-.328c.02-.037.047-.112.064-.316.017-.212.018-.492.018-.924v-5.2c0-.432 0-.712-.018-.924-.017-.204-.045-.28-.064-.316a.75.75 0 0 0-.327-.328c-.038-.02-.113-.047-.317-.064a12.747 12.747 0 0 0-.924-.018h-3.7Zm1.754-6a.566.566 0 0 0-.529.363 6.5 6.5 0 0 0-.073.205l-.009.025c-.023.068-.05.145-.078.22a3.02 3.02 0 0 1-.278.58c-.102.162-.156.26-.177.357h2.48c-.02-.096-.075-.195-.177-.356a3.018 3.018 0 0 1-.278-.58l-.078-.22-.009-.026a6.308 6.308 0 0 0-.074-.205.566.566 0 0 0-.528-.363h-.192Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon20CigaretteOutline = makeIcon("Icon20CigaretteOutline", "cigarette_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="cigarette_outline_20"><path fill-rule="evenodd" d="M2.134 3.336a.75.75 0 0 1 1.042-.197c.788.537 1.27 1.12 1.507 1.769.233.64.19 1.247.115 1.745-.03.197-.06.374-.088.535-.128.739-.197 1.141.153 1.62a.75.75 0 0 1-1.21.886c-.763-1.043-.546-2.167-.4-2.92.024-.126.046-.241.061-.344.062-.412.064-.722-.04-1.01-.102-.277-.339-.63-.943-1.042a.75.75 0 0 1-.197-1.042Zm2.81 10.604a1.5 1.5 0 0 0 2.12 2.12l.315-.315-2.12-2.12-.315.314Zm1.376-1.376 2.12 2.12 8.624-8.623a1.5 1.5 0 1 0-2.12-2.12L6.32 12.564ZM3.884 17.12a3 3 0 0 1 0-4.241l9.998-10a3 3 0 1 1 4.242 4.243L8.125 17.12a3 3 0 0 1-4.241 0Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon20DumpbellOutline = makeIcon("Icon20DumpbellOutline", "dumpbell_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="dumpbell_outline_20"><path fill-rule="evenodd" d="M5.824 4h.352c.258 0 .494 0 .692.016.213.018.446.057.676.175.33.168.597.435.765.765.118.23.157.463.175.676.016.198.016.434.016.692V7.5h3V6.324c0-.258 0-.494.016-.692a1.77 1.77 0 0 1 .175-.676 1.75 1.75 0 0 1 .764-.765c.23-.118.464-.157.677-.175C13.33 4 13.566 4 13.824 4h.352c.258 0 .494 0 .692.016.213.018.446.057.676.175.33.168.598.435.765.765.118.23.157.463.175.676.016.198.016.434.016.692v.426h.176c.258 0 .494 0 .692.016.213.018.446.057.677.175.329.168.596.435.764.765.118.23.157.463.175.676.016.198.016.434.016.692v1.852c0 .258 0 .494-.016.692a1.775 1.775 0 0 1-.175.676 1.75 1.75 0 0 1-.765.765c-.23.118-.463.158-.676.175-.198.016-.434.016-.692.016H16.5v.426c0 .258 0 .494-.016.692a1.775 1.775 0 0 1-.175.676 1.75 1.75 0 0 1-.765.765c-.23.118-.463.158-.676.175-.198.016-.434.016-.692.016h-.352c-.258 0-.494 0-.692-.016a1.775 1.775 0 0 1-.676-.175 1.75 1.75 0 0 1-.765-.764 1.775 1.775 0 0 1-.175-.677c-.016-.198-.016-.434-.016-.692V12.5h-3v1.176c0 .258 0 .494-.016.692a1.774 1.774 0 0 1-.175.676 1.75 1.75 0 0 1-.765.765c-.23.118-.463.158-.676.175C6.67 16 6.434 16 6.176 16h-.352c-.258 0-.494 0-.692-.016a1.775 1.775 0 0 1-.676-.175 1.75 1.75 0 0 1-.765-.764 1.774 1.774 0 0 1-.175-.677 9.053 9.053 0 0 1-.016-.692v-.426h-.176c-.258 0-.494 0-.692-.016a1.775 1.775 0 0 1-.676-.175 1.75 1.75 0 0 1-.765-.764 1.774 1.774 0 0 1-.175-.677C1 11.42 1 11.184 1 10.926V9.074c0-.258 0-.494.016-.692a1.77 1.77 0 0 1 .175-.676 1.75 1.75 0 0 1 .765-.765 1.77 1.77 0 0 1 .676-.175c.198-.016.434-.016.692-.016H3.5v-.426c0-.258 0-.494.016-.692a1.77 1.77 0 0 1 .175-.676 1.75 1.75 0 0 1 .765-.765 1.77 1.77 0 0 1 .676-.175C5.33 4 5.566 4 5.824 4ZM5 13.65c0 .292 0 .467.011.596a.625.625 0 0 0 .018.12.25.25 0 0 0 .104.105.638.638 0 0 0 .121.018c.13.01.304.011.596.011h.3c.292 0 .467 0 .596-.011a.638.638 0 0 0 .12-.018.25.25 0 0 0 .105-.104.625.625 0 0 0 .018-.121c.01-.13.011-.304.011-.596v-7.3c0-.292 0-.467-.011-.596a.628.628 0 0 0-.018-.12.25.25 0 0 0-.104-.105.627.627 0 0 0-.121-.018A8.337 8.337 0 0 0 6.15 5.5h-.3c-.292 0-.467 0-.596.011a.626.626 0 0 0-.12.018.25.25 0 0 0-.105.104.627.627 0 0 0-.018.121c-.01.13-.011.304-.011.596v7.3Zm.03-8.02v.002-.001Zm.1-.1h.002-.001Zm1.74 0h-.002.001Zm.1.1v.002-.001Zm0 8.74v-.002.001Zm-.1.1h-.002.001Zm-1.74 0h.002-.001Zm-.1-.102v.001-.001ZM3.5 8.25h-.15c-.292 0-.467 0-.596.011a.627.627 0 0 0-.12.018.25.25 0 0 0-.105.104.627.627 0 0 0-.018.121c-.01.13-.011.304-.011.596v1.8c0 .292 0 .467.011.596a.625.625 0 0 0 .018.12.25.25 0 0 0 .104.105.638.638 0 0 0 .121.018c.13.01.304.011.596.011h.15v-3.5Zm-.87 3.47h.002-.001Zm-.1-.1v-.002.001Zm0-3.24v.002-.001Zm.102-.1h-.001.001ZM8.5 11h3V9h-3v2Zm4.5 2.65c0 .292 0 .467.011.596a.636.636 0 0 0 .018.12.25.25 0 0 0 .104.105.636.636 0 0 0 .121.018c.13.01.304.011.596.011h.3c.292 0 .467 0 .596-.011a.636.636 0 0 0 .12-.018.25.25 0 0 0 .105-.104.636.636 0 0 0 .018-.121c.01-.13.011-.304.011-.596v-7.3c0-.292 0-.467-.011-.596a.638.638 0 0 0-.018-.12.25.25 0 0 0-.104-.105.625.625 0 0 0-.121-.018 8.336 8.336 0 0 0-.596-.011h-.3c-.292 0-.467 0-.596.011a.625.625 0 0 0-.12.018.25.25 0 0 0-.105.104.638.638 0 0 0-.018.121c-.01.13-.011.304-.011.596v7.3Zm.03-8.02v.002-.001Zm.1-.1h.002-.001Zm1.74 0h-.002.001Zm.1.1v.002-.001Zm0 8.74v-.002.001Zm-.1.1h-.002.001Zm-1.74 0h.002-.001Zm-.1-.102v.001-.001Zm3.47-2.618h.15c.292 0 .467 0 .596-.011a.636.636 0 0 0 .12-.018.25.25 0 0 0 .105-.104.636.636 0 0 0 .018-.121c.01-.13.011-.304.011-.596V9.1c0-.292 0-.467-.011-.596a.638.638 0 0 0-.018-.12.25.25 0 0 0-.105-.105.625.625 0 0 0-.12-.018 8.336 8.336 0 0 0-.596-.011h-.15v3.5Zm.87-3.47h-.002.001Zm.1.1v.002-.001Zm0 3.24v-.002.001Zm-.1.1h-.002.001Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon20FlagFinish = makeIcon("Icon20FlagFinish", "flag_finish_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="flag_finish_20"><path fill-rule="evenodd" d="M4.25 2a.75.75 0 0 1 .75.75v.75h10.5a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H5v5.75a.75.75 0 1 1-1.5 0V2.75A.75.75 0 0 1 4.25 2ZM9 7.5H6.5V5H9v2.5Zm2.5 0H9V10h2.5V7.5Zm0 0V5H14v2.5h-2.5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon20FlagStart = makeIcon("Icon20FlagStart", "flag_start_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="flag_start_20"><path d="M5.75 2.5a.75.75 0 0 1 .75.75v.654l8.562 3.914a.75.75 0 0 1 0 1.364L6.5 13.096v4.154a.75.75 0 0 1-1.5 0v-14a.75.75 0 0 1 .75-.75Z" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon20RectangleLine = makeIcon("Icon20RectangleLine", "rectangle_line_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="rectangle_line_20"><path fill-rule="evenodd" d="M3 8.82c0-1.512 0-2.268.294-2.846a2.7 2.7 0 0 1 1.18-1.18C5.052 4.5 5.808 4.5 7.32 4.5h5.36c1.512 0 2.268 0 2.846.294a2.7 2.7 0 0 1 1.18 1.18C17 6.552 17 7.308 17 8.82V9h1.25a1 1 0 1 1 0 2H17v.18c0 1.512 0 2.268-.294 2.846a2.7 2.7 0 0 1-1.18 1.18c-.578.294-1.334.294-2.846.294H7.32c-1.512 0-2.268 0-2.846-.294a2.7 2.7 0 0 1-1.18-1.18C3 13.448 3 12.692 3 11.18V11H1.75a1 1 0 1 1 0-2H3v-.18Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon20UserSquare = makeIcon("Icon20UserSquare", "user_square_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="user_square_20"><path fill-rule="evenodd" d="M2.327 3.638C2 4.28 2 5.12 2 6.8v6.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C4.28 18 5.12 18 6.8 18h6.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C18 15.72 18 14.88 18 13.2V6.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C15.72 2 14.88 2 13.2 2H6.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311ZM10 6a2 2 0 1 1 .001 3.999A2 2 0 0 1 10 6Zm-4 7.498V13c0-1.75 2.665-2.25 4-2.25s4 .5 4 2.25v.498a.503.503 0 0 1-.502.502H6.503A.503.503 0 0 1 6 13.498Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon20WineglassOutline = makeIcon("Icon20WineglassOutline", "wineglass_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="wineglass_outline_20"><path fill-rule="evenodd" d="M4.504 2h-.066c-.288 0-.602-.001-.914.12a1.87 1.87 0 0 0-.7.502c-.215.254-.303.516-.383.751l-.015.045A8.001 8.001 0 0 0 9.25 13.965V16.5H5.754a.75.75 0 0 0 0 1.5h8.496a.75.75 0 0 0 0-1.5h-3.5v-2.535a8 8 0 0 0 6.824-10.547l-.015-.045c-.08-.235-.168-.497-.383-.751a1.865 1.865 0 0 0-.7-.501c-.312-.122-.626-.121-.913-.12H4.503Zm-.446 1.525.014-.008h11.857l.013.008a.431.431 0 0 1 .077.055l.011.01c.009.01.015.02.029.05a6.49 6.49 0 0 1 .422 2.86H3.52a6.588 6.588 0 0 1 .327-2.598c.05-.148.073-.214.095-.262a.172.172 0 0 1 .029-.05l.01-.01a.445.445 0 0 1 .078-.055ZM3.814 8a6.503 6.503 0 0 0 12.372 0H3.814Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon24AddRectangleLine = makeIcon("Icon24AddRectangleLine", "add_rectangle_line_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="add_rectangle_line_24"><path fill-rule="evenodd" d="M4.306 7.529c-.305.599-.305 1.383-.305 2.951v.02H2.5a1.5 1.5 0 0 0 0 3H4v.02c0 1.568 0 2.352.306 2.951a2.8 2.8 0 0 0 1.224 1.224C6.129 18 6.913 18 8.48 18h7.04c1.569 0 2.353 0 2.952-.305a2.8 2.8 0 0 0 1.224-1.224C20 15.872 20 15.088 20 13.52v-.02h1.503a1.5 1.5 0 0 0 0-3H20v-.02c0-1.568 0-2.352-.305-2.951a2.8 2.8 0 0 0-1.224-1.224C17.873 6 17.089 6 15.521 6H8.48c-1.568 0-2.352 0-2.951.305A2.8 2.8 0 0 0 4.306 7.53ZM13 9a1 1 0 1 0-2 0v2H9a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2V9Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon24FlagFinish = makeIcon("Icon24FlagFinish", "flag_finish_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="flag_finish_24"><path fill-rule="evenodd" d="M6.3 4.91A.905.905 0 0 0 5.4 4c-.497 0-.9.408-.9.91v15.68c0 .502.403.91.9.91.498 0 .9-.408.9-.91V14.8h10.9a2 2 0 0 0 2-2V7.2a2 2 0 0 0-2-2H6.3v-.29ZM14 7h3v3h-3V7Zm0 3v3h-3v-3H8V7h3v3h3Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon24FlagStart = makeIcon("Icon24FlagStart", "flag_start_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="flag_start_24"><path d="M7.9 2.998a.9.9 0 0 1 .9.9v.515l8.733 4.798a.9.9 0 0 1 0 1.578L8.8 15.587v5.515a.9.9 0 1 1-1.8 0V3.898a.9.9 0 0 1 .9-.9Z" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon24RectangleLine = makeIcon("Icon24RectangleLine", "rectangle_line_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="rectangle_line_24"><path fill-rule="evenodd" d="M4 10.48c0-1.568 0-2.352.305-2.951A2.8 2.8 0 0 1 5.53 6.305C6.128 6 6.912 6 8.48 6h7.04c1.568 0 2.352 0 2.951.305a2.8 2.8 0 0 1 1.224 1.224C20 8.128 20 8.912 20 10.48v.02h1.503a1.5 1.5 0 0 1 0 3H20v.02c0 1.568 0 2.352-.305 2.951a2.8 2.8 0 0 1-1.224 1.224C17.872 18 17.088 18 15.52 18H8.48c-1.568 0-2.352 0-2.951-.305a2.8 2.8 0 0 1-1.224-1.224C4 15.872 4 15.088 4 13.52v-.02H2.5a1.5 1.5 0 0 1 0-3H4v-.02Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon28RectangleLine = makeIcon("Icon28RectangleLine", "rectangle_line_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="rectangle_line_28"><path d="M5 11.12c0-1.792 0-2.688.349-3.373A3.2 3.2 0 0 1 6.747 6.35C7.432 6 8.327 6 10.12 6h7.76c1.792 0 2.688 0 3.373.349a3.2 3.2 0 0 1 1.398 1.398C23 8.432 23 9.327 23 11.12v1.13h2.001a1.75 1.75 0 1 1 0 3.5H23v1.13c0 1.792 0 2.688-.349 3.373a3.2 3.2 0 0 1-1.398 1.398c-.685.349-1.58.349-3.373.349h-7.76c-1.792 0-2.688 0-3.373-.349a3.2 3.2 0 0 1-1.398-1.398C5 19.568 5 18.673 5 16.88v-1.13H3.001a1.75 1.75 0 0 1 0-3.5H5v-1.13Z" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon28SkipToAction = makeIcon("Icon28SkipToAction", "skip_to_action_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="skip_to_action_28"><path fill-rule="evenodd" d="M8 4a1 1 0 0 1 1-1h8.308c2.448 0 3.527.216 4.622.801A5.465 5.465 0 0 1 24.2 6.07c.585 1.096.801 2.175.801 4.623v6.616c0 2.448-.216 3.527-.801 4.622a5.465 5.465 0 0 1-2.27 2.269c-1.095.585-2.174.801-4.622.801H9a1 1 0 1 1 0-2h8.308c2.335 0 3.019-.212 3.68-.565a3.467 3.467 0 0 0 1.447-1.448c.353-.66.565-1.344.565-3.679v-6.616c0-2.335-.212-3.019-.565-3.68a3.466 3.466 0 0 0-1.448-1.447C20.327 5.212 19.643 5 17.308 5H9a1 1 0 0 1-1-1Zm1 6.008v2.995L3.56 9.174a1 1 0 0 0-1.56.834v7.97c0 .84.86 1.3 1.56.84L9 14.976v3.002c0 .838.86 1.3 1.56.838l5.87-3.84c.67-.442.67-1.493 0-1.935l-5.87-3.868a1 1 0 0 0-1.56.834Z" /></symbol>', 28, 28, false, undefined);
package/dist/es6/index.js CHANGED
@@ -120,6 +120,7 @@ export { Icon16ArrowDownOutline } from "./16/arrow_down_outline_16";
120
120
  export { Icon16ArrowLeftOutline } from "./16/arrow_left_outline_16";
121
121
  export { Icon16ArrowRightCircle } from "./16/arrow_right_circle_16";
122
122
  export { Icon16ArrowRightOutline } from "./16/arrow_right_outline_16";
123
+ export { Icon16Arrows4Outward } from "./16/arrows_4_outward_16";
123
124
  export { Icon16ArrowshapeRightOutline } from "./16/arrowshape_right_outline_16";
124
125
  export { Icon16ArrowsUpDown } from "./16/arrows_up_down_16";
125
126
  export { Icon16ArrowTriangleDown } from "./16/arrow_triangle_down_16";
@@ -271,6 +272,7 @@ export { Icon16ListLetterEngOutline } from "./16/list_letter_eng_outline_16";
271
272
  export { Icon16ListLetterOutline } from "./16/list_letter_outline_16";
272
273
  export { Icon16ListNumberOutline } from "./16/list_number_outline_16";
273
274
  export { Icon16ListPlayOutline } from "./16/list_play_outline_16";
275
+ export { Icon16ListPlusOutline } from "./16/list_plus_outline_16";
274
276
  export { Icon16Location } from "./16/location_16";
275
277
  export { Icon16Lock } from "./16/lock_16";
276
278
  export { Icon16LockCircleFillBlue } from "./16/lock_circle_fill_blue_16";
@@ -437,6 +439,7 @@ export { Icon20AchievementCircleFillBlue } from "./20/achievement_circle_fill_bl
437
439
  export { Icon20Add } from "./20/add_20";
438
440
  export { Icon20AddAlt } from "./20/add_alt_20";
439
441
  export { Icon20AddCircle } from "./20/add_circle_20";
442
+ export { Icon20AddCircleFill } from "./20/add_circle_fill_20";
440
443
  export { Icon20AddCircleFillBlue } from "./20/add_circle_fill_blue_20";
441
444
  export { Icon20AddCircleFillGray } from "./20/add_circle_fill_gray_20";
442
445
  export { Icon20AddCircleFillGreen } from "./20/add_circle_fill_green_20";
@@ -474,6 +477,7 @@ export { Icon20Articles } from "./20/articles_20";
474
477
  export { Icon20ArticlesOutline } from "./20/articles_outline_20";
475
478
  export { Icon20Attach } from "./20/attach_20";
476
479
  export { Icon20AwardAddOutline } from "./20/award_add_outline_20";
480
+ export { Icon20BabyBottleOutline } from "./20/baby_bottle_outline_20";
477
481
  export { Icon20BallNumber2Outline } from "./20/ball_number_2_outline_20";
478
482
  export { Icon20BasketballOutline } from "./20/basketball_outline_20";
479
483
  export { Icon20BeautyOutline } from "./20/beauty_outline_20";
@@ -535,6 +539,7 @@ export { Icon20ChevronRight2 } from "./20/chevron_right_2_20";
535
539
  export { Icon20ChevronRightOutline } from "./20/chevron_right_outline_20";
536
540
  export { Icon20ChevronUp } from "./20/chevron_up_20";
537
541
  export { Icon20ChevronUpOutline } from "./20/chevron_up_outline_20";
542
+ export { Icon20CigaretteOutline } from "./20/cigarette_outline_20";
538
543
  export { Icon20CircleOutline } from "./20/circle_outline_20";
539
544
  export { Icon20CircleSmallFilled } from "./20/circle_small_filled_20";
540
545
  export { Icon20CircleSmallOutline } from "./20/circle_small_outline_20";
@@ -587,6 +592,7 @@ export { Icon20DoorEnterArrowRightOutline } from "./20/door_enter_arrow_right_ou
587
592
  export { Icon20DownloadCloudOutline } from "./20/download_cloud_outline_20";
588
593
  export { Icon20DownloadOutline } from "./20/download_outline_20";
589
594
  export { Icon20Dropdown } from "./20/dropdown_20";
595
+ export { Icon20DumpbellOutline } from "./20/dumpbell_outline_20";
590
596
  export { Icon20EditCircleFillBlue } from "./20/edit_circle_fill_blue_20";
591
597
  export { Icon20EducationOutline } from "./20/education_outline_20";
592
598
  export { Icon20ErrorCircle } from "./20/error_circle_20";
@@ -600,6 +606,8 @@ export { Icon20FavoriteOutline } from "./20/favorite_outline_20";
600
606
  export { Icon20FilterOutline } from "./20/filter_outline_20";
601
607
  export { Icon20FireAltOutline } from "./20/fire_alt_outline_20";
602
608
  export { Icon20FireCircleFillRed } from "./20/fire_circle_fill_red_20";
609
+ export { Icon20FlagFinish } from "./20/flag_finish_20";
610
+ export { Icon20FlagStart } from "./20/flag_start_20";
603
611
  export { Icon20Flash } from "./20/flash_20";
604
612
  export { Icon20FlashOutline } from "./20/flash_outline_20";
605
613
  export { Icon20FlipHorizontal } from "./20/flip_horizontal_20";
@@ -813,6 +821,7 @@ export { Icon20RecorderTapeOutline } from "./20/recorder_tape_outline_20";
813
821
  export { Icon20RecordingCircleFill } from "./20/recording_circle_fill_20";
814
822
  export { Icon20Rectangle2HorizontalOutline } from "./20/rectangle_2_horizontal_outline_20";
815
823
  export { Icon20RectangleInfoOutline } from "./20/rectangle_info_outline_20";
824
+ export { Icon20RectangleLine } from "./20/rectangle_line_20";
816
825
  export { Icon20RectangleLineBottomLeftOutline } from "./20/rectangle_line_bottom_left_outline_20";
817
826
  export { Icon20RectangleSplit4UnevenOutline } from "./20/rectangle_split_4_uneven_outline_20";
818
827
  export { Icon20RefreshOutline } from "./20/refresh_outline_20";
@@ -924,6 +933,7 @@ export { Icon20Users3Outline } from "./20/users_3_outline_20";
924
933
  export { Icon20UsersCircleFillBlue } from "./20/users_circle_fill_blue_20";
925
934
  export { Icon20UserSlashOutline } from "./20/user_slash_outline_20";
926
935
  export { Icon20UsersOutline } from "./20/users_outline_20";
936
+ export { Icon20UserSquare } from "./20/user_square_20";
927
937
  export { Icon20UserSquareOnSquareOutline } from "./20/user_square_on_square_outline_20";
928
938
  export { Icon20UserSquareOutline } from "./20/user_square_outline_20";
929
939
  export { Icon20UsersSlashOutline } from "./20/users_slash_outline_20";
@@ -954,6 +964,7 @@ export { Icon20WarningTriangleOutline } from "./20/warning_triangle_outline_20";
954
964
  export { Icon20WaterDropOutline } from "./20/water_drop_outline_20";
955
965
  export { Icon20WheelOutline } from "./20/wheel_outline_20";
956
966
  export { Icon20WidgetsOutline } from "./20/widgets_outline_20";
967
+ export { Icon20WineglassOutline } from "./20/wineglass_outline_20";
957
968
  export { Icon20WorkOutline } from "./20/work_outline_20";
958
969
  export { Icon20WrenchOutline } from "./20/wrench_outline_20";
959
970
  export { Icon20Write } from "./20/write_20";
@@ -984,6 +995,7 @@ export { Icon24AddCircle } from "./24/add_circle_24";
984
995
  export { Icon24AddCircleDottedOutline } from "./24/add_circle_dotted_outline_24";
985
996
  export { Icon24AddCircleOutline } from "./24/add_circle_outline_24";
986
997
  export { Icon24AddOutline } from "./24/add_outline_24";
998
+ export { Icon24AddRectangleLine } from "./24/add_rectangle_line_24";
987
999
  export { Icon24AddSquareOutline } from "./24/add_square_outline_24";
988
1000
  export { Icon24Advertising } from "./24/advertising_24";
989
1001
  export { Icon24AdvertisingCheckOutline } from "./24/advertising_check_outline_24";
@@ -1177,6 +1189,8 @@ export { Icon24FilmStripAddOutline } from "./24/film_strip_add_outline_24";
1177
1189
  export { Icon24Filter } from "./24/filter_24";
1178
1190
  export { Icon24Fire } from "./24/fire_24";
1179
1191
  export { Icon24FireAltOutline } from "./24/fire_alt_outline_24";
1192
+ export { Icon24FlagFinish } from "./24/flag_finish_24";
1193
+ export { Icon24FlagStart } from "./24/flag_start_24";
1180
1194
  export { Icon24Flash } from "./24/flash_24";
1181
1195
  export { Icon24FlashOutline } from "./24/flash_outline_24";
1182
1196
  export { Icon24Folder } from "./24/folder_24";
@@ -1410,6 +1424,7 @@ export { Icon24RadioOff } from "./24/radio_off_24";
1410
1424
  export { Icon24RadioOn } from "./24/radio_on_24";
1411
1425
  export { Icon24Recent } from "./24/recent_24";
1412
1426
  export { Icon24RecentOutline } from "./24/recent_outline_24";
1427
+ export { Icon24RectangleLine } from "./24/rectangle_line_24";
1413
1428
  export { Icon24RectangleOutline } from "./24/rectangle_outline_24";
1414
1429
  export { Icon24Rectangles2Outline } from "./24/rectangles_2_outline_24";
1415
1430
  export { Icon24RectangleSplit4UnevenOutline } from "./24/rectangle_split_4_uneven_outline_24";
@@ -2121,6 +2136,7 @@ export { Icon28RecentOutline } from "./28/recent_outline_28";
2121
2136
  export { Icon28RecorderTapeOutline } from "./28/recorder_tape_outline_28";
2122
2137
  export { Icon28RecorderTapeSlashOutline } from "./28/recorder_tape_slash_outline_28";
2123
2138
  export { Icon28Rectangle2Outline } from "./28/rectangle_2_outline_28";
2139
+ export { Icon28RectangleLine } from "./28/rectangle_line_28";
2124
2140
  export { Icon28RectangleSplit4UnevenOutline } from "./28/rectangle_split_4_uneven_outline_28";
2125
2141
  export { Icon28RefreshOutline } from "./28/refresh_outline_28";
2126
2142
  export { Icon28RemoveCircleOutline } from "./28/remove_circle_outline_28";
@@ -2178,6 +2194,7 @@ export { Icon28SkipBack } from "./28/skip_back_28";
2178
2194
  export { Icon28SkipForward } from "./28/skip_forward_28";
2179
2195
  export { Icon28SkipNext } from "./28/skip_next_28";
2180
2196
  export { Icon28SkipPrevious } from "./28/skip_previous_28";
2197
+ export { Icon28SkipToAction } from "./28/skip_to_action_28";
2181
2198
  export { Icon28SkirtOutline } from "./28/skirt_outline_28";
2182
2199
  export { Icon28SlidersOutline } from "./28/sliders_outline_28";
2183
2200
  export { Icon28SlidersVerticalOutline } from "./28/sliders_vertical_outline_28";