@vkontakte/icons 3.1.1 → 3.2.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/message_forward_outline_16.d.ts +5 -0
- package/dist/16/message_forward_outline_16.js +38 -0
- package/dist/16/smile_add_outline_16.d.ts +5 -0
- package/dist/16/smile_add_outline_16.js +33 -0
- package/dist/20/list_insert_last_outline_20.d.ts +5 -0
- package/dist/20/list_insert_last_outline_20.js +33 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/typings/16/message_forward_outline_16.d.ts +5 -0
- package/dist/typings/16/smile_add_outline_16.d.ts +5 -0
- package/dist/typings/20/list_insert_last_outline_20.d.ts +5 -0
- package/dist/typings/index.d.ts +3 -0
- package/package.json +5 -9
- package/src/svg/16/message_forward_outline_16.svg +1 -0
- package/src/svg/16/smile_add_outline_16.svg +1 -0
- package/src/svg/20/list_insert_last_outline_20.svg +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -351,6 +351,7 @@ export { Icon16Mention } from "./16/mention_16.js";
|
|
|
351
351
|
export { Icon16MenuOutline } from "./16/menu_outline_16.js";
|
|
352
352
|
export { Icon16Message } from "./16/message_16.js";
|
|
353
353
|
export { Icon16MessageCross } from "./16/message_cross_16.js";
|
|
354
|
+
export { Icon16MessageForwardOutline } from "./16/message_forward_outline_16.js";
|
|
354
355
|
export { Icon16MessageHeart } from "./16/message_heart_16.js";
|
|
355
356
|
export { Icon16MessageOutline } from "./16/message_outline_16.js";
|
|
356
357
|
export { Icon16MessagesCircleFillGreen } from "./16/messages_circle_fill_green_16.js";
|
|
@@ -437,6 +438,7 @@ export { Icon16ShuffleOutline } from "./16/shuffle_outline_16.js";
|
|
|
437
438
|
export { Icon16SkipForward } from "./16/skip_forward_16.js";
|
|
438
439
|
export { Icon16SlidersOutline } from "./16/sliders_outline_16.js";
|
|
439
440
|
export { Icon16Smile } from "./16/smile_16.js";
|
|
441
|
+
export { Icon16SmileAddOutline } from "./16/smile_add_outline_16.js";
|
|
440
442
|
export { Icon16SmileFilled } from "./16/smile_filled_16.js";
|
|
441
443
|
export { Icon16Snowflake } from "./16/snowflake_16.js";
|
|
442
444
|
export { Icon16SortHorizontalOutline } from "./16/sort_horizontal_outline_16.js";
|
|
@@ -819,6 +821,7 @@ export { Icon20ListBulletOutline } from "./20/list_bullet_outline_20.js";
|
|
|
819
821
|
export { Icon20ListCircleFillGray } from "./20/list_circle_fill_gray_20.js";
|
|
820
822
|
export { Icon20ListDeleteOutline } from "./20/list_delete_outline_20.js";
|
|
821
823
|
export { Icon20ListInsertFirstOutline } from "./20/list_insert_first_outline_20.js";
|
|
824
|
+
export { Icon20ListInsertLastOutline } from "./20/list_insert_last_outline_20.js";
|
|
822
825
|
export { Icon20ListLetterOutline } from "./20/list_letter_outline_20.js";
|
|
823
826
|
export { Icon20ListLikeCircleFillBlue } from "./20/list_like_circle_fill_blue_20.js";
|
|
824
827
|
export { Icon20ListNumberOutline } from "./20/list_number_outline_20.js";
|
package/dist/index.js
CHANGED
|
@@ -351,6 +351,7 @@ export { Icon16Mention } from "./16/mention_16.js";
|
|
|
351
351
|
export { Icon16MenuOutline } from "./16/menu_outline_16.js";
|
|
352
352
|
export { Icon16Message } from "./16/message_16.js";
|
|
353
353
|
export { Icon16MessageCross } from "./16/message_cross_16.js";
|
|
354
|
+
export { Icon16MessageForwardOutline } from "./16/message_forward_outline_16.js";
|
|
354
355
|
export { Icon16MessageHeart } from "./16/message_heart_16.js";
|
|
355
356
|
export { Icon16MessageOutline } from "./16/message_outline_16.js";
|
|
356
357
|
export { Icon16MessagesCircleFillGreen } from "./16/messages_circle_fill_green_16.js";
|
|
@@ -437,6 +438,7 @@ export { Icon16ShuffleOutline } from "./16/shuffle_outline_16.js";
|
|
|
437
438
|
export { Icon16SkipForward } from "./16/skip_forward_16.js";
|
|
438
439
|
export { Icon16SlidersOutline } from "./16/sliders_outline_16.js";
|
|
439
440
|
export { Icon16Smile } from "./16/smile_16.js";
|
|
441
|
+
export { Icon16SmileAddOutline } from "./16/smile_add_outline_16.js";
|
|
440
442
|
export { Icon16SmileFilled } from "./16/smile_filled_16.js";
|
|
441
443
|
export { Icon16Snowflake } from "./16/snowflake_16.js";
|
|
442
444
|
export { Icon16SortHorizontalOutline } from "./16/sort_horizontal_outline_16.js";
|
|
@@ -819,6 +821,7 @@ export { Icon20ListBulletOutline } from "./20/list_bullet_outline_20.js";
|
|
|
819
821
|
export { Icon20ListCircleFillGray } from "./20/list_circle_fill_gray_20.js";
|
|
820
822
|
export { Icon20ListDeleteOutline } from "./20/list_delete_outline_20.js";
|
|
821
823
|
export { Icon20ListInsertFirstOutline } from "./20/list_insert_first_outline_20.js";
|
|
824
|
+
export { Icon20ListInsertLastOutline } from "./20/list_insert_last_outline_20.js";
|
|
822
825
|
export { Icon20ListLetterOutline } from "./20/list_letter_outline_20.js";
|
|
823
826
|
export { Icon20ListLikeCircleFillBlue } from "./20/list_like_circle_fill_blue_20.js";
|
|
824
827
|
export { Icon20ListNumberOutline } from "./20/list_number_outline_20.js";
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -351,6 +351,7 @@ export { Icon16Mention } from "./16/mention_16.js";
|
|
|
351
351
|
export { Icon16MenuOutline } from "./16/menu_outline_16.js";
|
|
352
352
|
export { Icon16Message } from "./16/message_16.js";
|
|
353
353
|
export { Icon16MessageCross } from "./16/message_cross_16.js";
|
|
354
|
+
export { Icon16MessageForwardOutline } from "./16/message_forward_outline_16.js";
|
|
354
355
|
export { Icon16MessageHeart } from "./16/message_heart_16.js";
|
|
355
356
|
export { Icon16MessageOutline } from "./16/message_outline_16.js";
|
|
356
357
|
export { Icon16MessagesCircleFillGreen } from "./16/messages_circle_fill_green_16.js";
|
|
@@ -437,6 +438,7 @@ export { Icon16ShuffleOutline } from "./16/shuffle_outline_16.js";
|
|
|
437
438
|
export { Icon16SkipForward } from "./16/skip_forward_16.js";
|
|
438
439
|
export { Icon16SlidersOutline } from "./16/sliders_outline_16.js";
|
|
439
440
|
export { Icon16Smile } from "./16/smile_16.js";
|
|
441
|
+
export { Icon16SmileAddOutline } from "./16/smile_add_outline_16.js";
|
|
440
442
|
export { Icon16SmileFilled } from "./16/smile_filled_16.js";
|
|
441
443
|
export { Icon16Snowflake } from "./16/snowflake_16.js";
|
|
442
444
|
export { Icon16SortHorizontalOutline } from "./16/sort_horizontal_outline_16.js";
|
|
@@ -819,6 +821,7 @@ export { Icon20ListBulletOutline } from "./20/list_bullet_outline_20.js";
|
|
|
819
821
|
export { Icon20ListCircleFillGray } from "./20/list_circle_fill_gray_20.js";
|
|
820
822
|
export { Icon20ListDeleteOutline } from "./20/list_delete_outline_20.js";
|
|
821
823
|
export { Icon20ListInsertFirstOutline } from "./20/list_insert_first_outline_20.js";
|
|
824
|
+
export { Icon20ListInsertLastOutline } from "./20/list_insert_last_outline_20.js";
|
|
822
825
|
export { Icon20ListLetterOutline } from "./20/list_letter_outline_20.js";
|
|
823
826
|
export { Icon20ListLikeCircleFillBlue } from "./20/list_like_circle_fill_blue_20.js";
|
|
824
827
|
export { Icon20ListNumberOutline } from "./20/list_number_outline_20.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.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": {
|
|
@@ -38,24 +38,20 @@
|
|
|
38
38
|
"@vkontakte/icons-sprite": "3.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
+
"@rspack/cli": "^1.3.0",
|
|
42
|
+
"@rspack/core": "^1.3.0",
|
|
41
43
|
"@size-limit/file": "^11.2.0",
|
|
42
44
|
"@size-limit/webpack": "^11.2.0",
|
|
43
45
|
"@swc/cli": "^0.6.0",
|
|
44
|
-
"@swc/core": "^1.11.
|
|
46
|
+
"@swc/core": "^1.11.13",
|
|
45
47
|
"@types/react": "^19.0.1",
|
|
46
48
|
"@vkontakte/icons-scripts": "5.0.0",
|
|
47
|
-
"css-loader": "^7.1.2",
|
|
48
|
-
"file-loader": "^6.2.0",
|
|
49
|
-
"html-webpack-plugin": "^5.6.3",
|
|
50
49
|
"pre-commit": "^1.2.2",
|
|
51
50
|
"react": "^19.0.0",
|
|
52
51
|
"react-color": "^2.18.0",
|
|
53
52
|
"react-dom": "^19.0.0",
|
|
54
53
|
"size-limit": "^11.2.0",
|
|
55
|
-
"
|
|
56
|
-
"swc-loader": "0.2.6",
|
|
57
|
-
"typescript": "^5.8.2",
|
|
58
|
-
"webpack": "^5.98.0"
|
|
54
|
+
"typescript": "^5.8.2"
|
|
59
55
|
},
|
|
60
56
|
"peerDependencies": {
|
|
61
57
|
"react": "^18 || ^19"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.797 7c-.424 0-.786.322-.768.745a5.492 5.492 0 0 0 .973 2.885c-.05.735-.43 1.564-.777 2.323l-.148.324c-.266.59.193 1.247.83 1.222 1.563-.06 2.84-.453 3.72-1.268.746.234 1.549.36 2.385.36 3.769 0 6.988-2.623 6.988-6.045 0-3.197-2.811-5.697-6.252-6.012-.412-.038-.748.301-.748.715s.338.746.75.791c2.79.306 4.75 2.32 4.75 4.506 0 2.373-2.309 4.546-5.488 4.546a6.467 6.467 0 0 1-1.936-.292l-.83-.26-.639.591c-.369.342-.92.613-1.71.759.055-.13.109-.26.16-.39.196-.501.397-1.12.442-1.767l.036-.524-.299-.432a3.985 3.985 0 0 1-.705-2.012C2.507 7.362 2.201 7 1.797 7Z" clip-rule="evenodd"/><path d="m4.645 6.241 2.099-1.643c.115-.09.173-.135.21-.178a.633.633 0 0 0 0-.84 1.745 1.745 0 0 0-.21-.179l-2.1-1.642a1.757 1.757 0 0 0-.256-.185.5.5 0 0 0-.7.341c-.013.055-.013.142-.013.316v.702C1.988 3.2 1.357 4.316 1.127 5.23c-.039.155-.059.233-.059.277a.357.357 0 0 0 .483.351c.042-.014.156-.086.385-.23a3.226 3.226 0 0 1 1.74-.495v.636c0 .174 0 .26.012.316a.5.5 0 0 0 .7.341c.051-.024.12-.078.257-.185Z"/></svg>
|
|
@@ -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="M2.5 8a5.5 5.5 0 1 1 11 0A.75.75 0 0 0 15 8a7 7 0 1 0-7 7 .75.75 0 0 0 0-1.5A5.5 5.5 0 0 1 2.5 8Z M6 7.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM6.6 9.295a.75.75 0 1 0-1.2.9 3.248 3.248 0 0 0 2.604 1.303 3.247 3.247 0 0 0 2.604-1.304.75.75 0 1 0-1.2-.899c-.32.428-.83.703-1.404.703A1.748 1.748 0 0 1 6.6 9.295ZM16 13.05a.75.75 0 0 1-.75.75h-1.5v1.45a.75.75 0 0 1-1.5 0V13.8h-1.5a.75.75 0 1 1 0-1.5h1.5v-1.55a.75.75 0 0 1 1.5 0v1.55h1.5a.75.75 0 0 1 .75.75Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path d="M14.172 17.29a.75.75 0 0 1-1.06-.019l-1.81-1.87a.95.95 0 0 1-.024-1.294l1.814-2.026a.75.75 0 1 1 1.117 1l-.82.917 1.619-.01a1.25 1.25 0 0 0 1.242-1.25V9.75a.75.75 0 0 1 1.5 0v2.988a2.75 2.75 0 0 1-2.733 2.75l-1.535.009.708.732a.75.75 0 0 1-.018 1.06ZM9 15.5A.75.75 0 0 0 9 14H3a.75.75 0 0 0 0 1.5h6Zm4.75-5.75a.75.75 0 0 1-.75.75H3A.75.75 0 0 1 3 9h10a.75.75 0 0 1 .75.75Zm4-5a.75.75 0 0 1-.75.75H3A.75.75 0 0 1 3 4h14a.75.75 0 0 1 .75.75Z"/></svg>
|