@vkontakte/icons 2.25.0 → 2.26.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 (46) hide show
  1. package/dist/16/add_circle.js +12 -0
  2. package/dist/20/heart_settings_outline.js +12 -0
  3. package/dist/24/cancel_circle_fill_red.js +12 -0
  4. package/dist/24/check_circle_fill_green.js +12 -0
  5. package/dist/24/clock_circle_fill_gray.js +12 -0
  6. package/dist/24/error_circle_fill_gray.js +12 -0
  7. package/dist/24/error_circle_fill_red.js +12 -0
  8. package/dist/28/articles_slash_outline.js +12 -0
  9. package/dist/es6/16/add_circle.js +2 -0
  10. package/dist/es6/20/heart_settings_outline.js +2 -0
  11. package/dist/es6/24/cancel_circle_fill_red.js +2 -0
  12. package/dist/es6/24/check_circle_fill_green.js +2 -0
  13. package/dist/es6/24/clock_circle_fill_gray.js +2 -0
  14. package/dist/es6/24/error_circle_fill_gray.js +2 -0
  15. package/dist/es6/24/error_circle_fill_red.js +2 -0
  16. package/dist/es6/28/articles_slash_outline.js +2 -0
  17. package/dist/es6/index.js +8 -0
  18. package/dist/icons-map.json +1 -1
  19. package/dist/index.js +38 -6
  20. package/dist/typings/16/add_circle.d.ts +12 -0
  21. package/dist/typings/20/heart_settings_outline.d.ts +12 -0
  22. package/dist/typings/24/cancel_circle_fill_red.d.ts +12 -0
  23. package/dist/typings/24/check_circle_fill_green.d.ts +12 -0
  24. package/dist/typings/24/clock_circle_fill_gray.d.ts +12 -0
  25. package/dist/typings/24/error_circle_fill_gray.d.ts +12 -0
  26. package/dist/typings/24/error_circle_fill_red.d.ts +12 -0
  27. package/dist/typings/28/articles_slash_outline.d.ts +12 -0
  28. package/dist/typings/index.d.ts +8 -0
  29. package/package.json +1 -1
  30. package/src/svg/16/add_circle_16.svg +1 -0
  31. package/src/svg/20/heart_settings_outline_20.svg +1 -0
  32. package/src/svg/24/cancel_circle_fill_red_24.svg +1 -0
  33. package/src/svg/24/check_circle_fill_green_24.svg +1 -0
  34. package/src/svg/24/clock_circle_fill_gray_24.svg +1 -0
  35. package/src/svg/24/error_circle_fill_gray_24.svg +1 -0
  36. package/src/svg/24/error_circle_fill_red_24.svg +1 -0
  37. package/src/svg/28/articles_slash_outline_28.svg +1 -0
  38. package/ts/16/add_circle.ts +24 -0
  39. package/ts/20/heart_settings_outline.ts +24 -0
  40. package/ts/24/cancel_circle_fill_red.ts +24 -0
  41. package/ts/24/check_circle_fill_green.ts +24 -0
  42. package/ts/24/clock_circle_fill_gray.ts +24 -0
  43. package/ts/24/error_circle_fill_gray.ts +24 -0
  44. package/ts/24/error_circle_fill_red.ts +24 -0
  45. package/ts/28/articles_slash_outline.ts +24 -0
  46. package/ts/index.ts +8 -0
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon16AddCircle", "add_circle_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="add_circle_16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Z" opacity=".12" /><path fill-rule="evenodd" d="M8.9 4.9a.9.9 0 0 0-1.8 0v2.2H4.9a.9.9 0 0 0 0 1.8h2.2v2.2a.9.9 0 1 0 1.8 0V8.9h2.2a.9.9 0 1 0 0-1.8H8.9V4.9Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon20HeartSettingsOutline", "heart_settings_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="heart_settings_outline_20"><path d="M6.371 2.5A5.371 5.371 0 0 0 1 7.871c0 1.39.285 2.563 1.263 3.843.88 1.151 2.314 2.373 4.44 4.026l1.418 1.103a.75.75 0 0 0 .92-1.184l-1.418-1.103c-2.142-1.667-3.423-2.778-4.168-3.753C2.71 9.828 2.5 8.99 2.5 7.87A3.871 3.871 0 0 1 6.371 4c1.124 0 2.137.53 3.055 1.622a.75.75 0 0 0 1.148 0C11.492 4.529 12.505 4 13.63 4a3.871 3.871 0 0 1 3.87 3.865l-.002.123a.75.75 0 1 0 1.5.024L19 7.884V7.87a5.371 5.371 0 0 0-5.371-5.37c-1.4 0-2.611.571-3.629 1.543C8.982 3.07 7.771 2.5 6.371 2.5Z" /><path fill-rule="evenodd" d="m15.063 9.375.017.058c.094.319.187.636.716.942.63.17.937 0 1.223-.19.298-.199.387-.141.506-.024l.29.29c.132.132.185.185 0 .53l-.03.053c-.158.292-.317.583-.158 1.173.324.565.66.663.998.73.352.07.373.174.375.341v.41c0 .187 0 .262-.375.374l-.059.018c-.318.094-.636.187-.94.716-.172.63-.002.937.189 1.223.198.298.14.387.024.506l-.29.29c-.132.132-.185.185-.53 0l-.054-.03c-.291-.159-.582-.317-1.172-.159-.565.325-.663.662-.73.999-.07.351-.174.373-.341.375h-.41c-.187 0-.262 0-.374-.375l-.018-.059c-.094-.318-.187-.636-.716-.941-.63-.17-.937-.001-1.223.19-.298.198-.387.14-.506.023l-.29-.289c-.132-.132-.185-.186 0-.53l.03-.054c.158-.291.317-.582.158-1.173-.324-.565-.66-.662-.998-.73-.352-.07-.373-.173-.375-.34v-.41c0-.187 0-.262.375-.375l.059-.017c.318-.094.636-.188.94-.717.171-.629.002-.936-.189-1.222-.198-.299-.14-.387-.024-.506l.29-.29c.132-.132.185-.185.53 0l.054.03c.291.158.582.317 1.172.158.565-.324.663-.661.73-.998.07-.352.174-.374.341-.375h.41c.187 0 .262 0 .374.375Zm1.406 4.125a1.969 1.969 0 1 1-3.938 0 1.969 1.969 0 0 1 3.938 0Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon24CancelCircleFillRed", "cancel_circle_fill_red_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="cancel_circle_fill_red_24"><path fill="#FF3347" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z" /><path fill="#fff" d="M7.293 8.707a1 1 0 0 1 1.414-1.414L12 10.586l3.293-3.293a1 1 0 1 1 1.414 1.414L13.414 12l3.293 3.293a1 1 0 0 1-1.414 1.414L12 13.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L10.586 12 7.293 8.707Z" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon24CheckCircleFillGreen", "check_circle_fill_green_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="check_circle_fill_green_24"><path fill="#4BB34B" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z" /><path fill="#fff" fill-rule="evenodd" d="M18.207 7.793a1 1 0 0 1 0 1.414l-7.5 7.5a1 1 0 0 1-1.414 0l-3.5-3.5a1 1 0 1 1 1.414-1.414L10 14.586l6.793-6.793a1 1 0 0 1 1.414 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon24ClockCircleFillGray", "clock_circle_fill_gray_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="clock_circle_fill_gray_24"><path fill="#A3ADB8" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z" /><path fill="#fff" fill-rule="evenodd" d="M11.499 4.998c.55 0 .996.448.996 1l-.001 7.194 5.054 1.869a1 1 0 0 1-.69 1.876l-5.706-2.11a1 1 0 0 1-.652-.938l.002-7.891c0-.552.446-1 .997-1Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon24ErrorCircleFillGray", "error_circle_fill_gray_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="error_circle_fill_gray_24"><circle cx="12" cy="12" r="12" fill="#A3ADB8" /><path fill="#fff" d="M12 5c-.815 0-1.464.684-1.421 1.498l.368 7.003.006.093A1 1 0 0 0 12 14.5h.092a1 1 0 0 0 .955-.906l.006-.093.368-7.003A1.423 1.423 0 0 0 12 5Zm0 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon24ErrorCircleFillRed", "error_circle_fill_red_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="error_circle_fill_red_24"><circle cx="12" cy="12" r="12" fill="#FF3347" /><path fill="#fff" d="M12 5c-.815 0-1.464.684-1.421 1.498l.368 7.003.006.093A1 1 0 0 0 12 14.5h.092a1 1 0 0 0 .955-.906l.006-.093.368-7.003A1.423 1.423 0 0 0 12 5Zm0 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "default", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return _default;
9
+ }
10
+ });
11
+ var _iconsSprite = require("@vkontakte/icons-sprite");
12
+ var _default = (0, _iconsSprite.makeIcon)("Icon28ArticlesSlashOutline", "articles_slash_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="articles_slash_outline_28"><path d="M5.71 3.298a1 1 0 0 0-1.414 1.414l1.29 1.29H3.002a1 1 0 0 0 0 2h3v7.003a1 1 0 1 0 2 0V8.417l5.586 5.588H12a1 1 0 1 0 0 2h3.59l4 4H7a1 1 0 1 0 0 2h14.587l2.708 2.707a1 1 0 0 0 1.414-1.414l-20-20ZM15 9.002a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm7.004 5.003a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2h-2Z" /></symbol>', 28, 28, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon16AddCircle", "add_circle_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="add_circle_16"><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Z" opacity=".12" /><path fill-rule="evenodd" d="M8.9 4.9a.9.9 0 0 0-1.8 0v2.2H4.9a.9.9 0 0 0 0 1.8h2.2v2.2a.9.9 0 1 0 1.8 0V8.9h2.2a.9.9 0 1 0 0-1.8H8.9V4.9Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon20HeartSettingsOutline", "heart_settings_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="heart_settings_outline_20"><path d="M6.371 2.5A5.371 5.371 0 0 0 1 7.871c0 1.39.285 2.563 1.263 3.843.88 1.151 2.314 2.373 4.44 4.026l1.418 1.103a.75.75 0 0 0 .92-1.184l-1.418-1.103c-2.142-1.667-3.423-2.778-4.168-3.753C2.71 9.828 2.5 8.99 2.5 7.87A3.871 3.871 0 0 1 6.371 4c1.124 0 2.137.53 3.055 1.622a.75.75 0 0 0 1.148 0C11.492 4.529 12.505 4 13.63 4a3.871 3.871 0 0 1 3.87 3.865l-.002.123a.75.75 0 1 0 1.5.024L19 7.884V7.87a5.371 5.371 0 0 0-5.371-5.37c-1.4 0-2.611.571-3.629 1.543C8.982 3.07 7.771 2.5 6.371 2.5Z" /><path fill-rule="evenodd" d="m15.063 9.375.017.058c.094.319.187.636.716.942.63.17.937 0 1.223-.19.298-.199.387-.141.506-.024l.29.29c.132.132.185.185 0 .53l-.03.053c-.158.292-.317.583-.158 1.173.324.565.66.663.998.73.352.07.373.174.375.341v.41c0 .187 0 .262-.375.374l-.059.018c-.318.094-.636.187-.94.716-.172.63-.002.937.189 1.223.198.298.14.387.024.506l-.29.29c-.132.132-.185.185-.53 0l-.054-.03c-.291-.159-.582-.317-1.172-.159-.565.325-.663.662-.73.999-.07.351-.174.373-.341.375h-.41c-.187 0-.262 0-.374-.375l-.018-.059c-.094-.318-.187-.636-.716-.941-.63-.17-.937-.001-1.223.19-.298.198-.387.14-.506.023l-.29-.289c-.132-.132-.185-.186 0-.53l.03-.054c.158-.291.317-.582.158-1.173-.324-.565-.66-.662-.998-.73-.352-.07-.373-.173-.375-.34v-.41c0-.187 0-.262.375-.375l.059-.017c.318-.094.636-.188.94-.717.171-.629.002-.936-.189-1.222-.198-.299-.14-.387-.024-.506l.29-.29c.132-.132.185-.185.53 0l.054.03c.291.158.582.317 1.172.158.565-.324.663-.661.73-.998.07-.352.174-.374.341-.375h.41c.187 0 .262 0 .374.375Zm1.406 4.125a1.969 1.969 0 1 1-3.938 0 1.969 1.969 0 0 1 3.938 0Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon24CancelCircleFillRed", "cancel_circle_fill_red_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="cancel_circle_fill_red_24"><path fill="#FF3347" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z" /><path fill="#fff" d="M7.293 8.707a1 1 0 0 1 1.414-1.414L12 10.586l3.293-3.293a1 1 0 1 1 1.414 1.414L13.414 12l3.293 3.293a1 1 0 0 1-1.414 1.414L12 13.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L10.586 12 7.293 8.707Z" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon24CheckCircleFillGreen", "check_circle_fill_green_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="check_circle_fill_green_24"><path fill="#4BB34B" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z" /><path fill="#fff" fill-rule="evenodd" d="M18.207 7.793a1 1 0 0 1 0 1.414l-7.5 7.5a1 1 0 0 1-1.414 0l-3.5-3.5a1 1 0 1 1 1.414-1.414L10 14.586l6.793-6.793a1 1 0 0 1 1.414 0Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon24ClockCircleFillGray", "clock_circle_fill_gray_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="clock_circle_fill_gray_24"><path fill="#A3ADB8" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Z" /><path fill="#fff" fill-rule="evenodd" d="M11.499 4.998c.55 0 .996.448.996 1l-.001 7.194 5.054 1.869a1 1 0 0 1-.69 1.876l-5.706-2.11a1 1 0 0 1-.652-.938l.002-7.891c0-.552.446-1 .997-1Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon24ErrorCircleFillGray", "error_circle_fill_gray_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="error_circle_fill_gray_24"><circle cx="12" cy="12" r="12" fill="#A3ADB8" /><path fill="#fff" d="M12 5c-.815 0-1.464.684-1.421 1.498l.368 7.003.006.093A1 1 0 0 0 12 14.5h.092a1 1 0 0 0 .955-.906l.006-.093.368-7.003A1.423 1.423 0 0 0 12 5Zm0 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon24ErrorCircleFillRed", "error_circle_fill_red_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="error_circle_fill_red_24"><circle cx="12" cy="12" r="12" fill="#FF3347" /><path fill="#fff" d="M12 5c-.815 0-1.464.684-1.421 1.498l.368 7.003.006.093A1 1 0 0 0 12 14.5h.092a1 1 0 0 0 .955-.906l.006-.093.368-7.003A1.423 1.423 0 0 0 12 5Zm0 11a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon28ArticlesSlashOutline", "articles_slash_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="articles_slash_outline_28"><path d="M5.71 3.298a1 1 0 0 0-1.414 1.414l1.29 1.29H3.002a1 1 0 0 0 0 2h3v7.003a1 1 0 1 0 2 0V8.417l5.586 5.588H12a1 1 0 1 0 0 2h3.59l4 4H7a1 1 0 1 0 0 2h14.587l2.708 2.707a1 1 0 0 0 1.414-1.414l-20-20ZM15 9.002a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm7.004 5.003a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2h-2Z" /></symbol>', 28, 28, false, undefined);
package/dist/es6/index.js CHANGED
@@ -92,6 +92,7 @@ export { default as Icon12Verified } from "./12/verified";
92
92
  export { default as Icon12VerifiedAlt } from "./12/verified_alt";
93
93
  export { default as Icon12View } from "./12/view";
94
94
  export { default as Icon16Add } from "./16/add";
95
+ export { default as Icon16AddCircle } from "./16/add_circle";
95
96
  export { default as Icon16AddCircleOutline } from "./16/add_circle_outline";
96
97
  export { default as Icon16AddSquareOutline } from "./16/add_square_outline";
97
98
  export { default as Icon16Advertising } from "./16/advertising";
@@ -565,6 +566,7 @@ export { default as Icon20Grid4UnevenVerticalOutline } from "./20/grid_4_uneven_
565
566
  export { default as Icon20Hand } from "./20/hand";
566
567
  export { default as Icon20HeadphonesSupportOutline } from "./20/headphones_support_outline";
567
568
  export { default as Icon20HealthOutline } from "./20/health_outline";
569
+ export { default as Icon20HeartSettingsOutline } from "./20/heart_settings_outline";
568
570
  export { default as Icon20HelpOutline } from "./20/help_outline";
569
571
  export { default as Icon20HideOutline } from "./20/hide_outline";
570
572
  export { default as Icon20HieroglyphCharacterOutline } from "./20/hieroglyph_character_outline";
@@ -933,6 +935,7 @@ export { default as Icon24CalendarOutline } from "./24/calendar_outline";
933
935
  export { default as Icon24Camera } from "./24/camera";
934
936
  export { default as Icon24CameraOutline } from "./24/camera_outline";
935
937
  export { default as Icon24Cancel } from "./24/cancel";
938
+ export { default as Icon24CancelCircleFillRed } from "./24/cancel_circle_fill_red";
936
939
  export { default as Icon24CancelOutline } from "./24/cancel_outline";
937
940
  export { default as Icon24Cards2Outline } from "./24/cards_2_outline";
938
941
  export { default as Icon24CarOutline } from "./24/car_outline";
@@ -942,6 +945,7 @@ export { default as Icon24Chats } from "./24/chats";
942
945
  export { default as Icon24CheckBoxOff } from "./24/check_box_off";
943
946
  export { default as Icon24CheckBoxOn } from "./24/check_box_on";
944
947
  export { default as Icon24CheckCircleFilledBlue } from "./24/check_circle_filled_blue";
948
+ export { default as Icon24CheckCircleFillGreen } from "./24/check_circle_fill_green";
945
949
  export { default as Icon24CheckCircleOff } from "./24/check_circle_off";
946
950
  export { default as Icon24CheckCircleOn } from "./24/check_circle_on";
947
951
  export { default as Icon24CheckCircleOutline } from "./24/check_circle_outline";
@@ -960,6 +964,7 @@ export { default as Icon24ChevronRight } from "./24/chevron_right";
960
964
  export { default as Icon24ChevronRightSquareOutline } from "./24/chevron_right_square_outline";
961
965
  export { default as Icon24ChevronUp } from "./24/chevron_up";
962
966
  export { default as Icon24ClipOutline } from "./24/clip_outline";
967
+ export { default as Icon24ClockCircleFillGray } from "./24/clock_circle_fill_gray";
963
968
  export { default as Icon24ClockOutline } from "./24/clock_outline";
964
969
  export { default as Icon24CloudArrowUpOutline } from "./24/cloud_arrow_up_outline";
965
970
  export { default as Icon24CloudOutline } from "./24/cloud_outline";
@@ -1023,6 +1028,8 @@ export { default as Icon24EducationOutline } from "./24/education_outline";
1023
1028
  export { default as Icon24EmployeeOutline } from "./24/employee_outline";
1024
1029
  export { default as Icon24Error } from "./24/error";
1025
1030
  export { default as Icon24ErrorCircle } from "./24/error_circle";
1031
+ export { default as Icon24ErrorCircleFillGray } from "./24/error_circle_fill_gray";
1032
+ export { default as Icon24ErrorCircleFillRed } from "./24/error_circle_fill_red";
1026
1033
  export { default as Icon24ErrorCircleOutline } from "./24/error_circle_outline";
1027
1034
  export { default as Icon24EternalFlameOutline } from "./24/eternal_flame_outline";
1028
1035
  export { default as Icon24EuroOutline } from "./24/euro_outline";
@@ -1444,6 +1451,7 @@ export { default as Icon28ArrowUturnLeftOutline } from "./28/arrow_uturn_left_ou
1444
1451
  export { default as Icon28ArrowUturnRightOutline } from "./28/arrow_uturn_right_outline";
1445
1452
  export { default as Icon28ArticleOutline } from "./28/article_outline";
1446
1453
  export { default as Icon28ArticlesOutline } from "./28/articles_outline";
1454
+ export { default as Icon28ArticlesSlashOutline } from "./28/articles_slash_outline";
1447
1455
  export { default as Icon28AttachCircleFillBlue } from "./28/attach_circle_fill_blue";
1448
1456
  export { default as Icon28Attachments } from "./28/attachments";
1449
1457
  export { default as Icon28AttachOutline } from "./28/attach_outline";