@vkontakte/icons 1.167.0 → 1.169.1

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 (73) hide show
  1. package/dist/16/check_outline.js +8 -0
  2. package/dist/20/shield_line_outline.js +8 -0
  3. package/dist/20/sticker_smile_outline.js +8 -0
  4. package/dist/20/user_check_outline.js +8 -0
  5. package/dist/24/checks_outline.js +8 -0
  6. package/dist/24/done_outline.js +1 -1
  7. package/dist/24/star_shield_outline.js +8 -0
  8. package/dist/24/sticker_smile_outline.js +8 -0
  9. package/dist/28/computer_outline.js +1 -1
  10. package/dist/28/gif_outline.js +8 -0
  11. package/dist/28/logo_vk_video_outline.js +8 -0
  12. package/dist/28/quote_outline.js +8 -0
  13. package/dist/28/smartphone_share_outline.js +8 -0
  14. package/dist/36/heart_unlock.js +8 -0
  15. package/dist/es6/16/check_outline.js +2 -0
  16. package/dist/es6/20/shield_line_outline.js +2 -0
  17. package/dist/es6/20/sticker_smile_outline.js +2 -0
  18. package/dist/es6/20/user_check_outline.js +2 -0
  19. package/dist/es6/24/checks_outline.js +2 -0
  20. package/dist/es6/24/done_outline.js +1 -1
  21. package/dist/es6/24/star_shield_outline.js +2 -0
  22. package/dist/es6/24/sticker_smile_outline.js +2 -0
  23. package/dist/es6/28/computer_outline.js +1 -1
  24. package/dist/es6/28/gif_outline.js +2 -0
  25. package/dist/es6/28/logo_vk_video_outline.js +2 -0
  26. package/dist/es6/28/quote_outline.js +2 -0
  27. package/dist/es6/28/smartphone_share_outline.js +2 -0
  28. package/dist/es6/36/heart_unlock.js +2 -0
  29. package/dist/es6/index.js +12 -0
  30. package/dist/index.js +86 -2
  31. package/dist/typings/16/check_outline.d.ts +9 -0
  32. package/dist/typings/20/shield_line_outline.d.ts +9 -0
  33. package/dist/typings/20/sticker_smile_outline.d.ts +9 -0
  34. package/dist/typings/20/user_check_outline.d.ts +9 -0
  35. package/dist/typings/24/checks_outline.d.ts +9 -0
  36. package/dist/typings/24/star_shield_outline.d.ts +9 -0
  37. package/dist/typings/24/sticker_smile_outline.d.ts +9 -0
  38. package/dist/typings/28/gif_outline.d.ts +9 -0
  39. package/dist/typings/28/logo_vk_video_outline.d.ts +9 -0
  40. package/dist/typings/28/quote_outline.d.ts +9 -0
  41. package/dist/typings/28/smartphone_share_outline.d.ts +9 -0
  42. package/dist/typings/36/heart_unlock.d.ts +9 -0
  43. package/dist/typings/index.d.ts +12 -0
  44. package/package.json +2 -2
  45. package/src/svg/16/check_outline_16.svg +1 -0
  46. package/src/svg/20/shield_line_outline_20.svg +1 -0
  47. package/src/svg/20/sticker_smile_outline_20.svg +1 -0
  48. package/src/svg/20/user_check_outline_20.svg +1 -0
  49. package/src/svg/24/checks_outline_24.svg +1 -0
  50. package/src/svg/24/done_outline_24.svg +2 -13
  51. package/src/svg/24/star_shield_outline_24.svg +1 -0
  52. package/src/svg/24/sticker_smile_outline_24.svg +1 -0
  53. package/src/svg/28/computer_outline_28.svg +1 -1
  54. package/src/svg/28/gif_outline_28.svg +1 -0
  55. package/src/svg/28/logo_vk_video_outline_28.svg +1 -0
  56. package/src/svg/28/quote_outline_28.svg +1 -0
  57. package/src/svg/28/smartphone_share_outline_28.svg +1 -0
  58. package/src/svg/36/heart_unlock_36.svg +1 -0
  59. package/ts/16/check_outline.ts +18 -0
  60. package/ts/20/shield_line_outline.ts +18 -0
  61. package/ts/20/sticker_smile_outline.ts +18 -0
  62. package/ts/20/user_check_outline.ts +18 -0
  63. package/ts/24/checks_outline.ts +18 -0
  64. package/ts/24/done_outline.ts +1 -1
  65. package/ts/24/star_shield_outline.ts +18 -0
  66. package/ts/24/sticker_smile_outline.ts +18 -0
  67. package/ts/28/computer_outline.ts +1 -1
  68. package/ts/28/gif_outline.ts +18 -0
  69. package/ts/28/logo_vk_video_outline.ts +18 -0
  70. package/ts/28/quote_outline.ts +18 -0
  71. package/ts/28/smartphone_share_outline.ts +18 -0
  72. package/ts/36/heart_unlock.ts +18 -0
  73. package/ts/index.ts +12 -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("Icon16CheckOutline", "check_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="check_outline_16"><path fill-rule="evenodd" d="M12.782 4.721a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06 0l-2.502-2.5A.75.75 0 0 1 4.28 8.22l1.971 1.97 5.47-5.469a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd" /></symbol>', 16, 16);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20ShieldLineOutline", "shield_line_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="shield_line_outline_20"><path fill-rule="evenodd" d="M10.75 2.676v14.5c.81-.403 1.965-1.071 2.988-2.005C15.008 14.012 16 12.515 16 10.658v-5.69c0-.22 0-.348-.007-.443a.526.526 0 0 0-.011-.09.25.25 0 0 0-.072-.098.535.535 0 0 0-.082-.038 7.24 7.24 0 0 0-.42-.14L10.75 2.675Zm5.161 1.662h-.001Zm.07.096v.002ZM9.25 17.176c-.81-.403-1.965-1.071-2.988-2.005C4.992 14.012 4 12.515 4 10.658v-5.69c0-.22 0-.348.007-.443a.534.534 0 0 1 .011-.09.25.25 0 0 1 .073-.098.533.533 0 0 1 .081-.038 7.24 7.24 0 0 1 .42-.14L9.25 2.675v14.5ZM4.089 4.338h.001Zm-.07.096v.002ZM9.662 1.02a2.75 2.75 0 0 1 .676 0c.255.031.498.109.807.207l.053.017 4.665 1.485.08.025c.316.1.653.206.917.422.229.188.406.431.516.706.126.317.125.67.124 1.002v5.774c0 2.44-1.314 4.309-2.75 5.62-1.438 1.313-3.072 2.14-3.906 2.512l-.025.012a2.043 2.043 0 0 1-.526.174c-.176.03-.41.03-.586 0-.22-.037-.38-.11-.526-.174l-.025-.012c-.833-.372-2.468-1.199-3.905-2.511-1.437-1.312-2.751-3.181-2.751-5.62V4.883c-.001-.332-.002-.685.124-1.002a1.75 1.75 0 0 1 .516-.706c.264-.216.6-.322.917-.422l.08-.025 4.665-1.485.053-.017c.309-.098.552-.176.807-.207Z" clip-rule="evenodd" /></symbol>', 20, 20);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20StickerSmileOutline", "sticker_smile_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="sticker_smile_outline_20"><path d="M8.502 8.371A1.133 1.133 0 0 1 7.372 9.5 1.118 1.118 0 0 1 6.25 8.377 1.133 1.133 0 0 1 7.38 7.25c.621-.002 1.124.5 1.122 1.122Zm4.758-.75a1.133 1.133 0 0 1-1.13 1.128 1.118 1.118 0 0 1-1.122-1.122 1.134 1.134 0 0 1 1.13-1.128c.621-.002 1.124.5 1.122 1.122Z" /><path fill-rule="evenodd" d="M12.578 1.534c.63-.059 1.183-.046 1.717.117.859.262 1.613.79 2.153 1.507.337.446.537.961.697 1.573.05.188.097.392.143.612.1.477.198 1.03.311 1.672l.283 1.602c.763 4.326-2.154 8.45-6.474 9.21l-1.133.2-.23.041-.608.107c-.78.137-1.422.245-1.96.295-.63.058-1.182.046-1.717-.117a4.253 4.253 0 0 1-2.153-1.507c-.336-.447-.537-.962-.697-1.573-.156-.597-.289-1.346-.454-2.284L1.89 9.784c-.165-.939-.297-1.688-.354-2.302-.06-.63-.047-1.182.116-1.716A4.251 4.251 0 0 1 3.16 3.613c.447-.336.962-.536 1.574-.696.596-.157 1.346-.289 2.285-.454l3.257-.574c.938-.166 1.688-.298 2.302-.355Zm-3.15 15.123-.243.039c-.788.138-1.372.235-1.847.28-.537.05-.87.024-1.139-.058a2.752 2.752 0 0 1-1.393-.975c-.17-.225-.308-.529-.444-1.05-.139-.53-.261-1.22-.434-2.197l-.554-3.14c-.172-.978-.293-1.667-.344-2.213-.05-.537-.024-.869.058-1.138a2.75 2.75 0 0 1 .976-1.393c.225-.17.528-.307 1.05-.444.53-.139 1.22-.26 2.197-.433l3.193-.563c.978-.172 1.667-.293 2.213-.344.537-.05.87-.025 1.14.058a2.75 2.75 0 0 1 1.392.975c.17.225.308.528.444 1.05.042.158.082.33.122.52l.263 1.432c.073.397.091.51.093.593a1.25 1.25 0 0 1-.835 1.21c-.079.027-.196.05-.606.125l-.075.014-.101.019c-.496.09-.83.153-1.106.247a4.253 4.253 0 0 0-2.825 3.27 4.098 4.098 0 0 1-1.605-.108 4.79 4.79 0 0 1-.67-.228 2.706 2.706 0 0 1-.223-.105.756.756 0 0 0-1.021.292.746.746 0 0 0 .284 1.02c.116.064.237.12.359.172.213.091.515.205.881.3.537.14 1.234.245 1.999.167.03.18.07.387.118.632l.013.067c.073.372.091.477.095.556a1.25 1.25 0 0 1-.89 1.253 5.867 5.867 0 0 1-.535.098Zm5.567-6.189.062-.01c.322-.06.57-.104.777-.177.241-.085.465-.201.668-.343.024 2.714-1.686 5.171-4.234 6.11.067-.26.097-.531.084-.81-.009-.204-.053-.428-.11-.72l-.01-.055c-.12-.62-.164-.85-.172-1.037a2.751 2.751 0 0 1 1.868-2.734c.177-.06.419-.106 1.067-.224ZM8.502 8.371A1.133 1.133 0 0 1 7.372 9.5 1.118 1.118 0 0 1 6.25 8.377 1.133 1.133 0 0 1 7.38 7.25c.621-.002 1.124.5 1.122 1.122Zm4.758-.75a1.133 1.133 0 0 1-1.13 1.128 1.118 1.118 0 0 1-1.122-1.122 1.134 1.134 0 0 1 1.13-1.128c.621-.002 1.124.5 1.122 1.122Z" clip-rule="evenodd" /></symbol>', 20, 20);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon20UserCheckOutline", "user_check_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="user_check_outline_20"><path fill-rule="evenodd" d="M12.5 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM10 6a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0Zm-2.968.47a.75.75 0 0 1 0 1.06l-3.5 3.5a.75.75 0 0 1-1.06 0l-2.002-2a.75.75 0 0 1 1.06-1.06l1.471 1.47 2.97-2.97a.75.75 0 0 1 1.06 0Zm5.468 4.28c-1.774 0-3.38.283-4.547.902C6.783 12.27 6 13.26 6 14.688c0 .688.268 1.217.687 1.563.408.337.956.499 1.554.499h8.518c.598 0 1.146-.162 1.555-.499.418-.346.686-.875.686-1.564 0-1.426-.783-2.416-1.953-3.035-1.168-.619-2.773-.902-4.547-.902Zm-3.845 2.227c.865-.458 2.194-.727 3.845-.727 1.65 0 2.98.27 3.845.727.794.42 1.155.959 1.155 1.71a.685.685 0 0 1-.05.288.325.325 0 0 1-.092.12c-.077.063-.26.155-.599.155H8.241c-.34 0-.522-.092-.6-.156a.325.325 0 0 1-.09-.12.686.686 0 0 1-.051-.287c0-.751.36-1.29 1.155-1.71Z" clip-rule="evenodd" /></symbol>', 20, 20);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon24ChecksOutline", "checks_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="checks_outline_24"><path d="M18.236 6.936a.9.9 0 0 0-1.272-1.272L6.5 16.127l-4.464-4.463a.9.9 0 1 0-1.272 1.272l5.1 5.1a.9.9 0 0 0 1.272 0l11.1-11.1Zm5 0a.9.9 0 1 0-1.272-1.272l-11.1 11.1a.9.9 0 1 0 1.272 1.272l11.1-11.1Z" /></symbol>', 24, 24);
8
+ exports.default = _default;
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  exports.default = void 0;
6
6
  var _svgIcon = require("../SvgIcon");
7
- var _default = (0, _svgIcon).makeIcon("Icon24DoneOutline", "done_outline_24", "0 0 24 24", '<symbol viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" id="done_outline_24"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z" /><path d="M19.864 5.364a.9.9 0 1 1 1.272 1.272l-11.5 11.5a.9.9 0 0 1-1.272 0l-5-5a.9.9 0 1 1 1.272-1.272L9 16.227 19.864 5.364Z" fill="currentColor" fill-rule="nonzero" /></g></symbol>', 24, 24);
7
+ var _default = (0, _svgIcon).makeIcon("Icon24DoneOutline", "done_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="done_outline_24"><path fill-rule="evenodd" d="M20.736 5.664a.9.9 0 0 1 0 1.272l-11.1 11.1a.9.9 0 0 1-1.272 0l-5.1-5.1a.9.9 0 0 1 1.272-1.272L9 16.127 19.464 5.664a.9.9 0 0 1 1.272 0Z" clip-rule="evenodd" /></symbol>', 24, 24);
8
8
  exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon24StarShieldOutline", "star_shield_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="star_shield_outline_24"><path fill-rule="evenodd" d="M11.573 2.032a2.9 2.9 0 0 1 .854 0c.342.05.664.18 1.054.332l4.922 1.906c.3.116.676.247.964.504a1.9 1.9 0 0 1 .51.745c.137.361.123.759.123 1.081v7.402c0 2.854-1.597 5.104-3.292 6.599-.854.753-1.76 1.34-2.563 1.741-.763.383-1.551.658-2.145.658-.594 0-1.382-.275-2.145-.658a12.254 12.254 0 0 1-2.563-1.741C5.597 19.106 4 16.856 4 14.002V6.6c0-.322-.014-.72.122-1.08a1.9 1.9 0 0 1 .511-.746c.287-.257.663-.388.964-.504l4.922-1.906c.39-.152.711-.281 1.054-.332Zm.589 1.78a1.1 1.1 0 0 0-.324 0c-.098.014-.204.05-.669.23L6.247 5.948a6.996 6.996 0 0 0-.377.152c-.068.032-.059.019-.064.094A6.999 6.999 0 0 0 5.8 6.6v7.402c0 2.145 1.203 3.944 2.683 5.249a10.45 10.45 0 0 0 2.178 1.482c.708.355 1.183.467 1.339.467.156 0 .63-.112 1.339-.467a10.42 10.42 0 0 0 2.178-1.482c1.48-1.305 2.683-3.104 2.683-5.249V6.6c0-.21 0-.323-.006-.406-.005-.075.004-.062-.065-.094a6.96 6.96 0 0 0-.376-.152L12.83 4.042c-.465-.18-.571-.216-.67-.23Z" clip-rule="evenodd" /><path d="m13.444 10.453 1.912.188c.665.065.869.73.355 1.167l-1.497 1.272.556 2.074c.183.68-.383 1.093-.95.683L12 14.523l-1.818 1.314c-.564.408-1.133-.002-.95-.683l.555-2.074-1.496-1.272c-.516-.44-.313-1.102.355-1.167l1.911-.188.842-1.987c.264-.622.94-.621 1.203 0l.842 1.987Z" /></symbol>', 24, 24);
8
+ exports.default = _default;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ exports.default = void 0;
6
+ var _svgIcon = require("../SvgIcon");
7
+ var _default = (0, _svgIcon).makeIcon("Icon24StickerSmileOutline", "sticker_smile_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="sticker_smile_outline_24"><path d="M9.995 9.795a1.306 1.306 0 0 1-1.305 1.3 1.294 1.294 0 0 1-1.295-1.3c.003-.719.587-1.301 1.305-1.301s1.298.582 1.295 1.3Zm5.602-1.101a1.307 1.307 0 0 1-1.305 1.301 1.294 1.294 0 0 1-1.295-1.3c.003-.72.587-1.302 1.305-1.302s1.298.583 1.295 1.301Z" /><path fill-rule="evenodd" d="M15.157 2.033c-.62.058-1.374.19-2.307.355l-5.221.922c-.933.164-1.687.297-2.29.455-.62.163-1.156.37-1.624.723a4.403 4.403 0 0 0-1.56 2.229c-.172.56-.182 1.136-.123 1.775.058.62.19 1.375.355 2.308l.981 5.566c.165.934.298 1.689.455 2.291.163.622.37 1.158.722 1.627a4.4 4.4 0 0 0 2.228 1.56c.56.172 1.135.183 1.774.123.613-.057 1.358-.188 2.278-.35l.528-.09.127-.021c.254-.043.49-.083.707-.13l1.277-.225c4.956-.875 8.266-5.604 7.392-10.564l-.52-2.953c-.135-.765-.259-1.54-.456-2.292-.162-.62-.369-1.157-.722-1.625a4.4 4.4 0 0 0-2.227-1.561c-.561-.172-1.135-.183-1.774-.123ZM5.795 5.508c-.512.134-.794.265-.997.418a2.6 2.6 0 0 0-.922 1.317c-.074.244-.1.554-.052 1.082.05.538.17 1.22.343 2.2l.967 5.49c.173.981.294 1.663.43 2.186.135.513.266.795.419.998a2.6 2.6 0 0 0 1.316.923c.243.074.553.1 1.08.052.305-.029.656-.08 1.08-.15l1.593-.273c.372-.063.613-.106.777-.14.192-.041.278-.07.344-.104a1.1 1.1 0 0 0 .582-.84c.017-.136-.01-.336-.167-1.154-.087-.455-.165-.851-.223-1.207a6.834 6.834 0 0 1-2.446-.117 7.443 7.443 0 0 1-1.309-.428l-.124-.058a.897.897 0 0 1-.393-1.21.904.904 0 0 1 1.209-.4c.06.03.127.059.254.108.181.07.446.158.77.231.563.128 1.27.198 2.006.057a4.403 4.403 0 0 1 2.282-3.058c.59-.309 1.33-.444 2.403-.641l.156-.028c.755-.14.933-.182 1.049-.242a1.1 1.1 0 0 0 .585-.844c.016-.13-.006-.312-.14-1.068l-.39-2.21c-.046-.223-.091-.42-.138-.6-.134-.512-.265-.794-.418-.997a2.6 2.6 0 0 0-1.317-.923c-.242-.074-.552-.1-1.08-.052-.538.05-1.22.17-2.2.343l-5.145.908c-.98.173-1.661.294-2.184.43Zm11.821 7.003-.118.022c-1.29.237-1.734.329-2.051.495a2.602 2.602 0 0 0-1.381 2.021c-.081.736.177 1.54.314 2.254.12.618.218 1.127.16 1.587-.003.035-.008.07-.014.105a7.325 7.325 0 0 0 4.668-6.956 2.936 2.936 0 0 1-.143.08c-.389.201-.862.288-1.435.392Z" clip-rule="evenodd" /></symbol>', 24, 24);
8
+ exports.default = _default;
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  exports.default = void 0;
6
6
  var _svgIcon = require("../SvgIcon");
7
- var _default = (0, _svgIcon).makeIcon("Icon28ComputerOutline", "computer_outline_28", "0 0 28 28", '<symbol fill="none" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" id="computer_outline_28"><path clip-rule="evenodd" d="M9.4 20h1.235l-.381 3H7a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2h-3.254l-.38-3H18.6c2.24 0 3.36 0 4.216-.436a4 4 0 0 0 1.748-1.748C25 16.96 25 15.84 25 13.6v-3.2c0-2.24 0-3.36-.436-4.216a4 4 0 0 0-1.748-1.748C21.96 4 20.84 4 18.6 4H9.4c-2.24 0-3.36 0-4.216.436a4 4 0 0 0-1.748 1.748C3 7.04 3 8.16 3 10.4v3.2c0 2.24 0 3.36.436 4.216a4 4 0 0 0 1.748 1.748C6.04 20 7.16 20 9.4 20zM23 13.6v-3.2c0-1.153-.002-1.898-.048-2.464-.044-.544-.12-.745-.17-.844a2 2 0 0 0-.874-.874c-.099-.05-.3-.126-.844-.17C20.498 6.002 19.754 6 18.6 6H9.4c-1.153 0-1.898.002-2.464.048-.544.044-.745.12-.844.17a2 2 0 0 0-.874.874c-.05.099-.126.3-.17.844C5.002 8.502 5 9.246 5 10.4v3.2c0 1.153.002 1.898.048 2.464.044.544.12.745.17.844a2 2 0 0 0 .874.874c.099.05.3.126.844.17.566.046 1.31.048 2.464.048h9.2c1.153 0 1.898-.002 2.464-.048.544-.044.745-.12.844-.17a2 2 0 0 0 .874-.874c.05-.099.126-.3.17-.844.046-.566.048-1.31.048-2.464zM15.73 23l-.381-3h-2.698l-.381 3z" fill="currentColor" fill-rule="evenodd" /></symbol>', 28, 28);
7
+ var _default = (0, _svgIcon).makeIcon("Icon28ComputerOutline", "computer_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="computer_outline_28"><path fill-rule="evenodd" d="M9.4 20h1.235l-.381 3H7a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2h-3.254l-.38-3H18.6c2.24 0 3.36 0 4.216-.436a4 4 0 0 0 1.748-1.748C25 16.96 25 15.84 25 13.6v-3.2c0-2.24 0-3.36-.436-4.216a4 4 0 0 0-1.748-1.748C21.96 4 20.84 4 18.6 4H9.4c-2.24 0-3.36 0-4.216.436a4 4 0 0 0-1.748 1.748C3 7.04 3 8.16 3 10.4v3.2c0 2.24 0 3.36.436 4.216a4 4 0 0 0 1.748 1.748C6.04 20 7.16 20 9.4 20ZM23 13.6v-3.2c0-1.153-.002-1.898-.048-2.464-.044-.544-.12-.745-.17-.844a2 2 0 0 0-.874-.874c-.099-.05-.3-.126-.844-.17C20.498 6.002 19.754 6 18.6 6H9.4c-1.153 0-1.898.002-2.464.048-.544.044-.745.12-.844.17a2 2 0 0 0-.874.874c-.05.099-.126.3-.17.844C5.002 8.502 5 9.246 5 10.4v3.2c0 1.153.002 1.898.048 2.464.044.544.12.745.17.844a2 2 0 0 0 .874.874c.099.05.3.126.844.17.566.046 1.31.048 2.464.048h9.2c1.153 0 1.898-.002 2.464-.048.544-.044.745-.12.844-.17a2 2 0 0 0 .874-.874c.05-.099.126-.3.17-.844.046-.566.048-1.31.048-2.464ZM15.73 23l-.381-3h-2.698l-.381 3h3.46Z" clip-rule="evenodd" /></symbol>', 28, 28);
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("Icon28GifOutline", "gif_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="gif_outline_28"><path fill-rule="evenodd" d="M11.6 6h4.8c1.713 0 2.878.002 3.778.075.877.072 1.325.202 1.638.361a4 4 0 0 1 1.748 1.748c.16.313.29.761.36 1.638.074.9.076 2.065.076 3.778v.8c0 1.713-.002 2.878-.075 3.778-.072.877-.202 1.325-.361 1.638a4 4 0 0 1-1.748 1.748c-.313.16-.761.29-1.638.36-.9.074-2.065.076-3.778.076h-4.8c-1.713 0-2.878-.002-3.778-.075-.877-.072-1.325-.202-1.638-.361a4 4 0 0 1-1.748-1.748c-.16-.313-.29-.761-.36-1.638C4.001 17.278 4 16.113 4 14.4v-.8c0-1.713.002-2.878.075-3.778.072-.877.202-1.325.361-1.638a4 4 0 0 1 1.748-1.748c.313-.16.761-.29 1.638-.36C8.722 6.001 9.887 6 11.6 6ZM2 13.6c0-3.36 0-5.04.654-6.324a6 6 0 0 1 2.622-2.622C6.56 4 8.24 4 11.6 4h4.8c3.36 0 5.04 0 6.324.654a6 6 0 0 1 2.622 2.622C26 8.56 26 10.24 26 13.6v.8c0 3.36 0 5.04-.654 6.324a6 6 0 0 1-2.622 2.622C21.44 24 19.76 24 16.4 24h-4.8c-3.36 0-5.04 0-6.324-.654a6 6 0 0 1-2.622-2.622C2 19.44 2 17.76 2 14.4v-.8ZM9.244 10c-.988 0-1.793.37-2.351.974S6 12.43 6 13.485v1.003c0 1.086.331 1.965.892 2.573.562.608 1.378.936 2.394.936.905 0 1.669-.286 2.207-.789.539-.504.847-1.22.847-2.07v-.457c0-.36-.079-.638-.263-.825-.184-.186-.457-.266-.815-.266H9.968c-.243 0-.44.059-.58.184a.694.694 0 0 0-.238.526c0 .226.11.418.25.546.139.127.327.154.568.154h.576v.25c0 .323-.119.615-.323.802-.205.187-.502.298-.866.298-.468 0-.821-.165-1.06-.473-.24-.31-.372-.777-.372-1.395v-.909c0-.627.13-1.091.37-1.398.238-.303.595-.464 1.078-.464.635 0 1.009.39 1.431.83l.022.024a.743.743 0 0 0 .57.254.769.769 0 0 0 .563-.226c.14-.145.207-.357.207-.593 0-.47-.322-.969-.805-1.333-.544-.425-1.284-.667-2.115-.667Zm5.37 0c-.296 0-.535.09-.7.277-.165.185-.246.422-.246.749v5.897c0 .325.084.584.251.77.168.186.41.307.705.307a.908.908 0 0 0 .696-.308c.163-.185.244-.442.244-.769v-5.897c0-.325-.082-.563-.248-.75-.166-.185-.407-.276-.702-.276Zm2.636.45c.188-.195.51-.286.85-.286h3.113c.444 0 .787.345.787.815a.772.772 0 0 1-.787.799H19v1.653h1.967a.68.68 0 0 1 .521.218.82.82 0 0 1 .237.57c0 .23-.1.428-.237.569a.68.68 0 0 1-.52.212H19v1.923c0 .326-.035.592-.197.777-.162.186-.513.3-.803.3-.298 0-.58-.113-.75-.3-.169-.186-.25-.455-.25-.777v-5.64c0-.35.062-.638.25-.833Z" clip-rule="evenodd" /></symbol>', 28, 28);
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("Icon28LogoVkVideoOutline", "logo_vk_video_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="logo_vk_video_outline_28"><path fill-rule="evenodd" d="M7.79 11.037a2.229 2.229 0 0 1 2.941-1.656 15.142 15.142 0 0 1 5.021 2.966 2.204 2.204 0 0 1 0 3.31 15.14 15.14 0 0 1-5.008 2.961 2.23 2.23 0 0 1-2.942-1.646 14.948 14.948 0 0 1-.302-2.997c0-1.005.1-1.987.29-2.938Zm1.961.393c.025-.124.156-.22.314-.163 1.624.573 3.1 1.455 4.358 2.574a.207.207 0 0 1 .077.16.21.21 0 0 1-.077.161 13.141 13.141 0 0 1-4.347 2.571c-.158.056-.29-.039-.315-.162a12.949 12.949 0 0 1-.261-2.596c0-.872.087-1.723.251-2.545ZM16.044 3c1.363 0 2.447 0 3.321.071.896.074 1.66.227 2.359.583a6 6 0 0 1 2.622 2.622c.356.7.51 1.463.583 2.359.071.874.071 1.958.071 3.321v4.088c0 1.363 0 2.447-.071 3.321-.074.896-.227 1.66-.583 2.359a6 6 0 0 1-2.622 2.622c-.7.356-1.463.51-2.359.583-.874.071-1.958.071-3.321.071h-4.088c-1.363 0-2.447 0-3.321-.071-.896-.074-1.66-.227-2.359-.583a6 6 0 0 1-2.622-2.622c-.356-.7-.51-1.463-.583-2.359C3 18.491 3 17.407 3 16.044v-4.088c0-1.363 0-2.447.071-3.321.074-.896.227-1.66.583-2.359a6 6 0 0 1 2.622-2.622c.7-.356 1.463-.51 2.359-.583C9.509 3 10.593 3 11.956 3h4.088Zm4.772 19.564c-.31.158-.69.267-1.256.335.306-.357.57-.751.786-1.175.356-.7.51-1.463.583-2.359.071-.874.071-1.958.071-3.321v-4.088c0-1.363 0-2.447-.071-3.321-.074-.896-.227-1.66-.583-2.359a6.002 6.002 0 0 0-.786-1.175c.567.068.947.177 1.256.335a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C23 9.581 23 10.583 23 12v4c0 1.417 0 2.419-.065 3.203-.063.771-.182 1.243-.371 1.613a4 4 0 0 1-1.748 1.748ZM8.797 5.064C9.581 5.002 10.583 5 12 5c1.417 0 2.419 0 3.203.065.772.063 1.243.182 1.613.371a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C19 9.581 19 10.583 19 12v4c0 1.417 0 2.419-.065 3.203-.063.771-.182 1.243-.371 1.613a4 4 0 0 1-1.748 1.748c-.37.189-.841.308-1.613.371C14.419 23 13.417 23 12 23c-1.417 0-2.419 0-3.203-.065-.771-.063-1.243-.182-1.613-.371a4 4 0 0 1-1.748-1.748c-.189-.37-.308-.841-.371-1.613C5 18.419 5 17.417 5 16v-4c0-1.417 0-2.419.065-3.203.063-.771.182-1.243.371-1.613a4 4 0 0 1 1.748-1.748c.37-.189.842-.308 1.613-.371Z" clip-rule="evenodd" /></symbol>', 28, 28);
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("Icon28QuoteOutline", "quote_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="quote_outline_28"><path fill-rule="evenodd" d="M4 7a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm6.5 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm3.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM5 20a1 1 0 1 0 0 2h18a1 1 0 1 0 0-2H5Z" clip-rule="evenodd" /></symbol>', 28, 28);
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("Icon28SmartphoneShareOutline", "smartphone_share_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="smartphone_share_outline_28"><path d="M16.241 2H11.76c-.805 0-1.47 0-2.01.044-.563.046-1.08.145-1.565.393a4.002 4.002 0 0 0-1.748 1.75c-.247.486-.346 1.003-.392 1.566C6 6.295 6 6.96 6 7.766v12.497c0 .806 0 1.471.044 2.013.046.563.145 1.08.392 1.566a4.002 4.002 0 0 0 1.748 1.75c.538.274 1.117.367 1.755.406A1 1 0 0 0 10.061 24c-.538-.032-.794-.102-.969-.19a2.001 2.001 0 0 1-.874-.876c-.08-.157-.145-.381-.18-.82C8 21.663 8 21.08 8 20.222V7.807c0-.858 0-1.44.038-1.891.035-.44.1-.664.18-.82.192-.377.498-.683.874-.875.156-.08.38-.145.819-.181.45-.037 1.032-.038 1.889-.038h4.4c.857 0 1.439.001 1.889.038.438.036.663.1.819.18.376.193.682.499.874.876.08.156.145.38.18.82.037.45.038 1.033.038 1.891v6.708a1 1 0 1 0 2 0v-6.75c0-.805 0-1.47-.044-2.012-.046-.563-.145-1.08-.392-1.566a4.003 4.003 0 0 0-1.748-1.75c-.485-.248-1.002-.347-1.564-.393C17.71 2 17.046 2 16.242 2Z" /><path d="m23.361 22.581-3.558 2.958c-.253.21-.38.316-.473.363a.915.915 0 0 1-1.304-.618c-.023-.102-.023-.268-.023-.599v-1.094c-1.462 0-2.66.502-3.538 1.058-.338.214-.507.32-.584.347a.667.667 0 0 1-.883-.672c.003-.083.037-.199.105-.43.498-1.709 1.753-3.86 4.9-4.362v-1.217c0-.331 0-.497.023-.599a.915.915 0 0 1 1.304-.618c.093.047.22.152.474.363l3.558 2.958c.197.164.295.246.362.324a1.174 1.174 0 0 1 0 1.514 3.23 3.23 0 0 1-.363.324Z" /></symbol>', 28, 28);
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("Icon36HeartUnlock", "heart_unlock_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="heart_unlock_36"><path fill-rule="evenodd" d="M23.622 12c-2.115 0-3.999.928-5.622 2.715-1.33-1.464-2.835-2.352-4.5-2.625v-1.84c0-2.619 2.133-4.75 4.774-4.75a4.776 4.776 0 0 1 4.341 2.77 1.25 1.25 0 1 0 2.27-1.048A7.276 7.276 0 0 0 18.274 3C14.261 3 11 6.241 11 10.25v1.874a8.093 8.093 0 0 0-.11.02C7.53 12.81 5 15.683 5 19.126c0 3.945 1.633 5.92 8.47 11.055l3.142 2.36c.816.613 1.96.613 2.776 0l3.141-2.36C29.366 25.044 31 23.07 31 19.125 31 15.19 27.697 12 23.622 12Zm-4.372 8.25a1.25 1.25 0 1 0-2.5 0v2.5a1.25 1.25 0 1 0 2.5 0v-2.5Z" clip-rule="evenodd" /></symbol>', 36, 36);
8
+ exports.default = _default;
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon16CheckOutline", "check_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="check_outline_16"><path fill-rule="evenodd" d="M12.782 4.721a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06 0l-2.502-2.5A.75.75 0 0 1 4.28 8.22l1.971 1.97 5.47-5.469a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd" /></symbol>', 16, 16);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20ShieldLineOutline", "shield_line_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="shield_line_outline_20"><path fill-rule="evenodd" d="M10.75 2.676v14.5c.81-.403 1.965-1.071 2.988-2.005C15.008 14.012 16 12.515 16 10.658v-5.69c0-.22 0-.348-.007-.443a.526.526 0 0 0-.011-.09.25.25 0 0 0-.072-.098.535.535 0 0 0-.082-.038 7.24 7.24 0 0 0-.42-.14L10.75 2.675Zm5.161 1.662h-.001Zm.07.096v.002ZM9.25 17.176c-.81-.403-1.965-1.071-2.988-2.005C4.992 14.012 4 12.515 4 10.658v-5.69c0-.22 0-.348.007-.443a.534.534 0 0 1 .011-.09.25.25 0 0 1 .073-.098.533.533 0 0 1 .081-.038 7.24 7.24 0 0 1 .42-.14L9.25 2.675v14.5ZM4.089 4.338h.001Zm-.07.096v.002ZM9.662 1.02a2.75 2.75 0 0 1 .676 0c.255.031.498.109.807.207l.053.017 4.665 1.485.08.025c.316.1.653.206.917.422.229.188.406.431.516.706.126.317.125.67.124 1.002v5.774c0 2.44-1.314 4.309-2.75 5.62-1.438 1.313-3.072 2.14-3.906 2.512l-.025.012a2.043 2.043 0 0 1-.526.174c-.176.03-.41.03-.586 0-.22-.037-.38-.11-.526-.174l-.025-.012c-.833-.372-2.468-1.199-3.905-2.511-1.437-1.312-2.751-3.181-2.751-5.62V4.883c-.001-.332-.002-.685.124-1.002a1.75 1.75 0 0 1 .516-.706c.264-.216.6-.322.917-.422l.08-.025 4.665-1.485.053-.017c.309-.098.552-.176.807-.207Z" clip-rule="evenodd" /></symbol>', 20, 20);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20StickerSmileOutline", "sticker_smile_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="sticker_smile_outline_20"><path d="M8.502 8.371A1.133 1.133 0 0 1 7.372 9.5 1.118 1.118 0 0 1 6.25 8.377 1.133 1.133 0 0 1 7.38 7.25c.621-.002 1.124.5 1.122 1.122Zm4.758-.75a1.133 1.133 0 0 1-1.13 1.128 1.118 1.118 0 0 1-1.122-1.122 1.134 1.134 0 0 1 1.13-1.128c.621-.002 1.124.5 1.122 1.122Z" /><path fill-rule="evenodd" d="M12.578 1.534c.63-.059 1.183-.046 1.717.117.859.262 1.613.79 2.153 1.507.337.446.537.961.697 1.573.05.188.097.392.143.612.1.477.198 1.03.311 1.672l.283 1.602c.763 4.326-2.154 8.45-6.474 9.21l-1.133.2-.23.041-.608.107c-.78.137-1.422.245-1.96.295-.63.058-1.182.046-1.717-.117a4.253 4.253 0 0 1-2.153-1.507c-.336-.447-.537-.962-.697-1.573-.156-.597-.289-1.346-.454-2.284L1.89 9.784c-.165-.939-.297-1.688-.354-2.302-.06-.63-.047-1.182.116-1.716A4.251 4.251 0 0 1 3.16 3.613c.447-.336.962-.536 1.574-.696.596-.157 1.346-.289 2.285-.454l3.257-.574c.938-.166 1.688-.298 2.302-.355Zm-3.15 15.123-.243.039c-.788.138-1.372.235-1.847.28-.537.05-.87.024-1.139-.058a2.752 2.752 0 0 1-1.393-.975c-.17-.225-.308-.529-.444-1.05-.139-.53-.261-1.22-.434-2.197l-.554-3.14c-.172-.978-.293-1.667-.344-2.213-.05-.537-.024-.869.058-1.138a2.75 2.75 0 0 1 .976-1.393c.225-.17.528-.307 1.05-.444.53-.139 1.22-.26 2.197-.433l3.193-.563c.978-.172 1.667-.293 2.213-.344.537-.05.87-.025 1.14.058a2.75 2.75 0 0 1 1.392.975c.17.225.308.528.444 1.05.042.158.082.33.122.52l.263 1.432c.073.397.091.51.093.593a1.25 1.25 0 0 1-.835 1.21c-.079.027-.196.05-.606.125l-.075.014-.101.019c-.496.09-.83.153-1.106.247a4.253 4.253 0 0 0-2.825 3.27 4.098 4.098 0 0 1-1.605-.108 4.79 4.79 0 0 1-.67-.228 2.706 2.706 0 0 1-.223-.105.756.756 0 0 0-1.021.292.746.746 0 0 0 .284 1.02c.116.064.237.12.359.172.213.091.515.205.881.3.537.14 1.234.245 1.999.167.03.18.07.387.118.632l.013.067c.073.372.091.477.095.556a1.25 1.25 0 0 1-.89 1.253 5.867 5.867 0 0 1-.535.098Zm5.567-6.189.062-.01c.322-.06.57-.104.777-.177.241-.085.465-.201.668-.343.024 2.714-1.686 5.171-4.234 6.11.067-.26.097-.531.084-.81-.009-.204-.053-.428-.11-.72l-.01-.055c-.12-.62-.164-.85-.172-1.037a2.751 2.751 0 0 1 1.868-2.734c.177-.06.419-.106 1.067-.224ZM8.502 8.371A1.133 1.133 0 0 1 7.372 9.5 1.118 1.118 0 0 1 6.25 8.377 1.133 1.133 0 0 1 7.38 7.25c.621-.002 1.124.5 1.122 1.122Zm4.758-.75a1.133 1.133 0 0 1-1.13 1.128 1.118 1.118 0 0 1-1.122-1.122 1.134 1.134 0 0 1 1.13-1.128c.621-.002 1.124.5 1.122 1.122Z" clip-rule="evenodd" /></symbol>', 20, 20);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon20UserCheckOutline", "user_check_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="user_check_outline_20"><path fill-rule="evenodd" d="M12.5 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM10 6a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0Zm-2.968.47a.75.75 0 0 1 0 1.06l-3.5 3.5a.75.75 0 0 1-1.06 0l-2.002-2a.75.75 0 0 1 1.06-1.06l1.471 1.47 2.97-2.97a.75.75 0 0 1 1.06 0Zm5.468 4.28c-1.774 0-3.38.283-4.547.902C6.783 12.27 6 13.26 6 14.688c0 .688.268 1.217.687 1.563.408.337.956.499 1.554.499h8.518c.598 0 1.146-.162 1.555-.499.418-.346.686-.875.686-1.564 0-1.426-.783-2.416-1.953-3.035-1.168-.619-2.773-.902-4.547-.902Zm-3.845 2.227c.865-.458 2.194-.727 3.845-.727 1.65 0 2.98.27 3.845.727.794.42 1.155.959 1.155 1.71a.685.685 0 0 1-.05.288.325.325 0 0 1-.092.12c-.077.063-.26.155-.599.155H8.241c-.34 0-.522-.092-.6-.156a.325.325 0 0 1-.09-.12.686.686 0 0 1-.051-.287c0-.751.36-1.29 1.155-1.71Z" clip-rule="evenodd" /></symbol>', 20, 20);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24ChecksOutline", "checks_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="checks_outline_24"><path d="M18.236 6.936a.9.9 0 0 0-1.272-1.272L6.5 16.127l-4.464-4.463a.9.9 0 1 0-1.272 1.272l5.1 5.1a.9.9 0 0 0 1.272 0l11.1-11.1Zm5 0a.9.9 0 1 0-1.272-1.272l-11.1 11.1a.9.9 0 1 0 1.272 1.272l11.1-11.1Z" /></symbol>', 24, 24);
@@ -1,2 +1,2 @@
1
1
  import { makeIcon } from "../SvgIcon";
2
- export default makeIcon("Icon24DoneOutline", "done_outline_24", "0 0 24 24", '<symbol viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" id="done_outline_24"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z" /><path d="M19.864 5.364a.9.9 0 1 1 1.272 1.272l-11.5 11.5a.9.9 0 0 1-1.272 0l-5-5a.9.9 0 1 1 1.272-1.272L9 16.227 19.864 5.364Z" fill="currentColor" fill-rule="nonzero" /></g></symbol>', 24, 24);
2
+ export default makeIcon("Icon24DoneOutline", "done_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="done_outline_24"><path fill-rule="evenodd" d="M20.736 5.664a.9.9 0 0 1 0 1.272l-11.1 11.1a.9.9 0 0 1-1.272 0l-5.1-5.1a.9.9 0 0 1 1.272-1.272L9 16.127 19.464 5.664a.9.9 0 0 1 1.272 0Z" clip-rule="evenodd" /></symbol>', 24, 24);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24StarShieldOutline", "star_shield_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="star_shield_outline_24"><path fill-rule="evenodd" d="M11.573 2.032a2.9 2.9 0 0 1 .854 0c.342.05.664.18 1.054.332l4.922 1.906c.3.116.676.247.964.504a1.9 1.9 0 0 1 .51.745c.137.361.123.759.123 1.081v7.402c0 2.854-1.597 5.104-3.292 6.599-.854.753-1.76 1.34-2.563 1.741-.763.383-1.551.658-2.145.658-.594 0-1.382-.275-2.145-.658a12.254 12.254 0 0 1-2.563-1.741C5.597 19.106 4 16.856 4 14.002V6.6c0-.322-.014-.72.122-1.08a1.9 1.9 0 0 1 .511-.746c.287-.257.663-.388.964-.504l4.922-1.906c.39-.152.711-.281 1.054-.332Zm.589 1.78a1.1 1.1 0 0 0-.324 0c-.098.014-.204.05-.669.23L6.247 5.948a6.996 6.996 0 0 0-.377.152c-.068.032-.059.019-.064.094A6.999 6.999 0 0 0 5.8 6.6v7.402c0 2.145 1.203 3.944 2.683 5.249a10.45 10.45 0 0 0 2.178 1.482c.708.355 1.183.467 1.339.467.156 0 .63-.112 1.339-.467a10.42 10.42 0 0 0 2.178-1.482c1.48-1.305 2.683-3.104 2.683-5.249V6.6c0-.21 0-.323-.006-.406-.005-.075.004-.062-.065-.094a6.96 6.96 0 0 0-.376-.152L12.83 4.042c-.465-.18-.571-.216-.67-.23Z" clip-rule="evenodd" /><path d="m13.444 10.453 1.912.188c.665.065.869.73.355 1.167l-1.497 1.272.556 2.074c.183.68-.383 1.093-.95.683L12 14.523l-1.818 1.314c-.564.408-1.133-.002-.95-.683l.555-2.074-1.496-1.272c-.516-.44-.313-1.102.355-1.167l1.911-.188.842-1.987c.264-.622.94-.621 1.203 0l.842 1.987Z" /></symbol>', 24, 24);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon24StickerSmileOutline", "sticker_smile_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="sticker_smile_outline_24"><path d="M9.995 9.795a1.306 1.306 0 0 1-1.305 1.3 1.294 1.294 0 0 1-1.295-1.3c.003-.719.587-1.301 1.305-1.301s1.298.582 1.295 1.3Zm5.602-1.101a1.307 1.307 0 0 1-1.305 1.301 1.294 1.294 0 0 1-1.295-1.3c.003-.72.587-1.302 1.305-1.302s1.298.583 1.295 1.301Z" /><path fill-rule="evenodd" d="M15.157 2.033c-.62.058-1.374.19-2.307.355l-5.221.922c-.933.164-1.687.297-2.29.455-.62.163-1.156.37-1.624.723a4.403 4.403 0 0 0-1.56 2.229c-.172.56-.182 1.136-.123 1.775.058.62.19 1.375.355 2.308l.981 5.566c.165.934.298 1.689.455 2.291.163.622.37 1.158.722 1.627a4.4 4.4 0 0 0 2.228 1.56c.56.172 1.135.183 1.774.123.613-.057 1.358-.188 2.278-.35l.528-.09.127-.021c.254-.043.49-.083.707-.13l1.277-.225c4.956-.875 8.266-5.604 7.392-10.564l-.52-2.953c-.135-.765-.259-1.54-.456-2.292-.162-.62-.369-1.157-.722-1.625a4.4 4.4 0 0 0-2.227-1.561c-.561-.172-1.135-.183-1.774-.123ZM5.795 5.508c-.512.134-.794.265-.997.418a2.6 2.6 0 0 0-.922 1.317c-.074.244-.1.554-.052 1.082.05.538.17 1.22.343 2.2l.967 5.49c.173.981.294 1.663.43 2.186.135.513.266.795.419.998a2.6 2.6 0 0 0 1.316.923c.243.074.553.1 1.08.052.305-.029.656-.08 1.08-.15l1.593-.273c.372-.063.613-.106.777-.14.192-.041.278-.07.344-.104a1.1 1.1 0 0 0 .582-.84c.017-.136-.01-.336-.167-1.154-.087-.455-.165-.851-.223-1.207a6.834 6.834 0 0 1-2.446-.117 7.443 7.443 0 0 1-1.309-.428l-.124-.058a.897.897 0 0 1-.393-1.21.904.904 0 0 1 1.209-.4c.06.03.127.059.254.108.181.07.446.158.77.231.563.128 1.27.198 2.006.057a4.403 4.403 0 0 1 2.282-3.058c.59-.309 1.33-.444 2.403-.641l.156-.028c.755-.14.933-.182 1.049-.242a1.1 1.1 0 0 0 .585-.844c.016-.13-.006-.312-.14-1.068l-.39-2.21c-.046-.223-.091-.42-.138-.6-.134-.512-.265-.794-.418-.997a2.6 2.6 0 0 0-1.317-.923c-.242-.074-.552-.1-1.08-.052-.538.05-1.22.17-2.2.343l-5.145.908c-.98.173-1.661.294-2.184.43Zm11.821 7.003-.118.022c-1.29.237-1.734.329-2.051.495a2.602 2.602 0 0 0-1.381 2.021c-.081.736.177 1.54.314 2.254.12.618.218 1.127.16 1.587-.003.035-.008.07-.014.105a7.325 7.325 0 0 0 4.668-6.956 2.936 2.936 0 0 1-.143.08c-.389.201-.862.288-1.435.392Z" clip-rule="evenodd" /></symbol>', 24, 24);
@@ -1,2 +1,2 @@
1
1
  import { makeIcon } from "../SvgIcon";
2
- export default makeIcon("Icon28ComputerOutline", "computer_outline_28", "0 0 28 28", '<symbol fill="none" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" id="computer_outline_28"><path clip-rule="evenodd" d="M9.4 20h1.235l-.381 3H7a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2h-3.254l-.38-3H18.6c2.24 0 3.36 0 4.216-.436a4 4 0 0 0 1.748-1.748C25 16.96 25 15.84 25 13.6v-3.2c0-2.24 0-3.36-.436-4.216a4 4 0 0 0-1.748-1.748C21.96 4 20.84 4 18.6 4H9.4c-2.24 0-3.36 0-4.216.436a4 4 0 0 0-1.748 1.748C3 7.04 3 8.16 3 10.4v3.2c0 2.24 0 3.36.436 4.216a4 4 0 0 0 1.748 1.748C6.04 20 7.16 20 9.4 20zM23 13.6v-3.2c0-1.153-.002-1.898-.048-2.464-.044-.544-.12-.745-.17-.844a2 2 0 0 0-.874-.874c-.099-.05-.3-.126-.844-.17C20.498 6.002 19.754 6 18.6 6H9.4c-1.153 0-1.898.002-2.464.048-.544.044-.745.12-.844.17a2 2 0 0 0-.874.874c-.05.099-.126.3-.17.844C5.002 8.502 5 9.246 5 10.4v3.2c0 1.153.002 1.898.048 2.464.044.544.12.745.17.844a2 2 0 0 0 .874.874c.099.05.3.126.844.17.566.046 1.31.048 2.464.048h9.2c1.153 0 1.898-.002 2.464-.048.544-.044.745-.12.844-.17a2 2 0 0 0 .874-.874c.05-.099.126-.3.17-.844.046-.566.048-1.31.048-2.464zM15.73 23l-.381-3h-2.698l-.381 3z" fill="currentColor" fill-rule="evenodd" /></symbol>', 28, 28);
2
+ export default makeIcon("Icon28ComputerOutline", "computer_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="computer_outline_28"><path fill-rule="evenodd" d="M9.4 20h1.235l-.381 3H7a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2h-3.254l-.38-3H18.6c2.24 0 3.36 0 4.216-.436a4 4 0 0 0 1.748-1.748C25 16.96 25 15.84 25 13.6v-3.2c0-2.24 0-3.36-.436-4.216a4 4 0 0 0-1.748-1.748C21.96 4 20.84 4 18.6 4H9.4c-2.24 0-3.36 0-4.216.436a4 4 0 0 0-1.748 1.748C3 7.04 3 8.16 3 10.4v3.2c0 2.24 0 3.36.436 4.216a4 4 0 0 0 1.748 1.748C6.04 20 7.16 20 9.4 20ZM23 13.6v-3.2c0-1.153-.002-1.898-.048-2.464-.044-.544-.12-.745-.17-.844a2 2 0 0 0-.874-.874c-.099-.05-.3-.126-.844-.17C20.498 6.002 19.754 6 18.6 6H9.4c-1.153 0-1.898.002-2.464.048-.544.044-.745.12-.844.17a2 2 0 0 0-.874.874c-.05.099-.126.3-.17.844C5.002 8.502 5 9.246 5 10.4v3.2c0 1.153.002 1.898.048 2.464.044.544.12.745.17.844a2 2 0 0 0 .874.874c.099.05.3.126.844.17.566.046 1.31.048 2.464.048h9.2c1.153 0 1.898-.002 2.464-.048.544-.044.745-.12.844-.17a2 2 0 0 0 .874-.874c.05-.099.126-.3.17-.844.046-.566.048-1.31.048-2.464ZM15.73 23l-.381-3h-2.698l-.381 3h3.46Z" clip-rule="evenodd" /></symbol>', 28, 28);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28GifOutline", "gif_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="gif_outline_28"><path fill-rule="evenodd" d="M11.6 6h4.8c1.713 0 2.878.002 3.778.075.877.072 1.325.202 1.638.361a4 4 0 0 1 1.748 1.748c.16.313.29.761.36 1.638.074.9.076 2.065.076 3.778v.8c0 1.713-.002 2.878-.075 3.778-.072.877-.202 1.325-.361 1.638a4 4 0 0 1-1.748 1.748c-.313.16-.761.29-1.638.36-.9.074-2.065.076-3.778.076h-4.8c-1.713 0-2.878-.002-3.778-.075-.877-.072-1.325-.202-1.638-.361a4 4 0 0 1-1.748-1.748c-.16-.313-.29-.761-.36-1.638C4.001 17.278 4 16.113 4 14.4v-.8c0-1.713.002-2.878.075-3.778.072-.877.202-1.325.361-1.638a4 4 0 0 1 1.748-1.748c.313-.16.761-.29 1.638-.36C8.722 6.001 9.887 6 11.6 6ZM2 13.6c0-3.36 0-5.04.654-6.324a6 6 0 0 1 2.622-2.622C6.56 4 8.24 4 11.6 4h4.8c3.36 0 5.04 0 6.324.654a6 6 0 0 1 2.622 2.622C26 8.56 26 10.24 26 13.6v.8c0 3.36 0 5.04-.654 6.324a6 6 0 0 1-2.622 2.622C21.44 24 19.76 24 16.4 24h-4.8c-3.36 0-5.04 0-6.324-.654a6 6 0 0 1-2.622-2.622C2 19.44 2 17.76 2 14.4v-.8ZM9.244 10c-.988 0-1.793.37-2.351.974S6 12.43 6 13.485v1.003c0 1.086.331 1.965.892 2.573.562.608 1.378.936 2.394.936.905 0 1.669-.286 2.207-.789.539-.504.847-1.22.847-2.07v-.457c0-.36-.079-.638-.263-.825-.184-.186-.457-.266-.815-.266H9.968c-.243 0-.44.059-.58.184a.694.694 0 0 0-.238.526c0 .226.11.418.25.546.139.127.327.154.568.154h.576v.25c0 .323-.119.615-.323.802-.205.187-.502.298-.866.298-.468 0-.821-.165-1.06-.473-.24-.31-.372-.777-.372-1.395v-.909c0-.627.13-1.091.37-1.398.238-.303.595-.464 1.078-.464.635 0 1.009.39 1.431.83l.022.024a.743.743 0 0 0 .57.254.769.769 0 0 0 .563-.226c.14-.145.207-.357.207-.593 0-.47-.322-.969-.805-1.333-.544-.425-1.284-.667-2.115-.667Zm5.37 0c-.296 0-.535.09-.7.277-.165.185-.246.422-.246.749v5.897c0 .325.084.584.251.77.168.186.41.307.705.307a.908.908 0 0 0 .696-.308c.163-.185.244-.442.244-.769v-5.897c0-.325-.082-.563-.248-.75-.166-.185-.407-.276-.702-.276Zm2.636.45c.188-.195.51-.286.85-.286h3.113c.444 0 .787.345.787.815a.772.772 0 0 1-.787.799H19v1.653h1.967a.68.68 0 0 1 .521.218.82.82 0 0 1 .237.57c0 .23-.1.428-.237.569a.68.68 0 0 1-.52.212H19v1.923c0 .326-.035.592-.197.777-.162.186-.513.3-.803.3-.298 0-.58-.113-.75-.3-.169-.186-.25-.455-.25-.777v-5.64c0-.35.062-.638.25-.833Z" clip-rule="evenodd" /></symbol>', 28, 28);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28LogoVkVideoOutline", "logo_vk_video_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="logo_vk_video_outline_28"><path fill-rule="evenodd" d="M7.79 11.037a2.229 2.229 0 0 1 2.941-1.656 15.142 15.142 0 0 1 5.021 2.966 2.204 2.204 0 0 1 0 3.31 15.14 15.14 0 0 1-5.008 2.961 2.23 2.23 0 0 1-2.942-1.646 14.948 14.948 0 0 1-.302-2.997c0-1.005.1-1.987.29-2.938Zm1.961.393c.025-.124.156-.22.314-.163 1.624.573 3.1 1.455 4.358 2.574a.207.207 0 0 1 .077.16.21.21 0 0 1-.077.161 13.141 13.141 0 0 1-4.347 2.571c-.158.056-.29-.039-.315-.162a12.949 12.949 0 0 1-.261-2.596c0-.872.087-1.723.251-2.545ZM16.044 3c1.363 0 2.447 0 3.321.071.896.074 1.66.227 2.359.583a6 6 0 0 1 2.622 2.622c.356.7.51 1.463.583 2.359.071.874.071 1.958.071 3.321v4.088c0 1.363 0 2.447-.071 3.321-.074.896-.227 1.66-.583 2.359a6 6 0 0 1-2.622 2.622c-.7.356-1.463.51-2.359.583-.874.071-1.958.071-3.321.071h-4.088c-1.363 0-2.447 0-3.321-.071-.896-.074-1.66-.227-2.359-.583a6 6 0 0 1-2.622-2.622c-.356-.7-.51-1.463-.583-2.359C3 18.491 3 17.407 3 16.044v-4.088c0-1.363 0-2.447.071-3.321.074-.896.227-1.66.583-2.359a6 6 0 0 1 2.622-2.622c.7-.356 1.463-.51 2.359-.583C9.509 3 10.593 3 11.956 3h4.088Zm4.772 19.564c-.31.158-.69.267-1.256.335.306-.357.57-.751.786-1.175.356-.7.51-1.463.583-2.359.071-.874.071-1.958.071-3.321v-4.088c0-1.363 0-2.447-.071-3.321-.074-.896-.227-1.66-.583-2.359a6.002 6.002 0 0 0-.786-1.175c.567.068.947.177 1.256.335a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C23 9.581 23 10.583 23 12v4c0 1.417 0 2.419-.065 3.203-.063.771-.182 1.243-.371 1.613a4 4 0 0 1-1.748 1.748ZM8.797 5.064C9.581 5.002 10.583 5 12 5c1.417 0 2.419 0 3.203.065.772.063 1.243.182 1.613.371a4 4 0 0 1 1.748 1.748c.189.37.308.842.371 1.613C19 9.581 19 10.583 19 12v4c0 1.417 0 2.419-.065 3.203-.063.771-.182 1.243-.371 1.613a4 4 0 0 1-1.748 1.748c-.37.189-.841.308-1.613.371C14.419 23 13.417 23 12 23c-1.417 0-2.419 0-3.203-.065-.771-.063-1.243-.182-1.613-.371a4 4 0 0 1-1.748-1.748c-.189-.37-.308-.841-.371-1.613C5 18.419 5 17.417 5 16v-4c0-1.417 0-2.419.065-3.203.063-.771.182-1.243.371-1.613a4 4 0 0 1 1.748-1.748c.37-.189.842-.308 1.613-.371Z" clip-rule="evenodd" /></symbol>', 28, 28);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28QuoteOutline", "quote_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="quote_outline_28"><path fill-rule="evenodd" d="M4 7a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm6.5 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm3.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM5 20a1 1 0 1 0 0 2h18a1 1 0 1 0 0-2H5Z" clip-rule="evenodd" /></symbol>', 28, 28);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon28SmartphoneShareOutline", "smartphone_share_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="smartphone_share_outline_28"><path d="M16.241 2H11.76c-.805 0-1.47 0-2.01.044-.563.046-1.08.145-1.565.393a4.002 4.002 0 0 0-1.748 1.75c-.247.486-.346 1.003-.392 1.566C6 6.295 6 6.96 6 7.766v12.497c0 .806 0 1.471.044 2.013.046.563.145 1.08.392 1.566a4.002 4.002 0 0 0 1.748 1.75c.538.274 1.117.367 1.755.406A1 1 0 0 0 10.061 24c-.538-.032-.794-.102-.969-.19a2.001 2.001 0 0 1-.874-.876c-.08-.157-.145-.381-.18-.82C8 21.663 8 21.08 8 20.222V7.807c0-.858 0-1.44.038-1.891.035-.44.1-.664.18-.82.192-.377.498-.683.874-.875.156-.08.38-.145.819-.181.45-.037 1.032-.038 1.889-.038h4.4c.857 0 1.439.001 1.889.038.438.036.663.1.819.18.376.193.682.499.874.876.08.156.145.38.18.82.037.45.038 1.033.038 1.891v6.708a1 1 0 1 0 2 0v-6.75c0-.805 0-1.47-.044-2.012-.046-.563-.145-1.08-.392-1.566a4.003 4.003 0 0 0-1.748-1.75c-.485-.248-1.002-.347-1.564-.393C17.71 2 17.046 2 16.242 2Z" /><path d="m23.361 22.581-3.558 2.958c-.253.21-.38.316-.473.363a.915.915 0 0 1-1.304-.618c-.023-.102-.023-.268-.023-.599v-1.094c-1.462 0-2.66.502-3.538 1.058-.338.214-.507.32-.584.347a.667.667 0 0 1-.883-.672c.003-.083.037-.199.105-.43.498-1.709 1.753-3.86 4.9-4.362v-1.217c0-.331 0-.497.023-.599a.915.915 0 0 1 1.304-.618c.093.047.22.152.474.363l3.558 2.958c.197.164.295.246.362.324a1.174 1.174 0 0 1 0 1.514 3.23 3.23 0 0 1-.363.324Z" /></symbol>', 28, 28);
@@ -0,0 +1,2 @@
1
+ import { makeIcon } from "../SvgIcon";
2
+ export default makeIcon("Icon36HeartUnlock", "heart_unlock_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="heart_unlock_36"><path fill-rule="evenodd" d="M23.622 12c-2.115 0-3.999.928-5.622 2.715-1.33-1.464-2.835-2.352-4.5-2.625v-1.84c0-2.619 2.133-4.75 4.774-4.75a4.776 4.776 0 0 1 4.341 2.77 1.25 1.25 0 1 0 2.27-1.048A7.276 7.276 0 0 0 18.274 3C14.261 3 11 6.241 11 10.25v1.874a8.093 8.093 0 0 0-.11.02C7.53 12.81 5 15.683 5 19.126c0 3.945 1.633 5.92 8.47 11.055l3.142 2.36c.816.613 1.96.613 2.776 0l3.141-2.36C29.366 25.044 31 23.07 31 19.125 31 15.19 27.697 12 23.622 12Zm-4.372 8.25a1.25 1.25 0 1 0-2.5 0v2.5a1.25 1.25 0 1 0 2.5 0v-2.5Z" clip-rule="evenodd" /></symbol>', 36, 36);
package/dist/es6/index.js CHANGED
@@ -102,6 +102,7 @@ export { default as Icon16Cards2 } from "./16/cards_2";
102
102
  export { default as Icon16CheckCircle } from "./16/check_circle";
103
103
  export { default as Icon16CheckCircleOutline } from "./16/check_circle_outline";
104
104
  export { default as Icon16CheckDoubleOutline } from "./16/check_double_outline";
105
+ export { default as Icon16CheckOutline } from "./16/check_outline";
105
106
  export { default as Icon16CheckSquareOutline } from "./16/check_square_outline";
106
107
  export { default as Icon16Chevron } from "./16/chevron";
107
108
  export { default as Icon16ChevronLeft } from "./16/chevron_left";
@@ -575,6 +576,7 @@ export { default as Icon20ServicesCircleFillYellow } from "./20/services_circle_
575
576
  export { default as Icon20ServicesOutline } from "./20/services_outline";
576
577
  export { default as Icon20ShareExternalOutline } from "./20/share_external_outline";
577
578
  export { default as Icon20ShareOutline } from "./20/share_outline";
579
+ export { default as Icon20ShieldLineOutline } from "./20/shield_line_outline";
578
580
  export { default as Icon20ShoppingCartOutline } from "./20/shopping_cart_outline";
579
581
  export { default as Icon20SkipBack } from "./20/skip_back";
580
582
  export { default as Icon20SkipForward } from "./20/skip_forward";
@@ -591,6 +593,7 @@ export { default as Icon20Stars } from "./20/stars";
591
593
  export { default as Icon20StarsFilled } from "./20/stars_filled";
592
594
  export { default as Icon20StatisticCircleFillBlue } from "./20/statistic_circle_fill_blue";
593
595
  export { default as Icon20StatisticsOutline } from "./20/statistics_outline";
596
+ export { default as Icon20StickerSmileOutline } from "./20/sticker_smile_outline";
594
597
  export { default as Icon20StoryFillCircleRed } from "./20/story_fill_circle_red";
595
598
  export { default as Icon20StoryFillCircleYellow } from "./20/story_fill_circle_yellow";
596
599
  export { default as Icon20StoryOutline } from "./20/story_outline";
@@ -612,6 +615,7 @@ export { default as Icon20UnfavoriteOutline } from "./20/unfavorite_outline";
612
615
  export { default as Icon20UnlockOutline } from "./20/unlock_outline";
613
616
  export { default as Icon20User } from "./20/user";
614
617
  export { default as Icon20UserAddOutline } from "./20/user_add_outline";
618
+ export { default as Icon20UserCheckOutline } from "./20/user_check_outline";
615
619
  export { default as Icon20UserCircleFillBlue } from "./20/user_circle_fill_blue";
616
620
  export { default as Icon20UserCircleOutline } from "./20/user_circle_outline";
617
621
  export { default as Icon20UserOutline } from "./20/user_outline";
@@ -716,6 +720,7 @@ export { default as Icon24CheckCircleOff } from "./24/check_circle_off";
716
720
  export { default as Icon24CheckCircleOn } from "./24/check_circle_on";
717
721
  export { default as Icon24CheckCircleOutline } from "./24/check_circle_outline";
718
722
  export { default as Icon24CheckShieldOutline } from "./24/check_shield_outline";
723
+ export { default as Icon24ChecksOutline } from "./24/checks_outline";
719
724
  export { default as Icon24CheckSquareOutline } from "./24/check_square_outline";
720
725
  export { default as Icon24ChefHatOutline } from "./24/chef_hat_outline";
721
726
  export { default as Icon24Chevron } from "./24/chevron";
@@ -1014,9 +1019,11 @@ export { default as Icon24SortOutline } from "./24/sort_outline";
1014
1019
  export { default as Icon24Spinner } from "./24/spinner";
1015
1020
  export { default as Icon24Square4Outline } from "./24/square_4_outline";
1016
1021
  export { default as Icon24SquareGrid3x3 } from "./24/square_grid_3x3";
1022
+ export { default as Icon24StarShieldOutline } from "./24/star_shield_outline";
1017
1023
  export { default as Icon24StarsOutline } from "./24/stars_outline";
1018
1024
  export { default as Icon24StatisticsOutline } from "./24/statistics_outline";
1019
1025
  export { default as Icon24StickerOutline } from "./24/sticker_outline";
1026
+ export { default as Icon24StickerSmileOutline } from "./24/sticker_smile_outline";
1020
1027
  export { default as Icon24Stop } from "./24/stop";
1021
1028
  export { default as Icon24StorefrontOutline } from "./24/storefront_outline";
1022
1029
  export { default as Icon24Story } from "./24/story";
@@ -1270,6 +1277,7 @@ export { default as Icon28GestureOutline } from "./28/gesture_outline";
1270
1277
  export { default as Icon28Ghost } from "./28/ghost";
1271
1278
  export { default as Icon28GhostOutline } from "./28/ghost_outline";
1272
1279
  export { default as Icon28GhostSimleOutline } from "./28/ghost_simle_outline";
1280
+ export { default as Icon28GifOutline } from "./28/gif_outline";
1273
1281
  export { default as Icon28GiftCircleFillRed } from "./28/gift_circle_fill_red";
1274
1282
  export { default as Icon28GiftCircleFillYellow } from "./28/gift_circle_fill_yellow";
1275
1283
  export { default as Icon28GiftOutline } from "./28/gift_outline";
@@ -1340,6 +1348,7 @@ export { default as Icon28LogoSkype } from "./28/logo_skype";
1340
1348
  export { default as Icon28LogoVk } from "./28/logo_vk";
1341
1349
  export { default as Icon28LogoVkColor } from "./28/logo_vk_color";
1342
1350
  export { default as Icon28LogoVkOutline } from "./28/logo_vk_outline";
1351
+ export { default as Icon28LogoVkVideoOutline } from "./28/logo_vk_video_outline";
1343
1352
  export { default as Icon28LogoWink } from "./28/logo_wink";
1344
1353
  export { default as Icon28LotusOutline } from "./28/lotus_outline";
1345
1354
  export { default as Icon28LoudspeakerSlashOutline } from "./28/loudspeaker_slash_outline";
@@ -1476,6 +1485,7 @@ export { default as Icon28PrivacyOutline } from "./28/privacy_outline";
1476
1485
  export { default as Icon28Profile } from "./28/profile";
1477
1486
  export { default as Icon28QrCodeOutline } from "./28/qr_code_outline";
1478
1487
  export { default as Icon28QuestionOutline } from "./28/question_outline";
1488
+ export { default as Icon28QuoteOutline } from "./28/quote_outline";
1479
1489
  export { default as Icon28RadiowavesAroundOutline } from "./28/radiowaves_around_outline";
1480
1490
  export { default as Icon28RadiowavesLeftAndRightCircleFillRed } from "./28/radiowaves_left_and_right_circle_fill_red";
1481
1491
  export { default as Icon28RadiowavesLeftAndRightOutline } from "./28/radiowaves_left_and_right_outline";
@@ -1532,6 +1542,7 @@ export { default as Icon28SkirtOutline } from "./28/skirt_outline";
1532
1542
  export { default as Icon28SlidersOutline } from "./28/sliders_outline";
1533
1543
  export { default as Icon28SlidersVerticalOutline } from "./28/sliders_vertical_outline";
1534
1544
  export { default as Icon28SmartphoneOutline } from "./28/smartphone_outline";
1545
+ export { default as Icon28SmartphoneShareOutline } from "./28/smartphone_share_outline";
1535
1546
  export { default as Icon28SmartphoneStarsOutline } from "./28/smartphone_stars_outline";
1536
1547
  export { default as Icon28Smile } from "./28/smile";
1537
1548
  export { default as Icon28SmileOutline } from "./28/smile_outline";
@@ -1742,6 +1753,7 @@ export { default as Icon36Gift } from "./36/gift";
1742
1753
  export { default as Icon36GiftOutline } from "./36/gift_outline";
1743
1754
  export { default as Icon36HealthOutline } from "./36/health_outline";
1744
1755
  export { default as Icon36Hearts2Outline } from "./36/hearts_2_outline";
1756
+ export { default as Icon36HeartUnlock } from "./36/heart_unlock";
1745
1757
  export { default as Icon36HelpOutline } from "./36/help_outline";
1746
1758
  export { default as Icon36HomeOutline } from "./36/home_outline";
1747
1759
  export { default as Icon36IncognitoOutline } from "./36/incognito_outline";