@vkontakte/icons 3.45.0 → 3.46.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
@@ -164,6 +164,7 @@ export { Icon16ArchiveOutline } from "./16/archive_outline_16.js";
164
164
  export { Icon16Arrow2SquarepathOutline } from "./16/arrow_2_squarepath_outline_16.js";
165
165
  export { Icon16ArrowbranchOutline } from "./16/arrowbranch_outline_16.js";
166
166
  export { Icon16ArrowDownCircle } from "./16/arrow_down_circle_16.js";
167
+ export { Icon16ArrowDownCircleSmall } from "./16/arrow_down_circle_small_16.js";
167
168
  export { Icon16ArrowDownOutline } from "./16/arrow_down_outline_16.js";
168
169
  export { Icon16ArrowLeftOutline } from "./16/arrow_left_outline_16.js";
169
170
  export { Icon16ArrowRightCircle } from "./16/arrow_right_circle_16.js";
@@ -2064,8 +2065,10 @@ export { Icon28ArchiveCheckOutline } from "./28/archive_check_outline_28.js";
2064
2065
  export { Icon28ArchiveCircleFillGray } from "./28/archive_circle_fill_gray_28.js";
2065
2066
  export { Icon28ArchiveOutline } from "./28/archive_outline_28.js";
2066
2067
  export { Icon28ArmchairOutline } from "./28/armchair_outline_28.js";
2068
+ export { Icon28ArrowDownCircleOutline } from "./28/arrow_down_circle_outline_28.js";
2067
2069
  export { Icon28ArrowDownOutline } from "./28/arrow_down_outline_28.js";
2068
2070
  export { Icon28ArrowDownToSquareOutline } from "./28/arrow_down_to_square_outline_28.js";
2071
+ export { Icon28ArrowLeftCircleOutline } from "./28/arrow_left_circle_outline_28.js";
2069
2072
  export { Icon28ArrowLeftOutline } from "./28/arrow_left_outline_28.js";
2070
2073
  export { Icon28ArrowPopDownOutline } from "./28/arrow_pop_down_outline_28.js";
2071
2074
  export { Icon28ArrowPopUpOutline } from "./28/arrow_pop_up_outline_28.js";
package/dist/index.js CHANGED
@@ -164,6 +164,7 @@ export { Icon16ArchiveOutline } from "./16/archive_outline_16.js";
164
164
  export { Icon16Arrow2SquarepathOutline } from "./16/arrow_2_squarepath_outline_16.js";
165
165
  export { Icon16ArrowbranchOutline } from "./16/arrowbranch_outline_16.js";
166
166
  export { Icon16ArrowDownCircle } from "./16/arrow_down_circle_16.js";
167
+ export { Icon16ArrowDownCircleSmall } from "./16/arrow_down_circle_small_16.js";
167
168
  export { Icon16ArrowDownOutline } from "./16/arrow_down_outline_16.js";
168
169
  export { Icon16ArrowLeftOutline } from "./16/arrow_left_outline_16.js";
169
170
  export { Icon16ArrowRightCircle } from "./16/arrow_right_circle_16.js";
@@ -2064,8 +2065,10 @@ export { Icon28ArchiveCheckOutline } from "./28/archive_check_outline_28.js";
2064
2065
  export { Icon28ArchiveCircleFillGray } from "./28/archive_circle_fill_gray_28.js";
2065
2066
  export { Icon28ArchiveOutline } from "./28/archive_outline_28.js";
2066
2067
  export { Icon28ArmchairOutline } from "./28/armchair_outline_28.js";
2068
+ export { Icon28ArrowDownCircleOutline } from "./28/arrow_down_circle_outline_28.js";
2067
2069
  export { Icon28ArrowDownOutline } from "./28/arrow_down_outline_28.js";
2068
2070
  export { Icon28ArrowDownToSquareOutline } from "./28/arrow_down_to_square_outline_28.js";
2071
+ export { Icon28ArrowLeftCircleOutline } from "./28/arrow_left_circle_outline_28.js";
2069
2072
  export { Icon28ArrowLeftOutline } from "./28/arrow_left_outline_28.js";
2070
2073
  export { Icon28ArrowPopDownOutline } from "./28/arrow_pop_down_outline_28.js";
2071
2074
  export { Icon28ArrowPopUpOutline } from "./28/arrow_pop_up_outline_28.js";
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16ArrowDownCircleSmallProps = SvgIconProps;
4
+ export declare const Icon16ArrowDownCircleSmall: React.FC<Icon16ArrowDownCircleSmallProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28ArrowDownCircleOutlineProps = SvgIconProps;
4
+ export declare const Icon28ArrowDownCircleOutline: React.FC<Icon28ArrowDownCircleOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28ArrowLeftCircleOutlineProps = SvgIconProps;
4
+ export declare const Icon28ArrowLeftCircleOutline: React.FC<Icon28ArrowLeftCircleOutlineProps> & {
5
+ };
@@ -164,6 +164,7 @@ export { Icon16ArchiveOutline } from "./16/archive_outline_16.js";
164
164
  export { Icon16Arrow2SquarepathOutline } from "./16/arrow_2_squarepath_outline_16.js";
165
165
  export { Icon16ArrowbranchOutline } from "./16/arrowbranch_outline_16.js";
166
166
  export { Icon16ArrowDownCircle } from "./16/arrow_down_circle_16.js";
167
+ export { Icon16ArrowDownCircleSmall } from "./16/arrow_down_circle_small_16.js";
167
168
  export { Icon16ArrowDownOutline } from "./16/arrow_down_outline_16.js";
168
169
  export { Icon16ArrowLeftOutline } from "./16/arrow_left_outline_16.js";
169
170
  export { Icon16ArrowRightCircle } from "./16/arrow_right_circle_16.js";
@@ -2064,8 +2065,10 @@ export { Icon28ArchiveCheckOutline } from "./28/archive_check_outline_28.js";
2064
2065
  export { Icon28ArchiveCircleFillGray } from "./28/archive_circle_fill_gray_28.js";
2065
2066
  export { Icon28ArchiveOutline } from "./28/archive_outline_28.js";
2066
2067
  export { Icon28ArmchairOutline } from "./28/armchair_outline_28.js";
2068
+ export { Icon28ArrowDownCircleOutline } from "./28/arrow_down_circle_outline_28.js";
2067
2069
  export { Icon28ArrowDownOutline } from "./28/arrow_down_outline_28.js";
2068
2070
  export { Icon28ArrowDownToSquareOutline } from "./28/arrow_down_to_square_outline_28.js";
2071
+ export { Icon28ArrowLeftCircleOutline } from "./28/arrow_left_circle_outline_28.js";
2069
2072
  export { Icon28ArrowLeftOutline } from "./28/arrow_left_outline_28.js";
2070
2073
  export { Icon28ArrowPopDownOutline } from "./28/arrow_pop_down_outline_28.js";
2071
2074
  export { Icon28ArrowPopUpOutline } from "./28/arrow_pop_up_outline_28.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "3.45.0",
3
+ "version": "3.46.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": {
@@ -36,22 +36,22 @@
36
36
  "ios >= 9"
37
37
  ],
38
38
  "dependencies": {
39
- "@swc/helpers": "^0.5.18",
40
- "@vkontakte/icons-sprite": "^3.2.0"
39
+ "@swc/helpers": "^0.5.19",
40
+ "@vkontakte/icons-sprite": "^3.2.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@rspack/cli": "^1.7.6",
44
- "@rspack/core": "^1.7.6",
45
- "@size-limit/file": "^12.0.0",
46
- "@size-limit/webpack": "^12.0.0",
43
+ "@rspack/cli": "^1.7.10",
44
+ "@rspack/core": "^1.7.10",
45
+ "@size-limit/file": "^12.0.1",
46
+ "@size-limit/webpack": "^12.0.1",
47
47
  "@swc/cli": "^0.8.0",
48
- "@swc/core": "^1.15.18",
48
+ "@swc/core": "^1.15.21",
49
49
  "@types/react": "^19.0.1",
50
50
  "@vkontakte/icons-scripts": "^5.2.0",
51
51
  "react": "^19.0.0",
52
52
  "react-color": "^2.18.0",
53
53
  "react-dom": "^19.0.0",
54
- "size-limit": "^12.0.0",
54
+ "size-limit": "^12.0.1",
55
55
  "typescript": "^5.9.3"
56
56
  },
57
57
  "peerDependencies": {
@@ -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="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1m0 2.75a.75.75 0 0 0-.75.75v5.19L5.53 7.97a.75.75 0 1 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06L8.75 9.69V4.5A.75.75 0 0 0 8 3.75"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" d="M7.7612 3.0982c.086.0785.1658.1569.2392.2336a4.9284 4.9284 0 0 1 .2395-.2338C8.8219 2.5676 9.734 2 10.9605 2 13.2078 2 15 3.8598 15 6.117c0 1.1223-.2208 1.9763-.906 2.9127-.6781.9267-1.8086 1.93-3.6073 3.3619l-1.6541 1.3168a1.3343 1.3343 0 0 1-1.6652 0l-1.654-1.3168C3.7145 10.9597 2.584 9.9564 1.906 9.0296 1.2208 8.0934 1 7.2393 1 6.117 1 3.8598 2.7922 2 5.0395 2c1.2274 0 2.1396.5674 2.7217 1.0982Z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path d="M7.761 3.348q.129.119.24.234.11-.116.239-.234c.582-.53 1.494-1.098 2.72-1.098 2.248 0 4.04 1.86 4.04 4.117 0 1.122-.22 1.976-.906 2.913-.678.926-1.809 1.93-3.607 3.362l-1.654 1.316a1.334 1.334 0 0 1-1.666 0l-1.654-1.316C3.715 11.21 2.584 10.206 1.906 9.28 1.221 8.343 1 7.49 1 6.367 1 4.11 2.792 2.25 5.04 2.25c1.227 0 2.14.567 2.721 1.098"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M5.0395 3.5C3.6533 3.5 2.5 4.655 2.5 6.117c0 .8585.1494 1.3885.6165 2.0268.5428.7418 1.5177 1.6306 3.331 3.0743L8 12.4539l1.5524-1.2358c1.8135-1.4437 2.7883-2.3325 3.3311-3.0743.4671-.6383.6165-1.1683.6165-2.0269C13.5 4.6551 12.3467 3.5 10.9605 3.5c-.7341 0-1.3022.3348-1.7103.7067-.2266.2066-.4408.4487-.596.7149a.75.75 0 0 1-1.3087-.0007c-.1549-.266-.3687-.508-.595-.7144C6.3429 3.835 5.7749 3.5 5.0395 3.5Zm2.9609-.1682a4.9161 4.9161 0 0 0-.2392-.2336C7.1792 2.5674 6.2669 2 5.0395 2 2.7922 2 1 3.8598 1 6.117c0 1.1223.2208 1.9763.906 2.9127.6781.9267 1.8086 1.93 3.6073 3.3619l1.6541 1.3168a1.3343 1.3343 0 0 0 1.6652 0l1.6541-1.3168c1.7987-1.4319 2.9292-2.4352 3.6073-3.362.6852-.9363.906-1.7904.906-2.9127C15 3.8598 13.2078 2 10.9605 2c-1.2264 0-2.1386.5676-2.7206 1.098a4.9284 4.9284 0 0 0-.2395.2338Z" clip-rule="evenodd"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M5.04 3.75c-1.387 0-2.54 1.155-2.54 2.617 0 .858.15 1.388.617 2.027.542.742 1.517 1.63 3.33 3.074L8 12.704l1.552-1.236c1.814-1.444 2.789-2.332 3.332-3.074.467-.639.616-1.169.616-2.027 0-1.462-1.153-2.617-2.54-2.617-.734 0-1.302.335-1.71.707-.226.206-.44.448-.596.715a.75.75 0 0 1-1.309-.001 3.1 3.1 0 0 0-.595-.714c-.407-.372-.975-.707-1.71-.707M8 3.582a5 5 0 0 0-.239-.234C7.18 2.818 6.267 2.25 5.04 2.25 2.792 2.25 1 4.11 1 6.367c0 1.122.22 1.976.906 2.913.678.926 1.809 1.93 3.607 3.362l1.654 1.316a1.334 1.334 0 0 0 1.666 0l1.654-1.316c1.798-1.432 2.929-2.436 3.607-3.362.685-.937.906-1.79.906-2.913 0-2.257-1.792-4.117-4.04-4.117-1.226 0-2.138.568-2.72 1.098a5 5 0 0 0-.24.234" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="currentColor"><path d="M14 8a1 1 0 0 1 1 1v7.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414L13 16.586V9a1 1 0 0 1 1-1"/><path fill-rule="evenodd" d="M14 2c6.627 0 12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14 7.373 2 14 2m10 12c0-5.523-4.477-10-10-10S4 8.477 4 14s4.477 10 10 10 10-4.477 10-10" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="currentColor"><path d="M20 14a1 1 0 0 1-1 1h-7.586l2.293 2.293a1 1 0 0 1-1.414 1.414l-4-4a1 1 0 0 1 0-1.414l4-4a1 1 0 1 1 1.414 1.414L11.414 13H19a1 1 0 0 1 1 1"/><path fill-rule="evenodd" d="M26 14c0 6.627-5.373 12-12 12S2 20.627 2 14 7.373 2 14 2s12 5.373 12 12M14 24c5.523 0 10-4.477 10-10S19.523 4 14 4 4 8.477 4 14s4.477 10 10 10" clip-rule="evenodd"/></svg>