@vkontakte/icons 3.62.0 → 3.63.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,6 +486,7 @@ 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";
package/dist/index.js CHANGED
@@ -486,6 +486,7 @@ 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";
@@ -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
+ };
@@ -486,6 +486,7 @@ 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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "3.62.0",
3
+ "version": "3.63.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": {
@@ -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>