@vkontakte/icons 1.191.0 → 1.193.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 (79) hide show
  1. package/dist/12/arrow_down.js +8 -0
  2. package/dist/12/arrow_up.js +8 -0
  3. package/dist/12/nft_heptagon.js +8 -0
  4. package/dist/16/nft_heptagon.js +8 -0
  5. package/dist/16/nft_heptagon_outline.js +8 -0
  6. package/dist/20/arrow_right_square_outline.js +8 -0
  7. package/dist/24/arrow_left_square_outline.js +8 -0
  8. package/dist/24/arrow_right_square_outline.js +1 -1
  9. package/dist/24/chevron_left_square_outline.js +8 -0
  10. package/dist/24/chevron_right_square_outline.js +8 -0
  11. package/dist/24/nft_heptagon_outline.js +8 -0
  12. package/dist/36/ghost_simple_outline.js +8 -0
  13. package/dist/48/user_rectangle_horizontal_outline.js +8 -0
  14. package/dist/56/18_circle_outline.js +1 -1
  15. package/dist/56/masks_outline.js +8 -0
  16. package/dist/es6/12/arrow_down.js +2 -0
  17. package/dist/es6/12/arrow_up.js +2 -0
  18. package/dist/es6/12/nft_heptagon.js +2 -0
  19. package/dist/es6/16/nft_heptagon.js +2 -0
  20. package/dist/es6/16/nft_heptagon_outline.js +2 -0
  21. package/dist/es6/20/arrow_right_square_outline.js +2 -0
  22. package/dist/es6/24/arrow_left_square_outline.js +2 -0
  23. package/dist/es6/24/arrow_right_square_outline.js +1 -1
  24. package/dist/es6/24/chevron_left_square_outline.js +2 -0
  25. package/dist/es6/24/chevron_right_square_outline.js +2 -0
  26. package/dist/es6/24/nft_heptagon_outline.js +2 -0
  27. package/dist/es6/36/ghost_simple_outline.js +2 -0
  28. package/dist/es6/48/user_rectangle_horizontal_outline.js +2 -0
  29. package/dist/es6/56/18_circle_outline.js +1 -1
  30. package/dist/es6/56/masks_outline.js +2 -0
  31. package/dist/es6/index.js +13 -0
  32. package/dist/icons-map.json +1 -1
  33. package/dist/index.js +103 -12
  34. package/dist/typings/12/arrow_down.d.ts +9 -0
  35. package/dist/typings/12/arrow_up.d.ts +9 -0
  36. package/dist/typings/12/nft_heptagon.d.ts +9 -0
  37. package/dist/typings/16/nft_heptagon.d.ts +9 -0
  38. package/dist/typings/16/nft_heptagon_outline.d.ts +9 -0
  39. package/dist/typings/20/arrow_right_square_outline.d.ts +9 -0
  40. package/dist/typings/24/arrow_left_square_outline.d.ts +9 -0
  41. package/dist/typings/24/chevron_left_square_outline.d.ts +9 -0
  42. package/dist/typings/24/chevron_right_square_outline.d.ts +9 -0
  43. package/dist/typings/24/nft_heptagon_outline.d.ts +9 -0
  44. package/dist/typings/36/ghost_simple_outline.d.ts +9 -0
  45. package/dist/typings/48/user_rectangle_horizontal_outline.d.ts +9 -0
  46. package/dist/typings/56/masks_outline.d.ts +9 -0
  47. package/dist/typings/index.d.ts +13 -0
  48. package/package.json +1 -1
  49. package/src/svg/12/arrow_down_12.svg +1 -0
  50. package/src/svg/12/arrow_up_12.svg +1 -0
  51. package/src/svg/12/nft_heptagon_12.svg +1 -0
  52. package/src/svg/16/nft_heptagon_16.svg +1 -0
  53. package/src/svg/16/nft_heptagon_outline_16.svg +1 -0
  54. package/src/svg/20/arrow_right_square_outline_20.svg +1 -0
  55. package/src/svg/24/arrow_left_square_outline_24.svg +1 -0
  56. package/src/svg/24/arrow_right_square_outline_24.svg +1 -1
  57. package/src/svg/24/chevron_left_square_outline_24.svg +1 -0
  58. package/src/svg/24/chevron_right_square_outline_24.svg +1 -0
  59. package/src/svg/24/nft_heptagon_outline_24.svg +1 -0
  60. package/src/svg/36/ghost_simple_outline_36.svg +1 -0
  61. package/src/svg/48/user_rectangle_horizontal_outline_48.svg +1 -0
  62. package/src/svg/56/18_circle_outline_56.svg +1 -1
  63. package/src/svg/56/masks_outline_56.svg +1 -0
  64. package/ts/12/arrow_down.ts +18 -0
  65. package/ts/12/arrow_up.ts +18 -0
  66. package/ts/12/nft_heptagon.ts +18 -0
  67. package/ts/16/nft_heptagon.ts +18 -0
  68. package/ts/16/nft_heptagon_outline.ts +18 -0
  69. package/ts/20/arrow_right_square_outline.ts +18 -0
  70. package/ts/24/arrow_left_square_outline.ts +18 -0
  71. package/ts/24/arrow_right_square_outline.ts +1 -1
  72. package/ts/24/chevron_left_square_outline.ts +18 -0
  73. package/ts/24/chevron_right_square_outline.ts +18 -0
  74. package/ts/24/nft_heptagon_outline.ts +18 -0
  75. package/ts/36/ghost_simple_outline.ts +18 -0
  76. package/ts/48/user_rectangle_horizontal_outline.ts +18 -0
  77. package/ts/56/18_circle_outline.ts +1 -1
  78. package/ts/56/masks_outline.ts +18 -0
  79. package/ts/index.ts +13 -0
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon12ArrowDown", "arrow_down_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="arrow_down_12"><path d="M4.999 2a1 1 0 0 1 2 0v5.589l1.292-1.292a1 1 0 1 1 1.414 1.415l-2.986 2.986a.997.997 0 0 1-1.427.012L2.294 7.712a1 1 0 0 1 1.414-1.414l1.291 1.291V2Z" /></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("Icon12ArrowUp", "arrow_up_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="arrow_up_12"><path d="M4.999 10.003a1 1 0 1 0 2 0V4.414l1.292 1.292a1 1 0 1 0 1.414-1.414L6.719 1.306a.997.997 0 0 0-1.427-.013L2.294 4.291a1 1 0 0 0 1.414 1.415l1.291-1.292v5.59Z" /></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("Icon12NftHeptagon", "nft_heptagon_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="nft_heptagon_12"><path fill-rule="evenodd" d="M6.32.026a1.75 1.75 0 0 0-.641 0c-.243.046-.465.157-.673.26l-.052.026-2.717 1.35-.05.025c-.2.099-.415.205-.593.364a1.75 1.75 0 0 0-.383.49c-.111.211-.163.445-.21.664l-.012.054-.69 3.114-.011.053c-.048.215-.1.444-.089.678.01.205.055.407.133.596.09.216.235.402.37.575l.033.043 1.908 2.47.035.044c.14.182.29.377.486.523.172.127.365.222.57.28.236.066.482.066.711.065h3.11c.229 0 .475.001.71-.065.206-.058.4-.153.57-.28.197-.146.347-.34.487-.523l.035-.045 1.908-2.469.034-.043c.134-.173.278-.359.369-.575.078-.19.123-.39.133-.596.01-.234-.04-.463-.089-.678l-.011-.053-.72-3.25a2.312 2.312 0 0 0-.192-.583 1.75 1.75 0 0 0-.383-.489c-.178-.16-.393-.265-.594-.364l-.05-.025L7.047.312 6.994.286c-.208-.103-.43-.214-.673-.26ZM8.78 5.28a.75.75 0 1 0-1.06-1.06L5.25 6.69l-.97-.97a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3-3Z" 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("Icon16NftHeptagon", "nft_heptagon_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="nft_heptagon_16"><path fill-rule="evenodd" d="M8.319.53a1.75 1.75 0 0 0-.637 0c-.242.045-.462.154-.668.256l-.051.025-3.884 1.912-.05.024c-.202.099-.417.204-.597.364a1.75 1.75 0 0 0-.384.489c-.113.211-.165.446-.213.665l-.012.054-.972 4.35-.012.054c-.048.216-.1.447-.09.684.01.206.055.409.135.6.092.217.238.404.374.578l.034.043 2.707 3.47.035.044c.14.18.29.373.486.518.171.126.364.22.568.277.235.065.48.065.707.065h4.41c.228 0 .472 0 .707-.065.205-.057.397-.151.568-.277.196-.145.346-.338.486-.518l.035-.045 2.707-3.47.034-.042c.137-.174.282-.36.374-.579.08-.19.126-.393.135-.6.01-.236-.041-.467-.09-.683l-.012-.053-.972-4.351-.012-.054c-.048-.22-.1-.454-.212-.665a1.753 1.753 0 0 0-.385-.49c-.18-.159-.395-.264-.596-.363l-.05-.024L9.038.81 8.987.786C8.78.684 8.56.576 8.319.53Zm3.211 5.19a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06L7 9.19l3.47-3.47a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd" /></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("Icon16NftHeptagonOutline", "nft_heptagon_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="nft_heptagon_outline_16"><path fill-rule="evenodd" d="m7.898 2.027.057-.022a.476.476 0 0 0-.057.022Zm.148-.022c.004.002.02.006.057.022l-.057-.022Zm4.582 2.298c.002.004.008.02.018.056l-.018-.056Zm1.117 4.978.008.058a.497.497 0 0 0-.008-.058ZM8.319.53a1.75 1.75 0 0 0-.637 0c-.242.045-.462.154-.668.256l-.051.025-3.884 1.912-.05.024c-.202.099-.417.204-.597.364a1.75 1.75 0 0 0-.384.489c-.113.211-.165.446-.213.665l-.012.054-.972 4.35-.012.054c-.048.216-.1.447-.09.684.01.206.055.409.135.6.092.217.238.404.374.578l.034.043 2.707 3.47.035.044c.14.18.29.373.486.518.171.126.364.22.568.277.235.065.48.065.707.065h4.41c.228 0 .472 0 .707-.065.205-.057.397-.151.568-.277.196-.145.346-.338.486-.518l.035-.045 2.707-3.47.034-.042c.137-.174.282-.36.374-.579.08-.19.126-.393.135-.6.01-.236-.041-.467-.09-.683l-.012-.053-.972-4.351-.012-.054c-.048-.22-.1-.454-.212-.665a1.753 1.753 0 0 0-.385-.49c-.18-.159-.395-.264-.596-.363l-.05-.024L9.038.81 8.987.786C8.78.684 8.56.576 8.319.53ZM3.428 4.233l4.47-2.206a.476.476 0 0 1 .057-.022h.001c.022-.007.07-.018.088 0h.002c.004.002.02.006.057.022l.273.13 3.883 1.912c.133.065.208.102.263.133a.479.479 0 0 1 .05.03.25.25 0 0 1 .056.07c.002.005.008.02.018.057l.067.287.972 4.35.06.285a.497.497 0 0 1 .008.058l-.02.086-3.144 4.028a.251.251 0 0 1-.08.04l-.06.005a6.431 6.431 0 0 1-.3.003H5.851c-.15 0-.236 0-.3-.003a.483.483 0 0 1-.06-.006.252.252 0 0 1-.081-.04.479.479 0 0 1-.042-.043 6.57 6.57 0 0 1-.187-.235L2.475 9.705c-.09-.115-.14-.18-.176-.23a.464.464 0 0 1-.032-.05.25.25 0 0 1-.02-.086l.008-.058c.01-.061.028-.141.06-.284l.972-4.351c.032-.145.05-.226.067-.287.006-.019.01-.04.02-.058a.198.198 0 0 1 .054-.068ZM11.53 5.72a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06L7 9.19l3.47-3.47a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd" /></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("Icon20ArrowRightSquareOutline", "arrow_right_square_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrow_right_square_outline_20"><path fill-rule="evenodd" d="M8.317 2h3.366c.952 0 1.713 0 2.327.05.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67.05.613.05 1.374.05 2.326v3.366c0 .952 0 1.713-.05 2.327-.052.63-.16 1.172-.413 1.67a4.251 4.251 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413-.614.05-1.375.05-2.327.05H8.317c-.952 0-1.713 0-2.327-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67C2 13.396 2 12.635 2 11.683V8.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413C6.603 2 7.364 2 8.316 2ZM6.112 3.545c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 3.8 5.002c-.128.25-.21.573-.255 1.11-.044.546-.045 1.246-.045 2.238v3.3c0 .992 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 5.002 16.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h3.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.751 2.751 0 0 0 16.2 15c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238v-3.3c0-.992 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 15 3.8c-.252-.128-.574-.21-1.111-.255-.546-.044-1.245-.045-2.238-.045h-3.3c-.992 0-1.692 0-2.238.045ZM10.22 6.97a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06l1.22-1.22H6.75a.75.75 0 0 1 0-1.5h4.69l-1.22-1.22a.75.75 0 0 1 0-1.06Z" 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("Icon24ArrowLeftSquareOutline", "arrow_left_square_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="arrow_left_square_outline_24"><path fill-rule="evenodd" d="M9.462 3h5.076c.948 0 1.714 0 2.334.05.64.053 1.203.163 1.726.43a4.4 4.4 0 0 1 1.922 1.922c.267.523.377 1.087.43 1.726.05.62.05 1.386.05 2.334v5.076c0 .948 0 1.714-.05 2.334-.053.64-.163 1.203-.43 1.726a4.4 4.4 0 0 1-1.922 1.922c-.523.267-1.087.377-1.726.43-.62.05-1.386.05-2.334.05H9.462c-.948 0-1.714 0-2.334-.05-.64-.053-1.203-.163-1.726-.43a4.4 4.4 0 0 1-1.922-1.922c-.267-.523-.377-1.087-.43-1.726C3 16.252 3 15.486 3 14.538V9.462c0-.948 0-1.714.05-2.334.053-.64.163-1.203.43-1.726A4.4 4.4 0 0 1 5.402 3.48c.523-.267 1.087-.377 1.726-.43C7.748 3 8.514 3 9.462 3ZM7.274 4.845c-.527.043-.828.123-1.054.238A2.6 2.6 0 0 0 5.083 6.22c-.115.226-.195.527-.238 1.054C4.8 7.813 4.8 8.505 4.8 9.5v5c0 .995 0 1.687.045 2.226.043.527.123.828.238 1.054a2.6 2.6 0 0 0 1.137 1.137c.226.115.527.195 1.054.238.539.044 1.231.045 2.226.045h5c.995 0 1.687 0 2.226-.045.527-.043.828-.123 1.054-.238a2.6 2.6 0 0 0 1.137-1.137c.115-.226.195-.527.238-1.055.044-.538.045-1.23.045-2.225v-5c0-.995 0-1.687-.045-2.226-.043-.527-.123-.828-.238-1.054a2.6 2.6 0 0 0-1.137-1.137c-.226-.115-.527-.195-1.055-.238-.538-.044-1.23-.045-2.225-.045h-5c-.995 0-1.687 0-2.226.045Zm3.092 3.419a.9.9 0 1 1 1.272 1.273L10.075 11.1h6.023a.9.9 0 1 1 0 1.8h-6.023l1.565 1.565a.9.9 0 0 1-1.273 1.273l-3.101-3.102a.897.897 0 0 1-.002-1.27m3.102-3.102-3.1 3.1Z" /></symbol>', 24, 24);
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("Icon24ArrowRightSquareOutline", "arrow_right_square_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="arrow_right_square_outline_24"><path d="M14.59 2.1c2.168 0 3.202.2 4.277.774a5.443 5.443 0 0 1 2.259 2.26c.574 1.074.774 2.108.774 4.276v5.18c0 2.168-.2 3.202-.774 4.276a5.443 5.443 0 0 1-2.26 2.26c-1.074.574-2.108.774-4.276.774H9.41c-2.168 0-3.202-.2-4.277-.774a5.443 5.443 0 0 1-2.259-2.26C2.3 17.792 2.1 16.758 2.1 14.59V9.41c0-2.168.2-3.202.774-4.277a5.443 5.443 0 0 1 2.26-2.259C6.207 2.3 7.241 2.1 9.41 2.1h5.18Zm0 1.8H9.41c-1.896 0-2.65.145-3.428.561a3.644 3.644 0 0 0-1.52 1.521C4.044 6.76 3.9 7.514 3.9 9.41v5.18c0 1.896.145 2.65.561 3.428a3.644 3.644 0 0 0 1.521 1.52c.778.416 1.532.562 3.428.562h5.18c1.896 0 2.65-.146 3.428-.562a3.643 3.643 0 0 0 1.52-1.52c.416-.778.562-1.532.562-3.428V9.41c0-1.896-.146-2.65-.562-3.428a3.643 3.643 0 0 0-1.52-1.52c-.778-.417-1.532-.562-3.428-.562Zm-2.28 4.321a.9.9 0 0 1 1.27.088l2.7 3.1a.9.9 0 0 1 0 1.182l-2.7 3.1a.9.9 0 0 1-1.358-1.182l1.401-1.609H8.4a.9.9 0 0 1-.893-.787L7.5 12a.9.9 0 0 1 .9-.9h5.222l-1.4-1.609a.9.9 0 0 1 0-1.183l.087-.087Z" /></symbol>', 24, 24);
7
+ var _default = (0, _svgIcon).makeIcon("Icon24ArrowRightSquareOutline", "arrow_right_square_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="arrow_right_square_outline_24"><path fill-rule="evenodd" d="M9.462 3h5.076c.948 0 1.714 0 2.334.05.64.053 1.203.163 1.726.43a4.4 4.4 0 0 1 1.922 1.922c.267.523.377 1.087.43 1.726.05.62.05 1.386.05 2.334v5.076c0 .948 0 1.714-.05 2.334-.053.64-.163 1.203-.43 1.726a4.4 4.4 0 0 1-1.922 1.922c-.523.267-1.087.377-1.726.43-.62.05-1.386.05-2.334.05H9.462c-.948 0-1.714 0-2.334-.05-.64-.053-1.203-.163-1.726-.43a4.4 4.4 0 0 1-1.922-1.922c-.267-.523-.377-1.087-.43-1.726C3 16.252 3 15.486 3 14.538V9.462c0-.948 0-1.714.05-2.334.053-.64.163-1.203.43-1.726A4.4 4.4 0 0 1 5.402 3.48c.523-.267 1.087-.377 1.726-.43C7.748 3 8.514 3 9.462 3ZM7.275 4.845c-.528.043-.829.123-1.055.238A2.6 2.6 0 0 0 5.083 6.22c-.115.226-.195.527-.238 1.055C4.8 7.813 4.8 8.505 4.8 9.5v5c0 .995 0 1.687.045 2.226.043.527.123.828.238 1.054a2.6 2.6 0 0 0 1.137 1.137c.226.115.527.195 1.055.238.538.044 1.23.045 2.225.045h5c.995 0 1.687 0 2.226-.045.527-.043.828-.123 1.054-.238a2.6 2.6 0 0 0 1.137-1.137c.115-.226.195-.527.238-1.055.044-.538.045-1.23.045-2.225v-5c0-.995 0-1.687-.045-2.225-.043-.528-.123-.829-.238-1.055a2.6 2.6 0 0 0-1.137-1.137c-.226-.115-.527-.195-1.055-.238-.538-.044-1.23-.045-2.225-.045h-5c-.995 0-1.687 0-2.225.045Zm6.359 3.419a.9.9 0 1 0-1.272 1.273l1.563 1.563H7.902a.9.9 0 1 0 0 1.8h6.023l-1.565 1.565a.9.9 0 1 0 1.273 1.273l3.101-3.102a.897.897 0 0 0 .264-.628v-.016a.898.898 0 0 0-.262-.627m-3.102-3.101 3.1 3.1Z" /></symbol>', 24, 24);
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("Icon24ChevronLeftSquareOutline", "chevron_left_square_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="chevron_left_square_outline_24"><path d="M11.539 8.264a.9.9 0 0 0-1.273 1.273L12.729 12l-2.465 2.465a.9.9 0 1 0 1.273 1.273l3.101-3.102a.9.9 0 0 0 0-1.272l-3.1-3.1ZM14.538 3H9.462c-.948 0-1.714 0-2.334.05-.64.053-1.203.163-1.726.43A4.4 4.4 0 0 0 3.48 5.402c-.267.523-.377 1.087-.43 1.726C3 7.748 3 8.514 3 9.462v5.076c0 .948 0 1.714.05 2.334.053.64.163 1.203.43 1.726a4.4 4.4 0 0 0 1.922 1.922c.523.267 1.087.377 1.726.43.62.05 1.386.05 2.334.05h5.076c.948 0 1.714 0 2.334-.05.64-.053 1.203-.163 1.726-.43a4.4 4.4 0 0 0 1.922-1.922c.267-.523.377-1.087.43-1.726.05-.62.05-1.386.05-2.334V9.462c0-.948 0-1.714-.05-2.334-.053-.64-.163-1.203-.43-1.726a4.4 4.4 0 0 0-1.922-1.922c-.523-.267-1.087-.377-1.726-.43C16.252 3 15.486 3 14.538 3ZM6.22 5.083c.226-.115.527-.195 1.054-.238C7.813 4.8 8.505 4.8 9.5 4.8h5c.995 0 1.687 0 2.226.045.527.043.828.123 1.054.238a2.6 2.6 0 0 1 1.137 1.137c.115.226.195.527.238 1.054.044.539.045 1.231.045 2.226v5c0 .995 0 1.687-.045 2.226-.043.527-.123.828-.238 1.054a2.6 2.6 0 0 1-1.137 1.137c-.226.115-.527.195-1.055.238-.538.044-1.23.045-2.225.045h-5c-.995 0-1.687 0-2.226-.045-.527-.043-.828-.123-1.054-.238a2.6 2.6 0 0 1-1.137-1.137c-.115-.226-.195-.527-.238-1.055-.044-.538-.045-1.23-.045-2.225v-5c0-.995 0-1.687.045-2.226.043-.527.123-.828.238-1.054A2.6 2.6 0 0 1 6.22 5.083Z" 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("Icon24ChevronRightSquareOutline", "chevron_right_square_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="chevron_right_square_outline_24"><path d="M12.464 8.264a.9.9 0 0 1 1.273 1.273L11.274 12l2.465 2.465a.9.9 0 1 1-1.273 1.273l-3.101-3.102a.9.9 0 0 1 0-1.272l3.1-3.1ZM14.538 3H9.462c-.948 0-1.714 0-2.334.05-.64.053-1.203.163-1.726.43A4.4 4.4 0 0 0 3.48 5.402c-.267.523-.377 1.087-.43 1.726C3 7.748 3 8.514 3 9.462v5.076c0 .948 0 1.714.05 2.334.053.64.163 1.203.43 1.726a4.4 4.4 0 0 0 1.922 1.922c.523.267 1.087.377 1.726.43.62.05 1.386.05 2.334.05h5.076c.948 0 1.714 0 2.334-.05.64-.053 1.203-.163 1.726-.43a4.4 4.4 0 0 0 1.922-1.922c.267-.523.377-1.087.43-1.726.05-.62.05-1.386.05-2.334V9.462c0-.948 0-1.714-.05-2.334-.053-.64-.163-1.203-.43-1.726a4.4 4.4 0 0 0-1.922-1.922c-.523-.267-1.087-.377-1.726-.43C16.252 3 15.486 3 14.538 3ZM6.22 5.083c.226-.115.527-.195 1.054-.238C7.813 4.8 8.505 4.8 9.5 4.8h5c.995 0 1.687 0 2.226.045.527.043.828.123 1.054.238a2.6 2.6 0 0 1 1.137 1.137c.115.226.195.527.238 1.054.044.539.045 1.231.045 2.226v5c0 .995 0 1.687-.045 2.226-.043.527-.123.828-.238 1.054a2.6 2.6 0 0 1-1.137 1.137c-.226.115-.527.195-1.055.238-.538.044-1.23.045-2.225.045h-5c-.995 0-1.687 0-2.226-.045-.527-.043-.828-.123-1.054-.238a2.6 2.6 0 0 1-1.137-1.137c-.115-.226-.195-.527-.238-1.055-.044-.538-.045-1.23-.045-2.225v-5c0-.995 0-1.687.045-2.226.043-.527.123-.828.238-1.054A2.6 2.6 0 0 1 6.22 5.083Z" 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("Icon24NftHeptagonOutline", "nft_heptagon_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="nft_heptagon_outline_24"><path d="M16.738 9.837a.9.9 0 0 0-1.273-1.273L10.2 13.827l-2.164-2.163a.9.9 0 0 0-1.272 1.273l2.8 2.8a.9.9 0 0 0 1.272 0l5.902-5.9Zm-4.3-8.795a2.4 2.4 0 0 0-.873 0c-.33.06-.633.21-.95.367L4.774 4.285c-.309.152-.604.297-.85.514a2.4 2.4 0 0 0-.527.671c-.153.29-.225.61-.3.947l-1.46 6.544c-.074.33-.145.648-.13.97a2.4 2.4 0 0 0 .184.822c.125.298.325.554.534.821l4.071 5.22c.215.276.421.54.69.738.234.174.498.302.778.381.321.09.656.09 1.007.089h6.464c.35 0 .685 0 1.006-.089a2.4 2.4 0 0 0 .78-.38c.267-.198.473-.463.688-.74l4.07-5.219c.21-.267.41-.523.535-.82.11-.262.172-.54.185-.822.015-.323-.056-.64-.13-.971l-1.462-6.544c-.074-.336-.146-.658-.3-.947a2.399 2.399 0 0 0-.527-.67c-.245-.218-.54-.363-.85-.515L13.389 1.41c-.317-.157-.62-.306-.95-.367Zm-.546 1.77a.6.6 0 0 1 .219 0c.053.01.118.033.553.247l5.7 2.807c.425.209.482.245.52.28a.599.599 0 0 1 .133.168c.024.046.046.11.15.57l1.427 6.394c.101.454.108.52.106.573a.6.6 0 0 1-.046.205c-.02.048-.055.105-.342.472l-3.975 5.096c-.296.38-.344.429-.387.46a.599.599 0 0 1-.195.095c-.051.015-.12.023-.6.023H8.848c-.481 0-.55-.008-.601-.023a.6.6 0 0 1-.195-.095c-.043-.031-.091-.08-.387-.46L3.69 14.528c-.286-.367-.321-.424-.342-.472a.6.6 0 0 1-.046-.205c-.002-.052.005-.119.107-.573l1.427-6.393c.103-.461.125-.525.15-.571a.6.6 0 0 1 .131-.168c.04-.035.097-.071.52-.28l5.701-2.807c.435-.214.5-.238.553-.247Z" 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("Icon36GhostSimpleOutline", "ghost_simple_outline_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="ghost_simple_outline_36"><path d="M16 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10-2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" /><path fill-rule="evenodd" d="M4 15.95V26.2c0 2.266.858 3.963 2.324 4.849 1.426.86 3.161.787 4.582.086.767-.379.927-.442 1.22-.466.27-.023.606.033.854.143.22.097.294.146.323.167.032.023.057.045.193.182.989 1 2.433 1.84 4.504 1.84 2.055 0 3.498-.82 4.49-1.802.146-.144.18-.174.22-.202.033-.024.107-.072.32-.165.249-.109.569-.162.84-.14.287.023.454.088 1.241.469 1.42.686 3.151.75 4.572-.114C31.143 30.159 32 28.464 32 26.2V15.906C31.72 8.094 24.524 3 18 3S4.28 8.094 4 15.906v.044Zm2.5.024V26.2c0 1.631.585 2.388 1.116 2.709.573.345 1.389.376 2.184-.016l.086-.042c.664-.328 1.226-.606 2.032-.674a4.382 4.382 0 0 1 2.072.348c.3.133.55.263.777.427.214.155.373.316.489.433l.018.018C15.864 30 16.693 30.5 18 30.5c1.308 0 2.14-.492 2.733-1.078l.019-.019c.122-.121.285-.282.497-.435.23-.166.48-.296.781-.428a4.35 4.35 0 0 1 2.042-.34c.794.065 1.363.34 2.036.666l.09.044c.796.384 1.612.35 2.186 0 .532-.323 1.116-1.08 1.116-2.71V15.973C29.266 9.796 23.469 5.5 18 5.5S6.734 9.797 6.5 15.974Z" clip-rule="evenodd" /></symbol>', 36, 36);
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("Icon48UserRectangleHorizontalOutline", "user_rectangle_horizontal_outline_48", "0 0 48 48", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 48 48" id="user_rectangle_horizontal_outline_48"><path fill-rule="evenodd" d="M31 21a7 7 0 1 1-14 0 7 7 0 0 1 14 0Zm-3 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM19.833 7h8.334c2.463 0 4.404 0 5.966.128 1.594.13 2.925.4 4.134 1.016a10.5 10.5 0 0 1 4.589 4.59c.616 1.208.886 2.54 1.016 4.133.128 1.562.128 3.502.128 5.966v2.334c0 2.463 0 4.404-.128 5.966-.13 1.594-.4 2.925-1.016 4.134a10.5 10.5 0 0 1-4.59 4.589c-1.208.616-2.54.886-4.133 1.016C32.571 41 30.63 41 28.167 41h-8.334c-2.463 0-4.404 0-5.966-.128-1.594-.13-2.925-.4-4.134-1.016a10.5 10.5 0 0 1-4.589-4.59c-.616-1.208-.886-2.54-1.016-4.133C4 29.571 4 27.63 4 25.167v-2.334c0-2.463 0-4.404.128-5.966.13-1.594.4-2.925 1.016-4.134a10.5 10.5 0 0 1 4.59-4.589c1.208-.616 2.54-.886 4.133-1.016C15.429 7 17.37 7 19.833 7Zm-5.722 3.118c-1.408.115-2.3.335-3.016.7a7.5 7.5 0 0 0-3.278 3.277c-.364.716-.584 1.608-.7 3.016C7.002 18.536 7 20.355 7 22.9v2.2c0 2.545.001 4.363.118 5.789.115 1.408.335 2.3.7 3.016a7.5 7.5 0 0 0 3.277 3.277c.271.139.567.256.907.355A9.484 9.484 0 0 1 12 37.32C12 32.287 17.577 30 24 30s12 2.287 12 7.32c0 .075 0 .147-.002.217.34-.099.636-.216.907-.355a7.5 7.5 0 0 0 3.277-3.277c.365-.716.585-1.608.7-3.016C41 29.464 41 27.645 41 25.1v-2.2c0-2.545-.001-4.363-.118-5.789-.115-1.408-.335-2.3-.7-3.016a7.5 7.5 0 0 0-3.277-3.277c-.716-.365-1.608-.585-3.016-.7C32.464 10 30.645 10 28.1 10h-8.2c-2.545 0-4.363.001-5.789.118ZM28.1 38c2.026 0 3.592 0 4.865-.06.02-.152.035-.355.035-.62 0-1.16-.543-2.102-2.03-2.915C29.37 33.531 26.923 33 24 33s-5.37.53-6.97 1.405c-1.487.813-2.03 1.756-2.03 2.916 0 .264.015.467.034.62 1.274.058 2.84.059 4.866.059h8.2Z" clip-rule="evenodd" /></symbol>', 48, 48);
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("Icon5618CircleOutline", "18_circle_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="18_circle_outline_56"><path fill-rule="evenodd" d="M33.624 37C37.981 37 41 34.946 41 31.914c0-2.328-1.754-3.964-4.177-4.382v-.083c2.089-.466 3.63-1.872 3.63-3.746 0-2.734-2.83-4.703-6.829-4.703-3.986 0-6.743 1.883-6.743 4.605 0 1.91 1.468 3.378 3.568 3.844v.083c-2.423.418-4.189 2.042-4.189 4.37 0 3.044 2.996 5.098 7.364 5.098Zm0-10.793c-1.408 0-2.41-.883-2.41-2.149 0-1.277 1.014-2.148 2.41-2.148 1.408 0 2.435.871 2.435 2.148 0 1.266-1.014 2.15-2.435 2.15Zm0 7.784c-1.635 0-2.769-1.014-2.769-2.411 0-1.373 1.134-2.364 2.77-2.364 1.646 0 2.78.99 2.78 2.364 0 1.397-1.134 2.411-2.78 2.411Zm-9.641.849c0 1.312-.872 2.16-2.173 2.16-1.3 0-2.184-.848-2.184-2.16V23.137h-.084l-1.988 1.492c-.394.274-.656.37-1.074.37-.847 0-1.48-.633-1.48-1.516 0-.633.25-1.122.871-1.552l3.259-2.22c.919-.622 1.499-.717 2.358-.717 1.576 0 2.495.943 2.495 2.447V34.84ZM11.03 11.03A23.93 23.93 0 0 1 28 4a23.93 23.93 0 0 1 16.97 7.03A23.93 23.93 0 0 1 52 28a23.93 23.93 0 0 1-7.03 16.97A23.93 23.93 0 0 1 28 52a23.93 23.93 0 0 1-16.97-7.03A23.93 23.93 0 0 1 4 28a23.93 23.93 0 0 1 7.03-16.97ZM28 7a20.93 20.93 0 0 0-14.85 6.15A20.93 20.93 0 0 0 7 28a20.93 20.93 0 0 0 6.15 14.85A20.93 20.93 0 0 0 28 49a20.93 20.93 0 0 0 14.85-6.15A20.93 20.93 0 0 0 49 28a20.93 20.93 0 0 0-6.15-14.85A20.93 20.93 0 0 0 28 7Z" clip-rule="evenodd" /></symbol>', 56, 56);
7
+ var _default = (0, _svgIcon).makeIcon("Icon5618CircleOutline", "18_circle_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="18_circle_outline_56"><path d="M21.263 38C22.289 38 23 37.299 23 36.247V19.942c0-1.2-.752-1.942-1.997-1.942-.739 0-1.286.121-2.161.728l-4.035 2.629c-.588.404-.807.809-.807 1.348 0 .769.533 1.295 1.272 1.295.383 0 .657-.094.998-.337l3.187-2.022h.069v14.606c0 1.052.711 1.753 1.737 1.753Zm12.23 0c4.4 0 7.507-2.292 7.507-5.583 0-2.478-1.787-4.384-4.36-4.917v-.08c2.213-.613 3.64-2.238 3.64-4.277C40.28 20.16 37.473 18 33.5 18c-3.973 0-6.807 2.172-6.807 5.13 0 2.065 1.44 3.704 3.654 4.29v.08C27.773 28.02 26 29.925 26 32.417 26 35.695 29.08 38 33.493 38Zm.007-11.679c-2 0-3.5-1.166-3.5-2.845 0-1.692 1.5-2.884 3.5-2.884 1.987 0 3.5 1.179 3.5 2.884 0 1.68-1.513 2.845-3.5 2.845Zm0 9.079c-2.307 0-3.94-1.37-3.94-3.236S31.193 29 33.5 29s3.927 1.285 3.927 3.164c0 1.865-1.62 3.236-3.927 3.236ZM28 4a23.93 23.93 0 0 0-16.97 7.03A23.93 23.93 0 0 0 4 28a23.93 23.93 0 0 0 7.03 16.97A23.93 23.93 0 0 0 28 52a23.93 23.93 0 0 0 16.97-7.03A23.93 23.93 0 0 0 52 28a23.93 23.93 0 0 0-7.03-16.97A23.93 23.93 0 0 0 28 4Zm-14.85 9.15A20.93 20.93 0 0 1 28 7a20.93 20.93 0 0 1 14.85 6.15A20.93 20.93 0 0 1 49 28a20.93 20.93 0 0 1-6.15 14.85A20.93 20.93 0 0 1 28 49a20.93 20.93 0 0 1-14.85-6.15A20.93 20.93 0 0 1 7 28a20.93 20.93 0 0 1 6.15-14.85Z" clip-rule="evenodd" /></symbol>', 56, 56);
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("Icon56MasksOutline", "masks_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="masks_outline_56"><path fill-rule="evenodd" d="m37.54 6.432-1.568.24c-3.334.526-5.484.728-7.973.728-2.31 0-4.323-.176-7.22-.612l-2.313-.355-.72-.104c-5.117-.712-6.652-.357-8.885 1.973-4.053 4.227-3.666 17.23.313 26.916C12.878 44.234 20.1 50 28 50s15.121-5.766 18.825-14.782c3.98-9.687 4.366-22.689.314-26.916l-.354-.359c-2.149-2.094-3.805-2.317-9.244-1.511ZM18.02 9.4l2.31.355c3.041.457 5.201.645 7.67.645 2.512 0 4.705-.193 7.866-.675l2.122-.326.646-.094c4.025-.572 4.823-.415 6.037.768l.319.322c2.989 3.119 2.636 14.978-.94 23.682C40.775 42.047 34.573 47 28 47s-12.776-4.952-16.05-12.922c-3.576-8.704-3.928-20.563-.923-23.699l.202-.206c1.379-1.38 2.183-1.455 6.791-.772Zm15.865 26.023a1.5 1.5 0 0 0-1.963-.805 11.43 11.43 0 0 1-4.421.881 11.43 11.43 0 0 1-4.421-.881 1.5 1.5 0 1 0-1.158 2.767A14.429 14.429 0 0 0 27.5 38.5c1.94 0 3.83-.382 5.579-1.114a1.5 1.5 0 0 0 .805-1.962ZM20.5 20a5.546 5.546 0 0 1 4.795 2.743 1.5 1.5 0 0 1-2.511 1.635l-.08-.121A2.546 2.546 0 0 0 20.5 23a2.55 2.55 0 0 0-2.11 1.106l-.095.15a1.5 1.5 0 0 1-2.59-1.513A5.546 5.546 0 0 1 20.5 20Zm19.795 2.743A5.546 5.546 0 0 0 35.5 20a5.546 5.546 0 0 0-4.795 2.743 1.5 1.5 0 0 0 2.59 1.514l.095-.15A2.548 2.548 0 0 1 35.5 23c.922 0 1.754.486 2.205 1.257l.079.121a1.5 1.5 0 0 0 2.511-1.635Z" clip-rule="evenodd" /></symbol>', 56, 56);
8
+ exports.default = _default;
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon12ArrowDown", "arrow_down_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="arrow_down_12"><path d="M4.999 2a1 1 0 0 1 2 0v5.589l1.292-1.292a1 1 0 1 1 1.414 1.415l-2.986 2.986a.997.997 0 0 1-1.427.012L2.294 7.712a1 1 0 0 1 1.414-1.414l1.291 1.291V2Z" /></symbol>', 12, 12);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon12ArrowUp", "arrow_up_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="arrow_up_12"><path d="M4.999 10.003a1 1 0 1 0 2 0V4.414l1.292 1.292a1 1 0 1 0 1.414-1.414L6.719 1.306a.997.997 0 0 0-1.427-.013L2.294 4.291a1 1 0 0 0 1.414 1.415l1.291-1.292v5.59Z" /></symbol>', 12, 12);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon12NftHeptagon", "nft_heptagon_12", "0 0 12 12", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 12 12" id="nft_heptagon_12"><path fill-rule="evenodd" d="M6.32.026a1.75 1.75 0 0 0-.641 0c-.243.046-.465.157-.673.26l-.052.026-2.717 1.35-.05.025c-.2.099-.415.205-.593.364a1.75 1.75 0 0 0-.383.49c-.111.211-.163.445-.21.664l-.012.054-.69 3.114-.011.053c-.048.215-.1.444-.089.678.01.205.055.407.133.596.09.216.235.402.37.575l.033.043 1.908 2.47.035.044c.14.182.29.377.486.523.172.127.365.222.57.28.236.066.482.066.711.065h3.11c.229 0 .475.001.71-.065.206-.058.4-.153.57-.28.197-.146.347-.34.487-.523l.035-.045 1.908-2.469.034-.043c.134-.173.278-.359.369-.575.078-.19.123-.39.133-.596.01-.234-.04-.463-.089-.678l-.011-.053-.72-3.25a2.312 2.312 0 0 0-.192-.583 1.75 1.75 0 0 0-.383-.489c-.178-.16-.393-.265-.594-.364l-.05-.025L7.047.312 6.994.286c-.208-.103-.43-.214-.673-.26ZM8.78 5.28a.75.75 0 1 0-1.06-1.06L5.25 6.69l-.97-.97a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3-3Z" clip-rule="evenodd" /></symbol>', 12, 12);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon16NftHeptagon", "nft_heptagon_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="nft_heptagon_16"><path fill-rule="evenodd" d="M8.319.53a1.75 1.75 0 0 0-.637 0c-.242.045-.462.154-.668.256l-.051.025-3.884 1.912-.05.024c-.202.099-.417.204-.597.364a1.75 1.75 0 0 0-.384.489c-.113.211-.165.446-.213.665l-.012.054-.972 4.35-.012.054c-.048.216-.1.447-.09.684.01.206.055.409.135.6.092.217.238.404.374.578l.034.043 2.707 3.47.035.044c.14.18.29.373.486.518.171.126.364.22.568.277.235.065.48.065.707.065h4.41c.228 0 .472 0 .707-.065.205-.057.397-.151.568-.277.196-.145.346-.338.486-.518l.035-.045 2.707-3.47.034-.042c.137-.174.282-.36.374-.579.08-.19.126-.393.135-.6.01-.236-.041-.467-.09-.683l-.012-.053-.972-4.351-.012-.054c-.048-.22-.1-.454-.212-.665a1.753 1.753 0 0 0-.385-.49c-.18-.159-.395-.264-.596-.363l-.05-.024L9.038.81 8.987.786C8.78.684 8.56.576 8.319.53Zm3.211 5.19a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06L7 9.19l3.47-3.47a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd" /></symbol>', 16, 16);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon16NftHeptagonOutline", "nft_heptagon_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="nft_heptagon_outline_16"><path fill-rule="evenodd" d="m7.898 2.027.057-.022a.476.476 0 0 0-.057.022Zm.148-.022c.004.002.02.006.057.022l-.057-.022Zm4.582 2.298c.002.004.008.02.018.056l-.018-.056Zm1.117 4.978.008.058a.497.497 0 0 0-.008-.058ZM8.319.53a1.75 1.75 0 0 0-.637 0c-.242.045-.462.154-.668.256l-.051.025-3.884 1.912-.05.024c-.202.099-.417.204-.597.364a1.75 1.75 0 0 0-.384.489c-.113.211-.165.446-.213.665l-.012.054-.972 4.35-.012.054c-.048.216-.1.447-.09.684.01.206.055.409.135.6.092.217.238.404.374.578l.034.043 2.707 3.47.035.044c.14.18.29.373.486.518.171.126.364.22.568.277.235.065.48.065.707.065h4.41c.228 0 .472 0 .707-.065.205-.057.397-.151.568-.277.196-.145.346-.338.486-.518l.035-.045 2.707-3.47.034-.042c.137-.174.282-.36.374-.579.08-.19.126-.393.135-.6.01-.236-.041-.467-.09-.683l-.012-.053-.972-4.351-.012-.054c-.048-.22-.1-.454-.212-.665a1.753 1.753 0 0 0-.385-.49c-.18-.159-.395-.264-.596-.363l-.05-.024L9.038.81 8.987.786C8.78.684 8.56.576 8.319.53ZM3.428 4.233l4.47-2.206a.476.476 0 0 1 .057-.022h.001c.022-.007.07-.018.088 0h.002c.004.002.02.006.057.022l.273.13 3.883 1.912c.133.065.208.102.263.133a.479.479 0 0 1 .05.03.25.25 0 0 1 .056.07c.002.005.008.02.018.057l.067.287.972 4.35.06.285a.497.497 0 0 1 .008.058l-.02.086-3.144 4.028a.251.251 0 0 1-.08.04l-.06.005a6.431 6.431 0 0 1-.3.003H5.851c-.15 0-.236 0-.3-.003a.483.483 0 0 1-.06-.006.252.252 0 0 1-.081-.04.479.479 0 0 1-.042-.043 6.57 6.57 0 0 1-.187-.235L2.475 9.705c-.09-.115-.14-.18-.176-.23a.464.464 0 0 1-.032-.05.25.25 0 0 1-.02-.086l.008-.058c.01-.061.028-.141.06-.284l.972-4.351c.032-.145.05-.226.067-.287.006-.019.01-.04.02-.058a.198.198 0 0 1 .054-.068ZM11.53 5.72a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06L7 9.19l3.47-3.47a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd" /></symbol>', 16, 16);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ArrowRightSquareOutline", "arrow_right_square_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="arrow_right_square_outline_20"><path fill-rule="evenodd" d="M8.317 2h3.366c.952 0 1.713 0 2.327.05.63.052 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.858c.253.497.361 1.04.413 1.67.05.613.05 1.374.05 2.326v3.366c0 .952 0 1.713-.05 2.327-.052.63-.16 1.172-.413 1.67a4.251 4.251 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413-.614.05-1.375.05-2.327.05H8.317c-.952 0-1.713 0-2.327-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67C2 13.396 2 12.635 2 11.683V8.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413C6.603 2 7.364 2 8.316 2ZM6.112 3.545c-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 3.8 5.002c-.128.25-.21.573-.255 1.11-.044.546-.045 1.246-.045 2.238v3.3c0 .992 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 5.002 16.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h3.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.751 2.751 0 0 0 16.2 15c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238v-3.3c0-.992 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11A2.75 2.75 0 0 0 15 3.8c-.252-.128-.574-.21-1.111-.255-.546-.044-1.245-.045-2.238-.045h-3.3c-.992 0-1.692 0-2.238.045ZM10.22 6.97a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06l1.22-1.22H6.75a.75.75 0 0 1 0-1.5h4.69l-1.22-1.22a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd" /></symbol>', 20, 20);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24ArrowLeftSquareOutline", "arrow_left_square_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="arrow_left_square_outline_24"><path fill-rule="evenodd" d="M9.462 3h5.076c.948 0 1.714 0 2.334.05.64.053 1.203.163 1.726.43a4.4 4.4 0 0 1 1.922 1.922c.267.523.377 1.087.43 1.726.05.62.05 1.386.05 2.334v5.076c0 .948 0 1.714-.05 2.334-.053.64-.163 1.203-.43 1.726a4.4 4.4 0 0 1-1.922 1.922c-.523.267-1.087.377-1.726.43-.62.05-1.386.05-2.334.05H9.462c-.948 0-1.714 0-2.334-.05-.64-.053-1.203-.163-1.726-.43a4.4 4.4 0 0 1-1.922-1.922c-.267-.523-.377-1.087-.43-1.726C3 16.252 3 15.486 3 14.538V9.462c0-.948 0-1.714.05-2.334.053-.64.163-1.203.43-1.726A4.4 4.4 0 0 1 5.402 3.48c.523-.267 1.087-.377 1.726-.43C7.748 3 8.514 3 9.462 3ZM7.274 4.845c-.527.043-.828.123-1.054.238A2.6 2.6 0 0 0 5.083 6.22c-.115.226-.195.527-.238 1.054C4.8 7.813 4.8 8.505 4.8 9.5v5c0 .995 0 1.687.045 2.226.043.527.123.828.238 1.054a2.6 2.6 0 0 0 1.137 1.137c.226.115.527.195 1.054.238.539.044 1.231.045 2.226.045h5c.995 0 1.687 0 2.226-.045.527-.043.828-.123 1.054-.238a2.6 2.6 0 0 0 1.137-1.137c.115-.226.195-.527.238-1.055.044-.538.045-1.23.045-2.225v-5c0-.995 0-1.687-.045-2.226-.043-.527-.123-.828-.238-1.054a2.6 2.6 0 0 0-1.137-1.137c-.226-.115-.527-.195-1.055-.238-.538-.044-1.23-.045-2.225-.045h-5c-.995 0-1.687 0-2.226.045Zm3.092 3.419a.9.9 0 1 1 1.272 1.273L10.075 11.1h6.023a.9.9 0 1 1 0 1.8h-6.023l1.565 1.565a.9.9 0 0 1-1.273 1.273l-3.101-3.102a.897.897 0 0 1-.002-1.27m3.102-3.102-3.1 3.1Z" /></symbol>', 24, 24);
@@ -1,2 +1,2 @@
1
1
  import { makeIcon } from "../SvgIcon";
2
- export default makeIcon("Icon24ArrowRightSquareOutline", "arrow_right_square_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="arrow_right_square_outline_24"><path d="M14.59 2.1c2.168 0 3.202.2 4.277.774a5.443 5.443 0 0 1 2.259 2.26c.574 1.074.774 2.108.774 4.276v5.18c0 2.168-.2 3.202-.774 4.276a5.443 5.443 0 0 1-2.26 2.26c-1.074.574-2.108.774-4.276.774H9.41c-2.168 0-3.202-.2-4.277-.774a5.443 5.443 0 0 1-2.259-2.26C2.3 17.792 2.1 16.758 2.1 14.59V9.41c0-2.168.2-3.202.774-4.277a5.443 5.443 0 0 1 2.26-2.259C6.207 2.3 7.241 2.1 9.41 2.1h5.18Zm0 1.8H9.41c-1.896 0-2.65.145-3.428.561a3.644 3.644 0 0 0-1.52 1.521C4.044 6.76 3.9 7.514 3.9 9.41v5.18c0 1.896.145 2.65.561 3.428a3.644 3.644 0 0 0 1.521 1.52c.778.416 1.532.562 3.428.562h5.18c1.896 0 2.65-.146 3.428-.562a3.643 3.643 0 0 0 1.52-1.52c.416-.778.562-1.532.562-3.428V9.41c0-1.896-.146-2.65-.562-3.428a3.643 3.643 0 0 0-1.52-1.52c-.778-.417-1.532-.562-3.428-.562Zm-2.28 4.321a.9.9 0 0 1 1.27.088l2.7 3.1a.9.9 0 0 1 0 1.182l-2.7 3.1a.9.9 0 0 1-1.358-1.182l1.401-1.609H8.4a.9.9 0 0 1-.893-.787L7.5 12a.9.9 0 0 1 .9-.9h5.222l-1.4-1.609a.9.9 0 0 1 0-1.183l.087-.087Z" /></symbol>', 24, 24);
2
+ export default makeIcon("Icon24ArrowRightSquareOutline", "arrow_right_square_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="arrow_right_square_outline_24"><path fill-rule="evenodd" d="M9.462 3h5.076c.948 0 1.714 0 2.334.05.64.053 1.203.163 1.726.43a4.4 4.4 0 0 1 1.922 1.922c.267.523.377 1.087.43 1.726.05.62.05 1.386.05 2.334v5.076c0 .948 0 1.714-.05 2.334-.053.64-.163 1.203-.43 1.726a4.4 4.4 0 0 1-1.922 1.922c-.523.267-1.087.377-1.726.43-.62.05-1.386.05-2.334.05H9.462c-.948 0-1.714 0-2.334-.05-.64-.053-1.203-.163-1.726-.43a4.4 4.4 0 0 1-1.922-1.922c-.267-.523-.377-1.087-.43-1.726C3 16.252 3 15.486 3 14.538V9.462c0-.948 0-1.714.05-2.334.053-.64.163-1.203.43-1.726A4.4 4.4 0 0 1 5.402 3.48c.523-.267 1.087-.377 1.726-.43C7.748 3 8.514 3 9.462 3ZM7.275 4.845c-.528.043-.829.123-1.055.238A2.6 2.6 0 0 0 5.083 6.22c-.115.226-.195.527-.238 1.055C4.8 7.813 4.8 8.505 4.8 9.5v5c0 .995 0 1.687.045 2.226.043.527.123.828.238 1.054a2.6 2.6 0 0 0 1.137 1.137c.226.115.527.195 1.055.238.538.044 1.23.045 2.225.045h5c.995 0 1.687 0 2.226-.045.527-.043.828-.123 1.054-.238a2.6 2.6 0 0 0 1.137-1.137c.115-.226.195-.527.238-1.055.044-.538.045-1.23.045-2.225v-5c0-.995 0-1.687-.045-2.225-.043-.528-.123-.829-.238-1.055a2.6 2.6 0 0 0-1.137-1.137c-.226-.115-.527-.195-1.055-.238-.538-.044-1.23-.045-2.225-.045h-5c-.995 0-1.687 0-2.225.045Zm6.359 3.419a.9.9 0 1 0-1.272 1.273l1.563 1.563H7.902a.9.9 0 1 0 0 1.8h6.023l-1.565 1.565a.9.9 0 1 0 1.273 1.273l3.101-3.102a.897.897 0 0 0 .264-.628v-.016a.898.898 0 0 0-.262-.627m-3.102-3.101 3.1 3.1Z" /></symbol>', 24, 24);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24ChevronLeftSquareOutline", "chevron_left_square_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="chevron_left_square_outline_24"><path d="M11.539 8.264a.9.9 0 0 0-1.273 1.273L12.729 12l-2.465 2.465a.9.9 0 1 0 1.273 1.273l3.101-3.102a.9.9 0 0 0 0-1.272l-3.1-3.1ZM14.538 3H9.462c-.948 0-1.714 0-2.334.05-.64.053-1.203.163-1.726.43A4.4 4.4 0 0 0 3.48 5.402c-.267.523-.377 1.087-.43 1.726C3 7.748 3 8.514 3 9.462v5.076c0 .948 0 1.714.05 2.334.053.64.163 1.203.43 1.726a4.4 4.4 0 0 0 1.922 1.922c.523.267 1.087.377 1.726.43.62.05 1.386.05 2.334.05h5.076c.948 0 1.714 0 2.334-.05.64-.053 1.203-.163 1.726-.43a4.4 4.4 0 0 0 1.922-1.922c.267-.523.377-1.087.43-1.726.05-.62.05-1.386.05-2.334V9.462c0-.948 0-1.714-.05-2.334-.053-.64-.163-1.203-.43-1.726a4.4 4.4 0 0 0-1.922-1.922c-.523-.267-1.087-.377-1.726-.43C16.252 3 15.486 3 14.538 3ZM6.22 5.083c.226-.115.527-.195 1.054-.238C7.813 4.8 8.505 4.8 9.5 4.8h5c.995 0 1.687 0 2.226.045.527.043.828.123 1.054.238a2.6 2.6 0 0 1 1.137 1.137c.115.226.195.527.238 1.054.044.539.045 1.231.045 2.226v5c0 .995 0 1.687-.045 2.226-.043.527-.123.828-.238 1.054a2.6 2.6 0 0 1-1.137 1.137c-.226.115-.527.195-1.055.238-.538.044-1.23.045-2.225.045h-5c-.995 0-1.687 0-2.226-.045-.527-.043-.828-.123-1.054-.238a2.6 2.6 0 0 1-1.137-1.137c-.115-.226-.195-.527-.238-1.055-.044-.538-.045-1.23-.045-2.225v-5c0-.995 0-1.687.045-2.226.043-.527.123-.828.238-1.054A2.6 2.6 0 0 1 6.22 5.083Z" clip-rule="evenodd" /></symbol>', 24, 24);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24ChevronRightSquareOutline", "chevron_right_square_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="chevron_right_square_outline_24"><path d="M12.464 8.264a.9.9 0 0 1 1.273 1.273L11.274 12l2.465 2.465a.9.9 0 1 1-1.273 1.273l-3.101-3.102a.9.9 0 0 1 0-1.272l3.1-3.1ZM14.538 3H9.462c-.948 0-1.714 0-2.334.05-.64.053-1.203.163-1.726.43A4.4 4.4 0 0 0 3.48 5.402c-.267.523-.377 1.087-.43 1.726C3 7.748 3 8.514 3 9.462v5.076c0 .948 0 1.714.05 2.334.053.64.163 1.203.43 1.726a4.4 4.4 0 0 0 1.922 1.922c.523.267 1.087.377 1.726.43.62.05 1.386.05 2.334.05h5.076c.948 0 1.714 0 2.334-.05.64-.053 1.203-.163 1.726-.43a4.4 4.4 0 0 0 1.922-1.922c.267-.523.377-1.087.43-1.726.05-.62.05-1.386.05-2.334V9.462c0-.948 0-1.714-.05-2.334-.053-.64-.163-1.203-.43-1.726a4.4 4.4 0 0 0-1.922-1.922c-.523-.267-1.087-.377-1.726-.43C16.252 3 15.486 3 14.538 3ZM6.22 5.083c.226-.115.527-.195 1.054-.238C7.813 4.8 8.505 4.8 9.5 4.8h5c.995 0 1.687 0 2.226.045.527.043.828.123 1.054.238a2.6 2.6 0 0 1 1.137 1.137c.115.226.195.527.238 1.054.044.539.045 1.231.045 2.226v5c0 .995 0 1.687-.045 2.226-.043.527-.123.828-.238 1.054a2.6 2.6 0 0 1-1.137 1.137c-.226.115-.527.195-1.055.238-.538.044-1.23.045-2.225.045h-5c-.995 0-1.687 0-2.226-.045-.527-.043-.828-.123-1.054-.238a2.6 2.6 0 0 1-1.137-1.137c-.115-.226-.195-.527-.238-1.055-.044-.538-.045-1.23-.045-2.225v-5c0-.995 0-1.687.045-2.226.043-.527.123-.828.238-1.054A2.6 2.6 0 0 1 6.22 5.083Z" clip-rule="evenodd" /></symbol>', 24, 24);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24NftHeptagonOutline", "nft_heptagon_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="nft_heptagon_outline_24"><path d="M16.738 9.837a.9.9 0 0 0-1.273-1.273L10.2 13.827l-2.164-2.163a.9.9 0 0 0-1.272 1.273l2.8 2.8a.9.9 0 0 0 1.272 0l5.902-5.9Zm-4.3-8.795a2.4 2.4 0 0 0-.873 0c-.33.06-.633.21-.95.367L4.774 4.285c-.309.152-.604.297-.85.514a2.4 2.4 0 0 0-.527.671c-.153.29-.225.61-.3.947l-1.46 6.544c-.074.33-.145.648-.13.97a2.4 2.4 0 0 0 .184.822c.125.298.325.554.534.821l4.071 5.22c.215.276.421.54.69.738.234.174.498.302.778.381.321.09.656.09 1.007.089h6.464c.35 0 .685 0 1.006-.089a2.4 2.4 0 0 0 .78-.38c.267-.198.473-.463.688-.74l4.07-5.219c.21-.267.41-.523.535-.82.11-.262.172-.54.185-.822.015-.323-.056-.64-.13-.971l-1.462-6.544c-.074-.336-.146-.658-.3-.947a2.399 2.399 0 0 0-.527-.67c-.245-.218-.54-.363-.85-.515L13.389 1.41c-.317-.157-.62-.306-.95-.367Zm-.546 1.77a.6.6 0 0 1 .219 0c.053.01.118.033.553.247l5.7 2.807c.425.209.482.245.52.28a.599.599 0 0 1 .133.168c.024.046.046.11.15.57l1.427 6.394c.101.454.108.52.106.573a.6.6 0 0 1-.046.205c-.02.048-.055.105-.342.472l-3.975 5.096c-.296.38-.344.429-.387.46a.599.599 0 0 1-.195.095c-.051.015-.12.023-.6.023H8.848c-.481 0-.55-.008-.601-.023a.6.6 0 0 1-.195-.095c-.043-.031-.091-.08-.387-.46L3.69 14.528c-.286-.367-.321-.424-.342-.472a.6.6 0 0 1-.046-.205c-.002-.052.005-.119.107-.573l1.427-6.393c.103-.461.125-.525.15-.571a.6.6 0 0 1 .131-.168c.04-.035.097-.071.52-.28l5.701-2.807c.435-.214.5-.238.553-.247Z" clip-rule="evenodd" /></symbol>', 24, 24);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon36GhostSimpleOutline", "ghost_simple_outline_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="ghost_simple_outline_36"><path d="M16 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10-2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" /><path fill-rule="evenodd" d="M4 15.95V26.2c0 2.266.858 3.963 2.324 4.849 1.426.86 3.161.787 4.582.086.767-.379.927-.442 1.22-.466.27-.023.606.033.854.143.22.097.294.146.323.167.032.023.057.045.193.182.989 1 2.433 1.84 4.504 1.84 2.055 0 3.498-.82 4.49-1.802.146-.144.18-.174.22-.202.033-.024.107-.072.32-.165.249-.109.569-.162.84-.14.287.023.454.088 1.241.469 1.42.686 3.151.75 4.572-.114C31.143 30.159 32 28.464 32 26.2V15.906C31.72 8.094 24.524 3 18 3S4.28 8.094 4 15.906v.044Zm2.5.024V26.2c0 1.631.585 2.388 1.116 2.709.573.345 1.389.376 2.184-.016l.086-.042c.664-.328 1.226-.606 2.032-.674a4.382 4.382 0 0 1 2.072.348c.3.133.55.263.777.427.214.155.373.316.489.433l.018.018C15.864 30 16.693 30.5 18 30.5c1.308 0 2.14-.492 2.733-1.078l.019-.019c.122-.121.285-.282.497-.435.23-.166.48-.296.781-.428a4.35 4.35 0 0 1 2.042-.34c.794.065 1.363.34 2.036.666l.09.044c.796.384 1.612.35 2.186 0 .532-.323 1.116-1.08 1.116-2.71V15.973C29.266 9.796 23.469 5.5 18 5.5S6.734 9.797 6.5 15.974Z" clip-rule="evenodd" /></symbol>', 36, 36);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon48UserRectangleHorizontalOutline", "user_rectangle_horizontal_outline_48", "0 0 48 48", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 48 48" id="user_rectangle_horizontal_outline_48"><path fill-rule="evenodd" d="M31 21a7 7 0 1 1-14 0 7 7 0 0 1 14 0Zm-3 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM19.833 7h8.334c2.463 0 4.404 0 5.966.128 1.594.13 2.925.4 4.134 1.016a10.5 10.5 0 0 1 4.589 4.59c.616 1.208.886 2.54 1.016 4.133.128 1.562.128 3.502.128 5.966v2.334c0 2.463 0 4.404-.128 5.966-.13 1.594-.4 2.925-1.016 4.134a10.5 10.5 0 0 1-4.59 4.589c-1.208.616-2.54.886-4.133 1.016C32.571 41 30.63 41 28.167 41h-8.334c-2.463 0-4.404 0-5.966-.128-1.594-.13-2.925-.4-4.134-1.016a10.5 10.5 0 0 1-4.589-4.59c-.616-1.208-.886-2.54-1.016-4.133C4 29.571 4 27.63 4 25.167v-2.334c0-2.463 0-4.404.128-5.966.13-1.594.4-2.925 1.016-4.134a10.5 10.5 0 0 1 4.59-4.589c1.208-.616 2.54-.886 4.133-1.016C15.429 7 17.37 7 19.833 7Zm-5.722 3.118c-1.408.115-2.3.335-3.016.7a7.5 7.5 0 0 0-3.278 3.277c-.364.716-.584 1.608-.7 3.016C7.002 18.536 7 20.355 7 22.9v2.2c0 2.545.001 4.363.118 5.789.115 1.408.335 2.3.7 3.016a7.5 7.5 0 0 0 3.277 3.277c.271.139.567.256.907.355A9.484 9.484 0 0 1 12 37.32C12 32.287 17.577 30 24 30s12 2.287 12 7.32c0 .075 0 .147-.002.217.34-.099.636-.216.907-.355a7.5 7.5 0 0 0 3.277-3.277c.365-.716.585-1.608.7-3.016C41 29.464 41 27.645 41 25.1v-2.2c0-2.545-.001-4.363-.118-5.789-.115-1.408-.335-2.3-.7-3.016a7.5 7.5 0 0 0-3.277-3.277c-.716-.365-1.608-.585-3.016-.7C32.464 10 30.645 10 28.1 10h-8.2c-2.545 0-4.363.001-5.789.118ZM28.1 38c2.026 0 3.592 0 4.865-.06.02-.152.035-.355.035-.62 0-1.16-.543-2.102-2.03-2.915C29.37 33.531 26.923 33 24 33s-5.37.53-6.97 1.405c-1.487.813-2.03 1.756-2.03 2.916 0 .264.015.467.034.62 1.274.058 2.84.059 4.866.059h8.2Z" clip-rule="evenodd" /></symbol>', 48, 48);
@@ -1,2 +1,2 @@
1
1
  import { makeIcon } from "../SvgIcon";
2
- export default makeIcon("Icon5618CircleOutline", "18_circle_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="18_circle_outline_56"><path fill-rule="evenodd" d="M33.624 37C37.981 37 41 34.946 41 31.914c0-2.328-1.754-3.964-4.177-4.382v-.083c2.089-.466 3.63-1.872 3.63-3.746 0-2.734-2.83-4.703-6.829-4.703-3.986 0-6.743 1.883-6.743 4.605 0 1.91 1.468 3.378 3.568 3.844v.083c-2.423.418-4.189 2.042-4.189 4.37 0 3.044 2.996 5.098 7.364 5.098Zm0-10.793c-1.408 0-2.41-.883-2.41-2.149 0-1.277 1.014-2.148 2.41-2.148 1.408 0 2.435.871 2.435 2.148 0 1.266-1.014 2.15-2.435 2.15Zm0 7.784c-1.635 0-2.769-1.014-2.769-2.411 0-1.373 1.134-2.364 2.77-2.364 1.646 0 2.78.99 2.78 2.364 0 1.397-1.134 2.411-2.78 2.411Zm-9.641.849c0 1.312-.872 2.16-2.173 2.16-1.3 0-2.184-.848-2.184-2.16V23.137h-.084l-1.988 1.492c-.394.274-.656.37-1.074.37-.847 0-1.48-.633-1.48-1.516 0-.633.25-1.122.871-1.552l3.259-2.22c.919-.622 1.499-.717 2.358-.717 1.576 0 2.495.943 2.495 2.447V34.84ZM11.03 11.03A23.93 23.93 0 0 1 28 4a23.93 23.93 0 0 1 16.97 7.03A23.93 23.93 0 0 1 52 28a23.93 23.93 0 0 1-7.03 16.97A23.93 23.93 0 0 1 28 52a23.93 23.93 0 0 1-16.97-7.03A23.93 23.93 0 0 1 4 28a23.93 23.93 0 0 1 7.03-16.97ZM28 7a20.93 20.93 0 0 0-14.85 6.15A20.93 20.93 0 0 0 7 28a20.93 20.93 0 0 0 6.15 14.85A20.93 20.93 0 0 0 28 49a20.93 20.93 0 0 0 14.85-6.15A20.93 20.93 0 0 0 49 28a20.93 20.93 0 0 0-6.15-14.85A20.93 20.93 0 0 0 28 7Z" clip-rule="evenodd" /></symbol>', 56, 56);
2
+ export default makeIcon("Icon5618CircleOutline", "18_circle_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="18_circle_outline_56"><path d="M21.263 38C22.289 38 23 37.299 23 36.247V19.942c0-1.2-.752-1.942-1.997-1.942-.739 0-1.286.121-2.161.728l-4.035 2.629c-.588.404-.807.809-.807 1.348 0 .769.533 1.295 1.272 1.295.383 0 .657-.094.998-.337l3.187-2.022h.069v14.606c0 1.052.711 1.753 1.737 1.753Zm12.23 0c4.4 0 7.507-2.292 7.507-5.583 0-2.478-1.787-4.384-4.36-4.917v-.08c2.213-.613 3.64-2.238 3.64-4.277C40.28 20.16 37.473 18 33.5 18c-3.973 0-6.807 2.172-6.807 5.13 0 2.065 1.44 3.704 3.654 4.29v.08C27.773 28.02 26 29.925 26 32.417 26 35.695 29.08 38 33.493 38Zm.007-11.679c-2 0-3.5-1.166-3.5-2.845 0-1.692 1.5-2.884 3.5-2.884 1.987 0 3.5 1.179 3.5 2.884 0 1.68-1.513 2.845-3.5 2.845Zm0 9.079c-2.307 0-3.94-1.37-3.94-3.236S31.193 29 33.5 29s3.927 1.285 3.927 3.164c0 1.865-1.62 3.236-3.927 3.236ZM28 4a23.93 23.93 0 0 0-16.97 7.03A23.93 23.93 0 0 0 4 28a23.93 23.93 0 0 0 7.03 16.97A23.93 23.93 0 0 0 28 52a23.93 23.93 0 0 0 16.97-7.03A23.93 23.93 0 0 0 52 28a23.93 23.93 0 0 0-7.03-16.97A23.93 23.93 0 0 0 28 4Zm-14.85 9.15A20.93 20.93 0 0 1 28 7a20.93 20.93 0 0 1 14.85 6.15A20.93 20.93 0 0 1 49 28a20.93 20.93 0 0 1-6.15 14.85A20.93 20.93 0 0 1 28 49a20.93 20.93 0 0 1-14.85-6.15A20.93 20.93 0 0 1 7 28a20.93 20.93 0 0 1 6.15-14.85Z" clip-rule="evenodd" /></symbol>', 56, 56);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon56MasksOutline", "masks_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="masks_outline_56"><path fill-rule="evenodd" d="m37.54 6.432-1.568.24c-3.334.526-5.484.728-7.973.728-2.31 0-4.323-.176-7.22-.612l-2.313-.355-.72-.104c-5.117-.712-6.652-.357-8.885 1.973-4.053 4.227-3.666 17.23.313 26.916C12.878 44.234 20.1 50 28 50s15.121-5.766 18.825-14.782c3.98-9.687 4.366-22.689.314-26.916l-.354-.359c-2.149-2.094-3.805-2.317-9.244-1.511ZM18.02 9.4l2.31.355c3.041.457 5.201.645 7.67.645 2.512 0 4.705-.193 7.866-.675l2.122-.326.646-.094c4.025-.572 4.823-.415 6.037.768l.319.322c2.989 3.119 2.636 14.978-.94 23.682C40.775 42.047 34.573 47 28 47s-12.776-4.952-16.05-12.922c-3.576-8.704-3.928-20.563-.923-23.699l.202-.206c1.379-1.38 2.183-1.455 6.791-.772Zm15.865 26.023a1.5 1.5 0 0 0-1.963-.805 11.43 11.43 0 0 1-4.421.881 11.43 11.43 0 0 1-4.421-.881 1.5 1.5 0 1 0-1.158 2.767A14.429 14.429 0 0 0 27.5 38.5c1.94 0 3.83-.382 5.579-1.114a1.5 1.5 0 0 0 .805-1.962ZM20.5 20a5.546 5.546 0 0 1 4.795 2.743 1.5 1.5 0 0 1-2.511 1.635l-.08-.121A2.546 2.546 0 0 0 20.5 23a2.55 2.55 0 0 0-2.11 1.106l-.095.15a1.5 1.5 0 0 1-2.59-1.513A5.546 5.546 0 0 1 20.5 20Zm19.795 2.743A5.546 5.546 0 0 0 35.5 20a5.546 5.546 0 0 0-4.795 2.743 1.5 1.5 0 0 0 2.59 1.514l.095-.15A2.548 2.548 0 0 1 35.5 23c.922 0 1.754.486 2.205 1.257l.079.121a1.5 1.5 0 0 0 2.511-1.635Z" clip-rule="evenodd" /></symbol>', 56, 56);
package/dist/es6/index.js CHANGED
@@ -1,7 +1,9 @@
1
1
  export { IconSettingsProvider } from "./IconSettings";
2
2
  export { default as Icon12Add } from "./12/add";
3
+ export { default as Icon12ArrowDown } from "./12/arrow_down";
3
4
  export { default as Icon12ArrowDownCircle } from "./12/arrow_down_circle";
4
5
  export { default as Icon12ArrowDownLeft } from "./12/arrow_down_left";
6
+ export { default as Icon12ArrowUp } from "./12/arrow_up";
5
7
  export { default as Icon12ArrowUpRight } from "./12/arrow_up_right";
6
8
  export { default as Icon12ArrowUpRightOutSquareOutline } from "./12/arrow_up_right_out_square_outline";
7
9
  export { default as Icon12Articles } from "./12/articles";
@@ -52,6 +54,7 @@ export { default as Icon12Message } from "./12/message";
52
54
  export { default as Icon12MessageHeart } from "./12/message_heart";
53
55
  export { default as Icon12MoneyCircle } from "./12/money_circle";
54
56
  export { default as Icon12Moon } from "./12/moon";
57
+ export { default as Icon12NftHeptagon } from "./12/nft_heptagon";
55
58
  export { default as Icon12Notebook } from "./12/notebook";
56
59
  export { default as Icon12OnlineMobile } from "./12/online_mobile";
57
60
  export { default as Icon12OnlineVkmobile } from "./12/online_vkmobile";
@@ -237,6 +240,8 @@ export { default as Icon16Muted } from "./16/muted";
237
240
  export { default as Icon16NeutralFaceOutline } from "./16/neutral_face_outline";
238
241
  export { default as Icon16New } from "./16/new";
239
242
  export { default as Icon16NewsfeedOutline } from "./16/newsfeed_outline";
243
+ export { default as Icon16NftHeptagon } from "./16/nft_heptagon";
244
+ export { default as Icon16NftHeptagonOutline } from "./16/nft_heptagon_outline";
240
245
  export { default as Icon16Notebook } from "./16/notebook";
241
246
  export { default as Icon16Notification } from "./16/notification";
242
247
  export { default as Icon16NotificationSlash } from "./16/notification_slash";
@@ -342,6 +347,7 @@ export { default as Icon20Arrow2SquarepathOutline } from "./20/arrow_2_squarepat
342
347
  export { default as Icon20ArrowDownOutline } from "./20/arrow_down_outline";
343
348
  export { default as Icon20ArrowLeftOutline } from "./20/arrow_left_outline";
344
349
  export { default as Icon20ArrowRightOutline } from "./20/arrow_right_outline";
350
+ export { default as Icon20ArrowRightSquareOutline } from "./20/arrow_right_square_outline";
345
351
  export { default as Icon20ArrowshapeLeft2Outline } from "./20/arrowshape_left_2_outline";
346
352
  export { default as Icon20ArrowshapeLeftRight } from "./20/arrowshape_left_right";
347
353
  export { default as Icon20ArrowshapeRightOutline } from "./20/arrowshape_right_outline";
@@ -712,6 +718,7 @@ export { default as Icon24ArrowDownOutline } from "./24/arrow_down_outline";
712
718
  export { default as Icon24ArrowDownToSquareOutline } from "./24/arrow_down_to_square_outline";
713
719
  export { default as Icon24ArrowEnterSquareOutline } from "./24/arrow_enter_square_outline";
714
720
  export { default as Icon24ArrowLeftOutline } from "./24/arrow_left_outline";
721
+ export { default as Icon24ArrowLeftSquareOutline } from "./24/arrow_left_square_outline";
715
722
  export { default as Icon24ArrowRightCircleOutline } from "./24/arrow_right_circle_outline";
716
723
  export { default as Icon24ArrowRightOutline } from "./24/arrow_right_outline";
717
724
  export { default as Icon24ArrowRightSquareOutline } from "./24/arrow_right_square_outline";
@@ -776,7 +783,9 @@ export { default as Icon24ChevronCompactLeft } from "./24/chevron_compact_left";
776
783
  export { default as Icon24ChevronCompactRight } from "./24/chevron_compact_right";
777
784
  export { default as Icon24ChevronDown } from "./24/chevron_down";
778
785
  export { default as Icon24ChevronLeft } from "./24/chevron_left";
786
+ export { default as Icon24ChevronLeftSquareOutline } from "./24/chevron_left_square_outline";
779
787
  export { default as Icon24ChevronRight } from "./24/chevron_right";
788
+ export { default as Icon24ChevronRightSquareOutline } from "./24/chevron_right_square_outline";
780
789
  export { default as Icon24ChevronUp } from "./24/chevron_up";
781
790
  export { default as Icon24ClipOutline } from "./24/clip_outline";
782
791
  export { default as Icon24ClockOutline } from "./24/clock_outline";
@@ -966,6 +975,7 @@ export { default as Icon24NarrativeOutline } from "./24/narrative_outline";
966
975
  export { default as Icon24Newsfeed } from "./24/newsfeed";
967
976
  export { default as Icon24NewsfeedMusicNoteOutline } from "./24/newsfeed_music_note_outline";
968
977
  export { default as Icon24NewsfeedOutline } from "./24/newsfeed_outline";
978
+ export { default as Icon24NftHeptagonOutline } from "./24/nft_heptagon_outline";
969
979
  export { default as Icon24Note } from "./24/note";
970
980
  export { default as Icon24NotebookCheckOutline } from "./24/notebook_check_outline";
971
981
  export { default as Icon24Notification } from "./24/notification";
@@ -1853,6 +1863,7 @@ export { default as Icon36DoneOutline } from "./36/done_outline";
1853
1863
  export { default as Icon36Favorite } from "./36/favorite";
1854
1864
  export { default as Icon36FavoriteOutline } from "./36/favorite_outline";
1855
1865
  export { default as Icon36GameOutline } from "./36/game_outline";
1866
+ export { default as Icon36GhostSimpleOutline } from "./36/ghost_simple_outline";
1856
1867
  export { default as Icon36Gift } from "./36/gift";
1857
1868
  export { default as Icon36GiftOutline } from "./36/gift_outline";
1858
1869
  export { default as Icon36HealthOutline } from "./36/health_outline";
@@ -1950,6 +1961,7 @@ export { default as Icon48StarsCircleFillViolet } from "./48/stars_circle_fill_v
1950
1961
  export { default as Icon48SwipeUp } from "./48/swipe_up";
1951
1962
  export { default as Icon48TextOutline } from "./48/text_outline";
1952
1963
  export { default as Icon48UserAddCircleFillBlue } from "./48/user_add_circle_fill_blue";
1964
+ export { default as Icon48UserRectangleHorizontalOutline } from "./48/user_rectangle_horizontal_outline";
1953
1965
  export { default as Icon48Video } from "./48/video";
1954
1966
  export { default as Icon48WritebarDone } from "./48/writebar_done";
1955
1967
  export { default as Icon48WritebarSend } from "./48/writebar_send";
@@ -2040,6 +2052,7 @@ export { default as Icon56LogoVk } from "./56/logo_vk";
2040
2052
  export { default as Icon56MailOutline } from "./56/mail_outline";
2041
2053
  export { default as Icon56MarketLikeOutline } from "./56/market_like_outline";
2042
2054
  export { default as Icon56MarketOutline } from "./56/market_outline";
2055
+ export { default as Icon56MasksOutline } from "./56/masks_outline";
2043
2056
  export { default as Icon56MentionOutline } from "./56/mention_outline";
2044
2057
  export { default as Icon56MessageOutline } from "./56/message_outline";
2045
2058
  export { default as Icon56MessageReadOutline } from "./56/message_read_outline";