@vkontakte/icons 2.95.0 → 2.96.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
@@ -2031,6 +2031,9 @@ _export(exports, {
2031
2031
  Icon20GhostOutline: function() {
2032
2032
  return _ghost_outline_20.Icon20GhostOutline;
2033
2033
  },
2034
+ Icon20Gift: function() {
2035
+ return _gift_20.Icon20Gift;
2036
+ },
2034
2037
  Icon20GiftCircleFillRed: function() {
2035
2038
  return _gift_circle_fill_red_20.Icon20GiftCircleFillRed;
2036
2039
  },
@@ -2064,6 +2067,9 @@ _export(exports, {
2064
2067
  Icon20HeadphonesSupportOutline: function() {
2065
2068
  return _headphones_support_outline_20.Icon20HeadphonesSupportOutline;
2066
2069
  },
2070
+ Icon20HeadphonesWaveCircleFillGray: function() {
2071
+ return _headphones_wave_circle_fill_gray_20.Icon20HeadphonesWaveCircleFillGray;
2072
+ },
2067
2073
  Icon20HeadphonesWaveOutline: function() {
2068
2074
  return _headphones_wave_outline_20.Icon20HeadphonesWaveOutline;
2069
2075
  },
@@ -5715,6 +5721,9 @@ _export(exports, {
5715
5721
  Icon28DrillOutline: function() {
5716
5722
  return _drill_outline_28.Icon28DrillOutline;
5717
5723
  },
5724
+ Icon28DumbbellsOutline: function() {
5725
+ return _dumbbells_outline_28.Icon28DumbbellsOutline;
5726
+ },
5718
5727
  Icon28EditCircleFillBlue: function() {
5719
5728
  return _edit_circle_fill_blue_28.Icon28EditCircleFillBlue;
5720
5729
  },
@@ -6984,6 +6993,9 @@ _export(exports, {
6984
6993
  Icon28SquareStackUpOutline: function() {
6985
6994
  return _square_stack_up_outline_28.Icon28SquareStackUpOutline;
6986
6995
  },
6996
+ Icon28StarCircleFillBlue: function() {
6997
+ return _star_circle_fill_blue_28.Icon28StarCircleFillBlue;
6998
+ },
6987
6999
  Icon28StarsCircleFillViolet: function() {
6988
7000
  return _stars_circle_fill_violet_28.Icon28StarsCircleFillViolet;
6989
7001
  },
@@ -9409,6 +9421,7 @@ var _gesture_outline_20 = require("./20/gesture_outline_20");
9409
9421
  var _gesture_play_outline_20 = require("./20/gesture_play_outline_20");
9410
9422
  var _ghost_20 = require("./20/ghost_20");
9411
9423
  var _ghost_outline_20 = require("./20/ghost_outline_20");
9424
+ var _gift_20 = require("./20/gift_20");
9412
9425
  var _gift_circle_fill_red_20 = require("./20/gift_circle_fill_red_20");
9413
9426
  var _gift_circle_fill_yellow_20 = require("./20/gift_circle_fill_yellow_20");
9414
9427
  var _gift_outline_20 = require("./20/gift_outline_20");
@@ -9420,6 +9433,7 @@ var _grid_4_uneven_vertical_outline_20 = require("./20/grid_4_uneven_vertical_ou
9420
9433
  var _hand_20 = require("./20/hand_20");
9421
9434
  var _hashtag_outline_20 = require("./20/hashtag_outline_20");
9422
9435
  var _headphones_support_outline_20 = require("./20/headphones_support_outline_20");
9436
+ var _headphones_wave_circle_fill_gray_20 = require("./20/headphones_wave_circle_fill_gray_20");
9423
9437
  var _headphones_wave_outline_20 = require("./20/headphones_wave_outline_20");
9424
9438
  var _health_outline_20 = require("./20/health_outline_20");
9425
9439
  var _hearts_2_outline_20 = require("./20/hearts_2_outline_20");
@@ -10637,6 +10651,7 @@ var _download_check_outline_28 = require("./28/download_check_outline_28");
10637
10651
  var _download_cloud_outline_28 = require("./28/download_cloud_outline_28");
10638
10652
  var _download_outline_28 = require("./28/download_outline_28");
10639
10653
  var _drill_outline_28 = require("./28/drill_outline_28");
10654
+ var _dumbbells_outline_28 = require("./28/dumbbells_outline_28");
10640
10655
  var _edit_circle_fill_blue_28 = require("./28/edit_circle_fill_blue_28");
10641
10656
  var _editor_cut_outline_28 = require("./28/editor_cut_outline_28");
10642
10657
  var _edit_outline_28 = require("./28/edit_outline_28");
@@ -11060,6 +11075,7 @@ var _square_4_slash_outline_28 = require("./28/square_4_slash_outline_28");
11060
11075
  var _square_split_3_horizontal_outline_28 = require("./28/square_split_3_horizontal_outline_28");
11061
11076
  var _square_split_4_outline_28 = require("./28/square_split_4_outline_28");
11062
11077
  var _square_stack_up_outline_28 = require("./28/square_stack_up_outline_28");
11078
+ var _star_circle_fill_blue_28 = require("./28/star_circle_fill_blue_28");
11063
11079
  var _stars_circle_fill_violet_28 = require("./28/stars_circle_fill_violet_28");
11064
11080
  var _stars_outline_28 = require("./28/stars_outline_28");
11065
11081
  var _statistic_circle_fill_blue_28 = require("./28/statistic_circle_fill_blue_28");
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20GiftProps 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 Icon20Gift: import("react").FC<Icon20GiftProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon20HeadphonesWaveCircleFillGrayProps 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 Icon20HeadphonesWaveCircleFillGray: import("react").FC<Icon20HeadphonesWaveCircleFillGrayProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28DumbbellsOutlineProps 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 Icon28DumbbellsOutline: import("react").FC<Icon28DumbbellsOutlineProps>;
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28StarCircleFillBlueProps 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 Icon28StarCircleFillBlue: import("react").FC<Icon28StarCircleFillBlueProps>;
@@ -673,6 +673,7 @@ export { Icon20GestureOutline } from './20/gesture_outline_20';
673
673
  export { Icon20GesturePlayOutline } from './20/gesture_play_outline_20';
674
674
  export { Icon20Ghost } from './20/ghost_20';
675
675
  export { Icon20GhostOutline } from './20/ghost_outline_20';
676
+ export { Icon20Gift } from './20/gift_20';
676
677
  export { Icon20GiftCircleFillRed } from './20/gift_circle_fill_red_20';
677
678
  export { Icon20GiftCircleFillYellow } from './20/gift_circle_fill_yellow_20';
678
679
  export { Icon20GiftOutline } from './20/gift_outline_20';
@@ -684,6 +685,7 @@ export { Icon20Grid4UnevenVerticalOutline } from './20/grid_4_uneven_vertical_ou
684
685
  export { Icon20Hand } from './20/hand_20';
685
686
  export { Icon20HashtagOutline } from './20/hashtag_outline_20';
686
687
  export { Icon20HeadphonesSupportOutline } from './20/headphones_support_outline_20';
688
+ export { Icon20HeadphonesWaveCircleFillGray } from './20/headphones_wave_circle_fill_gray_20';
687
689
  export { Icon20HeadphonesWaveOutline } from './20/headphones_wave_outline_20';
688
690
  export { Icon20HealthOutline } from './20/health_outline_20';
689
691
  export { Icon20Hearts2Outline } from './20/hearts_2_outline_20';
@@ -1901,6 +1903,7 @@ export { Icon28DownloadCheckOutline } from './28/download_check_outline_28';
1901
1903
  export { Icon28DownloadCloudOutline } from './28/download_cloud_outline_28';
1902
1904
  export { Icon28DownloadOutline } from './28/download_outline_28';
1903
1905
  export { Icon28DrillOutline } from './28/drill_outline_28';
1906
+ export { Icon28DumbbellsOutline } from './28/dumbbells_outline_28';
1904
1907
  export { Icon28EditCircleFillBlue } from './28/edit_circle_fill_blue_28';
1905
1908
  export { Icon28EditorCutOutline } from './28/editor_cut_outline_28';
1906
1909
  export { Icon28EditOutline } from './28/edit_outline_28';
@@ -2324,6 +2327,7 @@ export { Icon28Square4SlashOutline } from './28/square_4_slash_outline_28';
2324
2327
  export { Icon28SquareSplit3HorizontalOutline } from './28/square_split_3_horizontal_outline_28';
2325
2328
  export { Icon28SquareSplit4Outline } from './28/square_split_4_outline_28';
2326
2329
  export { Icon28SquareStackUpOutline } from './28/square_stack_up_outline_28';
2330
+ export { Icon28StarCircleFillBlue } from './28/star_circle_fill_blue_28';
2327
2331
  export { Icon28StarsCircleFillViolet } from './28/stars_circle_fill_violet_28';
2328
2332
  export { Icon28StarsOutline } from './28/stars_outline_28';
2329
2333
  export { Icon28StatisticCircleFillBlue } from './28/statistic_circle_fill_blue_28';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "2.95.0",
3
+ "version": "2.96.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": {
@@ -31,24 +31,24 @@
31
31
  "@vkontakte/icons-sprite": "2.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@size-limit/file": "^11.0.1",
35
- "@size-limit/webpack": "^11.0.1",
34
+ "@size-limit/file": "^11.0.2",
35
+ "@size-limit/webpack": "^11.0.2",
36
36
  "@swc/cli": "^0.1.63",
37
- "@swc/core": "^1.3.103",
37
+ "@swc/core": "^1.3.107",
38
38
  "@types/react": "16.14.34",
39
39
  "@vkontakte/icons-scripts": "4.0.0",
40
- "css-loader": "^6.9.0",
40
+ "css-loader": "^6.10.0",
41
41
  "file-loader": "^6.2.0",
42
42
  "html-webpack-plugin": "^5.6.0",
43
43
  "pre-commit": "^1.2.2",
44
44
  "react": "16.10.0",
45
45
  "react-color": "^2.18.0",
46
46
  "react-dom": "^16.9.0",
47
- "size-limit": "^11.0.1",
47
+ "size-limit": "^11.0.2",
48
48
  "style-loader": "^3.3.4",
49
- "swc-loader": "0.2.3",
49
+ "swc-loader": "0.2.6",
50
50
  "typescript": "^5.3.3",
51
- "webpack": "^5.89.0"
51
+ "webpack": "^5.90.1"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "react": "^16.9.34 || ^17 || ^18"
@@ -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="M14.478 3.024c1.328 1.325.21 4.441-4.231 4.472l-.245-.001c-4.646.084-5.829-3.122-4.477-4.471 1.319-1.318 4.41-.224 4.477 4.146.067-4.37 3.157-5.464 4.476-4.146ZM2.57 8.979c-.068.254-.068.564-.068 1.184 0 .31 0 .464.034.591a1 1 0 0 0 .707.708c.127.034.282.034.592.034H9.5V7.498h1v3.998h5.58c.39 0 .584 0 .74-.054a1 1 0 0 0 .625-.624c.053-.156.053-.351.053-.74 0-.709 0-1.063-.097-1.349a1.82 1.82 0 0 0-1.136-1.135c-.285-.098-.64-.098-1.348-.098H5.168c-.62 0-.93 0-1.183.069A2 2 0 0 0 2.57 8.979Zm6.93 3.519h-5v1.8c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .875.874c.427.218.987.218 2.107.218h1.8v-5Zm6 0h-5v5h1.8c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .875-.874c.218-.428.218-.988.218-2.108v-1.8Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20">
2
+ <rect width="20" height="20" fill="url(#a)" rx="10"/>
3
+ <path fill="#fff" d="M10.003 4.5a5.5 5.5 0 0 0-5.5 5.5L4.5 13a1 1 0 1 1-2 0v-2.95a1 1 0 0 1 .553-.895 7.001 7.001 0 0 1 13.9.003 1 1 0 0 1 .547.892V13a1 1 0 1 1-2 0l.003-3.026a5.5 5.5 0 0 0-5.5-5.474Z"/>
4
+ <path fill="#fff" d="M6.25 9.5a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 0 1.5 0v-2.5a.75.75 0 0 0-.75-.75ZM8 9a.75.75 0 0 1 1.5 0v5A.75.75 0 0 1 8 14V9ZM11.25 7a.75.75 0 0 0-.75.75v7.5a.75.75 0 0 0 1.5 0v-7.5a.75.75 0 0 0-.75-.75ZM13 10.25a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-1.5 0v-2.5Z"/>
5
+ <defs>
6
+ <linearGradient id="a" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#B1B6BD"/>
8
+ <stop offset="1" stop-color="#99A2AD"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><g clip-path="url(#a)"><path fill-rule="evenodd" d="M7.124 5a104.178 104.178 0 0 0 .252 0c.571 0 1.065-.001 1.495.13a3 3 0 0 1 2 2c.13.43.13.923.13 1.494L11 8.75V10h6V8.624c0-.571-.001-1.065.13-1.495a3 3 0 0 1 2-2c.43-.13.923-.13 1.494-.13a104.013 104.013 0 0 0 .252 0c.571 0 1.064 0 1.495.13a3 3 0 0 1 2 2c.13.43.13.924.13 1.495l-.001.126V9h.136c.39 0 .74 0 1.03.024.313.025.644.083.969.248a2.5 2.5 0 0 1 1.092 1.093c.166.325.224.656.25.968.023.292.023.642.023 1.03v3.273c0 .39 0 .74-.024 1.03a2.535 2.535 0 0 1-.248.969 2.5 2.5 0 0 1-1.093 1.092 2.535 2.535 0 0 1-.968.25c-.292.023-.642.023-1.03.023H24.5v.376c0 .571.001 1.064-.13 1.495a3 3 0 0 1-2 2c-.43.13-.923.13-1.494.13L20.75 23h-.126c-.571 0-1.064.001-1.495-.13a3 3 0 0 1-2-2c-.13-.43-.13-.923-.13-1.494L17 19.25V18h-6v1.376c0 .571.001 1.064-.13 1.495a3 3 0 0 1-2 2c-.43.13-.923.13-1.494.13L7.25 23h-.126c-.571 0-1.065.001-1.495-.13a3 3 0 0 1-2-2c-.13-.43-.13-.923-.13-1.494l.001-.126V19h-.136c-.39 0-.74 0-1.03-.024a2.535 2.535 0 0 1-.969-.248 2.5 2.5 0 0 1-1.093-1.093 2.538 2.538 0 0 1-.248-.968C0 16.375 0 16.025 0 15.637v-3.273c0-.39 0-.74.024-1.03.025-.313.083-.644.248-.969a2.5 2.5 0 0 1 1.093-1.093c.325-.165.656-.223.968-.248C2.625 9 2.975 9 3.363 9H3.5v-.376c0-.571-.001-1.065.13-1.495a3 3 0 0 1 2-2C6.06 5 6.552 5 7.123 5ZM5.5 19.25c0 .77.01.934.043 1.04a1 1 0 0 0 .667.667c.106.032.27.043 1.04.043s.934-.01 1.04-.043a1 1 0 0 0 .667-.667c.032-.106.043-.27.043-1.04V8.75c0-.77-.01-.934-.043-1.04a1 1 0 0 0-.667-.667C8.184 7.011 8.02 7 7.25 7s-.934.01-1.04.043a1 1 0 0 0-.667.667c-.032.106-.043.27-.043 1.04v10.5ZM3.5 11h-.1c-.437 0-.704 0-.904.017a1.29 1.29 0 0 0-.215.034.5.5 0 0 0-.226.222l-.004.008a1.281 1.281 0 0 0-.034.215c-.016.2-.017.468-.017.904v3.2c0 .437 0 .704.017.904a1.281 1.281 0 0 0 .034.215.5.5 0 0 0 .23.23 1.29 1.29 0 0 0 .215.034c.2.016.467.017.904.017h.1v-6Zm7.5 5h6v-4h-6v4Zm8 3.25c0 .77.01.934.043 1.04a1 1 0 0 0 .667.667c.106.032.27.043 1.04.043s.934-.01 1.04-.043a1 1 0 0 0 .667-.667c.032-.106.043-.27.043-1.04V8.75c0-.77-.01-.934-.043-1.04a1 1 0 0 0-.667-.667C21.684 7.011 21.52 7 20.75 7s-.934.01-1.04.043a1 1 0 0 0-.667.667c-.032.106-.043.27-.043 1.04v10.5ZM24.5 17h.1c.436 0 .704 0 .904-.017a1.29 1.29 0 0 0 .215-.034.5.5 0 0 0 .226-.222l.004-.008a1.29 1.29 0 0 0 .034-.215c.016-.2.017-.468.017-.904v-3.2c0-.437 0-.704-.017-.904a1.29 1.29 0 0 0-.034-.215l-.003-.006v-.002a.5.5 0 0 0-.219-.218l-.008-.004a1.29 1.29 0 0 0-.215-.034A12.83 12.83 0 0 0 24.6 11h-.1v6Z" clip-rule="evenodd"/></g><defs><clipPath id="a"><path d="M0 0h28v28H0z"/></clipPath></defs></svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28">
2
+ <rect width="28" height="28" fill="url(#a)" rx="14"/>
3
+ <path fill="#fff" d="m16.527 11.293 3.345.328c1.165.114 1.521 1.278.623 2.042l-2.62 2.227.973 3.629c.32 1.191-.672 1.913-1.664 1.196l-3.183-2.3-3.182 2.3c-.988.714-1.983-.005-1.664-1.196l.973-3.628-2.62-2.228c-.902-.767-.547-1.927.622-2.042l3.345-.328 1.474-3.477c.462-1.088 1.644-1.088 2.105 0l1.473 3.477Z"/>
4
+ <defs>
5
+ <linearGradient id="a" x1="0" x2="28.733" y1="0" y2=".773" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#70B2FF"/>
7
+ <stop offset="1" stop-color="#5C9CE6"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>