@vkontakte/icons 3.61.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/16/share_external_outline_16.d.ts +5 -0
- package/dist/16/share_external_outline_16.js +18 -0
- package/dist/24/check_outline_24.d.ts +5 -0
- package/dist/24/check_outline_24.js +20 -0
- package/dist/24/done_outline_24.d.ts +3 -1
- package/dist/24/done_outline_24.js +3 -1
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/typings/16/share_external_outline_16.d.ts +5 -0
- package/dist/typings/24/check_outline_24.d.ts +5 -0
- package/dist/typings/24/done_outline_24.d.ts +3 -1
- package/dist/typings/index.d.ts +2 -0
- package/package.json +3 -3
- package/src/svg/16/share_external_outline_16.svg +1 -0
- package/src/svg/24/check_outline_24.svg +1 -0
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";
|
|
@@ -1423,6 +1424,7 @@ export { Icon24CheckCircleFillGreen } from "./24/check_circle_fill_green_24.js";
|
|
|
1423
1424
|
export { Icon24CheckCircleOff } from "./24/check_circle_off_24.js";
|
|
1424
1425
|
export { Icon24CheckCircleOn } from "./24/check_circle_on_24.js";
|
|
1425
1426
|
export { Icon24CheckCircleOutline } from "./24/check_circle_outline_24.js";
|
|
1427
|
+
export { Icon24CheckOutline } from "./24/check_outline_24.js";
|
|
1426
1428
|
export { Icon24CheckShieldOutline } from "./24/check_shield_outline_24.js";
|
|
1427
1429
|
export { Icon24ChecksOutline } from "./24/checks_outline_24.js";
|
|
1428
1430
|
export { Icon24CheckSquareOutline } from "./24/check_square_outline_24.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";
|
|
@@ -1423,6 +1424,7 @@ export { Icon24CheckCircleFillGreen } from "./24/check_circle_fill_green_24.js";
|
|
|
1423
1424
|
export { Icon24CheckCircleOff } from "./24/check_circle_off_24.js";
|
|
1424
1425
|
export { Icon24CheckCircleOn } from "./24/check_circle_on_24.js";
|
|
1425
1426
|
export { Icon24CheckCircleOutline } from "./24/check_circle_outline_24.js";
|
|
1427
|
+
export { Icon24CheckOutline } from "./24/check_outline_24.js";
|
|
1426
1428
|
export { Icon24CheckShieldOutline } from "./24/check_shield_outline_24.js";
|
|
1427
1429
|
export { Icon24ChecksOutline } from "./24/checks_outline_24.js";
|
|
1428
1430
|
export { Icon24CheckSquareOutline } from "./24/check_square_outline_24.js";
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
3
|
export type Icon24DoneOutlineProps = SvgIconProps;
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated Иконка устарела. Замените на Icon24CheckOutline
|
|
6
|
+
*/ export declare const Icon24DoneOutline: React.FC<Icon24DoneOutlineProps> & {
|
|
5
7
|
};
|
package/dist/typings/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";
|
|
@@ -1423,6 +1424,7 @@ export { Icon24CheckCircleFillGreen } from "./24/check_circle_fill_green_24.js";
|
|
|
1423
1424
|
export { Icon24CheckCircleOff } from "./24/check_circle_off_24.js";
|
|
1424
1425
|
export { Icon24CheckCircleOn } from "./24/check_circle_on_24.js";
|
|
1425
1426
|
export { Icon24CheckCircleOutline } from "./24/check_circle_outline_24.js";
|
|
1427
|
+
export { Icon24CheckOutline } from "./24/check_outline_24.js";
|
|
1426
1428
|
export { Icon24CheckShieldOutline } from "./24/check_shield_outline_24.js";
|
|
1427
1429
|
export { Icon24ChecksOutline } from "./24/checks_outline_24.js";
|
|
1428
1430
|
export { Icon24CheckSquareOutline } from "./24/check_square_outline_24.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/icons",
|
|
3
|
-
"version": "3.
|
|
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": {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@vkontakte/icons-sprite": "^3.2.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@rspack/cli": "^2.1.
|
|
44
|
-
"@rspack/core": "^2.1.
|
|
43
|
+
"@rspack/cli": "^2.1.2",
|
|
44
|
+
"@rspack/core": "^2.1.2",
|
|
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 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>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M20.736 5.664a.9.9 0 0 1 0 1.272l-11.1 11.1a.9.9 0 0 1-1.272 0l-5.1-5.1a.9.9 0 0 1 1.272-1.272L9 16.127 19.464 5.664a.9.9 0 0 1 1.272 0" clip-rule="evenodd"/></svg>
|