@vkontakte/icons 3.62.0 → 3.64.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.d.ts CHANGED
@@ -486,12 +486,14 @@ export { Icon16SearchStarsOutline } from "./16/search_stars_outline_16.js";
486
486
  export { Icon16Services } from "./16/services_16.js";
487
487
  export { Icon16ServicesOutline } from "./16/services_outline_16.js";
488
488
  export { Icon16Share } from "./16/share_16.js";
489
+ export { Icon16ShareExternalOutline } from "./16/share_external_outline_16.js";
489
490
  export { Icon16ShareOutline } from "./16/share_outline_16.js";
490
491
  export { Icon16ShoppingCartAddOutline } from "./16/shopping_cart_add_outline_16.js";
491
492
  export { Icon16ShoppingCartOutline } from "./16/shopping_cart_outline_16.js";
492
493
  export { Icon16ShuffleOutline } from "./16/shuffle_outline_16.js";
493
494
  export { Icon16SkipForward } from "./16/skip_forward_16.js";
494
495
  export { Icon16SlidersOutline } from "./16/sliders_outline_16.js";
496
+ export { Icon16Smartphone } from "./16/smartphone_16.js";
495
497
  export { Icon16SmartphoneOutline } from "./16/smartphone_outline_16.js";
496
498
  export { Icon16Smile } from "./16/smile_16.js";
497
499
  export { Icon16SmileAddOutline } from "./16/smile_add_outline_16.js";
@@ -1103,6 +1105,7 @@ export { Icon20ReplyCircleFillGreen } from "./20/reply_circle_fill_green_20.js";
1103
1105
  export { Icon20ReplyOutline } from "./20/reply_outline_20.js";
1104
1106
  export { Icon20ReportOutline } from "./20/report_outline_20.js";
1105
1107
  export { Icon20RepostCircleFillGreen } from "./20/repost_circle_fill_green_20.js";
1108
+ export { Icon20RobotOutline } from "./20/robot_outline_20.js";
1106
1109
  export { Icon20RotateLeft } from "./20/rotate_left_20.js";
1107
1110
  export { Icon20RotateRight } from "./20/rotate_right_20.js";
1108
1111
  export { Icon20RoubleCircleFillBlue } from "./20/rouble_circle_fill_blue_20.js";
package/dist/index.js CHANGED
@@ -486,12 +486,14 @@ export { Icon16SearchStarsOutline } from "./16/search_stars_outline_16.js";
486
486
  export { Icon16Services } from "./16/services_16.js";
487
487
  export { Icon16ServicesOutline } from "./16/services_outline_16.js";
488
488
  export { Icon16Share } from "./16/share_16.js";
489
+ export { Icon16ShareExternalOutline } from "./16/share_external_outline_16.js";
489
490
  export { Icon16ShareOutline } from "./16/share_outline_16.js";
490
491
  export { Icon16ShoppingCartAddOutline } from "./16/shopping_cart_add_outline_16.js";
491
492
  export { Icon16ShoppingCartOutline } from "./16/shopping_cart_outline_16.js";
492
493
  export { Icon16ShuffleOutline } from "./16/shuffle_outline_16.js";
493
494
  export { Icon16SkipForward } from "./16/skip_forward_16.js";
494
495
  export { Icon16SlidersOutline } from "./16/sliders_outline_16.js";
496
+ export { Icon16Smartphone } from "./16/smartphone_16.js";
495
497
  export { Icon16SmartphoneOutline } from "./16/smartphone_outline_16.js";
496
498
  export { Icon16Smile } from "./16/smile_16.js";
497
499
  export { Icon16SmileAddOutline } from "./16/smile_add_outline_16.js";
@@ -1103,6 +1105,7 @@ export { Icon20ReplyCircleFillGreen } from "./20/reply_circle_fill_green_20.js";
1103
1105
  export { Icon20ReplyOutline } from "./20/reply_outline_20.js";
1104
1106
  export { Icon20ReportOutline } from "./20/report_outline_20.js";
1105
1107
  export { Icon20RepostCircleFillGreen } from "./20/repost_circle_fill_green_20.js";
1108
+ export { Icon20RobotOutline } from "./20/robot_outline_20.js";
1106
1109
  export { Icon20RotateLeft } from "./20/rotate_left_20.js";
1107
1110
  export { Icon20RotateRight } from "./20/rotate_right_20.js";
1108
1111
  export { Icon20RoubleCircleFillBlue } from "./20/rouble_circle_fill_blue_20.js";
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16ShareExternalOutlineProps = SvgIconProps;
4
+ export declare const Icon16ShareExternalOutline: React.FC<Icon16ShareExternalOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16SmartphoneProps = SvgIconProps;
4
+ export declare const Icon16Smartphone: React.FC<Icon16SmartphoneProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20RobotOutlineProps = SvgIconProps;
4
+ export declare const Icon20RobotOutline: React.FC<Icon20RobotOutlineProps> & {
5
+ };
@@ -486,12 +486,14 @@ export { Icon16SearchStarsOutline } from "./16/search_stars_outline_16.js";
486
486
  export { Icon16Services } from "./16/services_16.js";
487
487
  export { Icon16ServicesOutline } from "./16/services_outline_16.js";
488
488
  export { Icon16Share } from "./16/share_16.js";
489
+ export { Icon16ShareExternalOutline } from "./16/share_external_outline_16.js";
489
490
  export { Icon16ShareOutline } from "./16/share_outline_16.js";
490
491
  export { Icon16ShoppingCartAddOutline } from "./16/shopping_cart_add_outline_16.js";
491
492
  export { Icon16ShoppingCartOutline } from "./16/shopping_cart_outline_16.js";
492
493
  export { Icon16ShuffleOutline } from "./16/shuffle_outline_16.js";
493
494
  export { Icon16SkipForward } from "./16/skip_forward_16.js";
494
495
  export { Icon16SlidersOutline } from "./16/sliders_outline_16.js";
496
+ export { Icon16Smartphone } from "./16/smartphone_16.js";
495
497
  export { Icon16SmartphoneOutline } from "./16/smartphone_outline_16.js";
496
498
  export { Icon16Smile } from "./16/smile_16.js";
497
499
  export { Icon16SmileAddOutline } from "./16/smile_add_outline_16.js";
@@ -1103,6 +1105,7 @@ export { Icon20ReplyCircleFillGreen } from "./20/reply_circle_fill_green_20.js";
1103
1105
  export { Icon20ReplyOutline } from "./20/reply_outline_20.js";
1104
1106
  export { Icon20ReportOutline } from "./20/report_outline_20.js";
1105
1107
  export { Icon20RepostCircleFillGreen } from "./20/repost_circle_fill_green_20.js";
1108
+ export { Icon20RobotOutline } from "./20/robot_outline_20.js";
1106
1109
  export { Icon20RotateLeft } from "./20/rotate_left_20.js";
1107
1110
  export { Icon20RotateRight } from "./20/rotate_right_20.js";
1108
1111
  export { Icon20RoubleCircleFillBlue } from "./20/rouble_circle_fill_blue_20.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "3.62.0",
3
+ "version": "3.64.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": {
@@ -40,8 +40,8 @@
40
40
  "@vkontakte/icons-sprite": "^3.2.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@rspack/cli": "^2.1.2",
44
- "@rspack/core": "^2.1.2",
43
+ "@rspack/cli": "^2.1.4",
44
+ "@rspack/core": "^2.1.4",
45
45
  "@size-limit/file": "^12.1.0",
46
46
  "@size-limit/webpack": "^12.1.0",
47
47
  "@swc/cli": "^0.8.1",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path d="M10 5.996c.659 0 1.138-.007 1.55.106a2.99 2.99 0 0 1 2.095 2.095c.085.309.103.656.106 1.088v1.377c0 .615 0 1.121-.033 1.532-.034.42-.108.806-.293 1.17a3 3 0 0 1-1.307 1.306c-.363.185-.749.259-1.169.293-.41.034-.917.033-1.532.033H6.585c-.615 0-1.121 0-1.532-.033-.42-.034-.806-.108-1.17-.293a3 3 0 0 1-1.306-1.307c-.185-.363-.259-.749-.293-1.169-.033-.41-.033-.917-.033-1.532v-.918c0-.656-.006-1.134.105-1.544a2.99 2.99 0 0 1 2.1-2.098c.41-.112.887-.106 1.543-.106v1.5c-.754 0-.982.007-1.15.053a1.49 1.49 0 0 0-1.045 1.046c-.046.168-.053.395-.053 1.15v.917c0 .64 0 1.074.028 1.41.027.327.075.494.134.61.143.28.371.51.651.652.117.06.284.107.61.134.337.027.771.028 1.411.028h2.832c.64 0 1.074 0 1.41-.028.327-.027.494-.075.61-.134.28-.143.509-.371.652-.651.06-.117.107-.284.134-.61.027-.337.028-.771.028-1.41v-.916c0-.757-.007-.986-.053-1.154a1.49 1.49 0 0 0-1.044-1.044c-.168-.046-.397-.053-1.154-.053zm-1.999-5c.2 0 .39.08.531.22l2.245 2.255a.75.75 0 0 1-1.062 1.058l-.965-.967v6.687a.75.75 0 0 1-1.5 0V3.562l-.964.967a.75.75 0 0 1-1.062-1.058L7.47 1.217A.75.75 0 0 1 8 .997"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M8.001 1c1.4 0 2.099 0 2.65.228a3 3 0 0 1 1.623 1.622c.229.552.23 1.253.23 2.652v4.997c0 1.399-.001 2.098-.23 2.65a3 3 0 0 1-1.622 1.622C10.1 15 9.4 15 8.002 15c-1.4 0-2.1 0-2.651-.229a3 3 0 0 1-1.622-1.622C3.5 12.598 3.5 11.898 3.5 10.5V5.502c0-1.4 0-2.1.229-2.652A3 3 0 0 1 5.35 1.228C5.903 1 6.602 1 8 1m-.749 10.994a.75.75 0 1 0 0 1.5h1.5a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="currentColor"><path d="M10 .5a1.667 1.667 0 0 1 .75 3.152V5h.85c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C18 8.039 18 9.16 18 11.4v.2c0 2.24 0 3.36-.436 4.216l-.154.276a4 4 0 0 1-1.594 1.473l-.164.076C14.816 18 13.7 18 11.6 18H8.4l-1.484-.007c-1.192-.019-1.955-.089-2.568-.352l-.164-.076a4 4 0 0 1-1.594-1.473l-.154-.276C2 14.961 2 13.84 2 11.6v-.2c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748c.641-.327 1.432-.409 2.732-.43L8.4 5h.85V3.653A1.665 1.665 0 0 1 10 .5m-1.6 6c-1.144 0-1.914.001-2.505.05-.574.047-.849.13-1.03.222a2.5 2.5 0 0 0-1.093 1.093c-.092.181-.175.456-.222 1.03-.049.591-.05 1.36-.05 2.505v.2c0 1.145.001 1.914.05 2.505.047.574.13.849.222 1.03a2.5 2.5 0 0 0 1.093 1.092c.181.093.456.176 1.03.223.591.049 1.36.05 2.505.05h3.2c1.145 0 1.914-.002 2.505-.05.574-.047.849-.13 1.03-.223a2.5 2.5 0 0 0 1.092-1.092c.093-.181.176-.456.223-1.03.049-.591.05-1.36.05-2.505v-.2c0-1.145-.002-1.914-.05-2.505-.047-.574-.13-.849-.223-1.03a2.5 2.5 0 0 0-1.092-1.093c-.181-.092-.456-.175-1.03-.222-.591-.049-1.36-.05-2.505-.05zm2.487 6.496a.75.75 0 0 1 .863 1.227q-.11.077-.229.146a3.03 3.03 0 0 1-3.27-.146.75.75 0 0 1 .863-1.227 1.55 1.55 0 0 0 .887.28 1.53 1.53 0 0 0 .886-.28M7.083 8.724a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m5.542.516a2 2 0 0 1 1.334.51.75.75 0 0 1-1.001 1.117.5.5 0 0 0-.666 0 .75.75 0 1 1-1-1.117q.154-.137.333-.242c.295-.17.637-.268 1-.268"/></svg>