@vkontakte/icons 2.87.0 → 2.89.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.
- package/dist/16/diamond_outline_16.js +13 -0
- package/dist/16/hand_point_up_outline_16.js +13 -0
- package/dist/16/markdown_16.js +13 -0
- package/dist/16/pop_up_sticker_circle_fill_raspberry_pink_16.js +13 -0
- package/dist/20/error_shield_20.js +13 -0
- package/dist/20/square_4_plus_outline_20.js +13 -0
- package/dist/20/square_4_slash_outline_20.js +13 -0
- package/dist/20/square_stack_up_outline_20.js +13 -0
- package/dist/20/thumbs_down_20.js +13 -0
- package/dist/20/thumbs_up_20.js +1 -1
- package/dist/20/tv_outline_20.js +13 -0
- package/dist/24/incognito_24.js +13 -0
- package/dist/24/location_24.js +13 -0
- package/dist/24/pop_up_sticker_circle_fill_raspberry_pink_24.js +13 -0
- package/dist/24/square_4_outline_24.js +1 -1
- package/dist/24/square_4_plus_outline_24.js +13 -0
- package/dist/24/square_4_slash_outline_24.js +13 -0
- package/dist/24/user_microphone_badge_outline_24.js +13 -0
- package/dist/28/pop_up_sticker_circle_fill_raspberry_pink_28.js +13 -0
- package/dist/28/square_4_plus_outline_28.js +13 -0
- package/dist/28/square_4_slash_outline_28.js +13 -0
- package/dist/28/square_stack_up_outline_28.js +13 -0
- package/dist/28/thumbs_down_28.js +1 -1
- package/dist/28/thumbs_up_28.js +1 -1
- package/dist/36/favorite_36.js +1 -1
- package/dist/36/nft_heptagon_outline_36.js +13 -0
- package/dist/56/square_stack_up_outline_56.js +13 -0
- package/dist/56/statistics_outline_56.js +13 -0
- package/dist/es6/16/diamond_outline_16.js +3 -0
- package/dist/es6/16/hand_point_up_outline_16.js +3 -0
- package/dist/es6/16/markdown_16.js +3 -0
- package/dist/es6/16/pop_up_sticker_circle_fill_raspberry_pink_16.js +3 -0
- package/dist/es6/20/error_shield_20.js +3 -0
- package/dist/es6/20/square_4_plus_outline_20.js +3 -0
- package/dist/es6/20/square_4_slash_outline_20.js +3 -0
- package/dist/es6/20/square_stack_up_outline_20.js +3 -0
- package/dist/es6/20/thumbs_down_20.js +3 -0
- package/dist/es6/20/thumbs_up_20.js +1 -1
- package/dist/es6/20/tv_outline_20.js +3 -0
- package/dist/es6/24/incognito_24.js +3 -0
- package/dist/es6/24/location_24.js +3 -0
- package/dist/es6/24/pop_up_sticker_circle_fill_raspberry_pink_24.js +3 -0
- package/dist/es6/24/square_4_outline_24.js +1 -1
- package/dist/es6/24/square_4_plus_outline_24.js +3 -0
- package/dist/es6/24/square_4_slash_outline_24.js +3 -0
- package/dist/es6/24/user_microphone_badge_outline_24.js +3 -0
- package/dist/es6/28/pop_up_sticker_circle_fill_raspberry_pink_28.js +3 -0
- package/dist/es6/28/square_4_plus_outline_28.js +3 -0
- package/dist/es6/28/square_4_slash_outline_28.js +3 -0
- package/dist/es6/28/square_stack_up_outline_28.js +3 -0
- package/dist/es6/28/thumbs_down_28.js +1 -1
- package/dist/es6/28/thumbs_up_28.js +1 -1
- package/dist/es6/36/favorite_36.js +1 -1
- package/dist/es6/36/nft_heptagon_outline_36.js +3 -0
- package/dist/es6/56/square_stack_up_outline_56.js +3 -0
- package/dist/es6/56/statistics_outline_56.js +3 -0
- package/dist/es6/index.js +23 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +92 -0
- package/dist/typings/16/diamond_outline_16.d.ts +11 -0
- package/dist/typings/16/hand_point_up_outline_16.d.ts +11 -0
- package/dist/typings/16/markdown_16.d.ts +11 -0
- package/dist/typings/16/pop_up_sticker_circle_fill_raspberry_pink_16.d.ts +11 -0
- package/dist/typings/20/error_shield_20.d.ts +11 -0
- package/dist/typings/20/square_4_plus_outline_20.d.ts +11 -0
- package/dist/typings/20/square_4_slash_outline_20.d.ts +11 -0
- package/dist/typings/20/square_stack_up_outline_20.d.ts +11 -0
- package/dist/typings/20/thumbs_down_20.d.ts +11 -0
- package/dist/typings/20/tv_outline_20.d.ts +11 -0
- package/dist/typings/24/incognito_24.d.ts +11 -0
- package/dist/typings/24/location_24.d.ts +11 -0
- package/dist/typings/24/pop_up_sticker_circle_fill_raspberry_pink_24.d.ts +11 -0
- package/dist/typings/24/square_4_plus_outline_24.d.ts +11 -0
- package/dist/typings/24/square_4_slash_outline_24.d.ts +11 -0
- package/dist/typings/24/user_microphone_badge_outline_24.d.ts +11 -0
- package/dist/typings/28/pop_up_sticker_circle_fill_raspberry_pink_28.d.ts +11 -0
- package/dist/typings/28/square_4_plus_outline_28.d.ts +11 -0
- package/dist/typings/28/square_4_slash_outline_28.d.ts +11 -0
- package/dist/typings/28/square_stack_up_outline_28.d.ts +11 -0
- package/dist/typings/36/nft_heptagon_outline_36.d.ts +11 -0
- package/dist/typings/56/square_stack_up_outline_56.d.ts +11 -0
- package/dist/typings/56/statistics_outline_56.d.ts +11 -0
- package/dist/typings/index.d.ts +23 -0
- package/package.json +7 -7
- package/src/svg/16/diamond_outline_16.svg +1 -0
- package/src/svg/16/hand_point_up_outline_16.svg +1 -0
- package/src/svg/16/markdown_16.svg +1 -0
- package/src/svg/16/pop_up_sticker_circle_fill_raspberry_pink_16.svg +15 -0
- package/src/svg/20/error_shield_20.svg +4 -0
- package/src/svg/20/square_4_plus_outline_20.svg +1 -0
- package/src/svg/20/square_4_slash_outline_20.svg +1 -0
- package/src/svg/20/square_stack_up_outline_20.svg +1 -0
- package/src/svg/20/thumbs_down_20.svg +1 -0
- package/src/svg/20/thumbs_up_20.svg +1 -1
- package/src/svg/20/tv_outline_20.svg +1 -0
- package/src/svg/24/incognito_24.svg +1 -0
- package/src/svg/24/location_24.svg +1 -0
- package/src/svg/24/pop_up_sticker_circle_fill_raspberry_pink_24.svg +15 -0
- package/src/svg/24/square_4_outline_24.svg +1 -1
- package/src/svg/24/square_4_plus_outline_24.svg +1 -0
- package/src/svg/24/square_4_slash_outline_24.svg +1 -0
- package/src/svg/24/user_microphone_badge_outline_24.svg +1 -0
- package/src/svg/28/pop_up_sticker_circle_fill_raspberry_pink_28.svg +15 -0
- package/src/svg/28/square_4_plus_outline_28.svg +1 -0
- package/src/svg/28/square_4_slash_outline_28.svg +1 -0
- package/src/svg/28/square_stack_up_outline_28.svg +1 -0
- package/src/svg/28/thumbs_down_28.svg +1 -1
- package/src/svg/28/thumbs_up_28.svg +1 -1
- package/src/svg/36/favorite_36.svg +1 -1
- package/src/svg/36/nft_heptagon_outline_36.svg +1 -0
- package/src/svg/56/square_stack_up_outline_56.svg +1 -0
- package/src/svg/56/statistics_outline_56.svg +1 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon16DiamondOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16DiamondOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16DiamondOutline = (0, _iconssprite.makeIcon)("Icon16DiamondOutline", "diamond_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="diamond_outline_16"><path fill-rule="evenodd" d="M5.425 2.085a.75.75 0 0 1 .338-.081h4.474a.75.75 0 0 1 .375.1l2.024 1.167a.75.75 0 0 1 .245.227l1.989 2.917a.75.75 0 0 1-.083.945l-6.25 6.417a.75.75 0 0 1-1.074 0L1.213 7.36a.75.75 0 0 1-.11-.901l1.704-2.917a.75.75 0 0 1 .31-.29zm.517 1.419-.56.283 1.606.55h2.013l1.506-.562-.47-.271zm6.031 1.325-1.627.607.576 1.576 2.124-.61zm-.231 3.508-.909.261-.524 1.21zM8 11.367l1.131-2.614H6.87L8 11.366ZM6.587 7.252h2.826l-.517-1.416H7.104zm-.943-1.79-.566 1.55-2.194-.63.908-1.554zM4.258 8.337l.91.261.523 1.21z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon16HandPointUpOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16HandPointUpOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16HandPointUpOutline = (0, _iconssprite.makeIcon)("Icon16HandPointUpOutline", "hand_point_up_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="hand_point_up_outline_16"><path fill-rule="evenodd" d="M6.468 3a.247.247 0 0 1 .257.253l-.085 3.03c-.02.105-.03.214-.03.325v.771a.75.75 0 0 0 1.5.02l.024-.89a.208.208 0 0 1 .39.1l-.006.88a.75.75 0 0 0 1.5.013l.003-.47a.232.232 0 0 1 .464-.012l.039.658a.75.75 0 0 0 1.497-.088l-.007-.119a.244.244 0 1 1 .489-.014l-.002 2.46v.026c.037 1.07-.29 1.987-.877 2.611-.577.613-1.47 1.012-2.722.938-1.483-.087-2.455-.629-3.051-1.127a4.042 4.042 0 0 1-.644-.672 2.704 2.704 0 0 1-.16-.236L3.512 7.883a.147.147 0 0 1 .262-.133l.911 1.537a.75.75 0 0 0 1.395-.362l.15-5.685A.247.247 0 0 1 6.468 3M6.41 1.5a1.747 1.747 0 0 1 1.813 1.794L8.18 4.906a1.703 1.703 0 0 1 1.388.538 1.73 1.73 0 0 1 1.968.425 1.744 1.744 0 0 1 2.468 1.588L14 9.905c.045 1.393-.38 2.717-1.284 3.677-.918.975-2.263 1.504-3.903 1.408-1.838-.108-3.109-.793-3.925-1.473a5.54 5.54 0 0 1-.883-.924 4.232 4.232 0 0 1-.29-.444l-.006-.01-.002-.005-.001-.002v-.002a.73.73 0 0 1-.023-.047l-1.55-3.608a1.645 1.645 0 0 1 .48-1.931 1.65 1.65 0 0 1 2.03-.03L4.73 3.2c.024-.92.76-1.664 1.68-1.699Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon16Markdown", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16Markdown;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16Markdown = (0, _iconssprite.makeIcon)("Icon16Markdown", "markdown_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="markdown_16"><path fill-rule="evenodd" d="M1 6c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C2.9 2 3.6 2 5 2h6c1.4 0 2.1 0 2.635.272a2.5 2.5 0 0 1 1.092 1.093C15 3.9 15 4.6 15 6v4c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C13.1 14 12.4 14 11 14H5c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C1 12.1 1 11.4 1 10zm2.092 4.989c-.415 0-.653-.25-.653-.685V5.957c0-.608.347-.959.959-.959.515 0 .793.21 1.003.754l1.212 3.07h.033l1.208-3.07c.214-.544.492-.754 1.011-.754.609 0 .955.347.955.96v4.346c0 .435-.238.685-.653.685-.41 0-.648-.25-.648-.685V7.27H7.49l-1.292 3.2c-.11.274-.282.399-.564.399s-.468-.125-.572-.4L3.772 7.27H3.74v3.034c0 .435-.237.685-.648.685M11.75 5a.6.6 0 0 1 .6.6v3.22h.858a.3.3 0 0 1 .22.504l-1.452 1.584a.3.3 0 0 1-.442 0L10.08 9.325a.3.3 0 0 1 .221-.503h.848V5.6a.6.6 0 0 1 .6-.6Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon16PopUpStickerCircleFillRaspberryPink", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16PopUpStickerCircleFillRaspberryPink;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16PopUpStickerCircleFillRaspberryPink = (0, _iconssprite.makeIcon)("Icon16PopUpStickerCircleFillRaspberryPink", "pop_up_sticker_circle_fill_raspberry_pink_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="pop_up_sticker_circle_fill_raspberry_pink_16"><g fill-rule="evenodd" clip-path="url(#pop_up_sticker_circle_fill_raspberry_pink_16_a)" clip-rule="evenodd"><path fill="url(#pop_up_sticker_circle_fill_raspberry_pink_16_b)" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16" /><path fill="#fff" d="M5.318 4.994a.323.323 0 0 0-.323.324v2.695a.75.75 0 1 1-1.5 0V5.318c0-1.007.817-1.823 1.823-1.823h2.691a.75.75 0 0 1 0 1.5zm6.428 2.23a.75.75 0 0 1 .75.75v2.699a1.822 1.822 0 0 1-1.822 1.822H7.996a.75.75 0 0 1 0-1.499h2.678a.323.323 0 0 0 .323-.323v-2.7a.75.75 0 0 1 .75-.749Z" /></g><defs><linearGradient id="pop_up_sticker_circle_fill_raspberry_pink_16_b" x1="0" x2="16" y1="0" y2="16" gradientUnits="userSpaceOnUse"><stop stop-color="#FF80D5" /><stop offset="1" stop-color="#E645B1" /></linearGradient><clipPath id="pop_up_sticker_circle_fill_raspberry_pink_16_a"><path fill="#fff" d="M0 0h16v16H0z" /></clipPath></defs></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon20ErrorShield", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon20ErrorShield;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon20ErrorShield = (0, _iconssprite.makeIcon)("Icon20ErrorShield", "error_shield_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="error_shield_20"><path fill="currentColor" fill-rule="evenodd" d="M3 4.866c0-.423 0-.634.071-.813a1 1 0 0 1 .298-.404c.149-.121.35-.184.753-.31l4.923-1.54c.355-.111.532-.167.713-.189a2 2 0 0 1 .484 0c.181.022.358.078.713.189l4.923 1.54c.403.126.604.189.753.31a1 1 0 0 1 .298.404c.071.179.071.39.071.813v5.815c0 4.403-4.838 6.89-6.47 7.603a1.432 1.432 0 0 1-.366.126 1.194 1.194 0 0 1-.328 0 1.43 1.43 0 0 1-.366-.127C7.838 17.57 3 15.085 3 10.681z" clip-rule="evenodd" /><path fill="#fff" d="M11 6.017a1 1 0 1 0-2 0v3.5a1 1 0 0 0 2 0zm-1 8.187a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon20Square4PlusOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon20Square4PlusOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon20Square4PlusOutline = (0, _iconssprite.makeIcon)("Icon20Square4PlusOutline", "square_4_plus_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="square_4_plus_outline_20"><path d="M13.743 17.25a.75.75 0 0 0 1.5 0v-2.007l2.008-.002a.75.75 0 1 0-.002-1.5l-2.006.003v-2a.75.75 0 0 0-1.5 0v2.001l-2.007.002a.75.75 0 1 0 .001 1.5l2.006-.003z" /><path fill-rule="evenodd" d="M13.245 7.474c.278.021.65.022 1.255.022.606 0 .977 0 1.255-.022a1.94 1.94 0 0 0 .302-.044l.01-.004a.75.75 0 0 0 .366-.373 1.933 1.933 0 0 0 .044-.302c.022-.277.023-.648.023-1.253 0-.606-.001-.976-.022-1.254a1.933 1.933 0 0 0-.045-.302.75.75 0 0 0-.366-.373l-.01-.004a1.94 1.94 0 0 0-.302-.044c-.278-.021-.65-.022-1.255-.022-.606 0-.977.001-1.255.022a1.94 1.94 0 0 0-.302.044l-.01.004a.75.75 0 0 0-.367.373 1.933 1.933 0 0 0-.044.302c-.021.278-.022.648-.022 1.254 0 .605.001.976.022 1.254a1.933 1.933 0 0 0 .044.301l.004.01a.75.75 0 0 0 .363.363l.01.004a1.94 1.94 0 0 0 .302.044m-2.034-4.176C11 3.75 11 4.333 11 5.498c0 1.165 0 1.747.21 2.199.224.479.61.864 1.09 1.087.451.211 1.034.211 2.2.211 1.166 0 1.749 0 2.2-.21a2.25 2.25 0 0 0 1.09-1.088c.21-.452.21-1.034.21-2.2 0-1.164 0-1.747-.21-2.199a2.25 2.25 0 0 0-1.09-1.087C16.25 2 15.667 2 14.5 2c-1.166 0-1.749 0-2.2.21a2.25 2.25 0 0 0-1.09 1.088ZM4.245 7.474c.278.021.65.022 1.255.022.606 0 .977 0 1.255-.022a1.936 1.936 0 0 0 .302-.044l.01-.004a.75.75 0 0 0 .367-.373 1.933 1.933 0 0 0 .044-.302c.021-.277.022-.648.022-1.253 0-.606-.001-.976-.022-1.254a1.933 1.933 0 0 0-.044-.302.75.75 0 0 0-.377-.377 1.936 1.936 0 0 0-.302-.044c-.278-.021-.65-.022-1.255-.022-.606 0-.977.001-1.255.022a1.936 1.936 0 0 0-.302.044l-.01.004a.75.75 0 0 0-.367.373 1.933 1.933 0 0 0-.044.302c-.021.278-.022.648-.022 1.254 0 .605.001.976.022 1.254a1.933 1.933 0 0 0 .044.301l.004.01a.75.75 0 0 0 .373.367 1.936 1.936 0 0 0 .302.044M2.211 3.298C2 3.75 2 4.333 2 5.498c0 1.165 0 1.747.21 2.199.224.479.61.864 1.09 1.087.451.211 1.034.211 2.2.211 1.166 0 1.749 0 2.2-.21a2.25 2.25 0 0 0 1.09-1.088C9 7.245 9 6.663 9 5.497c0-1.164 0-1.747-.21-2.199A2.25 2.25 0 0 0 7.7 2.211C7.25 2 6.667 2 5.5 2c-1.166 0-1.749 0-2.2.21a2.25 2.25 0 0 0-1.09 1.088Zm2.034 13.17c.278.021.65.022 1.255.022.606 0 .977-.001 1.255-.022a1.953 1.953 0 0 0 .302-.044.75.75 0 0 0 .377-.377 1.93 1.93 0 0 0 .044-.302c.021-.278.022-.648.022-1.254a18.8 18.8 0 0 0-.022-1.254 1.934 1.934 0 0 0-.044-.301.75.75 0 0 0-.367-.373l-.01-.004a1.935 1.935 0 0 0-.302-.044c-.278-.021-.65-.022-1.255-.022-.606 0-.977 0-1.255.022a1.935 1.935 0 0 0-.302.044l-.01.004a.75.75 0 0 0-.367.373 1.934 1.934 0 0 0-.044.302A18.8 18.8 0 0 0 3.5 14.49c0 .606.001.976.022 1.254a1.93 1.93 0 0 0 .044.302l.004.01a.75.75 0 0 0 .373.367 1.953 1.953 0 0 0 .302.044Zm-2.034-4.176C2 12.744 2 13.326 2 14.492c0 1.164 0 1.747.21 2.199.224.479.61.864 1.09 1.087.451.21 1.034.21 2.2.21 1.166 0 1.749 0 2.2-.21a2.25 2.25 0 0 0 1.09-1.087c.21-.452.21-1.035.21-2.2 0-1.165 0-1.747-.21-2.199a2.25 2.25 0 0 0-1.09-1.088c-.451-.21-1.034-.21-2.2-.21-1.166 0-1.749 0-2.2.21a2.25 2.25 0 0 0-1.09 1.088Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon20Square4SlashOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon20Square4SlashOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon20Square4SlashOutline = (0, _iconssprite.makeIcon)("Icon20Square4SlashOutline", "square_4_slash_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="square_4_slash_outline_20"><path fill-rule="evenodd" d="M2.039 1.766A.9.9 0 1 0 .766 3.039L2 4.273V5.5c0 1.166 0 1.749.21 2.2.224.48.61.866 1.09 1.09C3.75 9 4.333 9 5.5 9h1.227L11 13.273V14.5c0 1.166 0 1.749.21 2.2.224.48.61.866 1.09 1.09.451.21 1.034.21 2.2.21h1.227l1.234 1.233a.9.9 0 1 0 1.273-1.272zm10.483 13.989a14.307 14.307 0 0 1-.022-.982l1.727 1.727c-.449 0-.748-.004-.982-.022a1.939 1.939 0 0 1-.302-.045l-.01-.003a.75.75 0 0 1-.363-.363l-.004-.01a1.939 1.939 0 0 1-.044-.302m-9-9a14.342 14.342 0 0 1-.022-.982L5.227 7.5c-.449 0-.748-.004-.982-.022a1.935 1.935 0 0 1-.302-.044l-.01-.004a.75.75 0 0 1-.363-.363l-.004-.01a1.935 1.935 0 0 1-.044-.302M14.494 9h-.378c-.396 0-.736 0-1.017-.023-.297-.024-.591-.077-.875-.222a2.25 2.25 0 0 1-.983-.983c-.145-.284-.198-.579-.222-.875-.023-.281-.023-.651-.023-1.047v-.7c0-.395 0-.765.023-1.046.024-.297.077-.591.222-.875a2.25 2.25 0 0 1 .983-.984c.284-.144.578-.198.875-.222C13.379 2 13.72 2 14.116 2h.758c.394 0 .735 0 1.016.023a2.3 2.3 0 0 1 .875.222c.423.216.767.56.983.984.144.284.198.578.222.875.023.28.023.65.023 1.046v.7c0 .396 0 .766-.023 1.047-.024.296-.078.59-.222.875a2.25 2.25 0 0 1-.983.983c-.284.145-.579.198-.875.222C15.61 9 15.268 9 14.873 9zm2-3.85v.7c0 .433-.001.712-.018.924-.017.204-.045.28-.064.317a.75.75 0 0 1-.328.327c-.037.02-.112.048-.316.064-.212.018-.492.018-.924.018h-.7c-.432 0-.71 0-.923-.018-.204-.016-.28-.045-.316-.064a.75.75 0 0 1-.328-.327c-.019-.037-.047-.113-.064-.317a12.724 12.724 0 0 1-.018-.924v-.7c0-.432 0-.711.018-.924.017-.204.045-.28.064-.316a.75.75 0 0 1 .328-.328c.037-.019.112-.047.316-.064.212-.017.491-.018.924-.018h.7c.431 0 .71 0 .923.018.204.017.28.045.316.064a.75.75 0 0 1 .328.328c.019.037.047.112.064.316.017.213.018.492.018.924M2 14.5v-.379c0-.395 0-.736.023-1.017a2.29 2.29 0 0 1 .222-.875 2.25 2.25 0 0 1 .983-.984c.284-.144.578-.198.875-.222.28-.023.65-.023 1.046-.023h.7c.395 0 .764 0 1.045.023.297.024.591.078.875.222.423.216.767.56.983.984.145.283.198.578.222.875.023.28.023.622.023 1.017v.758c0 .395 0 .737-.023 1.017-.024.297-.077.592-.222.876a2.25 2.25 0 0 1-.983.983c-.284.145-.578.198-.875.222-.28.023-.65.023-1.046.023h-.7c-.394 0-.764 0-1.045-.023a2.295 2.295 0 0 1-.875-.222 2.25 2.25 0 0 1-.983-.983 2.304 2.304 0 0 1-.222-.876C2 15.616 2 15.274 2 14.88zm3.848 2h-.7c-.432 0-.71 0-.923-.018-.204-.017-.28-.045-.316-.064a.75.75 0 0 1-.328-.327c-.019-.038-.047-.113-.064-.317a12.755 12.755 0 0 1-.018-.924v-.7c0-.432.001-.712.018-.924.017-.204.045-.28.064-.316a.75.75 0 0 1 .328-.328c.037-.019.112-.047.316-.064.212-.017.491-.018.924-.018h.7c.432 0 .71 0 .923.018.204.017.28.045.316.064a.75.75 0 0 1 .328.328c.019.037.047.112.064.316.017.212.018.492.018.924v.7c0 .433 0 .712-.018.924-.017.204-.045.28-.064.317a.75.75 0 0 1-.328.327c-.037.02-.112.047-.316.064-.212.018-.491.018-.924.018M7.474 4.244c.013.158.02.327.023.547.006.415.339.75.753.75a.745.745 0 0 0 .747-.75c-.01-.761-.052-1.19-.242-1.562a2.25 2.25 0 0 0-.984-.984c-.373-.19-.806-.233-1.57-.242a.745.745 0 0 0-.75.747c0 .414.336.747.75.753.224.003.396.01.555.023.14.011.224.025.275.038a.45.45 0 0 1 .048.013l.011.005a.75.75 0 0 1 .333.34.45.45 0 0 1 .013.047c.013.051.027.136.038.275m9 9c.013.158.02.327.023.547.006.415.339.75.753.75a.745.745 0 0 0 .747-.75c-.01-.761-.052-1.189-.242-1.563a2.252 2.252 0 0 0-.983-.983c-.374-.19-.807-.233-1.571-.242a.745.745 0 0 0-.75.747c0 .414.336.747.75.753.224.003.396.01.555.023.14.011.224.025.275.037a.458.458 0 0 1 .06.019.751.751 0 0 1 .332.34.458.458 0 0 1 .014.047c.012.051.026.136.037.275" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon20SquareStackUpOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon20SquareStackUpOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon20SquareStackUpOutline = (0, _iconssprite.makeIcon)("Icon20SquareStackUpOutline", "square_stack_up_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="square_stack_up_outline_20"><path fill-rule="evenodd" d="M9.46 2.126a1.25 1.25 0 0 1 1.087 0l6.746 3.252c.943.454.943 1.798 0 2.252l-6.755 3.25a1.25 1.25 0 0 1-1.084 0L2.711 7.636c-.943-.454-.944-1.797-.001-2.252l6.75-3.257Zm.544 1.403L3.83 6.509l6.167 2.968 6.178-2.974-6.17-2.974ZM2.075 9.995a.75.75 0 0 1 1.001-.35l6.92 3.33 6.93-3.327A.75.75 0 0 1 17.574 11l-7.037 3.38a1.25 1.25 0 0 1-1.084 0l-7.028-3.384a.75.75 0 0 1-.35-1.001m1.001 3.15a.75.75 0 1 0-.65 1.35l7.028 3.385c.343.164.741.164 1.084 0l7.037-3.38a.75.75 0 0 0-.65-1.352l-6.928 3.328-6.92-3.332Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon20ThumbsDown", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon20ThumbsDown;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon20ThumbsDown = (0, _iconssprite.makeIcon)("Icon20ThumbsDown", "thumbs_down_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="thumbs_down_20"><path fill-rule="evenodd" d="m14.725 12.63-1.944 4.52a2.232 2.232 0 0 1-4.283-.883v-2.326a.285.285 0 0 0-.285-.285H4.498c-2.105 0-3.556-2.111-2.8-4.076l2.076-5.4A3.4 3.4 0 0 1 6.947 2h4.849a3.2 3.2 0 0 1 3.2 3.2v6.114c0 .453-.092.9-.271 1.316M16.745 2a.75.75 0 0 0-.75.75v8.5a.75.75 0 0 0 1.5 0v-8.5a.75.75 0 0 0-.75-.75" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
package/dist/20/thumbs_up_20.js
CHANGED
|
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "Icon20ThumbsUp", {
|
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
-
var Icon20ThumbsUp = (0, _iconssprite.makeIcon)("Icon20ThumbsUp", "thumbs_up_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="thumbs_up_20"><path fill-rule="evenodd" d="
|
|
13
|
+
var Icon20ThumbsUp = (0, _iconssprite.makeIcon)("Icon20ThumbsUp", "thumbs_up_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="thumbs_up_20"><path fill-rule="evenodd" d="m5.27 7.37 1.944-4.52a2.232 2.232 0 0 1 4.284.883v2.326c0 .157.127.285.284.285h3.716c2.105 0 3.555 2.111 2.8 4.076l-2.076 5.4A3.4 3.4 0 0 1 13.048 18H8.2A3.2 3.2 0 0 1 5 14.8V8.686c0-.452.092-.9.27-1.317ZM3.25 18a.75.75 0 0 0 .75-.75v-8.5a.75.75 0 0 0-1.5 0v8.5c0 .414.336.75.75.75" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon20TvOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon20TvOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon20TvOutline = (0, _iconssprite.makeIcon)("Icon20TvOutline", "tv_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="tv_outline_20"><path fill-rule="evenodd" d="M4.95 2.5h-.03c-.535 0-.98 0-1.345.03-.38.03-.736.098-1.073.27A2.75 2.75 0 0 0 1.3 4.002c-.172.337-.24.693-.27 1.073C1 5.44 1 5.885 1 6.42v4.66c0 .535 0 .98.03 1.345.03.38.098.736.27 1.073A2.75 2.75 0 0 0 2.502 14.7c.337.172.693.24 1.073.27.365.03.81.03 1.345.03H7l-1.09 1.363a.7.7 0 0 0 .546 1.137h7.088a.7.7 0 0 0 .546-1.137L13 15h2.08c.535 0 .98 0 1.345-.03.38-.03.736-.098 1.073-.27a2.751 2.751 0 0 0 1.202-1.2c.172-.338.24-.694.27-1.074.03-.365.03-.81.03-1.345V6.42c0-.535 0-.98-.03-1.345-.03-.38-.098-.736-.27-1.073A2.75 2.75 0 0 0 17.5 2.8c-.338-.172-.694-.24-1.074-.27-.365-.03-.81-.03-1.345-.03zM3.183 4.136c.09-.046.227-.088.514-.111C3.993 4 4.377 4 4.95 4h10.1c.572 0 .957 0 1.252.025.288.023.425.065.515.111.236.12.427.311.547.547.046.09.088.227.111.514.024.296.025.68.025 1.253v4.6c0 .572 0 .957-.025 1.252-.023.288-.065.425-.111.516a1.25 1.25 0 0 1-.547.546c-.09.046-.227.088-.515.111-.295.024-.68.025-1.252.025H4.95c-.572 0-.957 0-1.253-.025-.287-.023-.424-.065-.514-.111a1.25 1.25 0 0 1-.547-.546c-.046-.091-.088-.228-.111-.515-.024-.296-.025-.68-.025-1.253v-4.6c0-.572 0-.957.025-1.253.023-.287.065-.424.111-.514a1.25 1.25 0 0 1 .547-.547" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon24Incognito", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon24Incognito;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon24Incognito = (0, _iconssprite.makeIcon)("Icon24Incognito", "incognito_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="incognito_24"><path fill-rule="evenodd" d="M9.805 3h4.39c.5 0 .926 0 1.278.027.37.028.726.09 1.074.25.531.243.982.634 1.296 1.126.206.322.317.666.397 1.03.075.344.135.765.204 1.26l.38 2.707H21.1a.9.9 0 0 1 0 1.8H2.9a.9.9 0 1 1 0-1.8h2.275l.38-2.706c.07-.496.13-.917.205-1.262.08-.363.19-.707.396-1.028a3.043 3.043 0 0 1 1.297-1.128c.347-.159.703-.22 1.074-.249C8.879 3 9.304 3 9.805 3M3 17a4 4 0 0 1 7.637-1.667 7.053 7.053 0 0 1 2.726-.001 4 4 0 1 1-.362 1.763 5.258 5.258 0 0 0-2.002 0A4 4 0 0 1 3 17" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon24Location", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon24Location;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon24Location = (0, _iconssprite.makeIcon)("Icon24Location", "location_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="location_24"><path d="M10.887 20.9a1.698 1.698 0 0 1-.101-.44l-.62-6.626-6.626-.62a1.699 1.699 0 0 1-.47-3.268L17.671 4.12a1.698 1.698 0 0 1 2.206 2.207L14.054 20.93a1.698 1.698 0 0 1-3.167-.03" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon24PopUpStickerCircleFillRaspberryPink", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon24PopUpStickerCircleFillRaspberryPink;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon24PopUpStickerCircleFillRaspberryPink = (0, _iconssprite.makeIcon)("Icon24PopUpStickerCircleFillRaspberryPink", "pop_up_sticker_circle_fill_raspberry_pink_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="pop_up_sticker_circle_fill_raspberry_pink_24"><g clip-path="url(#pop_up_sticker_circle_fill_raspberry_pink_24_a)"><path fill="url(#pop_up_sticker_circle_fill_raspberry_pink_24_b)" fill-rule="evenodd" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12" clip-rule="evenodd" /><path fill="#fff" d="M12 7.004a1 1 0 1 0 0-2H8.005a3 3 0 0 0-3 3v3.997a1 1 0 1 0 2 0V8.004a1 1 0 0 1 1-1zm0 9.999a1 1 0 0 0 0 2h4.006a2.995 2.995 0 0 0 2.994-3v-4.002c0-.553-.441-1-.994-1a1 1 0 0 0-1 1v4.002a1 1 0 0 1-1 1h-4.005Z" /></g><defs><linearGradient id="pop_up_sticker_circle_fill_raspberry_pink_24_b" x1="0" x2="24" y1="0" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="#FF80D5" /><stop offset="1" stop-color="#E645B1" /></linearGradient><clipPath id="pop_up_sticker_circle_fill_raspberry_pink_24_a"><path fill="#fff" d="M0 0h24v24H0z" /></clipPath></defs></symbol>', 24, 24, false, undefined);
|
|
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "Icon24Square4Outline", {
|
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
-
var Icon24Square4Outline = (0, _iconssprite.makeIcon)("Icon24Square4Outline", "square_4_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="square_4_outline_24"><path fill-rule="evenodd" d="
|
|
13
|
+
var Icon24Square4Outline = (0, _iconssprite.makeIcon)("Icon24Square4Outline", "square_4_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="square_4_outline_24"><path fill-rule="evenodd" d="M6.267 3h1.466c.392 0 .738 0 1.025.023.306.025.623.081.932.239a2.4 2.4 0 0 1 1.048 1.048c.158.309.213.626.239.932.023.287.023.633.023 1.025v1.466c0 .392 0 .738-.024 1.026-.025.305-.08.622-.238.93a2.4 2.4 0 0 1-1.048 1.05 2.448 2.448 0 0 1-.932.238A13.42 13.42 0 0 1 7.733 11H6.267c-.392 0-.738 0-1.026-.023-.305-.025-.622-.081-.93-.239A2.4 2.4 0 0 1 3.26 9.69a2.447 2.447 0 0 1-.238-.931C3 8.47 3 8.125 3 7.733V6.267c0-.392 0-.738.023-1.025.025-.306.081-.623.239-.932A2.4 2.4 0 0 1 4.31 3.262c.309-.158.626-.214.931-.239C5.53 3 5.875 3 6.267 3m-.879 1.817c-.194.016-.248.042-.26.048a.6.6 0 0 0-.263.263c-.006.012-.032.066-.048.26A13.19 13.19 0 0 0 4.8 6.3v1.4c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.048-.26.016-.205.017-.477.017-.912V6.3c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.048A12.65 12.65 0 0 0 7.7 4.8H6.3c-.435 0-.707 0-.912.017M6.267 13h1.466c.392 0 .738 0 1.025.023.306.025.623.081.932.239a2.4 2.4 0 0 1 1.048 1.048c.158.309.214.626.239.931.023.288.023.634.023 1.026v1.466c0 .392 0 .738-.023 1.026-.025.305-.081.622-.239.93a2.4 2.4 0 0 1-1.048 1.05 2.448 2.448 0 0 1-.932.238C8.471 21 8.125 21 7.733 21H6.267c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.932-.239a2.4 2.4 0 0 1-1.048-1.048 2.439 2.439 0 0 1-.239-.931A13.482 13.482 0 0 1 3 17.733v-1.466c0-.392 0-.738.023-1.025.025-.306.081-.623.239-.932a2.4 2.4 0 0 1 1.048-1.048c.309-.158.626-.214.932-.239C5.529 13 5.875 13 6.267 13m-.879 1.818c-.194.015-.248.041-.26.047a.6.6 0 0 0-.263.263c-.006.012-.032.066-.048.26a12.65 12.65 0 0 0-.017.912v1.4c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.048-.26.016-.205.017-.477.017-.912v-1.4c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.047A12.613 12.613 0 0 0 7.7 14.8H6.3c-.435 0-.707 0-.912.018M16.267 3h1.466c.392 0 .738 0 1.025.023.306.025.623.081.931.239a2.4 2.4 0 0 1 1.05 1.048c.156.309.212.626.238.932.023.287.023.633.023 1.025v1.466c0 .392 0 .738-.023 1.026-.026.305-.082.622-.239.93a2.4 2.4 0 0 1-1.049 1.05 2.438 2.438 0 0 1-.93.238c-.288.023-.634.023-1.026.023h-1.466c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.932-.239a2.4 2.4 0 0 1-1.049-1.048 2.447 2.447 0 0 1-.238-.931A13.42 13.42 0 0 1 13 7.732V6.267c0-.392 0-.738.023-1.025.025-.306.081-.623.239-.932a2.4 2.4 0 0 1 1.048-1.048c.309-.158.626-.214.931-.239C15.53 3 15.876 3 16.268 3Zm-.879 1.817c-.194.016-.248.042-.26.048a.6.6 0 0 0-.263.263c-.006.012-.032.066-.048.26a13.19 13.19 0 0 0-.017.912v1.4c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.047-.26.017-.205.018-.477.018-.912V6.3c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.048A12.66 12.66 0 0 0 17.7 4.8h-1.4c-.435 0-.707 0-.912.017M16.267 13h1.466c.392 0 .738 0 1.025.023.306.025.623.081.931.239a2.4 2.4 0 0 1 1.05 1.048c.156.309.212.626.238.931.023.288.023.634.023 1.026v1.466c0 .392 0 .738-.023 1.026a2.44 2.44 0 0 1-.239.93 2.4 2.4 0 0 1-1.049 1.05 2.438 2.438 0 0 1-.93.238c-.288.023-.634.023-1.026.023h-1.466c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.932-.239a2.4 2.4 0 0 1-1.049-1.048 2.44 2.44 0 0 1-.238-.931A13.423 13.423 0 0 1 13 17.733v-1.466c0-.392 0-.738.023-1.025a2.44 2.44 0 0 1 .239-.932 2.4 2.4 0 0 1 1.048-1.048c.309-.158.626-.214.931-.239.288-.023.634-.023 1.026-.023m-.879 1.817c-.194.016-.248.042-.26.048a.6.6 0 0 0-.263.263c-.006.012-.032.066-.048.26a13.19 13.19 0 0 0-.017.912v1.4c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.047.205.017.477.018.912.018h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.047-.26.017-.205.018-.477.018-.912v-1.4c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.048a12.69 12.69 0 0 0-.912-.017h-1.4c-.435 0-.707 0-.912.017" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon24Square4PlusOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon24Square4PlusOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon24Square4PlusOutline = (0, _iconssprite.makeIcon)("Icon24Square4PlusOutline", "square_4_plus_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="square_4_plus_outline_24"><path fill-rule="evenodd" d="M6.267 3h1.466c.392 0 .738 0 1.026.023.305.025.622.081.93.239a2.4 2.4 0 0 1 1.05 1.048c.157.309.213.626.238.932.023.287.023.633.023 1.025v1.466c0 .392 0 .738-.023 1.026-.025.305-.081.622-.239.93a2.4 2.4 0 0 1-1.048 1.05 2.447 2.447 0 0 1-.931.238C8.47 11 8.124 11 7.732 11H6.267c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.932-.239A2.4 2.4 0 0 1 3.262 9.69a2.431 2.431 0 0 1-.239-.931C3 8.47 3 8.124 3 7.732V6.267c0-.392 0-.738.023-1.025.025-.306.081-.623.239-.932A2.4 2.4 0 0 1 4.31 3.262c.309-.158.626-.214.932-.239C5.529 3 5.875 3 6.267 3m-.879 1.817c-.194.016-.248.042-.26.048a.6.6 0 0 0-.263.263c-.006.012-.032.066-.048.26A13.19 13.19 0 0 0 4.8 6.3v1.4c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.048-.26.016-.205.017-.477.017-.912V6.3c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.048A12.658 12.658 0 0 0 7.7 4.8H6.3c-.435 0-.707 0-.912.017M6.267 13h1.466c.392 0 .738 0 1.026.023.305.025.622.081.93.239a2.4 2.4 0 0 1 1.05 1.048c.157.309.213.626.238.931.023.288.023.634.023 1.026v1.466c0 .392 0 .738-.023 1.026-.025.305-.081.622-.239.93a2.4 2.4 0 0 1-1.048 1.05 2.447 2.447 0 0 1-.931.238C8.47 21 8.124 21 7.732 21H6.267c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.932-.239a2.4 2.4 0 0 1-1.048-1.048 2.44 2.44 0 0 1-.239-.931C3 18.47 3 18.125 3 17.733v-1.466c0-.392 0-.738.023-1.025a2.44 2.44 0 0 1 .239-.932 2.4 2.4 0 0 1 1.048-1.048c.309-.158.626-.214.932-.239C5.529 13 5.875 13 6.267 13m-.879 1.818c-.194.015-.248.041-.26.047a.6.6 0 0 0-.263.263c-.006.012-.032.066-.048.26a13.19 13.19 0 0 0-.017.912v1.4c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.048-.26.016-.205.017-.477.017-.912v-1.4c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.047A12.613 12.613 0 0 0 7.7 14.8H6.3c-.435 0-.707 0-.912.018M16.267 3h1.466c.392 0 .738 0 1.026.023.305.025.622.081.93.239a2.4 2.4 0 0 1 1.05 1.048c.157.309.213.626.238.932.023.287.023.633.023 1.025v1.466c0 .392 0 .738-.023 1.026-.025.305-.081.622-.239.93a2.4 2.4 0 0 1-1.048 1.05 2.447 2.447 0 0 1-.931.238c-.288.023-.634.023-1.026.023h-1.466c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.932-.239a2.4 2.4 0 0 1-1.048-1.048 2.431 2.431 0 0 1-.239-.931C13 8.47 13 8.124 13 7.732V6.267c0-.392 0-.738.023-1.025.025-.306.081-.623.239-.932a2.4 2.4 0 0 1 1.048-1.048 2.44 2.44 0 0 1 .931-.239C15.53 3 15.876 3 16.268 3Zm-.879 1.817c-.194.016-.248.042-.26.048a.6.6 0 0 0-.263.263c-.006.012-.032.066-.047.26-.017.205-.018.477-.018.912v1.4c0 .435 0 .707.018.912.015.194.041.248.047.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.048-.26.016-.205.017-.477.017-.912V6.3c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.048A12.658 12.658 0 0 0 17.7 4.8h-1.4c-.435 0-.707 0-.912.017" clip-rule="evenodd" /><path d="M17.9 13.9a.9.9 0 0 0-1.8 0v2.2h-2.2a.9.9 0 1 0 0 1.8h2.2v2.2a.9.9 0 0 0 1.8 0v-2.2h2.2a.9.9 0 0 0 0-1.8h-2.2z" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon24Square4SlashOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon24Square4SlashOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon24Square4SlashOutline = (0, _iconssprite.makeIcon)("Icon24Square4SlashOutline", "square_4_slash_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="square_4_slash_outline_24"><path fill-rule="evenodd" d="M7.09 3.9a.9.9 0 0 1 .9-.9h.61A2.4 2.4 0 0 1 11 5.4v.61a.9.9 0 1 1-1.8 0V5.4a.6.6 0 0 0-.6-.6h-.61a.9.9 0 0 1-.9-.9M6.267 13h1.466c.392 0 .738 0 1.026.023.305.025.622.081.93.239a2.4 2.4 0 0 1 1.05 1.048c.157.309.213.626.238.931.023.288.023.634.023 1.026v1.466c0 .392 0 .738-.023 1.026-.025.305-.081.622-.239.93a2.4 2.4 0 0 1-1.048 1.05 2.447 2.447 0 0 1-.931.238C8.47 21 8.125 21 7.733 21H6.267c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.931-.239a2.4 2.4 0 0 1-1.05-1.048 2.439 2.439 0 0 1-.238-.931A13.48 13.48 0 0 1 3 17.733v-1.466c0-.392 0-.738.023-1.025a2.44 2.44 0 0 1 .239-.932 2.4 2.4 0 0 1 1.049-1.048c.308-.158.625-.214.93-.239C5.53 13 5.876 13 6.268 13Zm-.879 1.818c-.194.015-.248.041-.26.047a.6.6 0 0 0-.263.263c-.006.012-.032.066-.047.26a12.65 12.65 0 0 0-.018.912v1.4c0 .435 0 .707.018.912.015.194.041.248.047.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.048-.26.016-.205.017-.477.017-.912v-1.4c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.047A12.613 12.613 0 0 0 7.7 14.8H6.3c-.435 0-.707 0-.912.018M16.267 3h1.466c.392 0 .738 0 1.026.023.305.025.622.081.93.239a2.4 2.4 0 0 1 1.05 1.048c.157.309.213.626.238.932.023.287.023.633.023 1.025v1.466c0 .392 0 .738-.023 1.026-.025.305-.081.622-.239.93a2.4 2.4 0 0 1-1.048 1.05 2.447 2.447 0 0 1-.931.238c-.288.023-.634.023-1.026.023h-1.466c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.932-.239a2.4 2.4 0 0 1-1.048-1.048 2.431 2.431 0 0 1-.239-.931C13 8.47 13 8.125 13 7.733V6.267c0-.392 0-.738.023-1.025.025-.306.081-.623.239-.932a2.4 2.4 0 0 1 1.048-1.048 2.44 2.44 0 0 1 .931-.239C15.53 3 15.876 3 16.268 3Zm-.879 1.817c-.194.016-.248.042-.26.048a.6.6 0 0 0-.263.263c-.006.012-.032.066-.047.26-.017.205-.018.477-.018.912v1.4c0 .435 0 .707.018.912.015.194.041.248.047.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.048-.26.016-.205.017-.477.017-.912V6.3c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.048A12.649 12.649 0 0 0 17.7 4.8h-1.4c-.435 0-.707 0-.912.017M17.09 13.9a.9.9 0 0 1 .9-.9h.61a2.4 2.4 0 0 1 2.4 2.4v.61a.9.9 0 1 1-1.8 0v-.61a.6.6 0 0 0-.6-.6h-.61a.9.9 0 0 1-.9-.9" clip-rule="evenodd" /><path fill-rule="evenodd" d="M3.036 2.764a.9.9 0 0 0-1.272 1.272l1.25 1.251A.906.906 0 0 0 3 5.45v2.283c0 .392 0 .738.023 1.026.025.305.081.622.239.93a2.4 2.4 0 0 0 1.048 1.05c.309.157.626.213.932.238.287.023.633.023 1.025.023H8.55c.056 0 .11-.005.163-.015l4.302 4.302a.899.899 0 0 0-.015.163v2.283c0 .392 0 .738.023 1.026.025.305.081.622.239.93a2.4 2.4 0 0 0 1.048 1.05c.309.157.626.213.931.238.288.023.634.023 1.026.023h2.283c.055 0 .11-.005.163-.015l1.25 1.251a.9.9 0 0 0 1.273-1.272zM16.927 19.2 14.8 17.073v.627c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017zm-10-10L4.8 7.073V7.7c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon24UserMicrophoneBadgeOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon24UserMicrophoneBadgeOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon24UserMicrophoneBadgeOutline = (0, _iconssprite.makeIcon)("Icon24UserMicrophoneBadgeOutline", "user_microphone_badge_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="user_microphone_badge_outline_24"><path fill-rule="evenodd" d="M12 3.839A2.91 2.91 0 0 0 9.089 6.75 2.91 2.91 0 0 0 12 9.661a2.91 2.91 0 0 0 2.911-2.911A2.91 2.91 0 0 0 12 3.839M7.25 6.75A4.749 4.749 0 0 1 12 2a4.749 4.749 0 0 1 4.75 4.75A4.749 4.749 0 0 1 12 11.5a4.749 4.749 0 0 1-4.75-4.75m2.738 6.712a.884.884 0 0 1-.672 1.018c-.725.157-1.381.384-1.87.664-.927.532-1.304 1.176-1.304 1.994 0 .348.038.536.063.624.049.01.127.018.243.018H8.57c.454 0 .926.352.926.828s-.472.895-.926.895H6.448c-.666 0-1.151-.178-1.47-.56-.322-.383-.479-.973-.479-1.805 0-1.59.836-2.747 2.159-3.506.663-.38 1.514-.682 2.358-.865.444-.096.88.229.972.695M21 17a5 5 0 1 1-10 0 5 5 0 0 1 10 0m-3.751-2.248a1.25 1.25 0 0 0-2.5 0v1.498a1.25 1.25 0 1 0 2.5 0zm1.64 1.801c.332.126.432.504.31.847-.465 1.318-1.33 1.987-2.446 2.2v.72c0 .366-.397.684-.75.684-.354 0-.75-.318-.75-.684v-.72c-1.125-.208-1.982-.877-2.453-2.2-.122-.343-.003-.72.328-.846.332-.127.7-.026.822.317.707 1.985 3.418 1.98 4.118.002.121-.344.489-.445.82-.32Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon28PopUpStickerCircleFillRaspberryPink", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon28PopUpStickerCircleFillRaspberryPink;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon28PopUpStickerCircleFillRaspberryPink = (0, _iconssprite.makeIcon)("Icon28PopUpStickerCircleFillRaspberryPink", "pop_up_sticker_circle_fill_raspberry_pink_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" id="pop_up_sticker_circle_fill_raspberry_pink_28"><g fill-rule="evenodd" clip-path="url(#pop_up_sticker_circle_fill_raspberry_pink_28_a)" clip-rule="evenodd"><path fill="url(#pop_up_sticker_circle_fill_raspberry_pink_28_b)" d="M14 28c7.732 0 14-6.268 14-14S21.732 0 14 0 0 6.268 0 14s6.268 14 14 14" /><path fill="#fff" d="M15.504 7.003a1 1 0 0 1-1 1H9.002a1 1 0 0 0-1 1v5.5a1 1 0 0 1-2.002 0v-5.5a3 3 0 0 1 3.002-3h5.502a1 1 0 0 1 1 1M12.49 21a1 1 0 0 1 1.001-1h5.507a1 1 0 0 0 1-1v-5.5a1 1 0 0 1 2.002 0V19a3 3 0 0 1-3.002 3h-5.507a1 1 0 0 1-1-1Z" /></g><defs><linearGradient id="pop_up_sticker_circle_fill_raspberry_pink_28_b" x1="0" x2="28" y1="0" y2="28" gradientUnits="userSpaceOnUse"><stop stop-color="#FF80D5" /><stop offset="1" stop-color="#E645B1" /></linearGradient><clipPath id="pop_up_sticker_circle_fill_raspberry_pink_28_a"><path fill="#fff" d="M0 0h28v28H0z" /></clipPath></defs></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon28Square4PlusOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon28Square4PlusOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon28Square4PlusOutline = (0, _iconssprite.makeIcon)("Icon28Square4PlusOutline", "square_4_plus_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="square_4_plus_outline_28"><path fill-rule="evenodd" d="M3 8c0-1.396 0-2.095.196-2.656a3.5 3.5 0 0 1 2.148-2.148C5.905 3 6.604 3 8 3c1.396 0 2.095 0 2.656.196a3.5 3.5 0 0 1 2.148 2.148C13 5.905 13 6.604 13 8c0 1.396 0 2.095-.196 2.656a3.5 3.5 0 0 1-2.148 2.148C10.095 13 9.396 13 8 13c-1.396 0-2.095 0-2.656-.196a3.5 3.5 0 0 1-2.148-2.148C3 10.095 3 9.396 3 8m5 3c-1.564 0-1.836-.028-1.995-.084a1.5 1.5 0 0 1-.92-.92C5.027 9.835 5 9.563 5 8s.028-1.836.084-1.995c.15-.431.49-.77.92-.92C6.165 5.027 6.437 5 8 5s1.836.028 1.995.084c.431.15.77.49.92.92.057.16.085.432.085 1.996s-.028 1.836-.084 1.995a1.5 1.5 0 0 1-.92.92C9.835 10.973 9.563 11 8 11" clip-rule="evenodd" /><path d="M19 16a1 1 0 1 1 2 0v3h3a1 1 0 1 1 0 2h-3v3a1 1 0 1 1-2 0v-3h-3a1 1 0 1 1 0-2h3z" /><path fill-rule="evenodd" d="M3.196 17.344C3 17.905 3 18.604 3 20c0 1.396 0 2.095.196 2.656a3.5 3.5 0 0 0 2.148 2.148C5.905 25 6.604 25 8 25c1.396 0 2.095 0 2.656-.196a3.5 3.5 0 0 0 2.148-2.148C13 22.095 13 21.396 13 20c0-1.396 0-2.095-.196-2.656a3.5 3.5 0 0 0-2.148-2.148C10.095 15 9.396 15 8 15c-1.396 0-2.095 0-2.656.196a3.5 3.5 0 0 0-2.148 2.148m2.809 5.572c.16.056.431.084 1.995.084s1.836-.028 1.995-.084c.431-.15.77-.49.92-.92.057-.16.085-.432.085-1.996s-.028-1.836-.084-1.995a1.5 1.5 0 0 0-.92-.92C9.835 17.027 9.563 17 8 17s-1.836.028-1.995.084a1.5 1.5 0 0 0-.92.92C5.027 18.165 5 18.437 5 20s.028 1.836.084 1.995c.15.431.49.77.92.92ZM15 8c0-1.396 0-2.095.196-2.656a3.5 3.5 0 0 1 2.148-2.148C17.905 3 18.604 3 20 3c1.396 0 2.095 0 2.656.196a3.5 3.5 0 0 1 2.148 2.148C25 5.905 25 6.604 25 8c0 1.396 0 2.095-.196 2.656a3.5 3.5 0 0 1-2.148 2.148C22.095 13 21.396 13 20 13c-1.396 0-2.095 0-2.656-.196a3.5 3.5 0 0 1-2.148-2.148C15 10.095 15 9.396 15 8m5 3c-1.564 0-1.836-.028-1.995-.084a1.5 1.5 0 0 1-.92-.92C17.027 9.835 17 9.563 17 8s.028-1.836.084-1.995c.15-.431.49-.77.92-.92C18.165 5.027 18.437 5 20 5s1.836.028 1.995.084c.431.15.77.49.92.92.057.16.085.432.085 1.996s-.028 1.836-.084 1.995a1.5 1.5 0 0 1-.92.92c-.16.057-.432.085-1.996.085" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon28Square4SlashOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon28Square4SlashOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon28Square4SlashOutline = (0, _iconssprite.makeIcon)("Icon28Square4SlashOutline", "square_4_slash_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="square_4_slash_outline_28"><path fill-rule="evenodd" d="M2.707 2.293a1 1 0 0 0-1.414 1.414L3.135 5.55C3 6.08 3 6.77 3 8c0 1.396 0 2.095.196 2.656a3.5 3.5 0 0 0 2.148 2.148C5.905 13 6.604 13 8 13c1.232 0 1.92 0 2.451-.135l4.684 4.684C15 18.08 15 18.77 15 20c0 1.396 0 2.095.196 2.656a3.5 3.5 0 0 0 2.148 2.148C17.905 25 18.604 25 20 25c1.232 0 1.92 0 2.45-.135l1.843 1.842a1 1 0 0 0 1.414-1.414l-1.534-1.534.003-.003-1.426-1.426-.003.003-5.08-5.08.003-.003-1.426-1.426-.003.003-4.068-4.068.002-.002-1.426-1.426-.002.002-5.08-5.08.002-.002-1.426-1.426-.002.002zm2.295 5.123L5 8c0 1.564.028 1.836.084 1.995.15.431.49.77.92.92.16.057.432.085 1.996.085.219 0 .413 0 .584-.002zM17 20c0-.219 0-.413.002-.584l3.582 3.582L20 23c-1.564 0-1.836-.028-1.995-.084a1.5 1.5 0 0 1-.92-.92C17.027 21.835 17 21.563 17 20m1.005-9.084c.16.056.431.084 1.995.084s1.836-.028 1.995-.084c.431-.15.77-.49.92-.92.057-.16.085-.432.085-1.996s-.028-1.836-.084-1.995a1.5 1.5 0 0 0-.92-.92C21.835 5.027 21.563 5 20 5s-1.836.028-1.995.084a1.5 1.5 0 0 0-.92.92C17.027 6.165 17 6.437 17 8s.028 1.836.084 1.995c.15.431.49.77.92.92Zm-2.809-5.572C15 5.905 15 6.604 15 8c0 1.396 0 2.095.196 2.656a3.5 3.5 0 0 0 2.148 2.148C17.905 13 18.604 13 20 13c1.396 0 2.095 0 2.656-.196a3.5 3.5 0 0 0 2.148-2.148C25 10.095 25 9.396 25 8c0-1.396 0-2.095-.196-2.656a3.5 3.5 0 0 0-2.148-2.148C22.095 3 21.396 3 20 3c-1.396 0-2.095 0-2.656.196a3.5 3.5 0 0 0-2.148 2.148M6.005 22.916c.16.056.431.084 1.995.084s1.836-.028 1.995-.084c.431-.15.77-.49.92-.92.057-.16.085-.432.085-1.996s-.028-1.836-.084-1.995a1.5 1.5 0 0 0-.92-.92C9.835 17.027 9.563 17 8 17s-1.836.028-1.995.084a1.5 1.5 0 0 0-.92.92C5.027 18.165 5 18.437 5 20s.028 1.836.084 1.995c.15.431.49.77.92.92Zm-2.809-5.572C3 17.905 3 18.604 3 20c0 1.396 0 2.095.196 2.656a3.5 3.5 0 0 0 2.148 2.148C5.905 25 6.604 25 8 25c1.396 0 2.095 0 2.656-.196a3.5 3.5 0 0 0 2.148-2.148C13 22.095 13 21.396 13 20c0-1.396 0-2.095-.196-2.656a3.5 3.5 0 0 0-2.148-2.148C10.095 15 9.396 15 8 15c-1.396 0-2.095 0-2.656.196a3.5 3.5 0 0 0-2.148 2.148m20.802 2.984h-.007a.993.993 0 0 1-1-.983v-.016c-.012-.754-.037-1.216-.075-1.324a1.5 1.5 0 0 0-.92-.92c-.11-.039-.57-.064-1.325-.076h-.016a.993.993 0 0 1-.983-1v-.007c0-.55.458-1.004 1.009-.999.888.01 1.56.048 1.975.193a3.5 3.5 0 0 1 2.148 2.148c.145.416.183 1.087.193 1.974a1.005 1.005 0 0 1-1 1.01Zm-12.007-12h.007c.551 0 1.004-.458.999-1.01v.005-.005c-.01-.887-.048-1.558-.193-1.974a3.5 3.5 0 0 0-2.148-2.148c-.416-.145-1.085-.18-1.972-.19h-.002.002a1.005 1.005 0 0 0-1.008 1v.007c0 .55.433.99.984.998h.015c.753.012 1.211.035 1.32.073.431.151.77.49.92.92.039.11.064.57.077 1.325v.016c.01.55.448.983.999.983" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon28SquareStackUpOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon28SquareStackUpOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon28SquareStackUpOutline = (0, _iconssprite.makeIcon)("Icon28SquareStackUpOutline", "square_stack_up_outline_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="square_stack_up_outline_28"><path fill-rule="evenodd" d="M13.263 2.661a1.75 1.75 0 0 1 1.473 0l10.25 4.752c1.352.626 1.352 2.548 0 3.175l-10.25 4.755a1.75 1.75 0 0 1-1.472 0L3.016 10.595C1.664 9.97 1.663 8.048 3.014 7.42zM14 4.524 4.346 9.007 14 13.48 23.656 9zm11.91 9.526a1 1 0 0 1-.486 1.328l-10.686 4.961a1.75 1.75 0 0 1-1.473 0l-10.68-4.945a1 1 0 0 1 .84-1.815L14 18.476l10.582-4.912a1 1 0 0 1 1.328.486m-.481 6.252a1 1 0 1 0-.852-1.81L14 23.472 3.429 18.508a1 1 0 1 0-.85 1.81l10.677 5.015a1.75 1.75 0 0 0 1.49 0z" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
|
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "Icon28ThumbsDown", {
|
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
-
var Icon28ThumbsDown = (0, _iconssprite.makeIcon)("Icon28ThumbsDown", "thumbs_down_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="thumbs_down_28"><path d="
|
|
13
|
+
var Icon28ThumbsDown = (0, _iconssprite.makeIcon)("Icon28ThumbsDown", "thumbs_down_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="thumbs_down_28"><path fill-rule="evenodd" d="M23.75 4.004a1.25 1.25 0 0 0-1.251 1.25v11.5a1.25 1.25 0 0 0 2.5 0v-11.5c0-.69-.559-1.25-1.25-1.25Zm-4.235 14.602-2.37 4.997a2.443 2.443 0 0 1-4.65-1.046v-3.768a.287.287 0 0 0-.288-.287H6.503c-2.456 0-4.149-2.465-3.266-4.757l2.96-7.69a3.2 3.2 0 0 1 2.987-2.05h7.213a3.6 3.6 0 0 1 3.6 3.6v8.86a5 5 0 0 1-.482 2.141" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
package/dist/28/thumbs_up_28.js
CHANGED
|
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "Icon28ThumbsUp", {
|
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
-
var Icon28ThumbsUp = (0, _iconssprite.makeIcon)("Icon28ThumbsUp", "thumbs_up_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="thumbs_up_28"><path d="
|
|
13
|
+
var Icon28ThumbsUp = (0, _iconssprite.makeIcon)("Icon28ThumbsUp", "thumbs_up_28", "0 0 28 28", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="thumbs_up_28"><path fill-rule="evenodd" d="M4.25 23.996a1.25 1.25 0 0 0 1.251-1.25v-11.5a1.25 1.25 0 0 0-2.501 0v11.5c0 .69.56 1.25 1.25 1.25M8.486 9.393l2.37-4.996a2.443 2.443 0 0 1 4.65 1.046v3.768c0 .158.13.287.288.287h5.704c2.456 0 4.149 2.465 3.266 4.757l-2.96 7.69a3.2 3.2 0 0 1-2.987 2.05h-7.213a3.6 3.6 0 0 1-3.6-3.6v-8.86a5 5 0 0 1 .482-2.142" clip-rule="evenodd" /></symbol>', 28, 28, false, undefined);
|
package/dist/36/favorite_36.js
CHANGED
|
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "Icon36Favorite", {
|
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
-
var Icon36Favorite = (0, _iconssprite.makeIcon)("Icon36Favorite", "favorite_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
13
|
+
var Icon36Favorite = (0, _iconssprite.makeIcon)("Icon36Favorite", "favorite_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="favorite_36"><path fill-rule="evenodd" d="M14.674 6.008c1.226-2.965 5.426-2.965 6.652 0l2.1 5.074 5.349.345c3.204.207 4.555 4.187 2.139 6.302l-4.285 3.749 1.203 4.983c.742 3.075-2.558 5.544-5.299 3.963L18 27.808l-4.534 2.616c-2.74 1.58-6.04-.888-5.298-3.963l1.203-4.983-4.285-3.75c-2.416-2.114-1.065-6.094 2.14-6.301l5.348-.345z" clip-rule="evenodd" /></symbol>', 36, 36, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon36NftHeptagonOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon36NftHeptagonOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon36NftHeptagonOutline = (0, _iconssprite.makeIcon)("Icon36NftHeptagonOutline", "nft_heptagon_outline_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="nft_heptagon_outline_36"><path fill-rule="evenodd" d="M13.91 5.788a.88.88 0 0 1 .822-.235l12.24 2.824a.88.88 0 0 1 .66.66l2.825 12.242a.88.88 0 0 1-.235.82L22.1 30.222a.88.88 0 0 1-.82.235L9.038 27.633a.88.88 0 0 1-.66-.66L5.552 14.732a.88.88 0 0 1 .235-.821zm1.384-2.671a3.38 3.38 0 0 0-3.151.903L4.02 12.143a3.38 3.38 0 0 0-.903 3.15l2.825 12.242a3.38 3.38 0 0 0 2.533 2.534l12.241 2.824a3.38 3.38 0 0 0 3.151-.903l8.123-8.123a3.38 3.38 0 0 0 .903-3.15L30.07 8.474a3.38 3.38 0 0 0-2.534-2.533zm8.848 12.509a1.25 1.25 0 0 0-1.784-1.752l-5.983 6.092-2.233-2.274a1.25 1.25 0 1 0-1.784 1.752l3.125 3.182a1.25 1.25 0 0 0 1.784 0z" clip-rule="evenodd" /></symbol>', 36, 36, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon56SquareStackUpOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon56SquareStackUpOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon56SquareStackUpOutline = (0, _iconssprite.makeIcon)("Icon56SquareStackUpOutline", "square_stack_up_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="square_stack_up_outline_56"><path fill-rule="evenodd" d="M26.712 7.288a3 3 0 0 1 2.566 0l19.004 8.989c2.289 1.082 2.29 4.34 0 5.423l-18.998 8.996a3 3 0 0 1-2.568 0L7.718 21.699c-2.289-1.084-2.288-4.34 0-5.423zm20.287 11.7L27.995 10 9.002 18.988 28 27.984l19-8.994Zm-40.856 9.06a1.5 1.5 0 0 1 1.998-.714l19.863 9.407 19.857-9.406a1.5 1.5 0 1 1 1.285 2.712l-19.858 9.405a3 3 0 0 1-2.568 0L6.857 30.047a1.5 1.5 0 0 1-.714-1.998Zm2 8.037a1.5 1.5 0 1 0-1.286 2.71l19.862 9.416a3 3 0 0 0 2.57 0L49.14 38.81a1.5 1.5 0 0 0-1.284-2.71l-19.852 9.4z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "Icon56StatisticsOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon56StatisticsOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon56StatisticsOutline = (0, _iconssprite.makeIcon)("Icon56StatisticsOutline", "statistics_outline_56", "0 0 56 56", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="statistics_outline_56"><path fill-rule="evenodd" d="M35.5 12a1.5 1.5 0 0 0 0 3h6.228L27.53 28.409l-4.97-4.97a1.5 1.5 0 0 0-2.12 0l-11 11a1.5 1.5 0 0 0 2.12 2.122l9.94-9.94 4.94 4.94a1.5 1.5 0 0 0 2.09.03L44 16.98v6.522a1.5 1.5 0 0 0 3 0V13.5a1.5 1.5 0 0 0-1.5-1.5zM8.997 41.002a1.5 1.5 0 0 0 0 3H47a1.5 1.5 0 0 0 0-3z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon16DiamondOutline = makeIcon("Icon16DiamondOutline", "diamond_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="diamond_outline_16"><path fill-rule="evenodd" d="M5.425 2.085a.75.75 0 0 1 .338-.081h4.474a.75.75 0 0 1 .375.1l2.024 1.167a.75.75 0 0 1 .245.227l1.989 2.917a.75.75 0 0 1-.083.945l-6.25 6.417a.75.75 0 0 1-1.074 0L1.213 7.36a.75.75 0 0 1-.11-.901l1.704-2.917a.75.75 0 0 1 .31-.29zm.517 1.419-.56.283 1.606.55h2.013l1.506-.562-.47-.271zm6.031 1.325-1.627.607.576 1.576 2.124-.61zm-.231 3.508-.909.261-.524 1.21zM8 11.367l1.131-2.614H6.87L8 11.366ZM6.587 7.252h2.826l-.517-1.416H7.104zm-.943-1.79-.566 1.55-2.194-.63.908-1.554zM4.258 8.337l.91.261.523 1.21z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon16HandPointUpOutline = makeIcon("Icon16HandPointUpOutline", "hand_point_up_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="hand_point_up_outline_16"><path fill-rule="evenodd" d="M6.468 3a.247.247 0 0 1 .257.253l-.085 3.03c-.02.105-.03.214-.03.325v.771a.75.75 0 0 0 1.5.02l.024-.89a.208.208 0 0 1 .39.1l-.006.88a.75.75 0 0 0 1.5.013l.003-.47a.232.232 0 0 1 .464-.012l.039.658a.75.75 0 0 0 1.497-.088l-.007-.119a.244.244 0 1 1 .489-.014l-.002 2.46v.026c.037 1.07-.29 1.987-.877 2.611-.577.613-1.47 1.012-2.722.938-1.483-.087-2.455-.629-3.051-1.127a4.042 4.042 0 0 1-.644-.672 2.704 2.704 0 0 1-.16-.236L3.512 7.883a.147.147 0 0 1 .262-.133l.911 1.537a.75.75 0 0 0 1.395-.362l.15-5.685A.247.247 0 0 1 6.468 3M6.41 1.5a1.747 1.747 0 0 1 1.813 1.794L8.18 4.906a1.703 1.703 0 0 1 1.388.538 1.73 1.73 0 0 1 1.968.425 1.744 1.744 0 0 1 2.468 1.588L14 9.905c.045 1.393-.38 2.717-1.284 3.677-.918.975-2.263 1.504-3.903 1.408-1.838-.108-3.109-.793-3.925-1.473a5.54 5.54 0 0 1-.883-.924 4.232 4.232 0 0 1-.29-.444l-.006-.01-.002-.005-.001-.002v-.002a.73.73 0 0 1-.023-.047l-1.55-3.608a1.645 1.645 0 0 1 .48-1.931 1.65 1.65 0 0 1 2.03-.03L4.73 3.2c.024-.92.76-1.664 1.68-1.699Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon16Markdown = makeIcon("Icon16Markdown", "markdown_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="markdown_16"><path fill-rule="evenodd" d="M1 6c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C2.9 2 3.6 2 5 2h6c1.4 0 2.1 0 2.635.272a2.5 2.5 0 0 1 1.092 1.093C15 3.9 15 4.6 15 6v4c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C13.1 14 12.4 14 11 14H5c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C1 12.1 1 11.4 1 10zm2.092 4.989c-.415 0-.653-.25-.653-.685V5.957c0-.608.347-.959.959-.959.515 0 .793.21 1.003.754l1.212 3.07h.033l1.208-3.07c.214-.544.492-.754 1.011-.754.609 0 .955.347.955.96v4.346c0 .435-.238.685-.653.685-.41 0-.648-.25-.648-.685V7.27H7.49l-1.292 3.2c-.11.274-.282.399-.564.399s-.468-.125-.572-.4L3.772 7.27H3.74v3.034c0 .435-.237.685-.648.685M11.75 5a.6.6 0 0 1 .6.6v3.22h.858a.3.3 0 0 1 .22.504l-1.452 1.584a.3.3 0 0 1-.442 0L10.08 9.325a.3.3 0 0 1 .221-.503h.848V5.6a.6.6 0 0 1 .6-.6Z" clip-rule="evenodd" /></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon16PopUpStickerCircleFillRaspberryPink = makeIcon("Icon16PopUpStickerCircleFillRaspberryPink", "pop_up_sticker_circle_fill_raspberry_pink_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" id="pop_up_sticker_circle_fill_raspberry_pink_16"><g fill-rule="evenodd" clip-path="url(#pop_up_sticker_circle_fill_raspberry_pink_16_a)" clip-rule="evenodd"><path fill="url(#pop_up_sticker_circle_fill_raspberry_pink_16_b)" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16" /><path fill="#fff" d="M5.318 4.994a.323.323 0 0 0-.323.324v2.695a.75.75 0 1 1-1.5 0V5.318c0-1.007.817-1.823 1.823-1.823h2.691a.75.75 0 0 1 0 1.5zm6.428 2.23a.75.75 0 0 1 .75.75v2.699a1.822 1.822 0 0 1-1.822 1.822H7.996a.75.75 0 0 1 0-1.499h2.678a.323.323 0 0 0 .323-.323v-2.7a.75.75 0 0 1 .75-.749Z" /></g><defs><linearGradient id="pop_up_sticker_circle_fill_raspberry_pink_16_b" x1="0" x2="16" y1="0" y2="16" gradientUnits="userSpaceOnUse"><stop stop-color="#FF80D5" /><stop offset="1" stop-color="#E645B1" /></linearGradient><clipPath id="pop_up_sticker_circle_fill_raspberry_pink_16_a"><path fill="#fff" d="M0 0h16v16H0z" /></clipPath></defs></symbol>', 16, 16, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon20ErrorShield = makeIcon("Icon20ErrorShield", "error_shield_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20" id="error_shield_20"><path fill="currentColor" fill-rule="evenodd" d="M3 4.866c0-.423 0-.634.071-.813a1 1 0 0 1 .298-.404c.149-.121.35-.184.753-.31l4.923-1.54c.355-.111.532-.167.713-.189a2 2 0 0 1 .484 0c.181.022.358.078.713.189l4.923 1.54c.403.126.604.189.753.31a1 1 0 0 1 .298.404c.071.179.071.39.071.813v5.815c0 4.403-4.838 6.89-6.47 7.603a1.432 1.432 0 0 1-.366.126 1.194 1.194 0 0 1-.328 0 1.43 1.43 0 0 1-.366-.127C7.838 17.57 3 15.085 3 10.681z" clip-rule="evenodd" /><path fill="#fff" d="M11 6.017a1 1 0 1 0-2 0v3.5a1 1 0 0 0 2 0zm-1 8.187a1.1 1.1 0 1 0 0-2.2 1.1 1.1 0 0 0 0 2.2" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon20Square4PlusOutline = makeIcon("Icon20Square4PlusOutline", "square_4_plus_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="square_4_plus_outline_20"><path d="M13.743 17.25a.75.75 0 0 0 1.5 0v-2.007l2.008-.002a.75.75 0 1 0-.002-1.5l-2.006.003v-2a.75.75 0 0 0-1.5 0v2.001l-2.007.002a.75.75 0 1 0 .001 1.5l2.006-.003z" /><path fill-rule="evenodd" d="M13.245 7.474c.278.021.65.022 1.255.022.606 0 .977 0 1.255-.022a1.94 1.94 0 0 0 .302-.044l.01-.004a.75.75 0 0 0 .366-.373 1.933 1.933 0 0 0 .044-.302c.022-.277.023-.648.023-1.253 0-.606-.001-.976-.022-1.254a1.933 1.933 0 0 0-.045-.302.75.75 0 0 0-.366-.373l-.01-.004a1.94 1.94 0 0 0-.302-.044c-.278-.021-.65-.022-1.255-.022-.606 0-.977.001-1.255.022a1.94 1.94 0 0 0-.302.044l-.01.004a.75.75 0 0 0-.367.373 1.933 1.933 0 0 0-.044.302c-.021.278-.022.648-.022 1.254 0 .605.001.976.022 1.254a1.933 1.933 0 0 0 .044.301l.004.01a.75.75 0 0 0 .363.363l.01.004a1.94 1.94 0 0 0 .302.044m-2.034-4.176C11 3.75 11 4.333 11 5.498c0 1.165 0 1.747.21 2.199.224.479.61.864 1.09 1.087.451.211 1.034.211 2.2.211 1.166 0 1.749 0 2.2-.21a2.25 2.25 0 0 0 1.09-1.088c.21-.452.21-1.034.21-2.2 0-1.164 0-1.747-.21-2.199a2.25 2.25 0 0 0-1.09-1.087C16.25 2 15.667 2 14.5 2c-1.166 0-1.749 0-2.2.21a2.25 2.25 0 0 0-1.09 1.088ZM4.245 7.474c.278.021.65.022 1.255.022.606 0 .977 0 1.255-.022a1.936 1.936 0 0 0 .302-.044l.01-.004a.75.75 0 0 0 .367-.373 1.933 1.933 0 0 0 .044-.302c.021-.277.022-.648.022-1.253 0-.606-.001-.976-.022-1.254a1.933 1.933 0 0 0-.044-.302.75.75 0 0 0-.377-.377 1.936 1.936 0 0 0-.302-.044c-.278-.021-.65-.022-1.255-.022-.606 0-.977.001-1.255.022a1.936 1.936 0 0 0-.302.044l-.01.004a.75.75 0 0 0-.367.373 1.933 1.933 0 0 0-.044.302c-.021.278-.022.648-.022 1.254 0 .605.001.976.022 1.254a1.933 1.933 0 0 0 .044.301l.004.01a.75.75 0 0 0 .373.367 1.936 1.936 0 0 0 .302.044M2.211 3.298C2 3.75 2 4.333 2 5.498c0 1.165 0 1.747.21 2.199.224.479.61.864 1.09 1.087.451.211 1.034.211 2.2.211 1.166 0 1.749 0 2.2-.21a2.25 2.25 0 0 0 1.09-1.088C9 7.245 9 6.663 9 5.497c0-1.164 0-1.747-.21-2.199A2.25 2.25 0 0 0 7.7 2.211C7.25 2 6.667 2 5.5 2c-1.166 0-1.749 0-2.2.21a2.25 2.25 0 0 0-1.09 1.088Zm2.034 13.17c.278.021.65.022 1.255.022.606 0 .977-.001 1.255-.022a1.953 1.953 0 0 0 .302-.044.75.75 0 0 0 .377-.377 1.93 1.93 0 0 0 .044-.302c.021-.278.022-.648.022-1.254a18.8 18.8 0 0 0-.022-1.254 1.934 1.934 0 0 0-.044-.301.75.75 0 0 0-.367-.373l-.01-.004a1.935 1.935 0 0 0-.302-.044c-.278-.021-.65-.022-1.255-.022-.606 0-.977 0-1.255.022a1.935 1.935 0 0 0-.302.044l-.01.004a.75.75 0 0 0-.367.373 1.934 1.934 0 0 0-.044.302A18.8 18.8 0 0 0 3.5 14.49c0 .606.001.976.022 1.254a1.93 1.93 0 0 0 .044.302l.004.01a.75.75 0 0 0 .373.367 1.953 1.953 0 0 0 .302.044Zm-2.034-4.176C2 12.744 2 13.326 2 14.492c0 1.164 0 1.747.21 2.199.224.479.61.864 1.09 1.087.451.21 1.034.21 2.2.21 1.166 0 1.749 0 2.2-.21a2.25 2.25 0 0 0 1.09-1.087c.21-.452.21-1.035.21-2.2 0-1.165 0-1.747-.21-2.199a2.25 2.25 0 0 0-1.09-1.088c-.451-.21-1.034-.21-2.2-.21-1.166 0-1.749 0-2.2.21a2.25 2.25 0 0 0-1.09 1.088Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon20Square4SlashOutline = makeIcon("Icon20Square4SlashOutline", "square_4_slash_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="square_4_slash_outline_20"><path fill-rule="evenodd" d="M2.039 1.766A.9.9 0 1 0 .766 3.039L2 4.273V5.5c0 1.166 0 1.749.21 2.2.224.48.61.866 1.09 1.09C3.75 9 4.333 9 5.5 9h1.227L11 13.273V14.5c0 1.166 0 1.749.21 2.2.224.48.61.866 1.09 1.09.451.21 1.034.21 2.2.21h1.227l1.234 1.233a.9.9 0 1 0 1.273-1.272zm10.483 13.989a14.307 14.307 0 0 1-.022-.982l1.727 1.727c-.449 0-.748-.004-.982-.022a1.939 1.939 0 0 1-.302-.045l-.01-.003a.75.75 0 0 1-.363-.363l-.004-.01a1.939 1.939 0 0 1-.044-.302m-9-9a14.342 14.342 0 0 1-.022-.982L5.227 7.5c-.449 0-.748-.004-.982-.022a1.935 1.935 0 0 1-.302-.044l-.01-.004a.75.75 0 0 1-.363-.363l-.004-.01a1.935 1.935 0 0 1-.044-.302M14.494 9h-.378c-.396 0-.736 0-1.017-.023-.297-.024-.591-.077-.875-.222a2.25 2.25 0 0 1-.983-.983c-.145-.284-.198-.579-.222-.875-.023-.281-.023-.651-.023-1.047v-.7c0-.395 0-.765.023-1.046.024-.297.077-.591.222-.875a2.25 2.25 0 0 1 .983-.984c.284-.144.578-.198.875-.222C13.379 2 13.72 2 14.116 2h.758c.394 0 .735 0 1.016.023a2.3 2.3 0 0 1 .875.222c.423.216.767.56.983.984.144.284.198.578.222.875.023.28.023.65.023 1.046v.7c0 .396 0 .766-.023 1.047-.024.296-.078.59-.222.875a2.25 2.25 0 0 1-.983.983c-.284.145-.579.198-.875.222C15.61 9 15.268 9 14.873 9zm2-3.85v.7c0 .433-.001.712-.018.924-.017.204-.045.28-.064.317a.75.75 0 0 1-.328.327c-.037.02-.112.048-.316.064-.212.018-.492.018-.924.018h-.7c-.432 0-.71 0-.923-.018-.204-.016-.28-.045-.316-.064a.75.75 0 0 1-.328-.327c-.019-.037-.047-.113-.064-.317a12.724 12.724 0 0 1-.018-.924v-.7c0-.432 0-.711.018-.924.017-.204.045-.28.064-.316a.75.75 0 0 1 .328-.328c.037-.019.112-.047.316-.064.212-.017.491-.018.924-.018h.7c.431 0 .71 0 .923.018.204.017.28.045.316.064a.75.75 0 0 1 .328.328c.019.037.047.112.064.316.017.213.018.492.018.924M2 14.5v-.379c0-.395 0-.736.023-1.017a2.29 2.29 0 0 1 .222-.875 2.25 2.25 0 0 1 .983-.984c.284-.144.578-.198.875-.222.28-.023.65-.023 1.046-.023h.7c.395 0 .764 0 1.045.023.297.024.591.078.875.222.423.216.767.56.983.984.145.283.198.578.222.875.023.28.023.622.023 1.017v.758c0 .395 0 .737-.023 1.017-.024.297-.077.592-.222.876a2.25 2.25 0 0 1-.983.983c-.284.145-.578.198-.875.222-.28.023-.65.023-1.046.023h-.7c-.394 0-.764 0-1.045-.023a2.295 2.295 0 0 1-.875-.222 2.25 2.25 0 0 1-.983-.983 2.304 2.304 0 0 1-.222-.876C2 15.616 2 15.274 2 14.88zm3.848 2h-.7c-.432 0-.71 0-.923-.018-.204-.017-.28-.045-.316-.064a.75.75 0 0 1-.328-.327c-.019-.038-.047-.113-.064-.317a12.755 12.755 0 0 1-.018-.924v-.7c0-.432.001-.712.018-.924.017-.204.045-.28.064-.316a.75.75 0 0 1 .328-.328c.037-.019.112-.047.316-.064.212-.017.491-.018.924-.018h.7c.432 0 .71 0 .923.018.204.017.28.045.316.064a.75.75 0 0 1 .328.328c.019.037.047.112.064.316.017.212.018.492.018.924v.7c0 .433 0 .712-.018.924-.017.204-.045.28-.064.317a.75.75 0 0 1-.328.327c-.037.02-.112.047-.316.064-.212.018-.491.018-.924.018M7.474 4.244c.013.158.02.327.023.547.006.415.339.75.753.75a.745.745 0 0 0 .747-.75c-.01-.761-.052-1.19-.242-1.562a2.25 2.25 0 0 0-.984-.984c-.373-.19-.806-.233-1.57-.242a.745.745 0 0 0-.75.747c0 .414.336.747.75.753.224.003.396.01.555.023.14.011.224.025.275.038a.45.45 0 0 1 .048.013l.011.005a.75.75 0 0 1 .333.34.45.45 0 0 1 .013.047c.013.051.027.136.038.275m9 9c.013.158.02.327.023.547.006.415.339.75.753.75a.745.745 0 0 0 .747-.75c-.01-.761-.052-1.189-.242-1.563a2.252 2.252 0 0 0-.983-.983c-.374-.19-.807-.233-1.571-.242a.745.745 0 0 0-.75.747c0 .414.336.747.75.753.224.003.396.01.555.023.14.011.224.025.275.037a.458.458 0 0 1 .06.019.751.751 0 0 1 .332.34.458.458 0 0 1 .014.047c.012.051.026.136.037.275" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon20SquareStackUpOutline = makeIcon("Icon20SquareStackUpOutline", "square_stack_up_outline_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="square_stack_up_outline_20"><path fill-rule="evenodd" d="M9.46 2.126a1.25 1.25 0 0 1 1.087 0l6.746 3.252c.943.454.943 1.798 0 2.252l-6.755 3.25a1.25 1.25 0 0 1-1.084 0L2.711 7.636c-.943-.454-.944-1.797-.001-2.252l6.75-3.257Zm.544 1.403L3.83 6.509l6.167 2.968 6.178-2.974-6.17-2.974ZM2.075 9.995a.75.75 0 0 1 1.001-.35l6.92 3.33 6.93-3.327A.75.75 0 0 1 17.574 11l-7.037 3.38a1.25 1.25 0 0 1-1.084 0l-7.028-3.384a.75.75 0 0 1-.35-1.001m1.001 3.15a.75.75 0 1 0-.65 1.35l7.028 3.385c.343.164.741.164 1.084 0l7.037-3.38a.75.75 0 0 0-.65-1.352l-6.928 3.328-6.92-3.332Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon20ThumbsDown = makeIcon("Icon20ThumbsDown", "thumbs_down_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="thumbs_down_20"><path fill-rule="evenodd" d="m14.725 12.63-1.944 4.52a2.232 2.232 0 0 1-4.283-.883v-2.326a.285.285 0 0 0-.285-.285H4.498c-2.105 0-3.556-2.111-2.8-4.076l2.076-5.4A3.4 3.4 0 0 1 6.947 2h4.849a3.2 3.2 0 0 1 3.2 3.2v6.114c0 .453-.092.9-.271 1.316M16.745 2a.75.75 0 0 0-.75.75v8.5a.75.75 0 0 0 1.5 0v-8.5a.75.75 0 0 0-.75-.75" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use-client";
|
|
2
2
|
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
-
export var Icon20ThumbsUp = makeIcon("Icon20ThumbsUp", "thumbs_up_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="thumbs_up_20"><path fill-rule="evenodd" d="
|
|
3
|
+
export var Icon20ThumbsUp = makeIcon("Icon20ThumbsUp", "thumbs_up_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="thumbs_up_20"><path fill-rule="evenodd" d="m5.27 7.37 1.944-4.52a2.232 2.232 0 0 1 4.284.883v2.326c0 .157.127.285.284.285h3.716c2.105 0 3.555 2.111 2.8 4.076l-2.076 5.4A3.4 3.4 0 0 1 13.048 18H8.2A3.2 3.2 0 0 1 5 14.8V8.686c0-.452.092-.9.27-1.317ZM3.25 18a.75.75 0 0 0 .75-.75v-8.5a.75.75 0 0 0-1.5 0v8.5c0 .414.336.75.75.75" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|