@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/index.js CHANGED
@@ -1635,6 +1635,9 @@ _export(exports, {
1635
1635
  Icon20ClipCircleFillViolet: function() {
1636
1636
  return _clip_circle_fill_violet_20.Icon20ClipCircleFillViolet;
1637
1637
  },
1638
+ Icon20Clock: function() {
1639
+ return _clock_20.Icon20Clock;
1640
+ },
1638
1641
  Icon20ClockOutline: function() {
1639
1642
  return _clock_outline_20.Icon20ClockOutline;
1640
1643
  },
@@ -3285,12 +3288,18 @@ _export(exports, {
3285
3288
  Icon24ChevronUpSmall: function() {
3286
3289
  return _chevron_up_small_24.Icon24ChevronUpSmall;
3287
3290
  },
3291
+ Icon24CircleDashedOutline: function() {
3292
+ return _circle_dashed_outline_24.Icon24CircleDashedOutline;
3293
+ },
3288
3294
  Icon24CircleSmall: function() {
3289
3295
  return _circle_small_24.Icon24CircleSmall;
3290
3296
  },
3291
3297
  Icon24ClipOutline: function() {
3292
3298
  return _clip_outline_24.Icon24ClipOutline;
3293
3299
  },
3300
+ Icon24Clock: function() {
3301
+ return _clock_24.Icon24Clock;
3302
+ },
3294
3303
  Icon24ClockCircleFillGray: function() {
3295
3304
  return _clock_circle_fill_gray_24.Icon24ClockCircleFillGray;
3296
3305
  },
@@ -3795,6 +3804,9 @@ _export(exports, {
3795
3804
  Icon24ListNumberOutline: function() {
3796
3805
  return _list_number_outline_24.Icon24ListNumberOutline;
3797
3806
  },
3807
+ Icon24ListPinOutline: function() {
3808
+ return _list_pin_outline_24.Icon24ListPinOutline;
3809
+ },
3798
3810
  Icon24Live: function() {
3799
3811
  return _live_24.Icon24Live;
3800
3812
  },
@@ -7452,6 +7464,9 @@ _export(exports, {
7452
7464
  Icon36SoundWaveOutline: function() {
7453
7465
  return _sound_wave_outline_36.Icon36SoundWaveOutline;
7454
7466
  },
7467
+ Icon36Spinner: function() {
7468
+ return _spinner_36.Icon36Spinner;
7469
+ },
7455
7470
  Icon36Story: function() {
7456
7471
  return _story_36.Icon36Story;
7457
7472
  },
@@ -8853,6 +8868,7 @@ var _circle_small_filled_20 = require("./20/circle_small_filled_20");
8853
8868
  var _circle_small_outline_20 = require("./20/circle_small_outline_20");
8854
8869
  var _clear_20 = require("./20/clear_20");
8855
8870
  var _clip_circle_fill_violet_20 = require("./20/clip_circle_fill_violet_20");
8871
+ var _clock_20 = require("./20/clock_20");
8856
8872
  var _clock_outline_20 = require("./20/clock_outline_20");
8857
8873
  var _cloud_arrow_up_outline_20 = require("./20/cloud_arrow_up_outline_20");
8858
8874
  var _cloud_outline_20 = require("./20/cloud_outline_20");
@@ -9403,8 +9419,10 @@ var _chevron_right_small_outline_24 = require("./24/chevron_right_small_outline_
9403
9419
  var _chevron_right_square_outline_24 = require("./24/chevron_right_square_outline_24");
9404
9420
  var _chevron_up_24 = require("./24/chevron_up_24");
9405
9421
  var _chevron_up_small_24 = require("./24/chevron_up_small_24");
9422
+ var _circle_dashed_outline_24 = require("./24/circle_dashed_outline_24");
9406
9423
  var _circle_small_24 = require("./24/circle_small_24");
9407
9424
  var _clip_outline_24 = require("./24/clip_outline_24");
9425
+ var _clock_24 = require("./24/clock_24");
9408
9426
  var _clock_circle_fill_gray_24 = require("./24/clock_circle_fill_gray_24");
9409
9427
  var _clock_outline_24 = require("./24/clock_outline_24");
9410
9428
  var _cloud_arrow_up_outline_24 = require("./24/cloud_arrow_up_outline_24");
@@ -9573,6 +9591,7 @@ var _list_letter_outline_24 = require("./24/list_letter_outline_24");
9573
9591
  var _list_like_outline_24 = require("./24/list_like_outline_24");
9574
9592
  var _list_like_slash_outline_24 = require("./24/list_like_slash_outline_24");
9575
9593
  var _list_number_outline_24 = require("./24/list_number_outline_24");
9594
+ var _list_pin_outline_24 = require("./24/list_pin_outline_24");
9576
9595
  var _live_24 = require("./24/live_24");
9577
9596
  var _live_add_outline_24 = require("./24/live_add_outline_24");
9578
9597
  var _live_clock_badge_outline_24 = require("./24/live_clock_badge_outline_24");
@@ -10792,6 +10811,7 @@ var _skip_previous_36 = require("./36/skip_previous_36");
10792
10811
  var _smile_outline_36 = require("./36/smile_outline_36");
10793
10812
  var _song_outline_36 = require("./36/song_outline_36");
10794
10813
  var _sound_wave_outline_36 = require("./36/sound_wave_outline_36");
10814
+ var _spinner_36 = require("./36/spinner_36");
10795
10815
  var _story_36 = require("./36/story_36");
10796
10816
  var _story_outline_36 = require("./36/story_outline_36");
10797
10817
  var _tear_off_flyer_outline_36 = require("./36/tear_off_flyer_outline_36");
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20ClockProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ export declare const Icon20Clock: import("react").FC<Icon20ClockProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24CircleDashedOutlineProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ export declare const Icon24CircleDashedOutline: import("react").FC<Icon24CircleDashedOutlineProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24ClockProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ export declare const Icon24Clock: import("react").FC<Icon24ClockProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24ListPinOutlineProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ export declare const Icon24ListPinOutline: import("react").FC<Icon24ListPinOutlineProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon36SpinnerProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ export declare const Icon36Spinner: import("react").FC<Icon36SpinnerProps>;
@@ -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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "2.66.0",
3
+ "version": "2.67.0",
4
4
  "description": "SVG icons, provided as a React components. With love from VKontakte",
5
5
  "homepage": "https://vkcom.github.io/icons/",
6
6
  "repository": {
@@ -34,7 +34,7 @@
34
34
  "@size-limit/file": "^9.0.0",
35
35
  "@size-limit/webpack": "^9.0.0",
36
36
  "@swc/cli": "^0.1.61",
37
- "@swc/core": "^1.3.83",
37
+ "@swc/core": "^1.3.85",
38
38
  "@types/react": "16.14.34",
39
39
  "@vkontakte/icons-scripts": "4.0.0",
40
40
  "css-loader": "^6.7.3",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 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"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 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"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 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"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 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"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="currentColor" viewBox="0 0 36 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"/></svg>