@vkontakte/icons 2.28.0 → 2.30.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 (41) hide show
  1. package/dist/20/crop_outline.js +12 -0
  2. package/dist/20/transparency_outline.js +12 -0
  3. package/dist/24/text_bold_outline.js +12 -0
  4. package/dist/24/text_italic_outline.js +12 -0
  5. package/dist/24/text_strikethrough_outline.js +12 -0
  6. package/dist/24/text_underline_outline.js +12 -0
  7. package/dist/56/articles_outline.js +12 -0
  8. package/dist/es6/20/crop_outline.js +2 -0
  9. package/dist/es6/20/transparency_outline.js +2 -0
  10. package/dist/es6/24/text_bold_outline.js +2 -0
  11. package/dist/es6/24/text_italic_outline.js +2 -0
  12. package/dist/es6/24/text_strikethrough_outline.js +2 -0
  13. package/dist/es6/24/text_underline_outline.js +2 -0
  14. package/dist/es6/56/articles_outline.js +2 -0
  15. package/dist/es6/index.js +7 -0
  16. package/dist/icons-map.json +1 -1
  17. package/dist/index.js +28 -0
  18. package/dist/typings/20/crop_outline.d.ts +12 -0
  19. package/dist/typings/20/transparency_outline.d.ts +12 -0
  20. package/dist/typings/24/text_bold_outline.d.ts +12 -0
  21. package/dist/typings/24/text_italic_outline.d.ts +12 -0
  22. package/dist/typings/24/text_strikethrough_outline.d.ts +12 -0
  23. package/dist/typings/24/text_underline_outline.d.ts +12 -0
  24. package/dist/typings/56/articles_outline.d.ts +12 -0
  25. package/dist/typings/index.d.ts +7 -0
  26. package/package.json +1 -1
  27. package/src/svg/20/crop_outline_20.svg +1 -0
  28. package/src/svg/20/transparency_outline_20.svg +1 -0
  29. package/src/svg/24/text_bold_outline_24.svg +1 -0
  30. package/src/svg/24/text_italic_outline_24.svg +1 -0
  31. package/src/svg/24/text_strikethrough_outline_24.svg +1 -0
  32. package/src/svg/24/text_underline_outline_24.svg +1 -0
  33. package/src/svg/56/articles_outline_56.svg +1 -0
  34. package/ts/20/crop_outline.ts +24 -0
  35. package/ts/20/transparency_outline.ts +24 -0
  36. package/ts/24/text_bold_outline.ts +24 -0
  37. package/ts/24/text_italic_outline.ts +24 -0
  38. package/ts/24/text_strikethrough_outline.ts +24 -0
  39. package/ts/24/text_underline_outline.ts +24 -0
  40. package/ts/56/articles_outline.ts +24 -0
  41. package/ts/index.ts +7 -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)("Icon20CropOutline", "crop_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="crop_outline_20"><path fill-rule="evenodd" d="M6.001 1.75a.75.75 0 1 0-1.5 0v2.744H1.75a.75.75 0 0 0 0 1.5H4.5v7.092a2.417 2.417 0 0 0 2.417 2.418h7.085v2.746a.75.75 0 1 0 1.5 0v-2.746h2.747a.75.75 0 0 0 0-1.5H6.918a.917.917 0 0 1-.917-.918V1.75Zm2.75 2.747a.75.75 0 0 0 0 1.5h4.342c.506 0 .917.412.917.918v4.33a.75.75 0 1 0 1.5 0v-4.33a2.417 2.417 0 0 0-2.417-2.418H8.752Z" 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)("Icon20TransparencyOutline", "transparency_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="transparency_outline_20"><path fill-rule="evenodd" d="M8 13c.553 0 1.086-.09 1.583-.256l-2.327-2.327a4.995 4.995 0 0 0-.172 2.5c.297.054.603.083.916.083Zm-.017-3.978 2.995 2.995a5.032 5.032 0 0 0 1.039-1.04L9.022 7.984a5.03 5.03 0 0 0-1.04 1.04Zm2.433-1.766 2.328 2.327a4.995 4.995 0 0 0 .172-2.5 5.027 5.027 0 0 0-2.5.173ZM14.14 5.86a6.5 6.5 0 1 0-8.28 8.28 6.5 6.5 0 1 0 8.28-8.28Zm.351 1.804a5 5 0 1 1-6.828 6.828 6.5 6.5 0 0 0 6.828-6.828Z" 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)("Icon24TextBoldOutline", "text_bold_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="text_bold_outline_24"><path d="M11.99 19.001c1.036 0 1.683-.695 1.683-1.799v-4.11h.057l4.22 5.214c.351.447.77.695 1.396.695.932 0 1.654-.714 1.654-1.646 0-.41-.085-.819-.428-1.228l-3.868-4.586 3.773-4.264c.266-.304.352-.609.352-.942 0-.866-.665-1.484-1.568-1.484-.475 0-.827.152-1.16.561l-4.362 5.196h-.066V6.649c0-1.103-.647-1.798-1.682-1.798-1.036 0-1.683.695-1.683 1.798v3.959h-.066L5.899 5.412c-.324-.4-.685-.561-1.17-.561-.902 0-1.567.618-1.567 1.475 0 .342.085.685.351.99l3.754 4.282-3.849 4.539A1.849 1.849 0 0 0 3 17.364c0 .933.703 1.637 1.644 1.637.618 0 1.046-.248 1.397-.695l4.21-5.214h.057v4.11c0 1.104.647 1.799 1.683 1.799Z" /></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)("Icon24TextItalicOutline", "text_italic_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="text_italic_outline_24"><path fill-rule="evenodd" d="M10.648 5.866a.9.9 0 1 0-1.767-.332l-2.365 12.6a.9.9 0 1 0 1.766.332l1-5.329 4.449 5.716a.898.898 0 0 0 1.261.157.9.9 0 0 0 .157-1.263l-4.397-5.65 6.161-5.738a.9.9 0 0 0 .046-1.272.898.898 0 0 0-1.27-.046l-5.922 5.516.88-4.69Z" 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)("Icon24TextStrikethroughOutline", "text_strikethrough_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="text_strikethrough_outline_24"><path fill-rule="evenodd" d="m6.365 20.225 1.722-4.855h7.81l1.735 4.854c.105.297.23.487.377.603.144.113.33.174.594.174.601 0 .987-.37.987-.841 0-.14-.032-.312-.133-.59l-2.874-7.767H19.1a.9.9 0 0 0 0-1.8h-3.183l-2.59-6.998c-.136-.365-.309-.612-.515-.769-.204-.155-.459-.235-.787-.235-.356 0-.628.084-.842.243-.215.16-.39.41-.526.774l-2.582 6.985H4.9a.9.9 0 0 0 0 1.8h2.51L4.54 19.57c-.101.278-.133.452-.133.59 0 .473.385.843.986.843.265 0 .451-.061.595-.175.147-.116.272-.305.377-.602Zm2.95-8.422-.684 1.95h6.735l-.684-1.95H9.315Zm4.735-1.8-1.87-5.329h-.363l-1.87 5.329h4.103Z" 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)("Icon24TextUnderlineOutline", "text_underline_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="text_underline_outline_24"><path fill-rule="evenodd" d="M14.204 11.893c-.682.521-1.744.905-2.944.905-3.109 0-4.758-1.972-4.758-4.54V5.79c0-.606.371-.99.967-.99.587 0 .967.384.967.99v2.4c0 1.8 1.054 2.902 2.988 2.902 1.252 0 2.288-.444 2.901-1.05v-4.25c0-.607.38-.991.968-.991.595 0 .967.384.967.99V16.4c0 .607-.372.99-.968.99-.587 0-.967-.384-.967-.99v-4.507h-.12ZM7.41 19.202a.904.904 0 0 0-.909.899c0 .497.407.899.91.899h9.18c.503 0 .91-.402.91-.899 0-.496-.407-.9-.91-.9H7.41Z" 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)("Icon56ArticlesOutline", "articles_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="articles_outline_56"><path d="M6.499 13a1.5 1.5 0 0 0 0 3h6.505v13.5a1.5 1.5 0 1 0 3 0V16h6.495a1.5 1.5 0 0 0 0-3h-16Zm25.002 2.997a1.5 1.5 0 0 0 0 3H48.5a1.5 1.5 0 1 0 0-3H31.501ZM22 29.503a1.5 1.5 0 0 1 1.5-1.5h25a1.5 1.5 0 1 1 0 3h-25a1.5 1.5 0 0 1-1.5-1.5ZM12.996 41.5a1.5 1.5 0 0 1 1.5-1.5H48.5a1.5 1.5 0 1 1 0 3H14.496a1.5 1.5 0 0 1-1.5-1.5Z" /></symbol>', 56, 56, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon20CropOutline", "crop_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="crop_outline_20"><path fill-rule="evenodd" d="M6.001 1.75a.75.75 0 1 0-1.5 0v2.744H1.75a.75.75 0 0 0 0 1.5H4.5v7.092a2.417 2.417 0 0 0 2.417 2.418h7.085v2.746a.75.75 0 1 0 1.5 0v-2.746h2.747a.75.75 0 0 0 0-1.5H6.918a.917.917 0 0 1-.917-.918V1.75Zm2.75 2.747a.75.75 0 0 0 0 1.5h4.342c.506 0 .917.412.917.918v4.33a.75.75 0 1 0 1.5 0v-4.33a2.417 2.417 0 0 0-2.417-2.418H8.752Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon20TransparencyOutline", "transparency_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="transparency_outline_20"><path fill-rule="evenodd" d="M8 13c.553 0 1.086-.09 1.583-.256l-2.327-2.327a4.995 4.995 0 0 0-.172 2.5c.297.054.603.083.916.083Zm-.017-3.978 2.995 2.995a5.032 5.032 0 0 0 1.039-1.04L9.022 7.984a5.03 5.03 0 0 0-1.04 1.04Zm2.433-1.766 2.328 2.327a4.995 4.995 0 0 0 .172-2.5 5.027 5.027 0 0 0-2.5.173ZM14.14 5.86a6.5 6.5 0 1 0-8.28 8.28 6.5 6.5 0 1 0 8.28-8.28Zm.351 1.804a5 5 0 1 1-6.828 6.828 6.5 6.5 0 0 0 6.828-6.828Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon24TextBoldOutline", "text_bold_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="text_bold_outline_24"><path d="M11.99 19.001c1.036 0 1.683-.695 1.683-1.799v-4.11h.057l4.22 5.214c.351.447.77.695 1.396.695.932 0 1.654-.714 1.654-1.646 0-.41-.085-.819-.428-1.228l-3.868-4.586 3.773-4.264c.266-.304.352-.609.352-.942 0-.866-.665-1.484-1.568-1.484-.475 0-.827.152-1.16.561l-4.362 5.196h-.066V6.649c0-1.103-.647-1.798-1.682-1.798-1.036 0-1.683.695-1.683 1.798v3.959h-.066L5.899 5.412c-.324-.4-.685-.561-1.17-.561-.902 0-1.567.618-1.567 1.475 0 .342.085.685.351.99l3.754 4.282-3.849 4.539A1.849 1.849 0 0 0 3 17.364c0 .933.703 1.637 1.644 1.637.618 0 1.046-.248 1.397-.695l4.21-5.214h.057v4.11c0 1.104.647 1.799 1.683 1.799Z" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon24TextItalicOutline", "text_italic_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="text_italic_outline_24"><path fill-rule="evenodd" d="M10.648 5.866a.9.9 0 1 0-1.767-.332l-2.365 12.6a.9.9 0 1 0 1.766.332l1-5.329 4.449 5.716a.898.898 0 0 0 1.261.157.9.9 0 0 0 .157-1.263l-4.397-5.65 6.161-5.738a.9.9 0 0 0 .046-1.272.898.898 0 0 0-1.27-.046l-5.922 5.516.88-4.69Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon24TextStrikethroughOutline", "text_strikethrough_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="text_strikethrough_outline_24"><path fill-rule="evenodd" d="m6.365 20.225 1.722-4.855h7.81l1.735 4.854c.105.297.23.487.377.603.144.113.33.174.594.174.601 0 .987-.37.987-.841 0-.14-.032-.312-.133-.59l-2.874-7.767H19.1a.9.9 0 0 0 0-1.8h-3.183l-2.59-6.998c-.136-.365-.309-.612-.515-.769-.204-.155-.459-.235-.787-.235-.356 0-.628.084-.842.243-.215.16-.39.41-.526.774l-2.582 6.985H4.9a.9.9 0 0 0 0 1.8h2.51L4.54 19.57c-.101.278-.133.452-.133.59 0 .473.385.843.986.843.265 0 .451-.061.595-.175.147-.116.272-.305.377-.602Zm2.95-8.422-.684 1.95h6.735l-.684-1.95H9.315Zm4.735-1.8-1.87-5.329h-.363l-1.87 5.329h4.103Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon24TextUnderlineOutline", "text_underline_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="text_underline_outline_24"><path fill-rule="evenodd" d="M14.204 11.893c-.682.521-1.744.905-2.944.905-3.109 0-4.758-1.972-4.758-4.54V5.79c0-.606.371-.99.967-.99.587 0 .967.384.967.99v2.4c0 1.8 1.054 2.902 2.988 2.902 1.252 0 2.288-.444 2.901-1.05v-4.25c0-.607.38-.991.968-.991.595 0 .967.384.967.99V16.4c0 .607-.372.99-.968.99-.587 0-.967-.384-.967-.99v-4.507h-.12ZM7.41 19.202a.904.904 0 0 0-.909.899c0 .497.407.899.91.899h9.18c.503 0 .91-.402.91-.899 0-.496-.407-.9-.91-.9H7.41Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "@vkontakte/icons-sprite";
2
+ export default makeIcon("Icon56ArticlesOutline", "articles_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="articles_outline_56"><path d="M6.499 13a1.5 1.5 0 0 0 0 3h6.505v13.5a1.5 1.5 0 1 0 3 0V16h6.495a1.5 1.5 0 0 0 0-3h-16Zm25.002 2.997a1.5 1.5 0 0 0 0 3H48.5a1.5 1.5 0 1 0 0-3H31.501ZM22 29.503a1.5 1.5 0 0 1 1.5-1.5h25a1.5 1.5 0 1 1 0 3h-25a1.5 1.5 0 0 1-1.5-1.5ZM12.996 41.5a1.5 1.5 0 0 1 1.5-1.5H48.5a1.5 1.5 0 1 1 0 3H14.496a1.5 1.5 0 0 1-1.5-1.5Z" /></symbol>', 56, 56, false, undefined);
package/dist/es6/index.js CHANGED
@@ -497,6 +497,7 @@ export { default as Icon20ComputerOutline } from "./20/computer_outline";
497
497
  export { default as Icon20CookieOutline } from "./20/cookie_outline";
498
498
  export { default as Icon20CopyOutline } from "./20/copy_outline";
499
499
  export { default as Icon20CopyrightOutline } from "./20/copyright_outline";
500
+ export { default as Icon20CropOutline } from "./20/crop_outline";
500
501
  export { default as Icon20CrownCircleFillVkDating } from "./20/crown_circle_fill_vk_dating";
501
502
  export { default as Icon20CubeBoxOutline } from "./20/cube_box_outline";
502
503
  export { default as Icon20CursorOutline } from "./20/cursor_outline";
@@ -809,6 +810,7 @@ export { default as Icon20ThumbsUpCircleFillGreen } from "./20/thumbs_up_circle_
809
810
  export { default as Icon20ThumbsUpOutline } from "./20/thumbs_up_outline";
810
811
  export { default as Icon20TicketOutline } from "./20/ticket_outline";
811
812
  export { default as Icon20TouchIdOutline } from "./20/touch_id_outline";
813
+ export { default as Icon20TransparencyOutline } from "./20/transparency_outline";
812
814
  export { default as Icon20TrashSmileOutline } from "./20/trash_smile_outline";
813
815
  export { default as Icon20TvTextOutline } from "./20/tv_text_outline";
814
816
  export { default as Icon20UnarchiveOutline } from "./20/unarchive_outline";
@@ -1357,9 +1359,13 @@ export { default as Icon24Tag } from "./24/tag";
1357
1359
  export { default as Icon24TargetOutline } from "./24/target_outline";
1358
1360
  export { default as Icon24TearOffFlyerOutline } from "./24/tear_off_flyer_outline";
1359
1361
  export { default as Icon24TennisBallOutline } from "./24/tennis_ball_outline";
1362
+ export { default as Icon24TextBoldOutline } from "./24/text_bold_outline";
1363
+ export { default as Icon24TextItalicOutline } from "./24/text_italic_outline";
1360
1364
  export { default as Icon24TextLiveOutline } from "./24/text_live_outline";
1361
1365
  export { default as Icon24TextOutline } from "./24/text_outline";
1366
+ export { default as Icon24TextStrikethroughOutline } from "./24/text_strikethrough_outline";
1362
1367
  export { default as Icon24TextTtOutline } from "./24/text_tt_outline";
1368
+ export { default as Icon24TextUnderlineOutline } from "./24/text_underline_outline";
1363
1369
  export { default as Icon24ThermometerOutline } from "./24/thermometer_outline";
1364
1370
  export { default as Icon24ThumbDown } from "./24/thumb_down";
1365
1371
  export { default as Icon24ThumbsDown } from "./24/thumbs_down";
@@ -2307,6 +2313,7 @@ export { default as Icon56ArrowRightDoorOutline } from "./56/arrow_right_door_ou
2307
2313
  export { default as Icon56ArrowUpRectangleOutline } from "./56/arrow_up_rectangle_outline";
2308
2314
  export { default as Icon56ArrowUturnLeftOutline } from "./56/arrow_uturn_left_outline";
2309
2315
  export { default as Icon56ArticleOutline } from "./56/article_outline";
2316
+ export { default as Icon56ArticlesOutline } from "./56/articles_outline";
2310
2317
  export { default as Icon56BackspaceOutline } from "./56/backspace_outline";
2311
2318
  export { default as Icon56BlockOutline } from "./56/block_outline";
2312
2319
  export { default as Icon56BookmarkOutline } from "./56/bookmark_outline";