@vkontakte/icons 2.82.0 → 2.83.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
@@ -1029,6 +1029,9 @@ _export(exports, {
1029
1029
  Icon16PhoneOutgoing: function() {
1030
1030
  return _phone_outgoing_16.Icon16PhoneOutgoing;
1031
1031
  },
1032
+ Icon16PhoneOutline: function() {
1033
+ return _phone_outline_16.Icon16PhoneOutline;
1034
+ },
1032
1035
  Icon16Picture: function() {
1033
1036
  return _picture_16.Icon16Picture;
1034
1037
  },
@@ -8898,6 +8901,7 @@ var _pen_outline_16 = require("./16/pen_outline_16");
8898
8901
  var _phone_16 = require("./16/phone_16");
8899
8902
  var _phone_circle_16 = require("./16/phone_circle_16");
8900
8903
  var _phone_outgoing_16 = require("./16/phone_outgoing_16");
8904
+ var _phone_outline_16 = require("./16/phone_outline_16");
8901
8905
  var _picture_16 = require("./16/picture_16");
8902
8906
  var _picture_outline_16 = require("./16/picture_outline_16");
8903
8907
  var _pin_16 = require("./16/pin_16");
@@ -0,0 +1,11 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon16PhoneOutlineProps 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 Icon16PhoneOutline: import("react").FC<Icon16PhoneOutlineProps>;
@@ -339,6 +339,7 @@ export { Icon16PenOutline } from './16/pen_outline_16';
339
339
  export { Icon16Phone } from './16/phone_16';
340
340
  export { Icon16PhoneCircle } from './16/phone_circle_16';
341
341
  export { Icon16PhoneOutgoing } from './16/phone_outgoing_16';
342
+ export { Icon16PhoneOutline } from './16/phone_outline_16';
342
343
  export { Icon16Picture } from './16/picture_16';
343
344
  export { Icon16PictureOutline } from './16/picture_outline_16';
344
345
  export { Icon16Pin } from './16/pin_16';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "2.82.0",
3
+ "version": "2.83.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": "^11.0.0",
35
35
  "@size-limit/webpack": "^11.0.0",
36
36
  "@swc/cli": "^0.1.63",
37
- "@swc/core": "^1.3.96",
37
+ "@swc/core": "^1.3.99",
38
38
  "@types/react": "16.14.34",
39
39
  "@vkontakte/icons-scripts": "4.0.0",
40
40
  "css-loader": "^6.7.3",
@@ -47,7 +47,7 @@
47
47
  "size-limit": "^11.0.0",
48
48
  "style-loader": "^3.3.1",
49
49
  "swc-loader": "0.2.3",
50
- "typescript": "^5.2.2",
50
+ "typescript": "^5.3.2",
51
51
  "webpack": "^5.89.0"
52
52
  },
53
53
  "peerDependencies": {
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="m9.21 9.862-.42.42a.407.407 0 0 1-.428.094c-.417-.153-.939-.543-1.565-1.17C6.17 8.582 5.78 8.06 5.628 7.642a.407.407 0 0 1 .094-.428l.42-.42c.773-.774.844-1.992.162-2.801l-.492-.586c-.562-.668-1.574-.736-2.262-.15a1.897 1.897 0 0 0-.647 1.254c-.252 1.87.65 3.832 2.703 5.887 2.055 2.055 4.016 2.957 5.886 2.705a1.896 1.896 0 0 0 1.254-.648c.585-.687.517-1.7-.15-2.263l-.586-.493c-.81-.68-2.027-.61-2.8.164ZM7.604 8.4c.299.299.56.526.77.68 1.214-1.213 3.101-1.323 4.371-.255l.585.493c1.16.976 1.275 2.715.28 3.884a3.008 3.008 0 0 1-1.967 1.033c-2.274.307-4.562-.745-6.845-3.029-2.284-2.284-3.335-4.573-3.034-6.797A3.005 3.005 0 0 1 2.81 2.384c1.164-.99 2.901-.873 3.876.287l.492.584c1.07 1.269.96 3.158-.229 4.347.13.236.356.497.656.797Z"/></svg>