@vkontakte/icons 2.109.0 → 2.111.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 (36) hide show
  1. package/dist/20/arrow_right_left_corners_outline_20.js +13 -0
  2. package/dist/20/send_outline_20.js +13 -0
  3. package/dist/24/arrow_right_left_corners_outline_24.js +13 -0
  4. package/dist/24/list_like_fill_24.js +13 -0
  5. package/dist/28/drag_reorder_outline_28.js +13 -0
  6. package/dist/28/list_like_fill_28.js +13 -0
  7. package/dist/28/list_like_outline_28.js +1 -1
  8. package/dist/28/widgets_outline_28.js +13 -0
  9. package/dist/es6/20/arrow_right_left_corners_outline_20.js +3 -0
  10. package/dist/es6/20/send_outline_20.js +3 -0
  11. package/dist/es6/24/arrow_right_left_corners_outline_24.js +3 -0
  12. package/dist/es6/24/list_like_fill_24.js +3 -0
  13. package/dist/es6/28/drag_reorder_outline_28.js +3 -0
  14. package/dist/es6/28/list_like_fill_28.js +3 -0
  15. package/dist/es6/28/list_like_outline_28.js +1 -1
  16. package/dist/es6/28/widgets_outline_28.js +3 -0
  17. package/dist/es6/index.js +7 -0
  18. package/dist/icons-map.json +1 -1
  19. package/dist/index.js +28 -0
  20. package/dist/typings/20/arrow_right_left_corners_outline_20.d.ts +11 -0
  21. package/dist/typings/20/send_outline_20.d.ts +11 -0
  22. package/dist/typings/24/arrow_right_left_corners_outline_24.d.ts +11 -0
  23. package/dist/typings/24/list_like_fill_24.d.ts +11 -0
  24. package/dist/typings/28/drag_reorder_outline_28.d.ts +11 -0
  25. package/dist/typings/28/list_like_fill_28.d.ts +11 -0
  26. package/dist/typings/28/widgets_outline_28.d.ts +11 -0
  27. package/dist/typings/index.d.ts +7 -0
  28. package/package.json +2 -2
  29. package/src/svg/20/arrow_right_left_corners_outline_20.svg +1 -0
  30. package/src/svg/20/send_outline_20.svg +1 -0
  31. package/src/svg/24/arrow_right_left_corners_outline_24.svg +1 -0
  32. package/src/svg/24/list_like_fill_24.svg +1 -0
  33. package/src/svg/28/drag_reorder_outline_28.svg +1 -0
  34. package/src/svg/28/list_like_fill_28.svg +1 -0
  35. package/src/svg/28/list_like_outline_28.svg +1 -1
  36. package/src/svg/28/widgets_outline_28.svg +1 -0
@@ -0,0 +1,13 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon20ArrowRightLeftCornersOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon20ArrowRightLeftCornersOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon20ArrowRightLeftCornersOutline = (0, _iconssprite.makeIcon)("Icon20ArrowRightLeftCornersOutline", "arrow_right_left_corners_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrow_right_left_corners_outline_20"><path fill-rule="evenodd" d="M5.75 3.5a.75.75 0 0 0 0-1.5h-1.5A2.25 2.25 0 0 0 2 4.25v1.5a.75.75 0 0 0 1.5 0v-1.5a.75.75 0 0 1 .75-.75zM16.5 5.75a.75.75 0 0 0 1.5 0v-1.5A2.25 2.25 0 0 0 15.75 2h-1.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 1 .75.75zm-3 11.5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 1 1.5 0v1.5A2.25 2.25 0 0 1 15.75 18h-1.5a.75.75 0 0 1-.75-.75m-10-3a.75.75 0 0 0-1.5 0v1.5A2.25 2.25 0 0 0 4.25 18h1.5a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 1-.75-.75zm1.97-6.78a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l.72-.72H3.5a.75.75 0 0 1 0-1.5h2.69l-.72-.72a.75.75 0 0 1 0-1.06m9.06 5.06a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 0-1.06l2-2a.75.75 0 1 1 1.06 1.06l-.72.72h2.69a.75.75 0 0 1 0 1.5h-2.69l.72.72a.75.75 0 0 1 0 1.06" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon20SendOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon20SendOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon20SendOutline = (0, _iconssprite.makeIcon)("Icon20SendOutline", "send_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="send_outline_20"><path fill-rule="evenodd" d="M3.885 8.143c-.502-1.212-.856-2.156-1.014-2.764l-.068-.256a17 17 0 0 1-.183-.73 3.6 3.6 0 0 1-.078-.515c-.01-.16-.02-.51.141-.884a1.64 1.64 0 0 1 1.15-.952c.399-.09.744-.014.91.029.348.09.73.275 1.056.44.928.47 4.532 2.254 7.274 3.611l2.912 1.443.203.1c.446.221.854.423 1.15.598.168.1.393.243.59.433.184.176.544.582.57 1.212.028.656-.32 1.1-.521 1.304a3 3 0 0 1-.595.45c-.274.165-.652.353-1.051.55l-.23.115-2.156 1.079c-2.779 1.39-7.052 3.53-8.164 4.074-.351.172-.744.357-1.088.448a1.9 1.9 0 0 1-.933.025 1.62 1.62 0 0 1-1.167-1.064 1.9 1.9 0 0 1-.075-.863c.023-.177.063-.35.097-.483.033-.131.074-.277.113-.416l.008-.029q.065-.23.135-.494c.156-.6.505-1.535.999-2.738a4.13 4.13 0 0 1 1.551-1.87 4.13 4.13 0 0 1-1.536-1.853m3.687 1.094.348.065.462.088c.758.146 1.15.239 1.236.38a.45.45 0 0 1-.001.47c-.088.142-.48.233-1.239.374l-.463.085-.267.049-.08.014-.168.03c-.981.17-1.793.794-2.143 1.644q-.674 1.642-.894 2.398l-.048.175q-.076.285-.14.515c-.298 1.065-.348 1.243.946.609l.328-.161.183-.09a3002 3002 0 0 0 7.63-3.811l2.169-1.086.334-.166.032-.016c.795-.396 1.201-.608 1.203-.823.002-.213-.393-.43-1.199-.832l-.034-.017-.449-.223-2.892-1.432C10.052 6.3 7.019 4.799 5.639 4.109l-.518-.26c-1.273-.644-1.214-.42-.876.858l.076.289.001.005.04.146q.223.765.909 2.423c.35.847 1.16 1.467 2.138 1.637z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon24ArrowRightLeftCornersOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon24ArrowRightLeftCornersOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon24ArrowRightLeftCornersOutline = (0, _iconssprite.makeIcon)("Icon24ArrowRightLeftCornersOutline", "arrow_right_left_corners_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="arrow_right_left_corners_outline_24"><path fill-rule="evenodd" d="M4.8 18.6a.6.6 0 0 0 .6.6h1.7a.9.9 0 1 1 0 1.8H5.4A2.4 2.4 0 0 1 3 18.6v-1.698a.9.9 0 0 1 1.8 0zm13.8.6a.6.6 0 0 0 .6-.6v-1.698a.9.9 0 0 1 1.8 0V18.6a2.4 2.4 0 0 1-2.4 2.4h-1.701a.9.9 0 0 1 0-1.8zm-.002-14.4a.6.6 0 0 1 .6.6v1.7a.9.9 0 0 0 1.8 0V5.4a2.4 2.4 0 0 0-2.4-2.4H16.9a.9.9 0 1 0 0 1.8zM5.4 4.8a.6.6 0 0 0-.6.6v1.698a.9.9 0 0 1-1.8 0V5.4A2.4 2.4 0 0 1 5.4 3h1.7a.9.9 0 0 1 0 1.8zm1.1 10.173a.9.9 0 0 0 1.273.026l2.45-2.35a.9.9 0 0 0 0-1.298L7.773 9a.9.9 0 1 0-1.246 1.3l.834.8H3.9a.9.9 0 1 0 0 1.8h3.461l-.834.8a.9.9 0 0 0-.027 1.273m9.727-5.972a.9.9 0 1 1 1.246 1.299l-.834.8H20.1a.9.9 0 0 1 0 1.8h-3.462l.835.8a.9.9 0 1 1-1.246 1.3l-2.45-2.35a.9.9 0 0 1 0-1.3z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon24ListLikeFill", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon24ListLikeFill;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon24ListLikeFill = (0, _iconssprite.makeIcon)("Icon24ListLikeFill", "list_like_fill_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="list_like_fill_24"><path fill-rule="evenodd" d="M2.998 5.9a.9.9 0 0 1 .9-.9h14.203a.9.9 0 1 1 0 1.8H3.898a.9.9 0 0 1-.9-.9m.905 4.1a.9.9 0 0 0 0 1.8h3.193a.9.9 0 1 0 0-1.8zm0 5a.9.9 0 0 0 0 1.8h2.203A.895.895 0 0 0 7 15.9c0-.497-.397-.9-.894-.9zm14.91-5c-1.064 0-2.01.35-2.82 1.009A4.5 4.5 0 0 0 13.153 10C10.973 10 9 11.734 9 13.901c0 1.142.371 2.044 1.16 2.936.738.833 1.866 1.683 3.38 2.77l.002.001 1.559 1.11a1.565 1.565 0 0 0 1.804 0l1.558-1.11.003-.002c1.514-1.086 2.641-1.937 3.377-2.77.788-.893 1.156-1.795 1.156-2.936 0-2.179-2.02-3.9-4.186-3.9" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28DragReorderOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28DragReorderOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28DragReorderOutline = (0, _iconssprite.makeIcon)("Icon28DragReorderOutline", "drag_reorder_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="drag_reorder_outline_28"><path fill-rule="evenodd" d="M17.707 7.207a1 1 0 0 1-1.414 0L14 4.914l-2.293 2.293a1 1 0 1 1-1.414-1.414l3-3a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1 0 1.414M4 11a1 1 0 1 0 0 2h20a1 1 0 1 0 0-2zm0 4a1 1 0 1 0 0 2h20a1 1 0 1 0 0-2zm7.707 5.793a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L14 23.086z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28ListLikeFill", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28ListLikeFill;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28ListLikeFill = (0, _iconssprite.makeIcon)("Icon28ListLikeFill", "list_like_fill_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="list_like_fill_28"><path fill-rule="evenodd" d="M3 7a1 1 0 0 1 1-1h17a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1m1.006 4a1 1 0 1 0 0 2H8a1 1 0 1 0 0-2zm-.001 5a1 1 0 1 0 0 2h2.991a1 1 0 1 0 0-2zm17.224-4.998c-1.226 0-2.31.422-3.235 1.205-.945-.785-2.05-1.205-3.26-1.205-2.524 0-4.732 2.08-4.732 4.586 0 1.333.413 2.389 1.31 3.444.841.99 2.131 2.003 3.87 3.302l.003.003 1.789 1.326c.61.452 1.453.452 2.063 0l1.788-1.326.003-.003c1.74-1.299 3.028-2.313 3.867-3.304.895-1.056 1.306-2.111 1.306-3.443 0-2.519-2.261-4.585-4.772-4.585" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "Icon28ListLikeOutline", {
10
10
  }
11
11
  });
12
12
  var _iconssprite = require("@vkontakte/icons-sprite");
13
- var Icon28ListLikeOutline = (0, _iconssprite.makeIcon)("Icon28ListLikeOutline", "list_like_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="list_like_outline_28"><path fill="currentColor" d="M21.46 11.998c2.5 0 4.54 1.99 4.54 4.459 0 2.322-.913 3.5-4.426 6.19l-1.464 1.111c-.899.682-2.123.72-3.058.114l-.162-.114-1.51-1.147-.57-.442C11.804 19.808 11 18.636 11 16.457c0-2.47 2.04-4.459 4.54-4.459.929 0 1.784.292 2.55.849l.207.158.202.173.217-.183c.667-.534 1.406-.862 2.204-.963l.268-.025zm.063 1.998-.224.007-.186.02a2.3 2.3 0 0 0-.937.375l-.173.127-1.19 1a.5.5 0 0 1-.646-.002l-1.126-.961c-.477-.385-.964-.565-1.502-.565-1.409 0-2.539 1.108-2.539 2.46 0 1.408.447 2.11 3.072 4.162l.518.4 1.509 1.147a.66.66 0 0 0 .71.059l.092-.06 1.692-1.286C23.524 18.62 24 17.907 24 16.457c0-1.298-1.042-2.37-2.316-2.455zM8 17.996a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2zm0-5.998a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2zM22 6a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2z" /></symbol>', 28, 28, false, undefined);
13
+ var Icon28ListLikeOutline = (0, _iconssprite.makeIcon)("Icon28ListLikeOutline", "list_like_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="list_like_outline_28"><path fill-rule="evenodd" d="M3 7a1 1 0 0 1 1-1h17a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1m1.006 4a1 1 0 1 0 0 2H8a1 1 0 1 0 0-2zm-.001 5a1 1 0 1 0 0 2h2.991a1 1 0 1 0 0-2zm17.224-4.998c-1.226 0-2.31.422-3.235 1.205-.945-.785-2.05-1.205-3.26-1.205-2.524 0-4.732 2.08-4.732 4.586 0 1.333.413 2.389 1.31 3.444.841.99 2.131 2.003 3.87 3.302l.003.003 1.789 1.326c.61.452 1.453.452 2.063 0l1.788-1.326.003-.003c1.74-1.299 3.028-2.313 3.867-3.304.895-1.056 1.306-2.111 1.306-3.443 0-2.519-2.261-4.585-4.772-4.585m-2.463 3.258c.746-.884 1.555-1.258 2.463-1.258 1.506 0 2.772 1.268 2.772 2.585 0 .823-.219 1.428-.831 2.15-.668.787-1.764 1.67-3.537 2.994l-.002.001-1.626 1.206-1.626-1.206h-.002c-1.773-1.326-2.872-2.208-3.541-2.995-.615-.723-.834-1.328-.834-2.148 0-1.331 1.24-2.587 2.733-2.587.895 0 1.746.38 2.51 1.266a1 1 0 0 0 1.521-.008" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,13 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon28WidgetsOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon28WidgetsOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon28WidgetsOutline = (0, _iconssprite.makeIcon)("Icon28WidgetsOutline", "widgets_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="widgets_outline_28"><path fill-rule="evenodd" d="M12.108 3.384c.458-.245.947-.384 1.713-.384.553 0 .961.031 1.291.099.361.074.594.185.78.285.525.28.943.699 1.224 1.224.245.458.384.947.384 1.713 0 .553-.031.961-.099 1.291a2.7 2.7 0 0 1-.285.78c-.28.525-.699.943-1.224 1.224-.458.245-.947.384-1.713.384-.553 0-.961-.031-1.291-.099a2.7 2.7 0 0 1-.78-.285 2.96 2.96 0 0 1-1.224-1.224c-.245-.458-.384-.947-.384-1.713 0-.553.031-.961.099-1.291.074-.361.185-.594.285-.78.28-.525.699-.943 1.224-1.224m1.203 1.662a1 1 0 0 0-.26.101.96.96 0 0 0-.404.404.7.7 0 0 0-.089.239c-.029.14-.058.397-.058.889 0 .253.022.408.046.51a1 1 0 0 0 .101.26q.141.263.404.404a.7.7 0 0 0 .239.089c.14.029.397.058.889.058.253 0 .408-.022.51-.046a1 1 0 0 0 .26-.101.96.96 0 0 0 .404-.404.7.7 0 0 0 .089-.239c.029-.14.058-.397.058-.889a2.2 2.2 0 0 0-.046-.51 1 1 0 0 0-.101-.26.96.96 0 0 0-.404-.404.7.7 0 0 0-.239-.089c-.14-.029-.397-.058-.889-.058a2.2 2.2 0 0 0-.51.046m-1.203 13.338c.458-.245.947-.384 1.713-.384.553 0 .961.031 1.291.099.361.074.594.185.78.285.525.28.943.699 1.224 1.224.245.458.384.947.384 1.713 0 .553-.031.961-.099 1.291a2.7 2.7 0 0 1-.285.78c-.28.525-.699.944-1.224 1.224-.458.245-.947.384-1.713.384-.553 0-.961-.031-1.291-.099a2.7 2.7 0 0 1-.78-.285 2.96 2.96 0 0 1-1.224-1.224c-.245-.458-.384-.947-.384-1.713 0-.553.031-.961.099-1.291.074-.361.185-.594.285-.78.28-.525.699-.944 1.224-1.224m1.203 1.662a1 1 0 0 0-.26.101.96.96 0 0 0-.404.404.7.7 0 0 0-.089.239c-.029.14-.058.397-.058.889 0 .253.022.408.046.51a1 1 0 0 0 .101.26q.141.263.404.404a.7.7 0 0 0 .239.089c.14.029.397.058.889.058.253 0 .408-.022.51-.046a1 1 0 0 0 .26-.101.96.96 0 0 0 .404-.404.7.7 0 0 0 .089-.239c.029-.14.058-.397.058-.889a2.2 2.2 0 0 0-.046-.51 1 1 0 0 0-.101-.26.96.96 0 0 0-.404-.404.7.7 0 0 0-.239-.089c-.14-.029-.397-.058-.889-.058a2.2 2.2 0 0 0-.51.046m6.297-9.163c.458-.244.947-.383 1.713-.383.553 0 .961.031 1.291.099.361.074.594.185.78.284.525.282.943.7 1.224 1.225.245.458.384.947.384 1.713 0 .553-.031.961-.099 1.291a2.7 2.7 0 0 1-.285.78c-.28.525-.699.944-1.224 1.224-.458.245-.947.384-1.713.384-.553 0-.961-.031-1.291-.099a2.7 2.7 0 0 1-.78-.285 2.96 2.96 0 0 1-1.224-1.224c-.245-.458-.384-.947-.384-1.713 0-.553.031-.961.099-1.291.074-.361.185-.594.285-.78.28-.525.699-.944 1.224-1.225m1.203 1.663a1 1 0 0 0-.26.101.96.96 0 0 0-.404.404.7.7 0 0 0-.089.239c-.029.14-.058.397-.058.889 0 .253.022.408.046.51a1 1 0 0 0 .101.26.96.96 0 0 0 .404.404.7.7 0 0 0 .239.089c.14.029.397.058.889.058.253 0 .408-.022.51-.046a1 1 0 0 0 .26-.101.96.96 0 0 0 .404-.404.7.7 0 0 0 .089-.239c.029-.14.058-.397.058-.889a2.2 2.2 0 0 0-.046-.51 1 1 0 0 0-.101-.26.96.96 0 0 0-.404-.404.7.7 0 0 0-.239-.089c-.14-.029-.397-.058-.889-.058a2.2 2.2 0 0 0-.51.046M4.608 10.883c.458-.244.947-.383 1.713-.383.553 0 .961.031 1.291.099a2.97 2.97 0 0 1 2.004 1.509c.245.458.384.947.384 1.713 0 .553-.031.961-.099 1.291a2.7 2.7 0 0 1-.285.78c-.28.525-.699.944-1.224 1.224-.458.245-.947.384-1.713.384-.553 0-.961-.031-1.291-.099a2.7 2.7 0 0 1-.78-.285 2.96 2.96 0 0 1-1.224-1.224C3.139 15.434 3 14.945 3 14.179c0-.553.031-.961.099-1.291.074-.361.185-.594.285-.78.28-.525.699-.944 1.224-1.225m1.203 1.663a1 1 0 0 0-.26.101.96.96 0 0 0-.404.404.7.7 0 0 0-.089.239c-.029.14-.058.397-.058.889 0 .253.022.408.046.51a1 1 0 0 0 .101.26.96.96 0 0 0 .404.404.7.7 0 0 0 .239.089c.14.029.397.058.889.058.253 0 .408-.022.51-.046a1 1 0 0 0 .26-.101.96.96 0 0 0 .404-.404.7.7 0 0 0 .089-.239c.029-.14.058-.397.058-.889a2.2 2.2 0 0 0-.046-.51 1 1 0 0 0-.101-.26.96.96 0 0 0-.404-.404.7.7 0 0 0-.239-.089c-.14-.029-.397-.058-.889-.058a2.2 2.2 0 0 0-.51.046m14.847-6.541h.184c.297 0 .484.046.646.133a.9.9 0 0 1 .378.378c.088.163.134.35.134.647v.184c0 .297-.046.483-.134.646a.9.9 0 0 1-.378.378c-.162.087-.349.134-.646.134h-.184c-.297 0-.484-.047-.646-.134a.9.9 0 0 1-.378-.378c-.088-.163-.134-.35-.134-.646v-.184c0-.297.046-.484.134-.647a.9.9 0 0 1 .378-.378c.162-.087.349-.133.646-.133m-13.5 0h.184c.297 0 .483.046.646.133a.9.9 0 0 1 .378.378c.088.163.134.35.134.647v.184c0 .297-.046.483-.134.646a.9.9 0 0 1-.378.378c-.163.087-.349.134-.646.134h-.184c-.297 0-.483-.047-.646-.134a.9.9 0 0 1-.378-.378C6.046 7.83 6 7.643 6 7.347v-.184c0-.297.046-.484.134-.647a.9.9 0 0 1 .378-.378c.163-.087.349-.133.646-.133m0 13.493h.184c.297 0 .483.046.646.133a.9.9 0 0 1 .378.378c.088.163.134.35.134.647v.184c0 .297-.046.483-.134.646a.9.9 0 0 1-.378.378c-.163.087-.349.134-.646.134h-.184c-.297 0-.483-.047-.646-.134a.9.9 0 0 1-.378-.378c-.088-.163-.134-.35-.134-.646v-.184c0-.297.046-.483.134-.646a.9.9 0 0 1 .378-.379c.163-.087.349-.133.646-.133m13.5 0h.184c.297 0 .484.046.646.133a.9.9 0 0 1 .378.378c.088.163.134.35.134.647v.184c0 .297-.046.483-.134.646a.9.9 0 0 1-.378.378c-.162.087-.349.134-.646.134h-.184c-.297 0-.484-.047-.646-.134a.9.9 0 0 1-.378-.378c-.088-.163-.134-.35-.134-.646v-.184c0-.297.046-.483.134-.646a.9.9 0 0 1 .378-.379c.162-.087.349-.133.646-.133M13.853 12h.294c.475 0 .774.074 1.034.214.261.139.466.344.605.604.14.261.214.56.214 1.035v.294c0 .475-.074.774-.214 1.034-.14.261-.344.466-.604.605-.261.14-.56.214-1.035.214h-.294c-.475 0-.774-.074-1.034-.214a1.46 1.46 0 0 1-.605-.605c-.14-.26-.214-.559-.214-1.034v-.294c0-.476.074-.774.214-1.035s.344-.465.604-.604c.261-.14.56-.214 1.035-.214" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon20ArrowRightLeftCornersOutline = makeIcon("Icon20ArrowRightLeftCornersOutline", "arrow_right_left_corners_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrow_right_left_corners_outline_20"><path fill-rule="evenodd" d="M5.75 3.5a.75.75 0 0 0 0-1.5h-1.5A2.25 2.25 0 0 0 2 4.25v1.5a.75.75 0 0 0 1.5 0v-1.5a.75.75 0 0 1 .75-.75zM16.5 5.75a.75.75 0 0 0 1.5 0v-1.5A2.25 2.25 0 0 0 15.75 2h-1.5a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 1 .75.75zm-3 11.5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 1 1.5 0v1.5A2.25 2.25 0 0 1 15.75 18h-1.5a.75.75 0 0 1-.75-.75m-10-3a.75.75 0 0 0-1.5 0v1.5A2.25 2.25 0 0 0 4.25 18h1.5a.75.75 0 0 0 0-1.5h-1.5a.75.75 0 0 1-.75-.75zm1.97-6.78a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l.72-.72H3.5a.75.75 0 0 1 0-1.5h2.69l-.72-.72a.75.75 0 0 1 0-1.06m9.06 5.06a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 0-1.06l2-2a.75.75 0 1 1 1.06 1.06l-.72.72h2.69a.75.75 0 0 1 0 1.5h-2.69l.72.72a.75.75 0 0 1 0 1.06" 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 Icon20SendOutline = makeIcon("Icon20SendOutline", "send_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="send_outline_20"><path fill-rule="evenodd" d="M3.885 8.143c-.502-1.212-.856-2.156-1.014-2.764l-.068-.256a17 17 0 0 1-.183-.73 3.6 3.6 0 0 1-.078-.515c-.01-.16-.02-.51.141-.884a1.64 1.64 0 0 1 1.15-.952c.399-.09.744-.014.91.029.348.09.73.275 1.056.44.928.47 4.532 2.254 7.274 3.611l2.912 1.443.203.1c.446.221.854.423 1.15.598.168.1.393.243.59.433.184.176.544.582.57 1.212.028.656-.32 1.1-.521 1.304a3 3 0 0 1-.595.45c-.274.165-.652.353-1.051.55l-.23.115-2.156 1.079c-2.779 1.39-7.052 3.53-8.164 4.074-.351.172-.744.357-1.088.448a1.9 1.9 0 0 1-.933.025 1.62 1.62 0 0 1-1.167-1.064 1.9 1.9 0 0 1-.075-.863c.023-.177.063-.35.097-.483.033-.131.074-.277.113-.416l.008-.029q.065-.23.135-.494c.156-.6.505-1.535.999-2.738a4.13 4.13 0 0 1 1.551-1.87 4.13 4.13 0 0 1-1.536-1.853m3.687 1.094.348.065.462.088c.758.146 1.15.239 1.236.38a.45.45 0 0 1-.001.47c-.088.142-.48.233-1.239.374l-.463.085-.267.049-.08.014-.168.03c-.981.17-1.793.794-2.143 1.644q-.674 1.642-.894 2.398l-.048.175q-.076.285-.14.515c-.298 1.065-.348 1.243.946.609l.328-.161.183-.09a3002 3002 0 0 0 7.63-3.811l2.169-1.086.334-.166.032-.016c.795-.396 1.201-.608 1.203-.823.002-.213-.393-.43-1.199-.832l-.034-.017-.449-.223-2.892-1.432C10.052 6.3 7.019 4.799 5.639 4.109l-.518-.26c-1.273-.644-1.214-.42-.876.858l.076.289.001.005.04.146q.223.765.909 2.423c.35.847 1.16 1.467 2.138 1.637z" 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 Icon24ArrowRightLeftCornersOutline = makeIcon("Icon24ArrowRightLeftCornersOutline", "arrow_right_left_corners_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="arrow_right_left_corners_outline_24"><path fill-rule="evenodd" d="M4.8 18.6a.6.6 0 0 0 .6.6h1.7a.9.9 0 1 1 0 1.8H5.4A2.4 2.4 0 0 1 3 18.6v-1.698a.9.9 0 0 1 1.8 0zm13.8.6a.6.6 0 0 0 .6-.6v-1.698a.9.9 0 0 1 1.8 0V18.6a2.4 2.4 0 0 1-2.4 2.4h-1.701a.9.9 0 0 1 0-1.8zm-.002-14.4a.6.6 0 0 1 .6.6v1.7a.9.9 0 0 0 1.8 0V5.4a2.4 2.4 0 0 0-2.4-2.4H16.9a.9.9 0 1 0 0 1.8zM5.4 4.8a.6.6 0 0 0-.6.6v1.698a.9.9 0 0 1-1.8 0V5.4A2.4 2.4 0 0 1 5.4 3h1.7a.9.9 0 0 1 0 1.8zm1.1 10.173a.9.9 0 0 0 1.273.026l2.45-2.35a.9.9 0 0 0 0-1.298L7.773 9a.9.9 0 1 0-1.246 1.3l.834.8H3.9a.9.9 0 1 0 0 1.8h3.461l-.834.8a.9.9 0 0 0-.027 1.273m9.727-5.972a.9.9 0 1 1 1.246 1.299l-.834.8H20.1a.9.9 0 0 1 0 1.8h-3.462l.835.8a.9.9 0 1 1-1.246 1.3l-2.45-2.35a.9.9 0 0 1 0-1.3z" 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 Icon24ListLikeFill = makeIcon("Icon24ListLikeFill", "list_like_fill_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="list_like_fill_24"><path fill-rule="evenodd" d="M2.998 5.9a.9.9 0 0 1 .9-.9h14.203a.9.9 0 1 1 0 1.8H3.898a.9.9 0 0 1-.9-.9m.905 4.1a.9.9 0 0 0 0 1.8h3.193a.9.9 0 1 0 0-1.8zm0 5a.9.9 0 0 0 0 1.8h2.203A.895.895 0 0 0 7 15.9c0-.497-.397-.9-.894-.9zm14.91-5c-1.064 0-2.01.35-2.82 1.009A4.5 4.5 0 0 0 13.153 10C10.973 10 9 11.734 9 13.901c0 1.142.371 2.044 1.16 2.936.738.833 1.866 1.683 3.38 2.77l.002.001 1.559 1.11a1.565 1.565 0 0 0 1.804 0l1.558-1.11.003-.002c1.514-1.086 2.641-1.937 3.377-2.77.788-.893 1.156-1.795 1.156-2.936 0-2.179-2.02-3.9-4.186-3.9" 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 Icon28DragReorderOutline = makeIcon("Icon28DragReorderOutline", "drag_reorder_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="drag_reorder_outline_28"><path fill-rule="evenodd" d="M17.707 7.207a1 1 0 0 1-1.414 0L14 4.914l-2.293 2.293a1 1 0 1 1-1.414-1.414l3-3a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1 0 1.414M4 11a1 1 0 1 0 0 2h20a1 1 0 1 0 0-2zm0 4a1 1 0 1 0 0 2h20a1 1 0 1 0 0-2zm7.707 5.793a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L14 23.086z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon28ListLikeFill = makeIcon("Icon28ListLikeFill", "list_like_fill_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="list_like_fill_28"><path fill-rule="evenodd" d="M3 7a1 1 0 0 1 1-1h17a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1m1.006 4a1 1 0 1 0 0 2H8a1 1 0 1 0 0-2zm-.001 5a1 1 0 1 0 0 2h2.991a1 1 0 1 0 0-2zm17.224-4.998c-1.226 0-2.31.422-3.235 1.205-.945-.785-2.05-1.205-3.26-1.205-2.524 0-4.732 2.08-4.732 4.586 0 1.333.413 2.389 1.31 3.444.841.99 2.131 2.003 3.87 3.302l.003.003 1.789 1.326c.61.452 1.453.452 2.063 0l1.788-1.326.003-.003c1.74-1.299 3.028-2.313 3.867-3.304.895-1.056 1.306-2.111 1.306-3.443 0-2.519-2.261-4.585-4.772-4.585" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -1,3 +1,3 @@
1
1
  "use client";
2
2
  import { makeIcon } from "@vkontakte/icons-sprite";
3
- export var Icon28ListLikeOutline = makeIcon("Icon28ListLikeOutline", "list_like_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="list_like_outline_28"><path fill="currentColor" d="M21.46 11.998c2.5 0 4.54 1.99 4.54 4.459 0 2.322-.913 3.5-4.426 6.19l-1.464 1.111c-.899.682-2.123.72-3.058.114l-.162-.114-1.51-1.147-.57-.442C11.804 19.808 11 18.636 11 16.457c0-2.47 2.04-4.459 4.54-4.459.929 0 1.784.292 2.55.849l.207.158.202.173.217-.183c.667-.534 1.406-.862 2.204-.963l.268-.025zm.063 1.998-.224.007-.186.02a2.3 2.3 0 0 0-.937.375l-.173.127-1.19 1a.5.5 0 0 1-.646-.002l-1.126-.961c-.477-.385-.964-.565-1.502-.565-1.409 0-2.539 1.108-2.539 2.46 0 1.408.447 2.11 3.072 4.162l.518.4 1.509 1.147a.66.66 0 0 0 .71.059l.092-.06 1.692-1.286C23.524 18.62 24 17.907 24 16.457c0-1.298-1.042-2.37-2.316-2.455zM8 17.996a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2zm0-5.998a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2zM22 6a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2z" /></symbol>', 28, 28, false, undefined);
3
+ export var Icon28ListLikeOutline = makeIcon("Icon28ListLikeOutline", "list_like_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="list_like_outline_28"><path fill-rule="evenodd" d="M3 7a1 1 0 0 1 1-1h17a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1m1.006 4a1 1 0 1 0 0 2H8a1 1 0 1 0 0-2zm-.001 5a1 1 0 1 0 0 2h2.991a1 1 0 1 0 0-2zm17.224-4.998c-1.226 0-2.31.422-3.235 1.205-.945-.785-2.05-1.205-3.26-1.205-2.524 0-4.732 2.08-4.732 4.586 0 1.333.413 2.389 1.31 3.444.841.99 2.131 2.003 3.87 3.302l.003.003 1.789 1.326c.61.452 1.453.452 2.063 0l1.788-1.326.003-.003c1.74-1.299 3.028-2.313 3.867-3.304.895-1.056 1.306-2.111 1.306-3.443 0-2.519-2.261-4.585-4.772-4.585m-2.463 3.258c.746-.884 1.555-1.258 2.463-1.258 1.506 0 2.772 1.268 2.772 2.585 0 .823-.219 1.428-.831 2.15-.668.787-1.764 1.67-3.537 2.994l-.002.001-1.626 1.206-1.626-1.206h-.002c-1.773-1.326-2.872-2.208-3.541-2.995-.615-.723-.834-1.328-.834-2.148 0-1.331 1.24-2.587 2.733-2.587.895 0 1.746.38 2.51 1.266a1 1 0 0 0 1.521-.008" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon28WidgetsOutline = makeIcon("Icon28WidgetsOutline", "widgets_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="widgets_outline_28"><path fill-rule="evenodd" d="M12.108 3.384c.458-.245.947-.384 1.713-.384.553 0 .961.031 1.291.099.361.074.594.185.78.285.525.28.943.699 1.224 1.224.245.458.384.947.384 1.713 0 .553-.031.961-.099 1.291a2.7 2.7 0 0 1-.285.78c-.28.525-.699.943-1.224 1.224-.458.245-.947.384-1.713.384-.553 0-.961-.031-1.291-.099a2.7 2.7 0 0 1-.78-.285 2.96 2.96 0 0 1-1.224-1.224c-.245-.458-.384-.947-.384-1.713 0-.553.031-.961.099-1.291.074-.361.185-.594.285-.78.28-.525.699-.943 1.224-1.224m1.203 1.662a1 1 0 0 0-.26.101.96.96 0 0 0-.404.404.7.7 0 0 0-.089.239c-.029.14-.058.397-.058.889 0 .253.022.408.046.51a1 1 0 0 0 .101.26q.141.263.404.404a.7.7 0 0 0 .239.089c.14.029.397.058.889.058.253 0 .408-.022.51-.046a1 1 0 0 0 .26-.101.96.96 0 0 0 .404-.404.7.7 0 0 0 .089-.239c.029-.14.058-.397.058-.889a2.2 2.2 0 0 0-.046-.51 1 1 0 0 0-.101-.26.96.96 0 0 0-.404-.404.7.7 0 0 0-.239-.089c-.14-.029-.397-.058-.889-.058a2.2 2.2 0 0 0-.51.046m-1.203 13.338c.458-.245.947-.384 1.713-.384.553 0 .961.031 1.291.099.361.074.594.185.78.285.525.28.943.699 1.224 1.224.245.458.384.947.384 1.713 0 .553-.031.961-.099 1.291a2.7 2.7 0 0 1-.285.78c-.28.525-.699.944-1.224 1.224-.458.245-.947.384-1.713.384-.553 0-.961-.031-1.291-.099a2.7 2.7 0 0 1-.78-.285 2.96 2.96 0 0 1-1.224-1.224c-.245-.458-.384-.947-.384-1.713 0-.553.031-.961.099-1.291.074-.361.185-.594.285-.78.28-.525.699-.944 1.224-1.224m1.203 1.662a1 1 0 0 0-.26.101.96.96 0 0 0-.404.404.7.7 0 0 0-.089.239c-.029.14-.058.397-.058.889 0 .253.022.408.046.51a1 1 0 0 0 .101.26q.141.263.404.404a.7.7 0 0 0 .239.089c.14.029.397.058.889.058.253 0 .408-.022.51-.046a1 1 0 0 0 .26-.101.96.96 0 0 0 .404-.404.7.7 0 0 0 .089-.239c.029-.14.058-.397.058-.889a2.2 2.2 0 0 0-.046-.51 1 1 0 0 0-.101-.26.96.96 0 0 0-.404-.404.7.7 0 0 0-.239-.089c-.14-.029-.397-.058-.889-.058a2.2 2.2 0 0 0-.51.046m6.297-9.163c.458-.244.947-.383 1.713-.383.553 0 .961.031 1.291.099.361.074.594.185.78.284.525.282.943.7 1.224 1.225.245.458.384.947.384 1.713 0 .553-.031.961-.099 1.291a2.7 2.7 0 0 1-.285.78c-.28.525-.699.944-1.224 1.224-.458.245-.947.384-1.713.384-.553 0-.961-.031-1.291-.099a2.7 2.7 0 0 1-.78-.285 2.96 2.96 0 0 1-1.224-1.224c-.245-.458-.384-.947-.384-1.713 0-.553.031-.961.099-1.291.074-.361.185-.594.285-.78.28-.525.699-.944 1.224-1.225m1.203 1.663a1 1 0 0 0-.26.101.96.96 0 0 0-.404.404.7.7 0 0 0-.089.239c-.029.14-.058.397-.058.889 0 .253.022.408.046.51a1 1 0 0 0 .101.26.96.96 0 0 0 .404.404.7.7 0 0 0 .239.089c.14.029.397.058.889.058.253 0 .408-.022.51-.046a1 1 0 0 0 .26-.101.96.96 0 0 0 .404-.404.7.7 0 0 0 .089-.239c.029-.14.058-.397.058-.889a2.2 2.2 0 0 0-.046-.51 1 1 0 0 0-.101-.26.96.96 0 0 0-.404-.404.7.7 0 0 0-.239-.089c-.14-.029-.397-.058-.889-.058a2.2 2.2 0 0 0-.51.046M4.608 10.883c.458-.244.947-.383 1.713-.383.553 0 .961.031 1.291.099a2.97 2.97 0 0 1 2.004 1.509c.245.458.384.947.384 1.713 0 .553-.031.961-.099 1.291a2.7 2.7 0 0 1-.285.78c-.28.525-.699.944-1.224 1.224-.458.245-.947.384-1.713.384-.553 0-.961-.031-1.291-.099a2.7 2.7 0 0 1-.78-.285 2.96 2.96 0 0 1-1.224-1.224C3.139 15.434 3 14.945 3 14.179c0-.553.031-.961.099-1.291.074-.361.185-.594.285-.78.28-.525.699-.944 1.224-1.225m1.203 1.663a1 1 0 0 0-.26.101.96.96 0 0 0-.404.404.7.7 0 0 0-.089.239c-.029.14-.058.397-.058.889 0 .253.022.408.046.51a1 1 0 0 0 .101.26.96.96 0 0 0 .404.404.7.7 0 0 0 .239.089c.14.029.397.058.889.058.253 0 .408-.022.51-.046a1 1 0 0 0 .26-.101.96.96 0 0 0 .404-.404.7.7 0 0 0 .089-.239c.029-.14.058-.397.058-.889a2.2 2.2 0 0 0-.046-.51 1 1 0 0 0-.101-.26.96.96 0 0 0-.404-.404.7.7 0 0 0-.239-.089c-.14-.029-.397-.058-.889-.058a2.2 2.2 0 0 0-.51.046m14.847-6.541h.184c.297 0 .484.046.646.133a.9.9 0 0 1 .378.378c.088.163.134.35.134.647v.184c0 .297-.046.483-.134.646a.9.9 0 0 1-.378.378c-.162.087-.349.134-.646.134h-.184c-.297 0-.484-.047-.646-.134a.9.9 0 0 1-.378-.378c-.088-.163-.134-.35-.134-.646v-.184c0-.297.046-.484.134-.647a.9.9 0 0 1 .378-.378c.162-.087.349-.133.646-.133m-13.5 0h.184c.297 0 .483.046.646.133a.9.9 0 0 1 .378.378c.088.163.134.35.134.647v.184c0 .297-.046.483-.134.646a.9.9 0 0 1-.378.378c-.163.087-.349.134-.646.134h-.184c-.297 0-.483-.047-.646-.134a.9.9 0 0 1-.378-.378C6.046 7.83 6 7.643 6 7.347v-.184c0-.297.046-.484.134-.647a.9.9 0 0 1 .378-.378c.163-.087.349-.133.646-.133m0 13.493h.184c.297 0 .483.046.646.133a.9.9 0 0 1 .378.378c.088.163.134.35.134.647v.184c0 .297-.046.483-.134.646a.9.9 0 0 1-.378.378c-.163.087-.349.134-.646.134h-.184c-.297 0-.483-.047-.646-.134a.9.9 0 0 1-.378-.378c-.088-.163-.134-.35-.134-.646v-.184c0-.297.046-.483.134-.646a.9.9 0 0 1 .378-.379c.163-.087.349-.133.646-.133m13.5 0h.184c.297 0 .484.046.646.133a.9.9 0 0 1 .378.378c.088.163.134.35.134.647v.184c0 .297-.046.483-.134.646a.9.9 0 0 1-.378.378c-.162.087-.349.134-.646.134h-.184c-.297 0-.484-.047-.646-.134a.9.9 0 0 1-.378-.378c-.088-.163-.134-.35-.134-.646v-.184c0-.297.046-.483.134-.646a.9.9 0 0 1 .378-.379c.162-.087.349-.133.646-.133M13.853 12h.294c.475 0 .774.074 1.034.214.261.139.466.344.605.604.14.261.214.56.214 1.035v.294c0 .475-.074.774-.214 1.034-.14.261-.344.466-.604.605-.261.14-.56.214-1.035.214h-.294c-.475 0-.774-.074-1.034-.214a1.46 1.46 0 0 1-.605-.605c-.14-.26-.214-.559-.214-1.034v-.294c0-.476.074-.774.214-1.035s.344-.465.604-.604c.261-.14.56-.214 1.035-.214" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
package/dist/es6/index.js CHANGED
@@ -492,6 +492,7 @@ export { Icon20Arrow2SquarepathOutline } from "./20/arrow_2_squarepath_outline_2
492
492
  export { Icon20ArrowDownOutline } from "./20/arrow_down_outline_20";
493
493
  export { Icon20ArrowLeftOutline } from "./20/arrow_left_outline_20";
494
494
  export { Icon20ArrowLeftRightCornersOutline } from "./20/arrow_left_right_corners_outline_20";
495
+ export { Icon20ArrowRightLeftCornersOutline } from "./20/arrow_right_left_corners_outline_20";
495
496
  export { Icon20ArrowRightOutline } from "./20/arrow_right_outline_20";
496
497
  export { Icon20ArrowRightSquareOutline } from "./20/arrow_right_square_outline_20";
497
498
  export { Icon20Arrows2LeftRightInward } from "./20/arrows_2_left_right_inward_20";
@@ -910,6 +911,7 @@ export { Icon20RssCircleFillYellow } from "./20/rss_circle_fill_yellow_20";
910
911
  export { Icon20ScanViewfinderOutline } from "./20/scan_viewfinder_outline_20";
911
912
  export { Icon20ScissorsOutline } from "./20/scissors_outline_20";
912
913
  export { Icon20Search } from "./20/search_20";
914
+ export { Icon20SendOutline } from "./20/send_outline_20";
913
915
  export { Icon20ServicesCircleFillBlue } from "./20/services_circle_fill_blue_20";
914
916
  export { Icon20ServicesCircleFillYellow } from "./20/services_circle_fill_yellow_20";
915
917
  export { Icon20ServicesFilled } from "./20/services_filled_20";
@@ -1103,6 +1105,7 @@ export { Icon24ArrowLeftRightCornersOutline } from "./24/arrow_left_right_corner
1103
1105
  export { Icon24ArrowLeftRightLinesVerticalOutline } from "./24/arrow_left_right_lines_vertical_outline_24";
1104
1106
  export { Icon24ArrowLeftSquareOutline } from "./24/arrow_left_square_outline_24";
1105
1107
  export { Icon24ArrowRightCircleOutline } from "./24/arrow_right_circle_outline_24";
1108
+ export { Icon24ArrowRightLeftCornersOutline } from "./24/arrow_right_left_corners_outline_24";
1106
1109
  export { Icon24ArrowRightOutline } from "./24/arrow_right_outline_24";
1107
1110
  export { Icon24ArrowRightSquareOutline } from "./24/arrow_right_square_outline_24";
1108
1111
  export { Icon24ArrowTurnLeftOutline } from "./24/arrow_turn_left_outline_24";
@@ -1380,6 +1383,7 @@ export { Icon24ListBulletOutline } from "./24/list_bullet_outline_24";
1380
1383
  export { Icon24ListCheckOutline } from "./24/list_check_outline_24";
1381
1384
  export { Icon24ListDeleteOutline } from "./24/list_delete_outline_24";
1382
1385
  export { Icon24ListLetterOutline } from "./24/list_letter_outline_24";
1386
+ export { Icon24ListLikeFill } from "./24/list_like_fill_24";
1383
1387
  export { Icon24ListLikeOutline } from "./24/list_like_outline_24";
1384
1388
  export { Icon24ListLikeSlashOutline } from "./24/list_like_slash_outline_24";
1385
1389
  export { Icon24ListNumberOutline } from "./24/list_number_outline_24";
@@ -1945,6 +1949,7 @@ export { Icon28DownloadCancelOutline } from "./28/download_cancel_outline_28";
1945
1949
  export { Icon28DownloadCheckOutline } from "./28/download_check_outline_28";
1946
1950
  export { Icon28DownloadCloudOutline } from "./28/download_cloud_outline_28";
1947
1951
  export { Icon28DownloadOutline } from "./28/download_outline_28";
1952
+ export { Icon28DragReorderOutline } from "./28/drag_reorder_outline_28";
1948
1953
  export { Icon28DrillOutline } from "./28/drill_outline_28";
1949
1954
  export { Icon28DumbbellsOutline } from "./28/dumbbells_outline_28";
1950
1955
  export { Icon28EditCircleFillBlue } from "./28/edit_circle_fill_blue_28";
@@ -2082,6 +2087,7 @@ export { Icon28ListCircleFillGray } from "./28/list_circle_fill_gray_28";
2082
2087
  export { Icon28ListHandAlt } from "./28/list_hand_alt_28";
2083
2088
  export { Icon28ListLetterOutline } from "./28/list_letter_outline_28";
2084
2089
  export { Icon28ListLikeCircleFillGray } from "./28/list_like_circle_fill_gray_28";
2090
+ export { Icon28ListLikeFill } from "./28/list_like_fill_28";
2085
2091
  export { Icon28ListLikeOutline } from "./28/list_like_outline_28";
2086
2092
  export { Icon28ListLikeSlashOutline } from "./28/list_like_slash_outline_28";
2087
2093
  export { Icon28ListNumberOutline } from "./28/list_number_outline_28";
@@ -2496,6 +2502,7 @@ export { Icon28WasherOutline } from "./28/washer_outline_28";
2496
2502
  export { Icon28WaterDropOutline } from "./28/water_drop_outline_28";
2497
2503
  export { Icon28Waves4RightOutline } from "./28/waves_4_right_outline_28";
2498
2504
  export { Icon28WheelOutline } from "./28/wheel_outline_28";
2505
+ export { Icon28WidgetsOutline } from "./28/widgets_outline_28";
2499
2506
  export { Icon28WindowCheck } from "./28/window_check_28";
2500
2507
  export { Icon28WorkOutline } from "./28/work_outline_28";
2501
2508
  export { Icon28WrenchOutline } from "./28/wrench_outline_28";