@vkontakte/icons 2.10.0 → 2.11.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 (115) hide show
  1. package/dist/20/archive_arrow_down_outline.js +8 -0
  2. package/dist/20/zodiac_aquarius_outline.js +8 -0
  3. package/dist/20/zodiac_aries_outline.js +8 -0
  4. package/dist/20/zodiac_cancer_outline.js +8 -0
  5. package/dist/20/zodiac_capricorn_outline.js +8 -0
  6. package/dist/20/zodiac_gemini_outline.js +8 -0
  7. package/dist/20/zodiac_leo_outline.js +8 -0
  8. package/dist/20/zodiac_libra_outline.js +8 -0
  9. package/dist/20/zodiac_pisces_outline.js +8 -0
  10. package/dist/20/zodiac_sagittarius_outline.js +8 -0
  11. package/dist/20/zodiac_scorpio_outline.js +8 -0
  12. package/dist/20/zodiac_taurus_outline.js +8 -0
  13. package/dist/20/zodiac_virgo_outline.js +8 -0
  14. package/dist/24/blur_outline.js +8 -0
  15. package/dist/24/contrast_outline.js +8 -0
  16. package/dist/24/exposition_outline.js +8 -0
  17. package/dist/24/grain_outline.js +8 -0
  18. package/dist/24/highlights_outline.js +8 -0
  19. package/dist/24/money_circle_outline.js +1 -1
  20. package/dist/24/shadows_outline.js +8 -0
  21. package/dist/24/thermometer_outline.js +8 -0
  22. package/dist/24/triangle_outline.js +8 -0
  23. package/dist/es6/20/archive_arrow_down_outline.js +2 -0
  24. package/dist/es6/20/zodiac_aquarius_outline.js +2 -0
  25. package/dist/es6/20/zodiac_aries_outline.js +2 -0
  26. package/dist/es6/20/zodiac_cancer_outline.js +2 -0
  27. package/dist/es6/20/zodiac_capricorn_outline.js +2 -0
  28. package/dist/es6/20/zodiac_gemini_outline.js +2 -0
  29. package/dist/es6/20/zodiac_leo_outline.js +2 -0
  30. package/dist/es6/20/zodiac_libra_outline.js +2 -0
  31. package/dist/es6/20/zodiac_pisces_outline.js +2 -0
  32. package/dist/es6/20/zodiac_sagittarius_outline.js +2 -0
  33. package/dist/es6/20/zodiac_scorpio_outline.js +2 -0
  34. package/dist/es6/20/zodiac_taurus_outline.js +2 -0
  35. package/dist/es6/20/zodiac_virgo_outline.js +2 -0
  36. package/dist/es6/24/blur_outline.js +2 -0
  37. package/dist/es6/24/contrast_outline.js +2 -0
  38. package/dist/es6/24/exposition_outline.js +2 -0
  39. package/dist/es6/24/grain_outline.js +2 -0
  40. package/dist/es6/24/highlights_outline.js +2 -0
  41. package/dist/es6/24/money_circle_outline.js +1 -1
  42. package/dist/es6/24/shadows_outline.js +2 -0
  43. package/dist/es6/24/thermometer_outline.js +2 -0
  44. package/dist/es6/24/triangle_outline.js +2 -0
  45. package/dist/es6/index.js +21 -0
  46. package/dist/icons-map.json +1 -1
  47. package/dist/index.js +147 -0
  48. package/dist/typings/20/archive_arrow_down_outline.d.ts +12 -0
  49. package/dist/typings/20/zodiac_aquarius_outline.d.ts +12 -0
  50. package/dist/typings/20/zodiac_aries_outline.d.ts +12 -0
  51. package/dist/typings/20/zodiac_cancer_outline.d.ts +12 -0
  52. package/dist/typings/20/zodiac_capricorn_outline.d.ts +12 -0
  53. package/dist/typings/20/zodiac_gemini_outline.d.ts +12 -0
  54. package/dist/typings/20/zodiac_leo_outline.d.ts +12 -0
  55. package/dist/typings/20/zodiac_libra_outline.d.ts +12 -0
  56. package/dist/typings/20/zodiac_pisces_outline.d.ts +12 -0
  57. package/dist/typings/20/zodiac_sagittarius_outline.d.ts +12 -0
  58. package/dist/typings/20/zodiac_scorpio_outline.d.ts +12 -0
  59. package/dist/typings/20/zodiac_taurus_outline.d.ts +12 -0
  60. package/dist/typings/20/zodiac_virgo_outline.d.ts +12 -0
  61. package/dist/typings/24/blur_outline.d.ts +12 -0
  62. package/dist/typings/24/contrast_outline.d.ts +12 -0
  63. package/dist/typings/24/exposition_outline.d.ts +12 -0
  64. package/dist/typings/24/grain_outline.d.ts +12 -0
  65. package/dist/typings/24/highlights_outline.d.ts +12 -0
  66. package/dist/typings/24/shadows_outline.d.ts +12 -0
  67. package/dist/typings/24/thermometer_outline.d.ts +12 -0
  68. package/dist/typings/24/triangle_outline.d.ts +12 -0
  69. package/dist/typings/index.d.ts +21 -0
  70. package/package.json +1 -1
  71. package/src/svg/20/archive_arrow_down_outline_20.svg +1 -0
  72. package/src/svg/20/zodiac_aquarius_outline_20.svg +1 -0
  73. package/src/svg/20/zodiac_aries_outline_20.svg +1 -0
  74. package/src/svg/20/zodiac_cancer_outline_20.svg +1 -0
  75. package/src/svg/20/zodiac_capricorn_outline_20.svg +1 -0
  76. package/src/svg/20/zodiac_gemini_outline_20.svg +1 -0
  77. package/src/svg/20/zodiac_leo_outline_20.svg +1 -0
  78. package/src/svg/20/zodiac_libra_outline_20.svg +1 -0
  79. package/src/svg/20/zodiac_pisces_outline_20.svg +1 -0
  80. package/src/svg/20/zodiac_sagittarius_outline_20.svg +1 -0
  81. package/src/svg/20/zodiac_scorpio_outline_20.svg +1 -0
  82. package/src/svg/20/zodiac_taurus_outline_20.svg +1 -0
  83. package/src/svg/20/zodiac_virgo_outline_20.svg +1 -0
  84. package/src/svg/24/blur_outline_24.svg +1 -0
  85. package/src/svg/24/contrast_outline_24.svg +1 -0
  86. package/src/svg/24/exposition_outline_24.svg +1 -0
  87. package/src/svg/24/grain_outline_24.svg +1 -0
  88. package/src/svg/24/highlights_outline_24.svg +1 -0
  89. package/src/svg/24/money_circle_outline_24.svg +1 -3
  90. package/src/svg/24/shadows_outline_24.svg +1 -0
  91. package/src/svg/24/thermometer_outline_24.svg +1 -0
  92. package/src/svg/24/triangle_outline_24.svg +1 -0
  93. package/ts/20/archive_arrow_down_outline.ts +24 -0
  94. package/ts/20/zodiac_aquarius_outline.ts +24 -0
  95. package/ts/20/zodiac_aries_outline.ts +24 -0
  96. package/ts/20/zodiac_cancer_outline.ts +24 -0
  97. package/ts/20/zodiac_capricorn_outline.ts +24 -0
  98. package/ts/20/zodiac_gemini_outline.ts +24 -0
  99. package/ts/20/zodiac_leo_outline.ts +24 -0
  100. package/ts/20/zodiac_libra_outline.ts +24 -0
  101. package/ts/20/zodiac_pisces_outline.ts +24 -0
  102. package/ts/20/zodiac_sagittarius_outline.ts +24 -0
  103. package/ts/20/zodiac_scorpio_outline.ts +24 -0
  104. package/ts/20/zodiac_taurus_outline.ts +24 -0
  105. package/ts/20/zodiac_virgo_outline.ts +24 -0
  106. package/ts/24/blur_outline.ts +24 -0
  107. package/ts/24/contrast_outline.ts +24 -0
  108. package/ts/24/exposition_outline.ts +24 -0
  109. package/ts/24/grain_outline.ts +24 -0
  110. package/ts/24/highlights_outline.ts +24 -0
  111. package/ts/24/money_circle_outline.ts +1 -1
  112. package/ts/24/shadows_outline.ts +24 -0
  113. package/ts/24/thermometer_outline.ts +24 -0
  114. package/ts/24/triangle_outline.ts +24 -0
  115. package/ts/index.ts +21 -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("Icon20ArchiveArrowDownOutline", "archive_arrow_down_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="archive_arrow_down_outline_20"><path d="M10.75 12.44V9.75a.75.75 0 0 0-1.5 0v2.69l-.97-.97a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.06 0l2.25-2.25a.75.75 0 1 0-1.06-1.06l-.97.97Z" /><path fill-rule="evenodd" d="M5.42 2c-.535 0-.98 0-1.345.03-.38.03-.736.098-1.073.27A2.75 2.75 0 0 0 1.8 3.502c-.172.337-.24.693-.27 1.073-.03.365-.03.81-.03 1.345v.05c0 .122 0 .255.01.37.01.13.036.3.126.477.12.236.311.427.547.547.176.09.348.116.478.127.105.008.225.009.339.009v4.982c0 .813 0 1.469.043 2 .045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365.531.043 1.187.043 2 .043h2.964c.813 0 1.469 0 2-.043.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.639c.226-.444.32-.924.365-1.47.043-.531.043-1.187.043-2V7.5c.114 0 .234 0 .34-.01.13-.01.3-.036.477-.126a1.25 1.25 0 0 0 .547-.547c.09-.176.116-.348.127-.478.01-.114.009-.247.009-.369v-.05c0-.535 0-.98-.03-1.345-.03-.38-.098-.736-.27-1.073A2.75 2.75 0 0 0 17 2.3c-.338-.172-.694-.24-1.074-.27C15.56 2 15.115 2 14.58 2H5.42ZM15.5 7.5h-11v4.95c0 .853 0 1.447.038 1.91.037.453.107.714.207.912.216.423.56.767.984.983.197.1.458.17.912.207.462.037 1.057.038 1.909.038h2.9c.853 0 1.447 0 1.91-.038.453-.038.714-.107.912-.207a2.25 2.25 0 0 0 .983-.983c.1-.198.17-.459.207-.913.037-.462.038-1.056.038-1.909V7.5ZM17 6v-.05c0-.572 0-.957-.025-1.253-.023-.287-.065-.424-.111-.514a1.25 1.25 0 0 0-.547-.547c-.09-.046-.227-.088-.514-.111-.296-.024-.68-.025-1.253-.025h-9.1c-.572 0-.957 0-1.253.025-.287.023-.424.065-.514.111a1.25 1.25 0 0 0-.547.547c-.046.09-.088.227-.111.514C3 4.993 3 5.377 3 5.95V6h14Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20ZodiacAquariusOutline", "zodiac_aquarius_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_aquarius_outline_20"><path fill-rule="evenodd" d="M6.225 4.423a.75.75 0 0 0-1.183-.224l-3.8 3.503a.75.75 0 1 0 1.016 1.103l3.058-2.82 1.26 2.596a.75.75 0 0 0 1.203.204l2.826-2.809 1.492 2.646a.75.75 0 0 0 1.203.141l2.592-2.794 1.727 2.69a.75.75 0 0 0 1.262-.811l-2.25-3.503a.75.75 0 0 0-1.18-.105l-2.552 2.75-1.47-2.608a.75.75 0 0 0-1.183-.164l-2.78 2.763-1.241-2.558Zm0 6.999a.75.75 0 0 0-1.183-.224l-3.8 3.503a.75.75 0 1 0 1.016 1.103l3.058-2.819 1.26 2.595a.75.75 0 0 0 1.203.205l2.826-2.81 1.492 2.646a.75.75 0 0 0 1.203.142l2.592-2.794 1.727 2.689a.75.75 0 0 0 1.262-.81l-2.25-3.504a.75.75 0 0 0-1.18-.105l-2.552 2.75-1.47-2.608a.75.75 0 0 0-1.183-.164l-2.78 2.763-1.241-2.558Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20ZodiacAriesOutline", "zodiac_aries_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_aries_outline_20"><path fill-rule="evenodd" d="M9.25 7.505V17.75a.75.75 0 0 0 1.5 0V7.483c.004-1.222.44-2.075 1.044-2.627.619-.566 1.46-.86 2.325-.856.865.004 1.71.305 2.331.875.609.558 1.045 1.413 1.045 2.624 0 2.275-1.333 3.776-3.055 4.567a.75.75 0 0 0 .626 1.363c2.126-.976 3.93-2.94 3.93-5.93 0-1.605-.595-2.87-1.532-3.73-.925-.848-2.141-1.264-3.338-1.269-1.197-.005-2.416.4-3.344 1.249a4.493 4.493 0 0 0-.782.94 4.493 4.493 0 0 0-.782-.94C8.29 2.9 7.07 2.495 5.874 2.5c-1.197.005-2.413.42-3.338 1.27-.937.86-1.531 2.124-1.531 3.729 0 2.99 1.803 4.954 3.929 5.93a.75.75 0 0 0 .626-1.363c-1.722-.79-3.055-2.292-3.055-4.567 0-1.21.436-2.066 1.045-2.624.62-.57 1.466-.871 2.33-.875.865-.004 1.707.29 2.325.856.607.554 1.045 1.412 1.045 2.643v.006Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20ZodiacCancerOutline", "zodiac_cancer_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_cancer_outline_20"><path fill-rule="evenodd" d="M8.76 3.5c-.26 0-.513.012-.76.035a4 4 0 1 1-5.99 3.177c.016-1.417.882-2.608 2.091-3.414C5.326 2.48 6.976 2 8.76 2c1.75 0 3.196.33 4.388 1.003 1.195.675 2.08 1.662 2.758 2.883a.75.75 0 1 1-1.312.728c-.572-1.03-1.275-1.792-2.184-2.305-.912-.515-2.087-.809-3.65-.809ZM3.51 6.783A2.538 2.538 0 0 0 3.5 7a2.5 2.5 0 1 0 .01-.217Zm7.73 9.717a8.3 8.3 0 0 0 .76-.035 4 4 0 1 1 5.99-3.177c-.015 1.417-.882 2.608-2.091 3.415C14.674 17.518 13.024 18 11.24 18c-1.75 0-3.196-.33-4.387-1.003-1.196-.675-2.08-1.662-2.758-2.883a.75.75 0 1 1 1.31-.728c.573 1.03 1.276 1.792 2.185 2.305.912.515 2.087.809 3.65.809Zm5.25-3.283.005-.05a2.5 2.5 0 1 0-.004.05Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20ZodiacCapricornOutline", "zodiac_capricorn_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_capricorn_outline_20"><path fill-rule="evenodd" d="M6.095 4.459c-.602.59-1.049 1.49-1.095 2.755v5.036a.75.75 0 0 1-1.5 0V7.523a.758.758 0 0 1-.004-.075c0-.088.001-.174.004-.26V5.25c0-1.237-.75-1.707-.983-1.785a.75.75 0 1 1 .474-1.423c.538.18 1.31.72 1.723 1.705a4.79 4.79 0 0 1 .33-.358 4.911 4.911 0 0 1 3.45-1.39 4.92 4.92 0 0 1 3.45 1.39c.958.938 1.556 2.312 1.556 4.057v2.18a3.5 3.5 0 1 1-.245 5.563c-.23.75-.612 1.328-1.083 1.763-.767.709-1.686.956-2.314 1.044a.75.75 0 0 1-.209-1.485c.47-.066 1.049-.24 1.505-.66.434-.401.846-1.109.846-2.435v-.764a3.624 3.624 0 0 1 0-.303V7.446c0-1.386-.466-2.36-1.106-2.987a3.42 3.42 0 0 0-2.4-.96c-.884 0-1.753.326-2.4.96Zm7.405 8.155a2 2 0 1 0 0-.229v.23Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20ZodiacGeminiOutline", "zodiac_gemini_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_gemini_outline_20"><path fill-rule="evenodd" d="M4.083 2.078a.75.75 0 1 0-.666 1.344c.73.361 1.897.624 3.065.799l.02.003v11.551l-.02.003c-1.168.175-2.335.437-3.065.798a.75.75 0 1 0 .666 1.345c.503-.25 1.467-.487 2.621-.66a23.625 23.625 0 0 1 3.3-.262c.954 0 2.165.092 3.289.26 1.147.172 2.11.41 2.623.662a.75.75 0 0 0 .663-1.345c-.736-.363-1.9-.626-3.065-.8l-.009-.001V4.224l.01-.001c1.164-.175 2.328-.437 3.064-.8a.75.75 0 1 0-.663-1.346c-.513.253-1.476.49-2.623.662a23.548 23.548 0 0 1-3.29.261c-.952 0-2.17-.094-3.299-.263-1.154-.173-2.118-.41-2.621-.66Zm7.922 2.324a22.66 22.66 0 0 1-2.001.098 22.77 22.77 0 0 1-2.002-.098v11.195a22.772 22.772 0 0 1 2.002-.098c.605 0 1.295.034 2.001.097V4.402Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20ZodiacLeoOutline", "zodiac_leo_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_leo_outline_20"><path fill-rule="evenodd" d="M11.114 2.531c1.818-.28 3.777 1.537 3.32 4.112-.176.992-.51 1.773-.902 2.547-.1.196-.205.397-.314.604-.312.59-.648 1.227-.92 1.927-.37.956-.761 2.471-.61 3.882.078.714.3 1.447.78 2.06.491.626 1.206 1.067 2.154 1.262.852.174 1.868.056 2.727-.617.86-.673 1.455-1.815 1.646-3.472a.75.75 0 1 0-1.49-.172c-.16 1.393-.628 2.11-1.08 2.463-.452.354-1 .431-1.502.328-.638-.13-1.025-.4-1.274-.717-.258-.33-.412-.768-.469-1.296-.116-1.076.19-2.335.518-3.179.237-.612.513-1.137.811-1.702.118-.222.238-.45.361-.693.424-.838.828-1.767 1.04-2.962.605-3.406-2.014-6.32-5.024-5.857-2.204.339-3.355 1.998-3.756 3.717a7.118 7.118 0 0 0-.12 2.494A4.5 4.5 0 1 0 10 11.5c0-1.03-.29-1.816-.936-2.77-.644-.954-.791-2.258-.473-3.623C8.9 3.78 9.699 2.749 11.114 2.53ZM2.5 11.5a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20ZodiacLibraOutline", "zodiac_libra_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_libra_outline_20"><path fill-rule="evenodd" d="M5.502 7.512a4.514 4.514 0 0 1 4.499-4.514A4.514 4.514 0 0 1 14.5 7.512c0 1.486-.84 3.178-2.948 4.013A.75.75 0 0 0 11.754 13h5.496a.75.75 0 0 0 0-1.5h-2.93A5.612 5.612 0 0 0 16 7.512a6.014 6.014 0 0 0-5.967-6.014h-.064a6.014 6.014 0 0 0-5.967 6.014c0 1.382.529 2.847 1.681 3.988H2.751a.75.75 0 0 0 0 1.5H8.25a.75.75 0 0 0 .217-1.468l-.017-.007c-2.108-.835-2.948-2.527-2.948-4.013ZM1.998 16.25a.75.75 0 0 1 .75-.75H17.25a.75.75 0 0 1 0 1.5H2.748a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20ZodiacPiscesOutline", "zodiac_pisces_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_pisces_outline_20"><path fill-rule="evenodd" d="M4.093 1.112c-.487-.311-1.092.062-1.092.641 0 .278.148.532.38.685 2.286 1.5 3.85 3.975 4.087 6.812H3.75a.75.75 0 1 0 0 1.5h3.718c-.236 2.837-1.801 5.311-4.087 6.812a.825.825 0 0 0-.38.685c0 .579.605.952 1.092.64 2.751-1.757 4.637-4.72 4.88-8.137h2.057c.243 3.416 2.129 6.38 4.88 8.138.487.311 1.092-.062 1.092-.641a.825.825 0 0 0-.38-.685c-2.286-1.5-3.85-3.975-4.087-6.812h3.715a.75.75 0 0 0 0-1.5h-3.715c.236-2.837 1.801-5.311 4.087-6.812a.825.825 0 0 0 .38-.685c0-.578-.605-.952-1.092-.64-2.751 1.757-4.637 4.72-4.88 8.137H8.973c-.243-3.416-2.129-6.38-4.88-8.138Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20ZodiacSagittariusOutline", "zodiac_sagittarius_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_sagittarius_outline_20"><path fill-rule="evenodd" d="M14.438 4.503 8.001 10.94 5.283 8.22a.75.75 0 0 0-1.061 1.06L6.941 12l-3.72 3.72a.75.75 0 1 0 1.06 1.06L8 13.061l2.721 2.72a.75.75 0 0 0 1.06-1.06l-2.72-2.72 6.434-6.435v6.682a.75.75 0 0 0 1.5 0V3.945c0-.034 0-.12-.01-.202a.847.847 0 0 0-.239-.491.847.847 0 0 0-.491-.239c-.081-.01-.168-.01-.202-.01H7.75a.75.75 0 0 0 0 1.5h6.688Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20ZodiacScorpioOutline", "zodiac_scorpio_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_scorpio_outline_20"><path fill-rule="evenodd" d="M9.993 5.994c.002-1.852 1.012-2.491 1.747-2.491.735 0 1.746.64 1.746 2.497v6.277c0 .763 0 2.376.551 3.815.284.74.728 1.475 1.43 2.026.71.557 1.63.882 2.783.882a.75.75 0 0 0 0-1.5c-.855 0-1.44-.234-1.858-.562-.427-.336-.736-.814-.954-1.383-.445-1.161-.452-2.527-.452-3.305V6c0-2.473-1.485-3.997-3.246-3.997-.992 0-1.896.483-2.497 1.347-.601-.864-1.506-1.347-2.498-1.347-.915 0-1.756.41-2.353 1.152-.423-.615-.983-.973-1.4-1.113a.75.75 0 1 0-.475 1.424c.233.077.983.547.983 1.784v.532A6.031 6.031 0 0 0 3.496 6a.65.65 0 0 0 .004.077v6.173a.75.75 0 0 0 1.5 0V5.803c.069-1.705 1.034-2.3 1.745-2.3.736 0 1.746.64 1.748 2.49v6.257a.75.75 0 0 0 1.5 0V5.994Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20ZodiacTaurusOutline", "zodiac_taurus_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_taurus_outline_20"><path fill-rule="evenodd" d="M4.428 2.414a.75.75 0 0 0-1.342.672c.668 1.334 1.905 2.26 3.372 2.806C4.39 7.022 3 9.11 3 11.5c0 3.59 3.134 6.5 7 6.5s7-2.91 7-6.5c0-2.388-1.388-4.476-3.455-5.606 1.468-.545 2.706-1.468 3.374-2.803a.75.75 0 0 0-1.342-.67C14.781 4.012 12.59 5 10 5c-2.588 0-4.775-.992-5.572-2.586ZM15.5 11.5c0 2.659-2.356 5-5.5 5s-5.5-2.341-5.5-5c0-2.658 2.356-5 5.5-5s5.5 2.342 5.5 5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20ZodiacVirgoOutline", "zodiac_virgo_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_virgo_outline_20"><path fill-rule="evenodd" d="M5.001 5.792c.067-1.767.97-2.288 1.499-2.288.549 0 1.502.563 1.502 2.499v6.254a.75.75 0 1 0 1.5 0V6.003c0-1.936.954-2.5 1.503-2.5.55 0 1.502.564 1.502 2.5v6.254c0 .962.115 1.912.41 2.757 0 .005.002.01.003.014-.327.03-.685.03-1.077-.012a.75.75 0 0 0-.158 1.493 6.595 6.595 0 0 0 1.992-.076c.788.999 1.98 1.57 3.576 1.57a.75.75 0 0 0 0-1.501c-.919 0-1.567-.238-2.033-.624.34-.185.64-.396.903-.619.93-.787 1.364-1.688 1.478-1.972.214-.533.464-1.61.383-2.639-.04-.52-.17-1.09-.489-1.576-.334-.51-.85-.886-1.557-1.016-.748-.137-1.405.012-1.93.388V6.003c0-2.397-1.3-4-3.003-4-.913 0-1.71.46-2.253 1.256-.543-.796-1.34-1.256-2.252-1.256-.853 0-1.604.401-2.142 1.103-.419-.585-.96-.928-1.367-1.063a.75.75 0 1 0-.474 1.423c.234.078.984.548.984 1.786v.525c-.003.074-.004.15-.004.226 0 .026 0 .051.004.077v6.177a.75.75 0 1 0 1.5 0V5.792Zm9.371 8.836a3.735 3.735 0 0 1-.029-.08c-.303-1.027-.4-2.46-.15-3.568.13-.582.337-.989.573-1.219.2-.195.465-.309.901-.228.293.053.459.186.574.362.13.2.218.493.247.87.06.765-.138 1.611-.28 1.963-.053.134-.366.803-1.054 1.386a3.835 3.835 0 0 1-.782.514Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon24BlurOutline", "blur_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="blur_outline_24"><path d="M12 2.002c-.442 0-.877.03-1.305.085a.9.9 0 0 0 .233 1.785 8.281 8.281 0 0 1 2.144 0 .9.9 0 0 0 .233-1.785A10.083 10.083 0 0 0 12 2.002Zm6.087 2.066a.9.9 0 0 0-1.097 1.427 8.253 8.253 0 0 1 1.514 1.515.9.9 0 1 0 1.427-1.097 10.05 10.05 0 0 0-1.845-1.845ZM7.01 5.495a.9.9 0 1 0-1.096-1.427 10.05 10.05 0 0 0-1.845 1.845.9.9 0 1 0 1.427 1.097A8.251 8.251 0 0 1 7.01 5.495Zm-3.138 5.433a.9.9 0 0 0-1.784-.233 10.083 10.083 0 0 0 0 2.609.9.9 0 0 0 1.784-.233 8.284 8.284 0 0 1 0-2.143Zm18.041-.233a.9.9 0 0 0-1.785.232 8.284 8.284 0 0 1 0 2.144.9.9 0 1 0 1.785.233 10.09 10.09 0 0 0 0-2.61Zm-1.982 7.391a.9.9 0 1 0-1.427-1.097 8.251 8.251 0 0 1-1.514 1.514.9.9 0 0 0 1.097 1.427 10.05 10.05 0 0 0 1.844-1.844ZM5.496 16.989a.9.9 0 0 0-1.427 1.097 10.05 10.05 0 0 0 1.845 1.844.9.9 0 1 0 1.096-1.427 8.25 8.25 0 0 1-1.514-1.514Zm5.432 3.138a.9.9 0 1 0-.233 1.785 10.074 10.074 0 0 0 2.61 0 .9.9 0 1 0-.233-1.785 8.281 8.281 0 0 1-2.144 0Z" /><path fill-rule="evenodd" d="M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-1.8 0a3.2 3.2 0 1 1-6.4 0 3.2 3.2 0 0 1 6.4 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon24ContrastOutline", "contrast_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="contrast_outline_24"><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-10 8.2V3.8a8.2 8.2 0 1 0 0 16.4Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon24ExpositionOutline", "exposition_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="exposition_outline_24"><path d="M9.9 15.133a.9.9 0 0 0 0 1.8h4.2a.9.9 0 1 0 0-1.8H9.9ZM12 13a.9.9 0 0 1-.9-.9v-1.2H9.9a.9.9 0 0 1 0-1.8h1.2V7.9a.9.9 0 1 1 1.8 0v1.2h1.2a.9.9 0 1 1 0 1.8h-1.2v1.2a.9.9 0 0 1-.9.9Z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.8 0a8.2 8.2 0 1 1-16.4 0 8.2 8.2 0 0 1 16.4 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon24GrainOutline", "grain_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="grain_outline_24"><path d="M12 8.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm3.184 1.316a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5.5-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-10 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5.5 3.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9.813 8.82a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-1 7.36a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm7.363-.989a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.8 0a8.2 8.2 0 1 1-16.4 0 8.2 8.2 0 0 1 16.4 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon24HighlightsOutline", "highlights_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="highlights_outline_24"><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-10 .9v-1.8H3.849a8.292 8.292 0 0 0 0 1.801H12Zm0 1.8H4.255c.223.64.524 1.245.89 1.802H12V14.7Zm0-7.203V9.3H4.255a8.17 8.17 0 0 1 .89-1.802H12Zm0 10.805H6.753A8.167 8.167 0 0 0 12 20.2v-1.898ZM12 3.8v1.897H6.754A8.167 8.167 0 0 1 12 3.8Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
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("Icon24MoneyCircleOutline", "money_circle_outline_24", "0 0 24 24", '<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="money_circle_outline_24"><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1Zm0 1.8a9.2 9.2 0 1 0 0 18.4 9.2 9.2 0 0 0 0-18.4ZM13.253 7a3.357 3.357 0 1 1 0 6.714H11V15h1.5a.75.75 0 0 1 0 1.5H11v.65a.85.85 0 0 1-1.7 0l-.001-.65H8.5a.75.75 0 0 1 0-1.5h.799v-1.286h-.692a.857.857 0 0 1 0-1.714H9.3L9.3 7.85c0-.47.38-.85.85-.85h3.103Zm.033 1.571H11V12h2.286a1.714 1.714 0 1 0 0-3.429Z" fill="currentColor" /></symbol>', 24, 24, false, undefined);
7
+ var _default = (0, _svgIcon).makeIcon("Icon24MoneyCircleOutline", "money_circle_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="money_circle_outline_24"><path fill-rule="evenodd" d="M16.6 10.357A3.355 3.355 0 0 0 13.247 7h-3.1a.85.85 0 0 0-.849.85V12h-.692a.857.857 0 0 0 0 1.714h.691V15H8.5a.75.75 0 0 0 0 1.5h.798l.001.65a.85.85 0 1 0 1.698 0v-.65h1.499a.75.75 0 0 0 0-1.5h-1.499v-1.286h2.25a3.355 3.355 0 0 0 3.354-3.357Zm-5.604-1.786h2.283a1.713 1.713 0 0 1 0 3.429h-2.283V8.571ZM12 2a9.972 9.972 0 0 0-7.071 2.929A9.972 9.972 0 0 0 2 12a9.972 9.972 0 0 0 2.929 7.071A9.972 9.972 0 0 0 12 22a9.972 9.972 0 0 0 7.071-2.929A9.972 9.972 0 0 0 22 12a9.972 9.972 0 0 0-2.929-7.071A9.972 9.972 0 0 0 12 2ZM6.202 6.202A8.172 8.172 0 0 1 12 3.8a8.17 8.17 0 0 1 5.798 2.402A8.171 8.171 0 0 1 20.2 12a8.172 8.172 0 0 1-2.402 5.798A8.172 8.172 0 0 1 12 20.2a8.171 8.171 0 0 1-5.798-2.402A8.172 8.172 0 0 1 3.8 12a8.17 8.17 0 0 1 2.402-5.798Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
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("Icon24ShadowsOutline", "shadows_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="shadows_outline_24"><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm0-1.8a8.167 8.167 0 0 0 5.246-1.897H12.9a.9.9 0 1 1 0-1.8h5.954a8.166 8.166 0 0 0 .89-1.802H12.9a.9.9 0 0 1 0-1.8h7.251a8.28 8.28 0 0 0 0-1.801H12.9a.9.9 0 1 1 0-1.8h6.845a8.17 8.17 0 0 0-.89-1.802H12.9a.9.9 0 1 1 0-1.8h4.347A8.2 8.2 0 1 0 12 20.2Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon24ThermometerOutline", "thermometer_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="thermometer_outline_24"><path fill-rule="evenodd" d="M8.995 4.997v5.838A5.979 5.979 0 0 0 6 16.015C6 19.322 8.687 22 12 22s6-2.679 6-5.984a5.979 5.979 0 0 0-2.994-5.18V4.997A3.003 3.003 0 0 0 12 1.998a3.002 3.002 0 0 0-3.005 3Zm4.207 6.374a.9.9 0 0 0 .423.763.909.909 0 0 0 .154.091c.056.027.113.054.168.083 1.34.701 2.25 2.1 2.25 3.708A4.19 4.19 0 0 1 12 20.2a4.19 4.19 0 0 1-4.196-4.184 4.182 4.182 0 0 1 2.41-3.788.903.903 0 0 0 .14-.08.9.9 0 0 0 .445-.777V8h2.403v3.371Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon24TriangleOutline", "triangle_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="triangle_outline_24"><path fill-rule="evenodd" d="M14.499 20.553c-1.112 1.929-3.886 1.929-4.998 0l-7.608-13.2C.779 5.42 2.168 3 4.392 3h15.216c2.225 0 3.614 2.42 2.5 4.353l-7.61 13.2Zm-3.447-.902a1.093 1.093 0 0 0 1.896 0l7.608-13.2a1.1 1.1 0 0 0-.948-1.651H4.393a1.1 1.1 0 0 0-.948 1.651l7.608 13.2Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
8
+ exports.default = _default;
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ArchiveArrowDownOutline", "archive_arrow_down_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="archive_arrow_down_outline_20"><path d="M10.75 12.44V9.75a.75.75 0 0 0-1.5 0v2.69l-.97-.97a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.06 0l2.25-2.25a.75.75 0 1 0-1.06-1.06l-.97.97Z" /><path fill-rule="evenodd" d="M5.42 2c-.535 0-.98 0-1.345.03-.38.03-.736.098-1.073.27A2.75 2.75 0 0 0 1.8 3.502c-.172.337-.24.693-.27 1.073-.03.365-.03.81-.03 1.345v.05c0 .122 0 .255.01.37.01.13.036.3.126.477.12.236.311.427.547.547.176.09.348.116.478.127.105.008.225.009.339.009v4.982c0 .813 0 1.469.043 2 .045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365.531.043 1.187.043 2 .043h2.964c.813 0 1.469 0 2-.043.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.639c.226-.444.32-.924.365-1.47.043-.531.043-1.187.043-2V7.5c.114 0 .234 0 .34-.01.13-.01.3-.036.477-.126a1.25 1.25 0 0 0 .547-.547c.09-.176.116-.348.127-.478.01-.114.009-.247.009-.369v-.05c0-.535 0-.98-.03-1.345-.03-.38-.098-.736-.27-1.073A2.75 2.75 0 0 0 17 2.3c-.338-.172-.694-.24-1.074-.27C15.56 2 15.115 2 14.58 2H5.42ZM15.5 7.5h-11v4.95c0 .853 0 1.447.038 1.91.037.453.107.714.207.912.216.423.56.767.984.983.197.1.458.17.912.207.462.037 1.057.038 1.909.038h2.9c.853 0 1.447 0 1.91-.038.453-.038.714-.107.912-.207a2.25 2.25 0 0 0 .983-.983c.1-.198.17-.459.207-.913.037-.462.038-1.056.038-1.909V7.5ZM17 6v-.05c0-.572 0-.957-.025-1.253-.023-.287-.065-.424-.111-.514a1.25 1.25 0 0 0-.547-.547c-.09-.046-.227-.088-.514-.111-.296-.024-.68-.025-1.253-.025h-9.1c-.572 0-.957 0-1.253.025-.287.023-.424.065-.514.111a1.25 1.25 0 0 0-.547.547c-.046.09-.088.227-.111.514C3 4.993 3 5.377 3 5.95V6h14Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ZodiacAquariusOutline", "zodiac_aquarius_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_aquarius_outline_20"><path fill-rule="evenodd" d="M6.225 4.423a.75.75 0 0 0-1.183-.224l-3.8 3.503a.75.75 0 1 0 1.016 1.103l3.058-2.82 1.26 2.596a.75.75 0 0 0 1.203.204l2.826-2.809 1.492 2.646a.75.75 0 0 0 1.203.141l2.592-2.794 1.727 2.69a.75.75 0 0 0 1.262-.811l-2.25-3.503a.75.75 0 0 0-1.18-.105l-2.552 2.75-1.47-2.608a.75.75 0 0 0-1.183-.164l-2.78 2.763-1.241-2.558Zm0 6.999a.75.75 0 0 0-1.183-.224l-3.8 3.503a.75.75 0 1 0 1.016 1.103l3.058-2.819 1.26 2.595a.75.75 0 0 0 1.203.205l2.826-2.81 1.492 2.646a.75.75 0 0 0 1.203.142l2.592-2.794 1.727 2.689a.75.75 0 0 0 1.262-.81l-2.25-3.504a.75.75 0 0 0-1.18-.105l-2.552 2.75-1.47-2.608a.75.75 0 0 0-1.183-.164l-2.78 2.763-1.241-2.558Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ZodiacAriesOutline", "zodiac_aries_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_aries_outline_20"><path fill-rule="evenodd" d="M9.25 7.505V17.75a.75.75 0 0 0 1.5 0V7.483c.004-1.222.44-2.075 1.044-2.627.619-.566 1.46-.86 2.325-.856.865.004 1.71.305 2.331.875.609.558 1.045 1.413 1.045 2.624 0 2.275-1.333 3.776-3.055 4.567a.75.75 0 0 0 .626 1.363c2.126-.976 3.93-2.94 3.93-5.93 0-1.605-.595-2.87-1.532-3.73-.925-.848-2.141-1.264-3.338-1.269-1.197-.005-2.416.4-3.344 1.249a4.493 4.493 0 0 0-.782.94 4.493 4.493 0 0 0-.782-.94C8.29 2.9 7.07 2.495 5.874 2.5c-1.197.005-2.413.42-3.338 1.27-.937.86-1.531 2.124-1.531 3.729 0 2.99 1.803 4.954 3.929 5.93a.75.75 0 0 0 .626-1.363c-1.722-.79-3.055-2.292-3.055-4.567 0-1.21.436-2.066 1.045-2.624.62-.57 1.466-.871 2.33-.875.865-.004 1.707.29 2.325.856.607.554 1.045 1.412 1.045 2.643v.006Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ZodiacCancerOutline", "zodiac_cancer_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_cancer_outline_20"><path fill-rule="evenodd" d="M8.76 3.5c-.26 0-.513.012-.76.035a4 4 0 1 1-5.99 3.177c.016-1.417.882-2.608 2.091-3.414C5.326 2.48 6.976 2 8.76 2c1.75 0 3.196.33 4.388 1.003 1.195.675 2.08 1.662 2.758 2.883a.75.75 0 1 1-1.312.728c-.572-1.03-1.275-1.792-2.184-2.305-.912-.515-2.087-.809-3.65-.809ZM3.51 6.783A2.538 2.538 0 0 0 3.5 7a2.5 2.5 0 1 0 .01-.217Zm7.73 9.717a8.3 8.3 0 0 0 .76-.035 4 4 0 1 1 5.99-3.177c-.015 1.417-.882 2.608-2.091 3.415C14.674 17.518 13.024 18 11.24 18c-1.75 0-3.196-.33-4.387-1.003-1.196-.675-2.08-1.662-2.758-2.883a.75.75 0 1 1 1.31-.728c.573 1.03 1.276 1.792 2.185 2.305.912.515 2.087.809 3.65.809Zm5.25-3.283.005-.05a2.5 2.5 0 1 0-.004.05Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ZodiacCapricornOutline", "zodiac_capricorn_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_capricorn_outline_20"><path fill-rule="evenodd" d="M6.095 4.459c-.602.59-1.049 1.49-1.095 2.755v5.036a.75.75 0 0 1-1.5 0V7.523a.758.758 0 0 1-.004-.075c0-.088.001-.174.004-.26V5.25c0-1.237-.75-1.707-.983-1.785a.75.75 0 1 1 .474-1.423c.538.18 1.31.72 1.723 1.705a4.79 4.79 0 0 1 .33-.358 4.911 4.911 0 0 1 3.45-1.39 4.92 4.92 0 0 1 3.45 1.39c.958.938 1.556 2.312 1.556 4.057v2.18a3.5 3.5 0 1 1-.245 5.563c-.23.75-.612 1.328-1.083 1.763-.767.709-1.686.956-2.314 1.044a.75.75 0 0 1-.209-1.485c.47-.066 1.049-.24 1.505-.66.434-.401.846-1.109.846-2.435v-.764a3.624 3.624 0 0 1 0-.303V7.446c0-1.386-.466-2.36-1.106-2.987a3.42 3.42 0 0 0-2.4-.96c-.884 0-1.753.326-2.4.96Zm7.405 8.155a2 2 0 1 0 0-.229v.23Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ZodiacGeminiOutline", "zodiac_gemini_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_gemini_outline_20"><path fill-rule="evenodd" d="M4.083 2.078a.75.75 0 1 0-.666 1.344c.73.361 1.897.624 3.065.799l.02.003v11.551l-.02.003c-1.168.175-2.335.437-3.065.798a.75.75 0 1 0 .666 1.345c.503-.25 1.467-.487 2.621-.66a23.625 23.625 0 0 1 3.3-.262c.954 0 2.165.092 3.289.26 1.147.172 2.11.41 2.623.662a.75.75 0 0 0 .663-1.345c-.736-.363-1.9-.626-3.065-.8l-.009-.001V4.224l.01-.001c1.164-.175 2.328-.437 3.064-.8a.75.75 0 1 0-.663-1.346c-.513.253-1.476.49-2.623.662a23.548 23.548 0 0 1-3.29.261c-.952 0-2.17-.094-3.299-.263-1.154-.173-2.118-.41-2.621-.66Zm7.922 2.324a22.66 22.66 0 0 1-2.001.098 22.77 22.77 0 0 1-2.002-.098v11.195a22.772 22.772 0 0 1 2.002-.098c.605 0 1.295.034 2.001.097V4.402Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ZodiacLeoOutline", "zodiac_leo_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_leo_outline_20"><path fill-rule="evenodd" d="M11.114 2.531c1.818-.28 3.777 1.537 3.32 4.112-.176.992-.51 1.773-.902 2.547-.1.196-.205.397-.314.604-.312.59-.648 1.227-.92 1.927-.37.956-.761 2.471-.61 3.882.078.714.3 1.447.78 2.06.491.626 1.206 1.067 2.154 1.262.852.174 1.868.056 2.727-.617.86-.673 1.455-1.815 1.646-3.472a.75.75 0 1 0-1.49-.172c-.16 1.393-.628 2.11-1.08 2.463-.452.354-1 .431-1.502.328-.638-.13-1.025-.4-1.274-.717-.258-.33-.412-.768-.469-1.296-.116-1.076.19-2.335.518-3.179.237-.612.513-1.137.811-1.702.118-.222.238-.45.361-.693.424-.838.828-1.767 1.04-2.962.605-3.406-2.014-6.32-5.024-5.857-2.204.339-3.355 1.998-3.756 3.717a7.118 7.118 0 0 0-.12 2.494A4.5 4.5 0 1 0 10 11.5c0-1.03-.29-1.816-.936-2.77-.644-.954-.791-2.258-.473-3.623C8.9 3.78 9.699 2.749 11.114 2.53ZM2.5 11.5a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ZodiacLibraOutline", "zodiac_libra_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_libra_outline_20"><path fill-rule="evenodd" d="M5.502 7.512a4.514 4.514 0 0 1 4.499-4.514A4.514 4.514 0 0 1 14.5 7.512c0 1.486-.84 3.178-2.948 4.013A.75.75 0 0 0 11.754 13h5.496a.75.75 0 0 0 0-1.5h-2.93A5.612 5.612 0 0 0 16 7.512a6.014 6.014 0 0 0-5.967-6.014h-.064a6.014 6.014 0 0 0-5.967 6.014c0 1.382.529 2.847 1.681 3.988H2.751a.75.75 0 0 0 0 1.5H8.25a.75.75 0 0 0 .217-1.468l-.017-.007c-2.108-.835-2.948-2.527-2.948-4.013ZM1.998 16.25a.75.75 0 0 1 .75-.75H17.25a.75.75 0 0 1 0 1.5H2.748a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ZodiacPiscesOutline", "zodiac_pisces_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_pisces_outline_20"><path fill-rule="evenodd" d="M4.093 1.112c-.487-.311-1.092.062-1.092.641 0 .278.148.532.38.685 2.286 1.5 3.85 3.975 4.087 6.812H3.75a.75.75 0 1 0 0 1.5h3.718c-.236 2.837-1.801 5.311-4.087 6.812a.825.825 0 0 0-.38.685c0 .579.605.952 1.092.64 2.751-1.757 4.637-4.72 4.88-8.137h2.057c.243 3.416 2.129 6.38 4.88 8.138.487.311 1.092-.062 1.092-.641a.825.825 0 0 0-.38-.685c-2.286-1.5-3.85-3.975-4.087-6.812h3.715a.75.75 0 0 0 0-1.5h-3.715c.236-2.837 1.801-5.311 4.087-6.812a.825.825 0 0 0 .38-.685c0-.578-.605-.952-1.092-.64-2.751 1.757-4.637 4.72-4.88 8.137H8.973c-.243-3.416-2.129-6.38-4.88-8.138Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ZodiacSagittariusOutline", "zodiac_sagittarius_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_sagittarius_outline_20"><path fill-rule="evenodd" d="M14.438 4.503 8.001 10.94 5.283 8.22a.75.75 0 0 0-1.061 1.06L6.941 12l-3.72 3.72a.75.75 0 1 0 1.06 1.06L8 13.061l2.721 2.72a.75.75 0 0 0 1.06-1.06l-2.72-2.72 6.434-6.435v6.682a.75.75 0 0 0 1.5 0V3.945c0-.034 0-.12-.01-.202a.847.847 0 0 0-.239-.491.847.847 0 0 0-.491-.239c-.081-.01-.168-.01-.202-.01H7.75a.75.75 0 0 0 0 1.5h6.688Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ZodiacScorpioOutline", "zodiac_scorpio_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_scorpio_outline_20"><path fill-rule="evenodd" d="M9.993 5.994c.002-1.852 1.012-2.491 1.747-2.491.735 0 1.746.64 1.746 2.497v6.277c0 .763 0 2.376.551 3.815.284.74.728 1.475 1.43 2.026.71.557 1.63.882 2.783.882a.75.75 0 0 0 0-1.5c-.855 0-1.44-.234-1.858-.562-.427-.336-.736-.814-.954-1.383-.445-1.161-.452-2.527-.452-3.305V6c0-2.473-1.485-3.997-3.246-3.997-.992 0-1.896.483-2.497 1.347-.601-.864-1.506-1.347-2.498-1.347-.915 0-1.756.41-2.353 1.152-.423-.615-.983-.973-1.4-1.113a.75.75 0 1 0-.475 1.424c.233.077.983.547.983 1.784v.532A6.031 6.031 0 0 0 3.496 6a.65.65 0 0 0 .004.077v6.173a.75.75 0 0 0 1.5 0V5.803c.069-1.705 1.034-2.3 1.745-2.3.736 0 1.746.64 1.748 2.49v6.257a.75.75 0 0 0 1.5 0V5.994Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ZodiacTaurusOutline", "zodiac_taurus_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_taurus_outline_20"><path fill-rule="evenodd" d="M4.428 2.414a.75.75 0 0 0-1.342.672c.668 1.334 1.905 2.26 3.372 2.806C4.39 7.022 3 9.11 3 11.5c0 3.59 3.134 6.5 7 6.5s7-2.91 7-6.5c0-2.388-1.388-4.476-3.455-5.606 1.468-.545 2.706-1.468 3.374-2.803a.75.75 0 0 0-1.342-.67C14.781 4.012 12.59 5 10 5c-2.588 0-4.775-.992-5.572-2.586ZM15.5 11.5c0 2.659-2.356 5-5.5 5s-5.5-2.341-5.5-5c0-2.658 2.356-5 5.5-5s5.5 2.342 5.5 5Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ZodiacVirgoOutline", "zodiac_virgo_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_virgo_outline_20"><path fill-rule="evenodd" d="M5.001 5.792c.067-1.767.97-2.288 1.499-2.288.549 0 1.502.563 1.502 2.499v6.254a.75.75 0 1 0 1.5 0V6.003c0-1.936.954-2.5 1.503-2.5.55 0 1.502.564 1.502 2.5v6.254c0 .962.115 1.912.41 2.757 0 .005.002.01.003.014-.327.03-.685.03-1.077-.012a.75.75 0 0 0-.158 1.493 6.595 6.595 0 0 0 1.992-.076c.788.999 1.98 1.57 3.576 1.57a.75.75 0 0 0 0-1.501c-.919 0-1.567-.238-2.033-.624.34-.185.64-.396.903-.619.93-.787 1.364-1.688 1.478-1.972.214-.533.464-1.61.383-2.639-.04-.52-.17-1.09-.489-1.576-.334-.51-.85-.886-1.557-1.016-.748-.137-1.405.012-1.93.388V6.003c0-2.397-1.3-4-3.003-4-.913 0-1.71.46-2.253 1.256-.543-.796-1.34-1.256-2.252-1.256-.853 0-1.604.401-2.142 1.103-.419-.585-.96-.928-1.367-1.063a.75.75 0 1 0-.474 1.423c.234.078.984.548.984 1.786v.525c-.003.074-.004.15-.004.226 0 .026 0 .051.004.077v6.177a.75.75 0 1 0 1.5 0V5.792Zm9.371 8.836a3.735 3.735 0 0 1-.029-.08c-.303-1.027-.4-2.46-.15-3.568.13-.582.337-.989.573-1.219.2-.195.465-.309.901-.228.293.053.459.186.574.362.13.2.218.493.247.87.06.765-.138 1.611-.28 1.963-.053.134-.366.803-1.054 1.386a3.835 3.835 0 0 1-.782.514Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24BlurOutline", "blur_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="blur_outline_24"><path d="M12 2.002c-.442 0-.877.03-1.305.085a.9.9 0 0 0 .233 1.785 8.281 8.281 0 0 1 2.144 0 .9.9 0 0 0 .233-1.785A10.083 10.083 0 0 0 12 2.002Zm6.087 2.066a.9.9 0 0 0-1.097 1.427 8.253 8.253 0 0 1 1.514 1.515.9.9 0 1 0 1.427-1.097 10.05 10.05 0 0 0-1.845-1.845ZM7.01 5.495a.9.9 0 1 0-1.096-1.427 10.05 10.05 0 0 0-1.845 1.845.9.9 0 1 0 1.427 1.097A8.251 8.251 0 0 1 7.01 5.495Zm-3.138 5.433a.9.9 0 0 0-1.784-.233 10.083 10.083 0 0 0 0 2.609.9.9 0 0 0 1.784-.233 8.284 8.284 0 0 1 0-2.143Zm18.041-.233a.9.9 0 0 0-1.785.232 8.284 8.284 0 0 1 0 2.144.9.9 0 1 0 1.785.233 10.09 10.09 0 0 0 0-2.61Zm-1.982 7.391a.9.9 0 1 0-1.427-1.097 8.251 8.251 0 0 1-1.514 1.514.9.9 0 0 0 1.097 1.427 10.05 10.05 0 0 0 1.844-1.844ZM5.496 16.989a.9.9 0 0 0-1.427 1.097 10.05 10.05 0 0 0 1.845 1.844.9.9 0 1 0 1.096-1.427 8.25 8.25 0 0 1-1.514-1.514Zm5.432 3.138a.9.9 0 1 0-.233 1.785 10.074 10.074 0 0 0 2.61 0 .9.9 0 1 0-.233-1.785 8.281 8.281 0 0 1-2.144 0Z" /><path fill-rule="evenodd" d="M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-1.8 0a3.2 3.2 0 1 1-6.4 0 3.2 3.2 0 0 1 6.4 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24ContrastOutline", "contrast_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="contrast_outline_24"><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-10 8.2V3.8a8.2 8.2 0 1 0 0 16.4Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24ExpositionOutline", "exposition_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="exposition_outline_24"><path d="M9.9 15.133a.9.9 0 0 0 0 1.8h4.2a.9.9 0 1 0 0-1.8H9.9ZM12 13a.9.9 0 0 1-.9-.9v-1.2H9.9a.9.9 0 0 1 0-1.8h1.2V7.9a.9.9 0 1 1 1.8 0v1.2h1.2a.9.9 0 1 1 0 1.8h-1.2v1.2a.9.9 0 0 1-.9.9Z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.8 0a8.2 8.2 0 1 1-16.4 0 8.2 8.2 0 0 1 16.4 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24GrainOutline", "grain_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="grain_outline_24"><path d="M12 8.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm3.184 1.316a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5.5-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-10 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5.5 3.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9.813 8.82a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-1 7.36a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm7.363-.989a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" /><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.8 0a8.2 8.2 0 1 1-16.4 0 8.2 8.2 0 0 1 16.4 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24HighlightsOutline", "highlights_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="highlights_outline_24"><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-10 .9v-1.8H3.849a8.292 8.292 0 0 0 0 1.801H12Zm0 1.8H4.255c.223.64.524 1.245.89 1.802H12V14.7Zm0-7.203V9.3H4.255a8.17 8.17 0 0 1 .89-1.802H12Zm0 10.805H6.753A8.167 8.167 0 0 0 12 20.2v-1.898ZM12 3.8v1.897H6.754A8.167 8.167 0 0 1 12 3.8Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -1,2 +1,2 @@
1
1
  import { makeIcon } from "../SvgIcon";
2
- export default makeIcon("Icon24MoneyCircleOutline", "money_circle_outline_24", "0 0 24 24", '<symbol viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="money_circle_outline_24"><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1Zm0 1.8a9.2 9.2 0 1 0 0 18.4 9.2 9.2 0 0 0 0-18.4ZM13.253 7a3.357 3.357 0 1 1 0 6.714H11V15h1.5a.75.75 0 0 1 0 1.5H11v.65a.85.85 0 0 1-1.7 0l-.001-.65H8.5a.75.75 0 0 1 0-1.5h.799v-1.286h-.692a.857.857 0 0 1 0-1.714H9.3L9.3 7.85c0-.47.38-.85.85-.85h3.103Zm.033 1.571H11V12h2.286a1.714 1.714 0 1 0 0-3.429Z" fill="currentColor" /></symbol>', 24, 24, false, undefined);
2
+ export default makeIcon("Icon24MoneyCircleOutline", "money_circle_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="money_circle_outline_24"><path fill-rule="evenodd" d="M16.6 10.357A3.355 3.355 0 0 0 13.247 7h-3.1a.85.85 0 0 0-.849.85V12h-.692a.857.857 0 0 0 0 1.714h.691V15H8.5a.75.75 0 0 0 0 1.5h.798l.001.65a.85.85 0 1 0 1.698 0v-.65h1.499a.75.75 0 0 0 0-1.5h-1.499v-1.286h2.25a3.355 3.355 0 0 0 3.354-3.357Zm-5.604-1.786h2.283a1.713 1.713 0 0 1 0 3.429h-2.283V8.571ZM12 2a9.972 9.972 0 0 0-7.071 2.929A9.972 9.972 0 0 0 2 12a9.972 9.972 0 0 0 2.929 7.071A9.972 9.972 0 0 0 12 22a9.972 9.972 0 0 0 7.071-2.929A9.972 9.972 0 0 0 22 12a9.972 9.972 0 0 0-2.929-7.071A9.972 9.972 0 0 0 12 2ZM6.202 6.202A8.172 8.172 0 0 1 12 3.8a8.17 8.17 0 0 1 5.798 2.402A8.171 8.171 0 0 1 20.2 12a8.172 8.172 0 0 1-2.402 5.798A8.172 8.172 0 0 1 12 20.2a8.171 8.171 0 0 1-5.798-2.402A8.172 8.172 0 0 1 3.8 12a8.17 8.17 0 0 1 2.402-5.798Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24ShadowsOutline", "shadows_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="shadows_outline_24"><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm0-1.8a8.167 8.167 0 0 0 5.246-1.897H12.9a.9.9 0 1 1 0-1.8h5.954a8.166 8.166 0 0 0 .89-1.802H12.9a.9.9 0 0 1 0-1.8h7.251a8.28 8.28 0 0 0 0-1.801H12.9a.9.9 0 1 1 0-1.8h6.845a8.17 8.17 0 0 0-.89-1.802H12.9a.9.9 0 1 1 0-1.8h4.347A8.2 8.2 0 1 0 12 20.2Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24ThermometerOutline", "thermometer_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="thermometer_outline_24"><path fill-rule="evenodd" d="M8.995 4.997v5.838A5.979 5.979 0 0 0 6 16.015C6 19.322 8.687 22 12 22s6-2.679 6-5.984a5.979 5.979 0 0 0-2.994-5.18V4.997A3.003 3.003 0 0 0 12 1.998a3.002 3.002 0 0 0-3.005 3Zm4.207 6.374a.9.9 0 0 0 .423.763.909.909 0 0 0 .154.091c.056.027.113.054.168.083 1.34.701 2.25 2.1 2.25 3.708A4.19 4.19 0 0 1 12 20.2a4.19 4.19 0 0 1-4.196-4.184 4.182 4.182 0 0 1 2.41-3.788.903.903 0 0 0 .14-.08.9.9 0 0 0 .445-.777V8h2.403v3.371Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24TriangleOutline", "triangle_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="triangle_outline_24"><path fill-rule="evenodd" d="M14.499 20.553c-1.112 1.929-3.886 1.929-4.998 0l-7.608-13.2C.779 5.42 2.168 3 4.392 3h15.216c2.225 0 3.614 2.42 2.5 4.353l-7.61 13.2Zm-3.447-.902a1.093 1.093 0 0 0 1.896 0l7.608-13.2a1.1 1.1 0 0 0-.948-1.651H4.393a1.1 1.1 0 0 0-.948 1.651l7.608 13.2Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
package/dist/es6/index.js CHANGED
@@ -376,6 +376,7 @@ export { default as Icon20AdvertisingOutline } from "./20/advertising_outline";
376
376
  export { default as Icon20ApiOutline } from "./20/api_outline";
377
377
  export { default as Icon20AppBadgeOutline } from "./20/app_badge_outline";
378
378
  export { default as Icon20AppleWatchOutlite } from "./20/apple_watch_outlite";
379
+ export { default as Icon20ArchiveArrowDownOutline } from "./20/archive_arrow_down_outline";
379
380
  export { default as Icon20ArchiveOutline } from "./20/archive_outline";
380
381
  export { default as Icon20Arrow2SquarepathOutline } from "./20/arrow_2_squarepath_outline";
381
382
  export { default as Icon20ArrowDownOutline } from "./20/arrow_down_outline";
@@ -812,6 +813,18 @@ export { default as Icon20WrenchOutline } from "./20/wrench_outline";
812
813
  export { default as Icon20Write } from "./20/write";
813
814
  export { default as Icon20WriteOutline } from "./20/write_outline";
814
815
  export { default as Icon20WriteSquareOutline } from "./20/write_square_outline";
816
+ export { default as Icon20ZodiacAquariusOutline } from "./20/zodiac_aquarius_outline";
817
+ export { default as Icon20ZodiacAriesOutline } from "./20/zodiac_aries_outline";
818
+ export { default as Icon20ZodiacCancerOutline } from "./20/zodiac_cancer_outline";
819
+ export { default as Icon20ZodiacCapricornOutline } from "./20/zodiac_capricorn_outline";
820
+ export { default as Icon20ZodiacGeminiOutline } from "./20/zodiac_gemini_outline";
821
+ export { default as Icon20ZodiacLeoOutline } from "./20/zodiac_leo_outline";
822
+ export { default as Icon20ZodiacLibraOutline } from "./20/zodiac_libra_outline";
823
+ export { default as Icon20ZodiacPiscesOutline } from "./20/zodiac_pisces_outline";
824
+ export { default as Icon20ZodiacSagittariusOutline } from "./20/zodiac_sagittarius_outline";
825
+ export { default as Icon20ZodiacScorpioOutline } from "./20/zodiac_scorpio_outline";
826
+ export { default as Icon20ZodiacTaurusOutline } from "./20/zodiac_taurus_outline";
827
+ export { default as Icon20ZodiacVirgoOutline } from "./20/zodiac_virgo_outline";
815
828
  export { default as Icon240CircleOutline } from "./24/0_circle_outline";
816
829
  export { default as Icon2416CircleOutline } from "./24/16_circle_outline";
817
830
  export { default as Icon2418CircleOutline } from "./24/18_circle_outline";
@@ -860,6 +873,7 @@ export { default as Icon24BeautyOutline } from "./24/beauty_outline";
860
873
  export { default as Icon24BidyOutline } from "./24/bidy_outline";
861
874
  export { default as Icon24BillheadOutline } from "./24/billhead_outline";
862
875
  export { default as Icon24BlockOutline } from "./24/block_outline";
876
+ export { default as Icon24BlurOutline } from "./24/blur_outline";
863
877
  export { default as Icon24BombOutline } from "./24/bomb_outline";
864
878
  export { default as Icon24Bookmark } from "./24/bookmark";
865
879
  export { default as Icon24BookmarkOutline } from "./24/bookmark_outline";
@@ -919,6 +933,7 @@ export { default as Icon24Comment } from "./24/comment";
919
933
  export { default as Icon24CommentAddBadgeOutline } from "./24/comment_add_badge_outline";
920
934
  export { default as Icon24CommentOutline } from "./24/comment_outline";
921
935
  export { default as Icon24ComputerOutline } from "./24/computer_outline";
936
+ export { default as Icon24ContrastOutline } from "./24/contrast_outline";
922
937
  export { default as Icon24Copy } from "./24/copy";
923
938
  export { default as Icon24CopyOutline } from "./24/copy_outline";
924
939
  export { default as Icon24Crop } from "./24/crop";
@@ -972,6 +987,7 @@ export { default as Icon24ErrorCircleOutline } from "./24/error_circle_outline";
972
987
  export { default as Icon24EternalFlameOutline } from "./24/eternal_flame_outline";
973
988
  export { default as Icon24EuroOutline } from "./24/euro_outline";
974
989
  export { default as Icon24Explicit } from "./24/explicit";
990
+ export { default as Icon24ExpositionOutline } from "./24/exposition_outline";
975
991
  export { default as Icon24ExternalLinkOutline } from "./24/external_link_outline";
976
992
  export { default as Icon24Favorite } from "./24/favorite";
977
993
  export { default as Icon24FavoriteOutline } from "./24/favorite_outline";
@@ -1006,6 +1022,7 @@ export { default as Icon24GiftOutline } from "./24/gift_outline";
1006
1022
  export { default as Icon24Globe } from "./24/globe";
1007
1023
  export { default as Icon24GlobeOutline } from "./24/globe_outline";
1008
1024
  export { default as Icon24GoodsCollection } from "./24/goods_collection";
1025
+ export { default as Icon24GrainOutline } from "./24/grain_outline";
1009
1026
  export { default as Icon24GraphOutline } from "./24/graph_outline";
1010
1027
  export { default as Icon24Grid4UnevenVerticalOutline } from "./24/grid_4_uneven_vertical_outline";
1011
1028
  export { default as Icon24GunOutline } from "./24/gun_outline";
@@ -1020,6 +1037,7 @@ export { default as Icon24HelpOutline } from "./24/help_outline";
1020
1037
  export { default as Icon24Hide } from "./24/hide";
1021
1038
  export { default as Icon24HideOutline } from "./24/hide_outline";
1022
1039
  export { default as Icon24HieroglyphCharacterOutline } from "./24/hieroglyph_character_outline";
1040
+ export { default as Icon24HighlightsOutline } from "./24/highlights_outline";
1023
1041
  export { default as Icon24HistoryBackwardOutline } from "./24/history_backward_outline";
1024
1042
  export { default as Icon24Home } from "./24/home";
1025
1043
  export { default as Icon24HomeHeartOutline } from "./24/home_heart_outline";
@@ -1217,6 +1235,7 @@ export { default as Icon24SendOutline } from "./24/send_outline";
1217
1235
  export { default as Icon24Services } from "./24/services";
1218
1236
  export { default as Icon24ServicesOutline } from "./24/services_outline";
1219
1237
  export { default as Icon24Settings } from "./24/settings";
1238
+ export { default as Icon24ShadowsOutline } from "./24/shadows_outline";
1220
1239
  export { default as Icon24Share } from "./24/share";
1221
1240
  export { default as Icon24ShareExternal } from "./24/share_external";
1222
1241
  export { default as Icon24ShareExternalOutline } from "./24/share_external_outline";
@@ -1270,6 +1289,7 @@ export { default as Icon24TennisBallOutline } from "./24/tennis_ball_outline";
1270
1289
  export { default as Icon24TextLiveOutline } from "./24/text_live_outline";
1271
1290
  export { default as Icon24TextOutline } from "./24/text_outline";
1272
1291
  export { default as Icon24TextTtOutline } from "./24/text_tt_outline";
1292
+ export { default as Icon24ThermometerOutline } from "./24/thermometer_outline";
1273
1293
  export { default as Icon24ThumbDown } from "./24/thumb_down";
1274
1294
  export { default as Icon24ThumbsDown } from "./24/thumbs_down";
1275
1295
  export { default as Icon24ThumbsDownOutline } from "./24/thumbs_down_outline";
@@ -1277,6 +1297,7 @@ export { default as Icon24ThumbsUpOutline } from "./24/thumbs_up_outline";
1277
1297
  export { default as Icon24ThumbUp } from "./24/thumb_up";
1278
1298
  export { default as Icon24TicketOutline } from "./24/ticket_outline";
1279
1299
  export { default as Icon24TrashSmileOutline } from "./24/trash_smile_outline";
1300
+ export { default as Icon24TriangleOutline } from "./24/triangle_outline";
1280
1301
  export { default as Icon24TshirtOutline } from "./24/tshirt_outline";
1281
1302
  export { default as Icon24UnarchiveOutline } from "./24/unarchive_outline";
1282
1303
  export { default as Icon24UnblockOutline } from "./24/unblock_outline";