@vkontakte/icons 2.66.0 → 2.67.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/20/clock_20.js +13 -0
- package/dist/24/circle_dashed_outline_24.js +13 -0
- package/dist/24/clock_24.js +13 -0
- package/dist/24/list_pin_outline_24.js +13 -0
- package/dist/36/spinner_36.js +13 -0
- package/dist/es6/20/clock_20.js +3 -0
- package/dist/es6/24/circle_dashed_outline_24.js +3 -0
- package/dist/es6/24/clock_24.js +3 -0
- package/dist/es6/24/list_pin_outline_24.js +3 -0
- package/dist/es6/36/spinner_36.js +3 -0
- package/dist/es6/index.js +5 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +20 -0
- package/dist/typings/20/clock_20.d.ts +11 -0
- package/dist/typings/24/circle_dashed_outline_24.d.ts +11 -0
- package/dist/typings/24/clock_24.d.ts +11 -0
- package/dist/typings/24/list_pin_outline_24.d.ts +11 -0
- package/dist/typings/36/spinner_36.d.ts +11 -0
- package/dist/typings/index.d.ts +5 -0
- package/package.json +2 -2
- package/src/svg/20/clock_20.svg +1 -0
- package/src/svg/24/circle_dashed_outline_24.svg +1 -0
- package/src/svg/24/clock_24.svg +1 -0
- package/src/svg/24/list_pin_outline_24.svg +1 -0
- package/src/svg/36/spinner_36.svg +1 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "Icon20Clock", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return Icon20Clock;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
"use-client";
|
|
13
|
+
var Icon20Clock = (0, _iconssprite.makeIcon)("Icon20Clock", "clock_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="clock_20"><path fill-rule="evenodd" d="M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Zm.3-14a.9.9 0 1 0-1.8 0v4.773a.9.9 0 0 0 .42.762l3.7 2.327a.9.9 0 1 0 .96-1.524l-3.28-2.062V6Z" clip-rule="evenodd" /></symbol>', 20, 20, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "Icon24CircleDashedOutline", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return Icon24CircleDashedOutline;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
"use-client";
|
|
13
|
+
var Icon24CircleDashedOutline = (0, _iconssprite.makeIcon)("Icon24CircleDashedOutline", "circle_dashed_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="circle_dashed_outline_24"><path d="M11.904 1.8a.9.9 0 1 0 0 1.8c2.137 0 4.29.814 5.847 2.278a8.4 8.4 0 0 1-4.704 14.456.9.9 0 1 0 .225 1.786 10.2 10.2 0 0 0 5.712-17.554C17.092 2.789 14.499 1.8 11.904 1.8ZM3.6 11.91a.9.9 0 0 0-1.8-.02c-.003.336.01.67.04 1.003a.9.9 0 0 0 1.792-.157 8.4 8.4 0 0 1-.031-.826Zm.954 3.978a.9.9 0 1 0-1.595.834 10.215 10.215 0 0 0 1.097 1.676.9.9 0 0 0 1.402-1.129 8.407 8.407 0 0 1-.904-1.38Zm3.426 3.487a.9.9 0 0 0-.862 1.58 10.189 10.189 0 0 0 1.845.782.9.9 0 0 0 .536-1.718 8.41 8.41 0 0 1-1.52-.644Z" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "Icon24Clock", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return Icon24Clock;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
"use-client";
|
|
13
|
+
var Icon24Clock = (0, _iconssprite.makeIcon)("Icon24Clock", "clock_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="clock_24"><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm.3-14a.9.9 0 0 0-1.8 0v4.773a.9.9 0 0 0 .42.762l3.7 2.327a.9.9 0 0 0 .96-1.524l-3.28-2.062V8Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "Icon24ListPinOutline", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return Icon24ListPinOutline;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
"use-client";
|
|
13
|
+
var Icon24ListPinOutline = (0, _iconssprite.makeIcon)("Icon24ListPinOutline", "list_pin_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="list_pin_outline_24"><path fill-rule="evenodd" d="M13.139 4.42A.9.9 0 0 1 13.9 4h6.2a.9.9 0 0 1 .813 1.287L20 7.203v2.971l2.291 2.75A.9.9 0 0 1 21.6 14.4h-3.7v4.7a.9.9 0 1 1-1.8 0v-4.7h-3.7a.9.9 0 0 1-.691-1.476L14 10.174v-2.97l-.913-1.917a.9.9 0 0 1 .052-.867Zm3.868 8.18h-2.685l1.27-1.524a.9.9 0 0 0 .208-.576V7a.9.9 0 0 0-.087-.387l-.388-.813h3.35l-.388.813A.9.9 0 0 0 18.2 7v3.5a.9.9 0 0 0 .209.576l1.27 1.524h-2.672ZM3.002 6a.9.9 0 0 1 .9-.9H10.6a.9.9 0 1 1 0 1.8H3.902a.9.9 0 0 1-.9-.9Zm0 5a.9.9 0 0 1 .9-.9H9.1a.9.9 0 1 1 0 1.8H3.902a.9.9 0 0 1-.9-.9Zm.9 4.108a.9.9 0 0 0 0 1.8H9.1a.9.9 0 1 0 0-1.8H3.902Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "Icon36Spinner", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return Icon36Spinner;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _iconssprite = require("@vkontakte/icons-sprite");
|
|
12
|
+
"use-client";
|
|
13
|
+
var Icon36Spinner = (0, _iconssprite.makeIcon)("Icon36Spinner", "spinner_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="spinner_36"><path fill-rule="evenodd" d="M24.742 7.474A12.5 12.5 0 0 0 6.645 23.227a1.25 1.25 0 0 1-2.27 1.045A15 15 0 1 1 18 33a1.25 1.25 0 1 1 0-2.5 12.5 12.5 0 0 0 6.742-23.026Z" clip-rule="evenodd" /></symbol>', 36, 36, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon20Clock = makeIcon("Icon20Clock", "clock_20", "0 0 20 20", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="clock_20"><path fill-rule="evenodd" d="M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Zm.3-14a.9.9 0 1 0-1.8 0v4.773a.9.9 0 0 0 .42.762l3.7 2.327a.9.9 0 1 0 .96-1.524l-3.28-2.062V6Z" 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 Icon24CircleDashedOutline = makeIcon("Icon24CircleDashedOutline", "circle_dashed_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="circle_dashed_outline_24"><path d="M11.904 1.8a.9.9 0 1 0 0 1.8c2.137 0 4.29.814 5.847 2.278a8.4 8.4 0 0 1-4.704 14.456.9.9 0 1 0 .225 1.786 10.2 10.2 0 0 0 5.712-17.554C17.092 2.789 14.499 1.8 11.904 1.8ZM3.6 11.91a.9.9 0 0 0-1.8-.02c-.003.336.01.67.04 1.003a.9.9 0 0 0 1.792-.157 8.4 8.4 0 0 1-.031-.826Zm.954 3.978a.9.9 0 1 0-1.595.834 10.215 10.215 0 0 0 1.097 1.676.9.9 0 0 0 1.402-1.129 8.407 8.407 0 0 1-.904-1.38Zm3.426 3.487a.9.9 0 0 0-.862 1.58 10.189 10.189 0 0 0 1.845.782.9.9 0 0 0 .536-1.718 8.41 8.41 0 0 1-1.52-.644Z" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon24Clock = makeIcon("Icon24Clock", "clock_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="clock_24"><path fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm.3-14a.9.9 0 0 0-1.8 0v4.773a.9.9 0 0 0 .42.762l3.7 2.327a.9.9 0 0 0 .96-1.524l-3.28-2.062V8Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon24ListPinOutline = makeIcon("Icon24ListPinOutline", "list_pin_outline_24", "0 0 24 24", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="list_pin_outline_24"><path fill-rule="evenodd" d="M13.139 4.42A.9.9 0 0 1 13.9 4h6.2a.9.9 0 0 1 .813 1.287L20 7.203v2.971l2.291 2.75A.9.9 0 0 1 21.6 14.4h-3.7v4.7a.9.9 0 1 1-1.8 0v-4.7h-3.7a.9.9 0 0 1-.691-1.476L14 10.174v-2.97l-.913-1.917a.9.9 0 0 1 .052-.867Zm3.868 8.18h-2.685l1.27-1.524a.9.9 0 0 0 .208-.576V7a.9.9 0 0 0-.087-.387l-.388-.813h3.35l-.388.813A.9.9 0 0 0 18.2 7v3.5a.9.9 0 0 0 .209.576l1.27 1.524h-2.672ZM3.002 6a.9.9 0 0 1 .9-.9H10.6a.9.9 0 1 1 0 1.8H3.902a.9.9 0 0 1-.9-.9Zm0 5a.9.9 0 0 1 .9-.9H9.1a.9.9 0 1 1 0 1.8H3.902a.9.9 0 0 1-.9-.9Zm.9 4.108a.9.9 0 0 0 0 1.8H9.1a.9.9 0 1 0 0-1.8H3.902Z" clip-rule="evenodd" /></symbol>', 24, 24, false, undefined);
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use-client";
|
|
2
|
+
import { makeIcon } from "@vkontakte/icons-sprite";
|
|
3
|
+
export var Icon36Spinner = makeIcon("Icon36Spinner", "spinner_36", "0 0 36 36", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 36 36" id="spinner_36"><path fill-rule="evenodd" d="M24.742 7.474A12.5 12.5 0 0 0 6.645 23.227a1.25 1.25 0 0 1-2.27 1.045A15 15 0 1 1 18 33a1.25 1.25 0 1 1 0-2.5 12.5 12.5 0 0 0 6.742-23.026Z" clip-rule="evenodd" /></symbol>', 36, 36, false, undefined);
|
package/dist/es6/index.js
CHANGED
|
@@ -540,6 +540,7 @@ export { Icon20CircleSmallFilled } from "./20/circle_small_filled_20";
|
|
|
540
540
|
export { Icon20CircleSmallOutline } from "./20/circle_small_outline_20";
|
|
541
541
|
export { Icon20Clear } from "./20/clear_20";
|
|
542
542
|
export { Icon20ClipCircleFillViolet } from "./20/clip_circle_fill_violet_20";
|
|
543
|
+
export { Icon20Clock } from "./20/clock_20";
|
|
543
544
|
export { Icon20ClockOutline } from "./20/clock_outline_20";
|
|
544
545
|
export { Icon20CloudArrowUpOutline } from "./20/cloud_arrow_up_outline_20";
|
|
545
546
|
export { Icon20CloudOutline } from "./20/cloud_outline_20";
|
|
@@ -1090,8 +1091,10 @@ export { Icon24ChevronRightSmallOutline } from "./24/chevron_right_small_outline
|
|
|
1090
1091
|
export { Icon24ChevronRightSquareOutline } from "./24/chevron_right_square_outline_24";
|
|
1091
1092
|
export { Icon24ChevronUp } from "./24/chevron_up_24";
|
|
1092
1093
|
export { Icon24ChevronUpSmall } from "./24/chevron_up_small_24";
|
|
1094
|
+
export { Icon24CircleDashedOutline } from "./24/circle_dashed_outline_24";
|
|
1093
1095
|
export { Icon24CircleSmall } from "./24/circle_small_24";
|
|
1094
1096
|
export { Icon24ClipOutline } from "./24/clip_outline_24";
|
|
1097
|
+
export { Icon24Clock } from "./24/clock_24";
|
|
1095
1098
|
export { Icon24ClockCircleFillGray } from "./24/clock_circle_fill_gray_24";
|
|
1096
1099
|
export { Icon24ClockOutline } from "./24/clock_outline_24";
|
|
1097
1100
|
export { Icon24CloudArrowUpOutline } from "./24/cloud_arrow_up_outline_24";
|
|
@@ -1260,6 +1263,7 @@ export { Icon24ListLetterOutline } from "./24/list_letter_outline_24";
|
|
|
1260
1263
|
export { Icon24ListLikeOutline } from "./24/list_like_outline_24";
|
|
1261
1264
|
export { Icon24ListLikeSlashOutline } from "./24/list_like_slash_outline_24";
|
|
1262
1265
|
export { Icon24ListNumberOutline } from "./24/list_number_outline_24";
|
|
1266
|
+
export { Icon24ListPinOutline } from "./24/list_pin_outline_24";
|
|
1263
1267
|
export { Icon24Live } from "./24/live_24";
|
|
1264
1268
|
export { Icon24LiveAddOutline } from "./24/live_add_outline_24";
|
|
1265
1269
|
export { Icon24LiveClockBadgeOutline } from "./24/live_clock_badge_outline_24";
|
|
@@ -2479,6 +2483,7 @@ export { Icon36SkipPrevious } from "./36/skip_previous_36";
|
|
|
2479
2483
|
export { Icon36SmileOutline } from "./36/smile_outline_36";
|
|
2480
2484
|
export { Icon36SongOutline } from "./36/song_outline_36";
|
|
2481
2485
|
export { Icon36SoundWaveOutline } from "./36/sound_wave_outline_36";
|
|
2486
|
+
export { Icon36Spinner } from "./36/spinner_36";
|
|
2482
2487
|
export { Icon36Story } from "./36/story_36";
|
|
2483
2488
|
export { Icon36StoryOutline } from "./36/story_outline_36";
|
|
2484
2489
|
export { Icon36TearOffFlyerOutline } from "./36/tear_off_flyer_outline_36";
|