@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.
@@ -0,0 +1,13 @@
1
+ "use-client";
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Icon16PhoneOutline", {
7
+ enumerable: true,
8
+ get: function() {
9
+ return Icon16PhoneOutline;
10
+ }
11
+ });
12
+ var _iconssprite = require("@vkontakte/icons-sprite");
13
+ var Icon16PhoneOutline = (0, _iconssprite.makeIcon)("Icon16PhoneOutline", "phone_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="phone_outline_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" /></symbol>', 16, 16, false, undefined);
@@ -0,0 +1,3 @@
1
+ "use-client";
2
+ import { makeIcon } from "@vkontakte/icons-sprite";
3
+ export var Icon16PhoneOutline = makeIcon("Icon16PhoneOutline", "phone_outline_16", "0 0 16 16", '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="phone_outline_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" /></symbol>', 16, 16, false, undefined);
package/dist/es6/index.js CHANGED
@@ -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";