@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.
@@ -24,7 +24,7 @@ export const Icon16RoubleCircleFillBlue = (props)=>{
24
24
  stroke: "#fff",
25
25
  strokeLinecap: "round",
26
26
  strokeWidth: "1.5",
27
- d: "M6 12.627V3.805c0-.03.025-.055.055-.055h3.07A2.375 2.375 0 0 1 11.5 6.125v0A2.375 2.375 0 0 1 9.125 8.5H5m0 2.75h3.5"
27
+ d: "M6 12.627V3.805c0-.03.025-.055.055-.055h3.07A2.375 2.375 0 0 1 11.5 6.125 2.375 2.375 0 0 1 9.125 8.5H5m0 2.75h3.5"
28
28
  }),
29
29
  /*#__PURE__*/ _jsx("path", {
30
30
  fill: "#fff",
@@ -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,18 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon16ShareExternalOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "share_external_outline_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ 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"
16
+ })
17
+ });
18
+ };
@@ -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,20 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon16Smartphone = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 16 16",
7
+ width: 16,
8
+ height: 16,
9
+ vkuiIconId: "smartphone_16",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ fillRule: "evenodd",
16
+ 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",
17
+ clipRule: "evenodd"
18
+ })
19
+ });
20
+ };
@@ -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
+ };
@@ -0,0 +1,18 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ import { SvgIconRootV2 } from "@vkontakte/icons-sprite";
4
+ export const Icon20RobotOutline = (props)=>{
5
+ return /*#__PURE__*/ _jsx(SvgIconRootV2, {
6
+ viewBox: "0 0 20 20",
7
+ width: 20,
8
+ height: 20,
9
+ vkuiIconId: "robot_outline_20",
10
+ vkuiAttrs: {
11
+ "fill": "currentColor"
12
+ },
13
+ vkuiProps: props,
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ 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"
16
+ })
17
+ });
18
+ };