@vkontakte/icons 2.120.0 → 2.122.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/alarm_outline_16.js +13 -0
- package/dist/16/backpack_16.js +13 -0
- package/dist/16/book_spread_outline_16.js +13 -0
- package/dist/16/exclamation_mark_outline_16.js +13 -0
- package/dist/16/horse_toy_outline_16.js +13 -0
- package/dist/16/subscriptions_outline_16.js +13 -0
- package/dist/20/lotus_outline_20.js +13 -0
- package/dist/24/circle_small_outline_24.js +13 -0
- package/dist/28/horse_toy_outline_28.js +1 -1
- package/dist/28/rectrangle_hand_point_up_28.js +13 -0
- package/dist/56/pause_outline_56.js +13 -0
- package/dist/56/podcasts_outline_56.js +13 -0
- package/dist/56/wrench_outline_56.js +13 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +48 -0
- package/dist/typings/16/alarm_outline_16.d.ts +11 -0
- package/dist/typings/16/backpack_16.d.ts +11 -0
- package/dist/typings/16/book_spread_outline_16.d.ts +11 -0
- package/dist/typings/16/exclamation_mark_outline_16.d.ts +11 -0
- package/dist/typings/16/horse_toy_outline_16.d.ts +11 -0
- package/dist/typings/16/subscriptions_outline_16.d.ts +11 -0
- package/dist/typings/20/lotus_outline_20.d.ts +11 -0
- package/dist/typings/24/circle_small_outline_24.d.ts +11 -0
- package/dist/typings/28/rectrangle_hand_point_up_28.d.ts +11 -0
- package/dist/typings/56/pause_outline_56.d.ts +11 -0
- package/dist/typings/56/podcasts_outline_56.d.ts +11 -0
- package/dist/typings/56/wrench_outline_56.d.ts +11 -0
- package/dist/typings/index.d.ts +12 -0
- package/dist_es6/16/alarm_outline_16.js +3 -0
- package/dist_es6/16/backpack_16.js +3 -0
- package/dist_es6/16/book_spread_outline_16.js +3 -0
- package/dist_es6/16/exclamation_mark_outline_16.js +3 -0
- package/dist_es6/16/horse_toy_outline_16.js +3 -0
- package/dist_es6/16/subscriptions_outline_16.js +3 -0
- package/dist_es6/20/lotus_outline_20.js +3 -0
- package/dist_es6/24/circle_small_outline_24.js +3 -0
- package/dist_es6/28/horse_toy_outline_28.js +1 -1
- package/dist_es6/28/rectrangle_hand_point_up_28.js +3 -0
- package/dist_es6/56/pause_outline_56.js +3 -0
- package/dist_es6/56/podcasts_outline_56.js +3 -0
- package/dist_es6/56/wrench_outline_56.js +3 -0
- package/dist_es6/index.js +12 -0
- package/package.json +3 -3
- package/src/svg/16/alarm_outline_16.svg +1 -0
- package/src/svg/16/backpack_16.svg +1 -0
- package/src/svg/16/book_spread_outline_16.svg +1 -0
- package/src/svg/16/exclamation_mark_outline_16.svg +1 -0
- package/src/svg/16/horse_toy_outline_16.svg +1 -0
- package/src/svg/16/subscriptions_outline_16.svg +1 -0
- package/src/svg/20/lotus_outline_20.svg +1 -0
- package/src/svg/24/circle_small_outline_24.svg +1 -0
- package/src/svg/28/horse_toy_outline_28.svg +1 -1
- package/src/svg/28/rectrangle_hand_point_up_28.svg +1 -0
- package/src/svg/56/pause_outline_56.svg +1 -0
- package/src/svg/56/podcasts_outline_56.svg +1 -0
- package/src/svg/56/wrench_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, "Icon16AlarmOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16AlarmOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16AlarmOutline = (0, _iconssprite.makeIcon)('Icon16AlarmOutline', 'alarm_outline_16', '0 0 16 16', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="alarm_outline_16"><path fill-rule="evenodd" d="M8 13.5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9M8 15A6 6 0 1 0 8 3a6 6 0 0 0 0 12M3.53 1.97a.75.75 0 0 1 0 1.06l-1.5 1.5A.75.75 0 0 1 .97 3.47l1.5-1.5a.75.75 0 0 1 1.06 0m8.94 0a.75.75 0 0 0 0 1.06l1.5 1.5a.75.75 0 1 0 1.06-1.06l-1.5-1.5a.75.75 0 0 0-1.06 0M8 6.25a.75.75 0 0 1 .75.75v1.94l.78.78a.75.75 0 1 1-1.06 1.06l-.854-.853a1.25 1.25 0 0 1-.366-.884V7A.75.75 0 0 1 8 6.25" 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, "Icon16Backpack", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16Backpack;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16Backpack = (0, _iconssprite.makeIcon)('Icon16Backpack', 'backpack_16', '0 0 16 16', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="backpack_16"><path fill-rule="evenodd" d="M10.5 3.33v-.006c0-.258 0-.494-.016-.692a1.8 1.8 0 0 0-.175-.676 1.75 1.75 0 0 0-.765-.765 1.8 1.8 0 0 0-.676-.175C8.67 1 8.434 1 8.176 1h-.352c-.258 0-.494 0-.692.016a1.8 1.8 0 0 0-.676.175 1.75 1.75 0 0 0-.765.765 1.8 1.8 0 0 0-.175.676 9 9 0 0 0-.016.692v.006c-.34.048-.616.125-.862.25a3 3 0 0 0-1.311 1.311C3 5.533 3 6.373 3 8.053V11.8c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C4.52 15 5.08 15 6.2 15h3.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C13 13.48 13 12.92 13 11.8V8.053c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.31 2.7 2.7 0 0 0-.862-.251m-1.754-.819A8 8 0 0 0 8.15 2.5h-.3c-.292 0-.467 0-.596.011a.6.6 0 0 0-.12.018.25.25 0 0 0-.105.104.6.6 0 0 0-.018.121c-.01.115-.01.265-.011.501q.365-.002.8-.002h.4q.434 0 .8.002c0-.236-.002-.386-.011-.5a.6.6 0 0 0-.018-.122.25.25 0 0 0-.104-.104.6.6 0 0 0-.121-.018M6.25 10.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5z" 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, "Icon16BookSpreadOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16BookSpreadOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16BookSpreadOutline = (0, _iconssprite.makeIcon)('Icon16BookSpreadOutline', 'book_spread_outline_16', '0 0 16 16', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="book_spread_outline_16"><path fill-rule="evenodd" d="M8 3.054C6.65 2.275 5.284 1.977 3.478 2l-.101.002c-.458.005-.913.01-1.329.227a2.03 2.03 0 0 0-.84.85c-.122.245-.169.49-.19.728A9 9 0 0 0 1 4.572v5.499c0 .448 0 .826.023 1.132.024.316.076.63.222.925.228.46.534.777.986 1.022.3.162.642.223.982.258.34.034.773.05 1.3.069h.027c1.21.044 2.115.295 3.05.9l.021.014a.75.75 0 0 0 .8-.014c.934-.605 1.84-.856 3.05-.9h.026a22 22 0 0 0 1.3-.07c.34-.034.682-.095.982-.257.452-.245.758-.562.986-1.022.146-.295.198-.609.222-.925.023-.306.023-.684.023-1.132v-5.5c0-.284 0-.544-.019-.763a1.95 1.95 0 0 0-.19-.727 2 2 0 0 0-.839-.85c-.416-.218-.871-.223-1.329-.228L12.522 2C10.716 1.977 9.35 2.275 8 3.054M3.499 3.5c1.58-.022 2.672.23 3.751.852v8.155c-.826-.34-1.683-.495-2.657-.53a21 21 0 0 1-1.228-.063c-.292-.03-.39-.068-.42-.084a.74.74 0 0 1-.356-.37c-.02-.04-.052-.13-.07-.37a16 16 0 0 1-.019-1.048V4.599c0-.321 0-.515.013-.661a.5.5 0 0 1 .035-.182.5.5 0 0 1 .194-.196c.06-.03.128-.05.757-.059Zm9.002 0c-1.58-.022-2.672.23-3.751.852v8.155c.826-.34 1.683-.495 2.657-.53.56-.02.943-.034 1.228-.063.293-.03.39-.068.42-.084a.74.74 0 0 0 .356-.37c.02-.04.052-.13.07-.37.018-.244.019-.565.019-1.048V4.599c0-.321 0-.515-.013-.661a.5.5 0 0 0-.035-.182.5.5 0 0 0-.194-.196c-.06-.03-.127-.05-.757-.059Z" 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, "Icon16ExclamationMarkOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16ExclamationMarkOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16ExclamationMarkOutline = (0, _iconssprite.makeIcon)('Icon16ExclamationMarkOutline', 'exclamation_mark_outline_16', '0 0 16 16', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="exclamation_mark_outline_16"><path fill-rule="evenodd" d="M8 2.5a.75.75 0 0 1 .75.75v6a.75.75 0 1 1-1.5 0v-6A.75.75 0 0 1 8 2.5m1 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0" /></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, "Icon16HorseToyOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16HorseToyOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16HorseToyOutline = (0, _iconssprite.makeIcon)('Icon16HorseToyOutline', 'horse_toy_outline_16', '0 0 16 16', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="horse_toy_outline_16"><path fill-rule="evenodd" d="m2.54 7.996.003-.009c.259-1.259 1.367-2.8 3.34-2.8h.993C7.105 2.895 8.982 1 11.46 1c.76 0 1.443.144 2.06.448.61.302 1.075.72 1.45 1.15.116.134.257.32.364.553s.221.607.139 1.053a1.6 1.6 0 0 1-.534.949v1.378c0 1.082-.876 1.892-1.882 1.917l.339 1.83a2.072 2.072 0 0 1 .191 3.921C11.848 14.883 9.874 15.2 7.7 15.2s-4.148-.318-5.886-1a2.072 2.072 0 0 1 .292-3.947zm8.639-1.45-.028-.154-.003-.025c-.006-.113.04-.41.117-.439.07-.027.098-.007.174.05l.038.028.818.664q.093.091.168.146a.6.6 0 0 0 .315.127q.073.006.156.005h.076a.423.423 0 0 0 .428-.417V4.47c0-.101 0-.152.016-.189a.18.18 0 0 1 .064-.083c.032-.024.095-.04.22-.071q.468-.12.1-.543a4 4 0 0 0-.323-.333 3 3 0 0 0-.602-.428c-.394-.207-.86-.323-1.454-.323-1.768 0-3.106 1.441-3.106 3.157v.71c0 .111 0 .167-.022.21a.2.2 0 0 1-.087.087c-.043.022-.1.022-.211.022h-2.15c-1.06 0-1.71.824-1.871 1.603l-.633 3.285-.001.003a1 1 0 0 1-.04.17.2.2 0 0 1-.027.049l-.003.003a.2.2 0 0 1-.118.066c-.053.01-.11-.012-.223-.054l-.187-.07-.002-.002a.572.572 0 0 0-.417 1.063l.001.002a11 11 0 0 0 1.41.45 13 13 0 0 0 1.042.218q1.347.228 2.886.228a17 17 0 0 0 3.173-.28 13 13 0 0 0 1.456-.366 11 11 0 0 0 .709-.25l.001-.001a.572.572 0 0 0-.417-1.064l-.002.001-.102.04c-.116.043-.173.065-.226.057a.2.2 0 0 1-.125-.074.3.3 0 0 1-.04-.1l-.024-.122-.924-4.996Zm-6.161 4.449a3 3 0 0 0-.218 1.097v.008c0 .04 0 .06.003.077a.2.2 0 0 0 .129.152c.017.007.036.01.073.016q1.248.212 2.695.212a16 16 0 0 0 2.838-.238.2.2 0 0 0 .14-.168c.002-.012.002-.025.002-.051a3 3 0 0 0-.014-.293 3 3 0 0 0-.186-.79C10.064 9.927 9.04 9.125 7.8 9.1c-1.26-.026-2.337.796-2.782 1.895m3.724.03a1.4 1.4 0 0 0-.973-.425 1.41 1.41 0 0 0-1.013.431 17 17 0 0 0 1.986-.005Z" 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, "Icon16SubscriptionsOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon16SubscriptionsOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon16SubscriptionsOutline = (0, _iconssprite.makeIcon)('Icon16SubscriptionsOutline', 'subscriptions_outline_16', '0 0 16 16', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="subscriptions_outline_16"><path d="M6.75 5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5zm0 2.5a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5zM9.281 1H7.72c-.674 0-1.224 0-1.672.037-.463.037-.882.118-1.272.317a3.25 3.25 0 0 0-1.42 1.42c-.2.391-.28.81-.318 1.273C3 4.495 3 5.045 3 5.719V7.85A2.55 2.55 0 0 0 .5 10.4v2.35A2.25 2.25 0 0 0 2.75 15h6.531c.674 0 1.224 0 1.672-.037.463-.037.882-.118 1.273-.317a3.25 3.25 0 0 0 1.42-1.42c.199-.391.28-.81.317-1.273.037-.447.037-.998.037-1.671V5.718c0-.674 0-1.225-.037-1.672-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318C10.506 1 9.955 1 9.281 1M7.457 13.5H4.5V5.75c0-.712 0-1.202.032-1.58.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .765-.765c.144-.074.343-.13.713-.16.38-.03.869-.031 1.581-.031h1.5c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.598.435.765.765.074.144.13.343.16.713.03.38.031.869.031 1.581v4.5c0 .712 0 1.202-.032 1.58-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.764.765c-.145.074-.344.13-.714.16-.38.03-.869.031-1.581.031zM3 13.5h-.25a.75.75 0 0 1-.75-.75V10.4a1.05 1.05 0 0 1 1-1.049z" 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, "Icon20LotusOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon20LotusOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon20LotusOutline = (0, _iconssprite.makeIcon)('Icon20LotusOutline', 'lotus_outline_20', '0 0 20 20', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="lotus_outline_20"><path fill-rule="evenodd" d="M9.503 2.155A.93.93 0 0 1 10.002 2c.245 0 .428.11.5.155.094.06.178.133.248.2.143.137.293.315.443.519.303.41.65.983.98 1.676.32.675.628 1.478.86 2.372a6.7 6.7 0 0 1 2.958-1.31 3 3 0 0 1 .419-.037c.06 0 .139.003.221.017.041.007.1.02.166.045a.8.8 0 0 1 .285.183c.204.204.264.468.287.583.03.155.042.323.045.486.006.33-.025.726-.08 1.132-.065.474-.17 1.006-.315 1.498q.411.031.725.085c.181.03.345.068.481.11q.104.03.209.076a1 1 0 0 1 .276.18.9.9 0 0 1 .244.42c.03.112.038.218.038.305a2.3 2.3 0 0 1-.074.543c-.092.37-.274.82-.56 1.305-.573.977-1.588 2.146-3.233 3.17l-.008.005-.009.005a34 34 0 0 1-2.918 1.488c-.473.214-.912.4-1.263.535a7 7 0 0 1-.475.166c-.103.031-.274.08-.44.085h-.025a1.8 1.8 0 0 1-.44-.085 7 7 0 0 1-.474-.166c-.352-.134-.79-.32-1.263-.535a34 34 0 0 1-2.918-1.488l-.01-.005-.008-.005c-1.645-1.024-2.66-2.193-3.233-3.17a5 5 0 0 1-.56-1.305 2.2 2.2 0 0 1-.074-.543c0-.087.009-.193.038-.304a.89.89 0 0 1 .521-.601q.106-.046.209-.077c.137-.042.301-.079.483-.11q.314-.056.725-.086A10.6 10.6 0 0 1 2.67 8.02a8 8 0 0 1-.08-1.132 3 3 0 0 1 .045-.486c.023-.115.083-.379.287-.583a.8.8 0 0 1 .473-.23c.085-.012.165-.012.226-.01.127.005.27.025.418.054.299.058.68.166 1.095.332a7.1 7.1 0 0 1 1.802 1.04c.237-.928.557-1.76.89-2.458.33-.693.68-1.266.984-1.676a4 4 0 0 1 .444-.518c.07-.067.155-.139.25-.2Zm-.325 3.04c-.59 1.237-1.127 2.937-1.127 4.8s.54 3.56 1.132 4.796c.287.6.58 1.076.816 1.398.235-.322.526-.798.811-1.397.59-1.236 1.127-2.934 1.127-4.796 0-1.865-.533-3.566-1.12-4.803A9 9 0 0 0 10 3.783a9 9 0 0 0-.823 1.411Zm-4.61 4.338c-.18-.455-.331-1.101-.416-1.718a8 8 0 0 1-.06-.622q.22.064.487.17c.668.266 1.448.72 2.037 1.414q-.06.557-.065 1.14a10 10 0 0 0-1.982-.384Zm2.088 2.008a8.3 8.3 0 0 0-3-.546c-.428 0-.792.034-1.063.076.067.19.175.432.338.71.447.761 1.284 1.753 2.723 2.65.656.383 1.481.806 2.257 1.173a13.2 13.2 0 0 1-1.255-4.063m9.195-3.726c-.085.62-.239 1.27-.42 1.726a10 10 0 0 0-1.994.396q-.004-.645-.075-1.259c.582-.688 1.36-1.117 2.03-1.36.19-.068.367-.12.521-.158-.008.19-.03.413-.062.655m-3.687 7.623a13.3 13.3 0 0 0 1.166-3.872A8.3 8.3 0 0 1 16.357 11c.422 0 .781.031 1.049.072-.067.19-.174.432-.337.71-.447.76-1.285 1.752-2.723 2.648a31 31 0 0 1-2.264 1.177l.082-.17ZM15.9 6.69l-.004-.018s0 .007.004.018m-12.344.39h.002zm.549-.39.004-.018s0 .007-.004.018" 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, "Icon24CircleSmallOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon24CircleSmallOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon24CircleSmallOutline = (0, _iconssprite.makeIcon)('Icon24CircleSmallOutline', 'circle_small_outline_24', '0 0 24 24', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="circle_small_outline_24"><path fill-rule="evenodd" d="M6.8 12a5.2 5.2 0 1 0 10.4 0 5.2 5.2 0 0 0-10.4 0M12 5a7 7 0 1 0 0 14 7 7 0 0 0 0-14" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "Icon28HorseToyOutline", {
|
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
-
var Icon28HorseToyOutline = (0, _iconssprite.makeIcon)('Icon28HorseToyOutline', 'horse_toy_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="
|
|
13
|
+
var Icon28HorseToyOutline = (0, _iconssprite.makeIcon)('Icon28HorseToyOutline', 'horse_toy_outline_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="horse_toy_outline_28"><path fill-rule="evenodd" d="m19.63 12.935 1.377 7.494a.49.49 0 0 0 .434.402.5.5 0 0 0 .217-.03l.093-.035.002-.001a.95.95 0 1 1 .692 1.77h-.002a16 16 0 0 1-.43.162 21 21 0 0 1-3.01.829q-.355.07-.72.13a29 29 0 0 1-4.75.369q-2.415 0-4.544-.335-.366-.058-.724-.125a21 21 0 0 1-3.212-.868 18 18 0 0 1-.43-.162h-.002a.95.95 0 1 1 .692-1.77h.002q.144.057.289.11a.48.48 0 0 0 .314.007.5.5 0 0 0 .33-.375l1.2-6c.267-1.339 1.353-2.752 3.118-2.752H14.1a.5.5 0 0 0 .5-.5V9.39C14.6 6.46 16.81 4 19.731 4c1.29 0 2.217.343 2.983.928l.027.022q.183.141.355.302.294.276.566.6.62.735-.194.933c-.257.062-.466.27-.466.534v3.565a.71.71 0 0 1-.708.712h-.125c-.283 0-.483 0-.788-.234a3 3 0 0 1-.268-.241l-1.351-1.134-.063-.047c-.126-.098-.171-.133-.287-.086-.119.047-.193.492-.194.708a1 1 0 0 0 .005.084zM9.006 21.666a.46.46 0 0 1-.122-.283 9 9 0 0 1-.023-.588 4.77 4.77 0 0 1 4.768-4.772 4.77 4.77 0 0 1 4.732 5.365.45.45 0 0 1-.113.245.48.48 0 0 1-.276.15 27 27 0 0 1-4.439.342 27.4 27.4 0 0 1-4.249-.312.48.48 0 0 1-.278-.147m12.776-8.082c.159.013.284.012.355.012h.157a2.71 2.71 0 0 0 2.708-2.712V8.24a2.24 2.24 0 0 0 .88-1.381 2.44 2.44 0 0 0-.166-1.472 3.4 3.4 0 0 0-.525-.825c-.589-.698-1.305-1.363-2.244-1.842-.95-.485-2.012-.72-3.216-.72-4.15 0-7.131 3.485-7.131 7.39v.365h-2.034c-3.024 0-4.693 2.421-5.08 4.36l-.922 4.612a2.95 2.95 0 0 0-.67 5.67c2.83 1.106 6.058 1.628 9.64 1.628 3.58 0 6.81-.522 9.639-1.628a2.95 2.95 0 0 0-.437-5.627zm-5.503 6.407a2.77 2.77 0 0 0-2.65-1.968 2.77 2.77 0 0 0-2.655 1.987q1.213.114 2.56.115 1.448 0 2.745-.134" 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, "Icon28RectrangleHandPointUp", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon28RectrangleHandPointUp;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon28RectrangleHandPointUp = (0, _iconssprite.makeIcon)('Icon28RectrangleHandPointUp', 'rectrangle_hand_point_up_28', '0 0 28 28', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="rectrangle_hand_point_up_28"><path fill-rule="evenodd" d="M5.07 4.801C6.164 4.216 7.243 4 9.691 4h8.616c2.448 0 3.527.216 4.622.801A5.47 5.47 0 0 1 25.2 7.07c.585 1.096.801 2.175.801 4.623v1.848c0 .666 0 1.226-.037 1.683-.04.48-.124.934-.345 1.366a3.5 3.5 0 0 1-1.529 1.53c-.478.243-.988.322-1.528.355a1 1 0 0 1-.122-1.996c.44-.027.626-.083.742-.142a1.5 1.5 0 0 0 .655-.655c.053-.103.104-.265.133-.62.03-.367.031-.844.031-1.561v-1.808c0-2.335-.212-3.019-.565-3.68a3.47 3.47 0 0 0-1.448-1.447C21.327 6.212 20.643 6 18.308 6H9.692c-2.335 0-3.019.212-3.68.565a3.47 3.47 0 0 0-1.447 1.448C4.212 8.673 4 9.357 4 11.692V13.5c0 .717 0 1.194.03 1.56.03.356.081.518.133.621a1.5 1.5 0 0 0 .656.656c.116.058.302.114.742.14a1 1 0 1 1-.122 1.997c-.54-.033-1.05-.112-1.528-.355a3.5 3.5 0 0 1-1.53-1.53c-.22-.432-.304-.887-.344-1.366C2 14.766 2 14.206 2 13.54v-1.848c0-2.448.216-3.527.801-4.623A5.47 5.47 0 0 1 5.07 4.801m12.989 18.462.024-1.06a1 1 0 0 0-.025.219v.84Z" clip-rule="evenodd" /><path d="m16.942 18.55-.03-.541a.994.994 0 0 0-1.987.049l.004-.43a.97.97 0 0 0-1.916-.227l-.024 1.06v-.84q0-.114.024-.22l.077-3.385a1.001 1.001 0 0 0-2.002-.049l-.155 6.095-.914-1.596a.935.935 0 0 0-1.67.83l1.614 3.787s1.179 2.369 4.544 2.573c2.928.178 4.536-1.946 4.45-4.533l.078-2.6a1.048 1.048 0 1 0-2.093.028Z" /></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, "Icon56PauseOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon56PauseOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon56PauseOutline = (0, _iconssprite.makeIcon)('Icon56PauseOutline', 'pause_outline_56', '0 0 56 56', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="pause_outline_56"><path fill-rule="evenodd" d="M20 10h-8a1 1 0 0 0-1 1v34a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1m-8-3a4 4 0 0 0-4 4v34a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V11a4 4 0 0 0-4-4zm32 3h-8a1 1 0 0 0-1 1v34a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1m-8-3a4 4 0 0 0-4 4v34a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V11a4 4 0 0 0-4-4z" clip-rule="evenodd" opacity=".9" /></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, "Icon56PodcastsOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon56PodcastsOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon56PodcastsOutline = (0, _iconssprite.makeIcon)('Icon56PodcastsOutline', 'podcasts_outline_56', '0 0 56 56', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="podcasts_outline_56"><path d="M8 24C8 12.954 16.954 4 28 4s20 8.954 20 20v1a3 3 0 0 1 3 3v6a3 3 0 1 1-6 0V24c0-9.389-7.611-17-17-17s-17 7.611-17 17v10a3 3 0 1 1-6 0v-6a3 3 0 0 1 3-3z" /><path fill-rule="evenodd" d="M29.5 46.907C35.42 46.17 40 41.12 40 35V24c0-6.627-5.373-12-12-12s-12 5.373-12 12v11c0 6.12 4.58 11.169 10.5 11.907V50.5a1.5 1.5 0 0 0 3 0zM37 32v-5h-2.5a1.5 1.5 0 0 1 0-3H37a9 9 0 1 0-18 0h8.5a1.5 1.5 0 0 1 0 3H19v5h8.5a1.5 1.5 0 0 1 0 3H19a9 9 0 1 0 18 0h-2.5a1.5 1.5 0 0 1 0-3z" 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, "Icon56WrenchOutline", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function() {
|
|
9
|
+
return Icon56WrenchOutline;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
13
|
+
var Icon56WrenchOutline = (0, _iconssprite.makeIcon)('Icon56WrenchOutline', 'wrench_outline_56', '0 0 56 56', '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 56 56" id="wrench_outline_56"><path fill-rule="evenodd" d="m48.897 20.23-4.412 4.336A5 5 0 0 1 40.981 26H35a5 5 0 0 1-5-5v-6.172a5 5 0 0 1 1.465-3.535l4.201-4.202A15 15 0 0 0 34 7c-8.284 0-15 6.716-15 15 0 1.578.243 3.094.69 4.515a3.61 3.61 0 0 1-.889 3.642L7.762 41.185a3.99 3.99 0 0 0-.001 5.65l1.404 1.404a4.01 4.01 0 0 0 5.665 0l11.034-11.036a3.61 3.61 0 0 1 3.638-.889C30.917 36.76 32.428 37 34 37c8.284 0 15-6.716 15-15q0-.9-.103-1.77M38.252 4.505A18 18 0 0 0 34 4c-9.941 0-18 8.059-18 18 0 1.887.29 3.707.83 5.417a.61.61 0 0 1-.149.618L5.641 39.063a6.99 6.99 0 0 0-.003 9.893l1.404 1.404a7.01 7.01 0 0 0 9.909 0l11.034-11.035a.61.61 0 0 1 .617-.148A18 18 0 0 0 34 40c9.941 0 18-8.059 18-18 0-2.15-.377-4.212-1.068-6.123-.236-.653-1.064-.808-1.559-.321l-6.99 6.87A2 2 0 0 1 40.98 23H35a2 2 0 0 1-2-2v-6.172a2 2 0 0 1 .586-1.414l6.8-6.8c.495-.495.341-1.33-.317-1.565a18 18 0 0 0-1.782-.535z" clip-rule="evenodd" /></symbol>', 56, 56, false, undefined);
|