@vkontakte/icons 3.63.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
@@ -493,6 +493,7 @@ export { Icon16ShoppingCartOutline } from "./16/shopping_cart_outline_16.js";
493
493
  export { Icon16ShuffleOutline } from "./16/shuffle_outline_16.js";
494
494
  export { Icon16SkipForward } from "./16/skip_forward_16.js";
495
495
  export { Icon16SlidersOutline } from "./16/sliders_outline_16.js";
496
+ export { Icon16Smartphone } from "./16/smartphone_16.js";
496
497
  export { Icon16SmartphoneOutline } from "./16/smartphone_outline_16.js";
497
498
  export { Icon16Smile } from "./16/smile_16.js";
498
499
  export { Icon16SmileAddOutline } from "./16/smile_add_outline_16.js";
@@ -1104,6 +1105,7 @@ export { Icon20ReplyCircleFillGreen } from "./20/reply_circle_fill_green_20.js";
1104
1105
  export { Icon20ReplyOutline } from "./20/reply_outline_20.js";
1105
1106
  export { Icon20ReportOutline } from "./20/report_outline_20.js";
1106
1107
  export { Icon20RepostCircleFillGreen } from "./20/repost_circle_fill_green_20.js";
1108
+ export { Icon20RobotOutline } from "./20/robot_outline_20.js";
1107
1109
  export { Icon20RotateLeft } from "./20/rotate_left_20.js";
1108
1110
  export { Icon20RotateRight } from "./20/rotate_right_20.js";
1109
1111
  export { Icon20RoubleCircleFillBlue } from "./20/rouble_circle_fill_blue_20.js";
package/dist/index.js CHANGED
@@ -493,6 +493,7 @@ export { Icon16ShoppingCartOutline } from "./16/shopping_cart_outline_16.js";
493
493
  export { Icon16ShuffleOutline } from "./16/shuffle_outline_16.js";
494
494
  export { Icon16SkipForward } from "./16/skip_forward_16.js";
495
495
  export { Icon16SlidersOutline } from "./16/sliders_outline_16.js";
496
+ export { Icon16Smartphone } from "./16/smartphone_16.js";
496
497
  export { Icon16SmartphoneOutline } from "./16/smartphone_outline_16.js";
497
498
  export { Icon16Smile } from "./16/smile_16.js";
498
499
  export { Icon16SmileAddOutline } from "./16/smile_add_outline_16.js";
@@ -1104,6 +1105,7 @@ export { Icon20ReplyCircleFillGreen } from "./20/reply_circle_fill_green_20.js";
1104
1105
  export { Icon20ReplyOutline } from "./20/reply_outline_20.js";
1105
1106
  export { Icon20ReportOutline } from "./20/report_outline_20.js";
1106
1107
  export { Icon20RepostCircleFillGreen } from "./20/repost_circle_fill_green_20.js";
1108
+ export { Icon20RobotOutline } from "./20/robot_outline_20.js";
1107
1109
  export { Icon20RotateLeft } from "./20/rotate_left_20.js";
1108
1110
  export { Icon20RotateRight } from "./20/rotate_right_20.js";
1109
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 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
+ };
@@ -493,6 +493,7 @@ export { Icon16ShoppingCartOutline } from "./16/shopping_cart_outline_16.js";
493
493
  export { Icon16ShuffleOutline } from "./16/shuffle_outline_16.js";
494
494
  export { Icon16SkipForward } from "./16/skip_forward_16.js";
495
495
  export { Icon16SlidersOutline } from "./16/sliders_outline_16.js";
496
+ export { Icon16Smartphone } from "./16/smartphone_16.js";
496
497
  export { Icon16SmartphoneOutline } from "./16/smartphone_outline_16.js";
497
498
  export { Icon16Smile } from "./16/smile_16.js";
498
499
  export { Icon16SmileAddOutline } from "./16/smile_add_outline_16.js";
@@ -1104,6 +1105,7 @@ export { Icon20ReplyCircleFillGreen } from "./20/reply_circle_fill_green_20.js";
1104
1105
  export { Icon20ReplyOutline } from "./20/reply_outline_20.js";
1105
1106
  export { Icon20ReportOutline } from "./20/report_outline_20.js";
1106
1107
  export { Icon20RepostCircleFillGreen } from "./20/repost_circle_fill_green_20.js";
1108
+ export { Icon20RobotOutline } from "./20/robot_outline_20.js";
1107
1109
  export { Icon20RotateLeft } from "./20/rotate_left_20.js";
1108
1110
  export { Icon20RotateRight } from "./20/rotate_right_20.js";
1109
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.63.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 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>