@vkontakte/icons 3.66.0 → 3.68.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/12/bookmark_12.d.ts +7 -0
- package/dist/12/bookmark_12.js +20 -0
- package/dist/20/bus_outline_20.d.ts +7 -0
- package/dist/20/bus_outline_20.js +20 -0
- package/dist/20/metro_outline_20.d.ts +7 -0
- package/dist/20/metro_outline_20.js +20 -0
- package/dist/24/text_asc_latin_outline_24.d.ts +7 -0
- package/dist/24/text_asc_latin_outline_24.js +27 -0
- package/dist/24/text_desc_latin_outline_24.d.ts +7 -0
- package/dist/24/text_desc_latin_outline_24.js +27 -0
- package/dist/28/chevron_down_circle_28.d.ts +7 -0
- package/dist/28/chevron_down_circle_28.js +28 -0
- package/dist/28/chevron_up_circle_28.d.ts +7 -0
- package/dist/28/chevron_up_circle_28.js +28 -0
- package/dist/28/copyright_outline_28.d.ts +7 -0
- package/dist/28/copyright_outline_28.js +22 -0
- package/dist/28/fish_outline_28.d.ts +7 -0
- package/dist/28/fish_outline_28.js +20 -0
- package/dist/28/flash_outline_28.d.ts +1 -1
- package/dist/28/flash_outline_28.js +2 -4
- package/dist/28/hobby_outline_28.d.ts +7 -0
- package/dist/28/hobby_outline_28.js +20 -0
- package/dist/28/science_28.d.ts +7 -0
- package/dist/28/science_28.js +20 -0
- package/dist/56/bill_separated_outline_56.d.ts +7 -0
- package/dist/56/bill_separated_outline_56.js +22 -0
- package/dist/56/car_outline_56.d.ts +7 -0
- package/dist/56/car_outline_56.js +27 -0
- package/dist/56/copy_outline_56.d.ts +7 -0
- package/dist/56/copy_outline_56.js +27 -0
- package/dist/56/government_outline_56.d.ts +7 -0
- package/dist/56/government_outline_56.js +25 -0
- package/dist/56/plane_outline_56.d.ts +7 -0
- package/dist/56/plane_outline_56.js +20 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +16 -0
- package/dist/index.js +16 -0
- package/dist/typings/12/bookmark_12.d.ts +7 -0
- package/dist/typings/20/bus_outline_20.d.ts +7 -0
- package/dist/typings/20/metro_outline_20.d.ts +7 -0
- package/dist/typings/24/text_asc_latin_outline_24.d.ts +7 -0
- package/dist/typings/24/text_desc_latin_outline_24.d.ts +7 -0
- package/dist/typings/28/chevron_down_circle_28.d.ts +7 -0
- package/dist/typings/28/chevron_up_circle_28.d.ts +7 -0
- package/dist/typings/28/copyright_outline_28.d.ts +7 -0
- package/dist/typings/28/fish_outline_28.d.ts +7 -0
- package/dist/typings/28/flash_outline_28.d.ts +1 -1
- package/dist/typings/28/hobby_outline_28.d.ts +7 -0
- package/dist/typings/28/science_28.d.ts +7 -0
- package/dist/typings/56/bill_separated_outline_56.d.ts +7 -0
- package/dist/typings/56/car_outline_56.d.ts +7 -0
- package/dist/typings/56/copy_outline_56.d.ts +7 -0
- package/dist/typings/56/government_outline_56.d.ts +7 -0
- package/dist/typings/56/plane_outline_56.d.ts +7 -0
- package/dist/typings/index.d.ts +16 -0
- package/package.json +4 -4
- package/src/svg/12/bookmark_12.svg +1 -0
- package/src/svg/20/bus_outline_20.svg +1 -0
- package/src/svg/20/metro_outline_20.svg +1 -0
- package/src/svg/24/text_asc_latin_outline_24.svg +1 -0
- package/src/svg/24/text_desc_latin_outline_24.svg +1 -0
- package/src/svg/28/chevron_down_circle_28.svg +1 -0
- package/src/svg/28/chevron_up_circle_28.svg +1 -0
- package/src/svg/28/copyright_outline_28.svg +1 -0
- package/src/svg/28/fish_outline_28.svg +1 -0
- package/src/svg/28/flash_outline_28.svg +1 -1
- package/src/svg/28/hobby_outline_28.svg +1 -0
- package/src/svg/28/science_28.svg +1 -0
- package/src/svg/56/bill_separated_outline_56.svg +1 -0
- package/src/svg/56/car_outline_56.svg +1 -0
- package/src/svg/56/copy_outline_56.svg +1 -0
- package/src/svg/56/government_outline_56.svg +1 -0
- package/src/svg/56/plane_outline_56.svg +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export { Icon12Articles } from "./12/articles_12.js";
|
|
|
15
15
|
export { Icon12ArticlesOutline } from "./12/articles_outline_12.js";
|
|
16
16
|
export { Icon12Block } from "./12/block_12.js";
|
|
17
17
|
export { Icon12Bomb } from "./12/bomb_12.js";
|
|
18
|
+
export { Icon12Bookmark } from "./12/bookmark_12.js";
|
|
18
19
|
export { Icon12BookmarkOutline } from "./12/bookmark_outline_12.js";
|
|
19
20
|
export { Icon12Cake } from "./12/cake_12.js";
|
|
20
21
|
export { Icon12Cancel } from "./12/cancel_12.js";
|
|
@@ -678,6 +679,7 @@ export { Icon20BrushOutline } from "./20/brush_outline_20.js";
|
|
|
678
679
|
export { Icon20BubbleLolOutline } from "./20/bubble_lol_outline_20.js";
|
|
679
680
|
export { Icon20BugOutline } from "./20/bug_outline_20.js";
|
|
680
681
|
export { Icon20BuildingOutline } from "./20/building_outline_20.js";
|
|
682
|
+
export { Icon20BusOutline } from "./20/bus_outline_20.js";
|
|
681
683
|
export { Icon20CakeCircleFillPurple } from "./20/cake_circle_fill_purple_20.js";
|
|
682
684
|
export { Icon20CakeCircleFillRaspberryPink } from "./20/cake_circle_fill_raspberry_pink_20.js";
|
|
683
685
|
export { Icon20CakeOutline } from "./20/cake_outline_20.js";
|
|
@@ -996,6 +998,7 @@ export { Icon20MessageTextOutline } from "./20/message_text_outline_20.js";
|
|
|
996
998
|
export { Icon20MessageUnreadCircleFillGray } from "./20/message_unread_circle_fill_gray_20.js";
|
|
997
999
|
export { Icon20MessageUnreadCircleFillRed } from "./20/message_unread_circle_fill_red_20.js";
|
|
998
1000
|
export { Icon20MessageUnreadTopOutline } from "./20/message_unread_top_outline_20.js";
|
|
1001
|
+
export { Icon20MetroOutline } from "./20/metro_outline_20.js";
|
|
999
1002
|
export { Icon20MicCircleFillRaspberryPink } from "./20/mic_circle_fill_raspberry_pink_20.js";
|
|
1000
1003
|
export { Icon20MinecraftOutline } from "./20/minecraft_outline_20.js";
|
|
1001
1004
|
export { Icon20MinusOutline } from "./20/minus_outline_20.js";
|
|
@@ -1990,8 +1993,10 @@ export { Icon24TagOutline } from "./24/tag_outline_24.js";
|
|
|
1990
1993
|
export { Icon24TargetOutline } from "./24/target_outline_24.js";
|
|
1991
1994
|
export { Icon24TearOffFlyerOutline } from "./24/tear_off_flyer_outline_24.js";
|
|
1992
1995
|
export { Icon24TennisBallOutline } from "./24/tennis_ball_outline_24.js";
|
|
1996
|
+
export { Icon24TextAscLatinOutline } from "./24/text_asc_latin_outline_24.js";
|
|
1993
1997
|
export { Icon24TextAscOutline } from "./24/text_asc_outline_24.js";
|
|
1994
1998
|
export { Icon24TextBoldOutline } from "./24/text_bold_outline_24.js";
|
|
1999
|
+
export { Icon24TextDescLatinOutline } from "./24/text_desc_latin_outline_24.js";
|
|
1995
2000
|
export { Icon24TextDescOutline } from "./24/text_desc_outline_24.js";
|
|
1996
2001
|
export { Icon24TextHeading1Outline } from "./24/text_heading_1_outline_24.js";
|
|
1997
2002
|
export { Icon24TextHeading2Outline } from "./24/text_heading_2_outline_24.js";
|
|
@@ -2222,6 +2227,7 @@ export { Icon28ChecksOutline } from "./28/checks_outline_28.js";
|
|
|
2222
2227
|
export { Icon28CheckSquareOutline } from "./28/check_square_outline_28.js";
|
|
2223
2228
|
export { Icon28ChefHatOutline } from "./28/chef_hat_outline_28.js";
|
|
2224
2229
|
export { Icon28ChevronBack } from "./28/chevron_back_28.js";
|
|
2230
|
+
export { Icon28ChevronDownCircle } from "./28/chevron_down_circle_28.js";
|
|
2225
2231
|
export { Icon28ChevronDownOutline } from "./28/chevron_down_outline_28.js";
|
|
2226
2232
|
export { Icon28ChevronLeft } from "./28/chevron_left_28.js";
|
|
2227
2233
|
export { Icon28ChevronLeftCircle } from "./28/chevron_left_circle_28.js";
|
|
@@ -2231,6 +2237,7 @@ export { Icon28ChevronRightCircleOutline } from "./28/chevron_right_circle_outli
|
|
|
2231
2237
|
export { Icon28ChevronRightOutline } from "./28/chevron_right_outline_28.js";
|
|
2232
2238
|
export { Icon28Chevrons2LeftOutline } from "./28/chevrons_2_left_outline_28.js";
|
|
2233
2239
|
export { Icon28Chevrons2RightOutline } from "./28/chevrons_2_right_outline_28.js";
|
|
2240
|
+
export { Icon28ChevronUpCircle } from "./28/chevron_up_circle_28.js";
|
|
2234
2241
|
export { Icon28ChevronUpOutline } from "./28/chevron_up_outline_28.js";
|
|
2235
2242
|
export { Icon28ChristmasTreeOutline } from "./28/christmas_tree_outline_28.js";
|
|
2236
2243
|
export { Icon28CigaretteOutline } from "./28/cigarette_outline_28.js";
|
|
@@ -2264,6 +2271,7 @@ export { Icon28ComputerMouseArrowsOutline } from "./28/computer_mouse_arrows_out
|
|
|
2264
2271
|
export { Icon28ComputerOutline } from "./28/computer_outline_28.js";
|
|
2265
2272
|
export { Icon28ComputerSmartphoneOutline } from "./28/computer_smartphone_outline_28.js";
|
|
2266
2273
|
export { Icon28CopyOutline } from "./28/copy_outline_28.js";
|
|
2274
|
+
export { Icon28CopyrightOutline } from "./28/copyright_outline_28.js";
|
|
2267
2275
|
export { Icon28Crop } from "./28/crop_28.js";
|
|
2268
2276
|
export { Icon28CrossLargeOutline } from "./28/cross_large_outline_28.js";
|
|
2269
2277
|
export { Icon28Crown } from "./28/crown_28.js";
|
|
@@ -2346,6 +2354,7 @@ export { Icon28Fire } from "./28/fire_28.js";
|
|
|
2346
2354
|
export { Icon28FireAltOutline } from "./28/fire_alt_outline_28.js";
|
|
2347
2355
|
export { Icon28FireCircleFillRed } from "./28/fire_circle_fill_red_28.js";
|
|
2348
2356
|
export { Icon28FireOutline } from "./28/fire_outline_28.js";
|
|
2357
|
+
export { Icon28FishOutline } from "./28/fish_outline_28.js";
|
|
2349
2358
|
export { Icon28FlagOutline } from "./28/flag_outline_28.js";
|
|
2350
2359
|
export { Icon28Flash } from "./28/flash_28.js";
|
|
2351
2360
|
export { Icon28FlashCircleFillGray } from "./28/flash_circle_fill_gray_28.js";
|
|
@@ -2425,6 +2434,7 @@ export { Icon28HistoryBackwardOutline } from "./28/history_backward_outline_28.j
|
|
|
2425
2434
|
export { Icon28HistoryForwardLockOutline } from "./28/history_forward_lock_outline_28.js";
|
|
2426
2435
|
export { Icon28HistoryForwardOutline } from "./28/history_forward_outline_28.js";
|
|
2427
2436
|
export { Icon28HistoryForwardSubstractOutline } from "./28/history_forward_substract_outline_28.js";
|
|
2437
|
+
export { Icon28HobbyOutline } from "./28/hobby_outline_28.js";
|
|
2428
2438
|
export { Icon28HockeyOutline } from "./28/hockey_outline_28.js";
|
|
2429
2439
|
export { Icon28HomeArrowDownOutline } from "./28/home_arrow_down_outline_28.js";
|
|
2430
2440
|
export { Icon28HomeOutline } from "./28/home_outline_28.js";
|
|
@@ -2740,6 +2750,7 @@ export { Icon28SadFaceOutline } from "./28/sad_face_outline_28.js";
|
|
|
2740
2750
|
export { Icon28SafariOutline } from "./28/safari_outline_28.js";
|
|
2741
2751
|
export { Icon28ScanViewfinderOutline } from "./28/scan_viewfinder_outline_28.js";
|
|
2742
2752
|
export { Icon28SchoolOutline } from "./28/school_outline_28.js";
|
|
2753
|
+
export { Icon28Science } from "./28/science_28.js";
|
|
2743
2754
|
export { Icon28ScissorsOutline } from "./28/scissors_outline_28.js";
|
|
2744
2755
|
export { Icon28Screencast } from "./28/screencast_28.js";
|
|
2745
2756
|
export { Icon28ScreencastEnabledOutline } from "./28/screencast_enabled_outline_28.js";
|
|
@@ -3269,6 +3280,7 @@ export { Icon56ArrowUturnLeftOutline } from "./56/arrow_uturn_left_outline_56.js
|
|
|
3269
3280
|
export { Icon56ArticleOutline } from "./56/article_outline_56.js";
|
|
3270
3281
|
export { Icon56ArticlesOutline } from "./56/articles_outline_56.js";
|
|
3271
3282
|
export { Icon56BackspaceOutline } from "./56/backspace_outline_56.js";
|
|
3283
|
+
export { Icon56BillSeparatedOutline } from "./56/bill_separated_outline_56.js";
|
|
3272
3284
|
export { Icon56BlockOutline } from "./56/block_outline_56.js";
|
|
3273
3285
|
export { Icon56BookmarkOutline } from "./56/bookmark_outline_56.js";
|
|
3274
3286
|
export { Icon56BrushOutline } from "./56/brush_outline_56.js";
|
|
@@ -3281,6 +3293,7 @@ export { Icon56CameraOffOutline } from "./56/camera_off_outline_56.js";
|
|
|
3281
3293
|
export { Icon56CameraOutline } from "./56/camera_outline_56.js";
|
|
3282
3294
|
export { Icon56CancelCircleOutline } from "./56/cancel_circle_outline_56.js";
|
|
3283
3295
|
export { Icon56CarouselOutline } from "./56/carousel_outline_56.js";
|
|
3296
|
+
export { Icon56CarOutline } from "./56/car_outline_56.js";
|
|
3284
3297
|
export { Icon56ChainOutline } from "./56/chain_outline_56.js";
|
|
3285
3298
|
export { Icon56CheckCircleDeviceOutline } from "./56/check_circle_device_outline_56.js";
|
|
3286
3299
|
export { Icon56CheckCircleOutline } from "./56/check_circle_outline_56.js";
|
|
@@ -3294,6 +3307,7 @@ export { Icon56CommentsOutline } from "./56/comments_outline_56.js";
|
|
|
3294
3307
|
export { Icon56CompassCircleFillPurple } from "./56/compass_circle_fill_purple_56.js";
|
|
3295
3308
|
export { Icon56CompassOutline } from "./56/compass_outline_56.js";
|
|
3296
3309
|
export { Icon56ComputerOutline } from "./56/computer_outline_56.js";
|
|
3310
|
+
export { Icon56CopyOutline } from "./56/copy_outline_56.js";
|
|
3297
3311
|
export { Icon56CrownVerified } from "./56/crown_verified_56.js";
|
|
3298
3312
|
export { Icon56CupMusicNoteOutline } from "./56/cup_music_note_outline_56.js";
|
|
3299
3313
|
export { Icon56CupOutline } from "./56/cup_outline_56.js";
|
|
@@ -3338,6 +3352,7 @@ export { Icon56GiftOutline } from "./56/gift_outline_56.js";
|
|
|
3338
3352
|
export { Icon56GlobeCrossOutline } from "./56/globe_cross_outline_56.js";
|
|
3339
3353
|
export { Icon56GlobeOutline } from "./56/globe_outline_56.js";
|
|
3340
3354
|
export { Icon56GoodsCollection } from "./56/goods_collection_56.js";
|
|
3355
|
+
export { Icon56GovernmentOutline } from "./56/government_outline_56.js";
|
|
3341
3356
|
export { Icon56GridCircleFillYellow } from "./56/grid_circle_fill_yellow_56.js";
|
|
3342
3357
|
export { Icon56HandPointUpLeftOutline } from "./56/hand_point_up_left_outline_56.js";
|
|
3343
3358
|
export { Icon56HandTapOutline } from "./56/hand_tap_outline_56.js";
|
|
@@ -3413,6 +3428,7 @@ export { Icon56PictureInPicture } from "./56/picture_in_picture_56.js";
|
|
|
3413
3428
|
export { Icon56PinDotOutline } from "./56/pin_dot_outline_56.js";
|
|
3414
3429
|
export { Icon56PinOutline } from "./56/pin_outline_56.js";
|
|
3415
3430
|
export { Icon56PlaceOutline } from "./56/place_outline_56.js";
|
|
3431
|
+
export { Icon56PlaneOutline } from "./56/plane_outline_56.js";
|
|
3416
3432
|
export { Icon56PlayGesture } from "./56/play_gesture_56.js";
|
|
3417
3433
|
export { Icon56PlaylistOutline } from "./56/playlist_outline_56.js";
|
|
3418
3434
|
export { Icon56PodcastsOutline } from "./56/podcasts_outline_56.js";
|
package/dist/index.js
CHANGED
|
@@ -15,6 +15,7 @@ export { Icon12Articles } from "./12/articles_12.js";
|
|
|
15
15
|
export { Icon12ArticlesOutline } from "./12/articles_outline_12.js";
|
|
16
16
|
export { Icon12Block } from "./12/block_12.js";
|
|
17
17
|
export { Icon12Bomb } from "./12/bomb_12.js";
|
|
18
|
+
export { Icon12Bookmark } from "./12/bookmark_12.js";
|
|
18
19
|
export { Icon12BookmarkOutline } from "./12/bookmark_outline_12.js";
|
|
19
20
|
export { Icon12Cake } from "./12/cake_12.js";
|
|
20
21
|
export { Icon12Cancel } from "./12/cancel_12.js";
|
|
@@ -678,6 +679,7 @@ export { Icon20BrushOutline } from "./20/brush_outline_20.js";
|
|
|
678
679
|
export { Icon20BubbleLolOutline } from "./20/bubble_lol_outline_20.js";
|
|
679
680
|
export { Icon20BugOutline } from "./20/bug_outline_20.js";
|
|
680
681
|
export { Icon20BuildingOutline } from "./20/building_outline_20.js";
|
|
682
|
+
export { Icon20BusOutline } from "./20/bus_outline_20.js";
|
|
681
683
|
export { Icon20CakeCircleFillPurple } from "./20/cake_circle_fill_purple_20.js";
|
|
682
684
|
export { Icon20CakeCircleFillRaspberryPink } from "./20/cake_circle_fill_raspberry_pink_20.js";
|
|
683
685
|
export { Icon20CakeOutline } from "./20/cake_outline_20.js";
|
|
@@ -996,6 +998,7 @@ export { Icon20MessageTextOutline } from "./20/message_text_outline_20.js";
|
|
|
996
998
|
export { Icon20MessageUnreadCircleFillGray } from "./20/message_unread_circle_fill_gray_20.js";
|
|
997
999
|
export { Icon20MessageUnreadCircleFillRed } from "./20/message_unread_circle_fill_red_20.js";
|
|
998
1000
|
export { Icon20MessageUnreadTopOutline } from "./20/message_unread_top_outline_20.js";
|
|
1001
|
+
export { Icon20MetroOutline } from "./20/metro_outline_20.js";
|
|
999
1002
|
export { Icon20MicCircleFillRaspberryPink } from "./20/mic_circle_fill_raspberry_pink_20.js";
|
|
1000
1003
|
export { Icon20MinecraftOutline } from "./20/minecraft_outline_20.js";
|
|
1001
1004
|
export { Icon20MinusOutline } from "./20/minus_outline_20.js";
|
|
@@ -1990,8 +1993,10 @@ export { Icon24TagOutline } from "./24/tag_outline_24.js";
|
|
|
1990
1993
|
export { Icon24TargetOutline } from "./24/target_outline_24.js";
|
|
1991
1994
|
export { Icon24TearOffFlyerOutline } from "./24/tear_off_flyer_outline_24.js";
|
|
1992
1995
|
export { Icon24TennisBallOutline } from "./24/tennis_ball_outline_24.js";
|
|
1996
|
+
export { Icon24TextAscLatinOutline } from "./24/text_asc_latin_outline_24.js";
|
|
1993
1997
|
export { Icon24TextAscOutline } from "./24/text_asc_outline_24.js";
|
|
1994
1998
|
export { Icon24TextBoldOutline } from "./24/text_bold_outline_24.js";
|
|
1999
|
+
export { Icon24TextDescLatinOutline } from "./24/text_desc_latin_outline_24.js";
|
|
1995
2000
|
export { Icon24TextDescOutline } from "./24/text_desc_outline_24.js";
|
|
1996
2001
|
export { Icon24TextHeading1Outline } from "./24/text_heading_1_outline_24.js";
|
|
1997
2002
|
export { Icon24TextHeading2Outline } from "./24/text_heading_2_outline_24.js";
|
|
@@ -2222,6 +2227,7 @@ export { Icon28ChecksOutline } from "./28/checks_outline_28.js";
|
|
|
2222
2227
|
export { Icon28CheckSquareOutline } from "./28/check_square_outline_28.js";
|
|
2223
2228
|
export { Icon28ChefHatOutline } from "./28/chef_hat_outline_28.js";
|
|
2224
2229
|
export { Icon28ChevronBack } from "./28/chevron_back_28.js";
|
|
2230
|
+
export { Icon28ChevronDownCircle } from "./28/chevron_down_circle_28.js";
|
|
2225
2231
|
export { Icon28ChevronDownOutline } from "./28/chevron_down_outline_28.js";
|
|
2226
2232
|
export { Icon28ChevronLeft } from "./28/chevron_left_28.js";
|
|
2227
2233
|
export { Icon28ChevronLeftCircle } from "./28/chevron_left_circle_28.js";
|
|
@@ -2231,6 +2237,7 @@ export { Icon28ChevronRightCircleOutline } from "./28/chevron_right_circle_outli
|
|
|
2231
2237
|
export { Icon28ChevronRightOutline } from "./28/chevron_right_outline_28.js";
|
|
2232
2238
|
export { Icon28Chevrons2LeftOutline } from "./28/chevrons_2_left_outline_28.js";
|
|
2233
2239
|
export { Icon28Chevrons2RightOutline } from "./28/chevrons_2_right_outline_28.js";
|
|
2240
|
+
export { Icon28ChevronUpCircle } from "./28/chevron_up_circle_28.js";
|
|
2234
2241
|
export { Icon28ChevronUpOutline } from "./28/chevron_up_outline_28.js";
|
|
2235
2242
|
export { Icon28ChristmasTreeOutline } from "./28/christmas_tree_outline_28.js";
|
|
2236
2243
|
export { Icon28CigaretteOutline } from "./28/cigarette_outline_28.js";
|
|
@@ -2264,6 +2271,7 @@ export { Icon28ComputerMouseArrowsOutline } from "./28/computer_mouse_arrows_out
|
|
|
2264
2271
|
export { Icon28ComputerOutline } from "./28/computer_outline_28.js";
|
|
2265
2272
|
export { Icon28ComputerSmartphoneOutline } from "./28/computer_smartphone_outline_28.js";
|
|
2266
2273
|
export { Icon28CopyOutline } from "./28/copy_outline_28.js";
|
|
2274
|
+
export { Icon28CopyrightOutline } from "./28/copyright_outline_28.js";
|
|
2267
2275
|
export { Icon28Crop } from "./28/crop_28.js";
|
|
2268
2276
|
export { Icon28CrossLargeOutline } from "./28/cross_large_outline_28.js";
|
|
2269
2277
|
export { Icon28Crown } from "./28/crown_28.js";
|
|
@@ -2346,6 +2354,7 @@ export { Icon28Fire } from "./28/fire_28.js";
|
|
|
2346
2354
|
export { Icon28FireAltOutline } from "./28/fire_alt_outline_28.js";
|
|
2347
2355
|
export { Icon28FireCircleFillRed } from "./28/fire_circle_fill_red_28.js";
|
|
2348
2356
|
export { Icon28FireOutline } from "./28/fire_outline_28.js";
|
|
2357
|
+
export { Icon28FishOutline } from "./28/fish_outline_28.js";
|
|
2349
2358
|
export { Icon28FlagOutline } from "./28/flag_outline_28.js";
|
|
2350
2359
|
export { Icon28Flash } from "./28/flash_28.js";
|
|
2351
2360
|
export { Icon28FlashCircleFillGray } from "./28/flash_circle_fill_gray_28.js";
|
|
@@ -2425,6 +2434,7 @@ export { Icon28HistoryBackwardOutline } from "./28/history_backward_outline_28.j
|
|
|
2425
2434
|
export { Icon28HistoryForwardLockOutline } from "./28/history_forward_lock_outline_28.js";
|
|
2426
2435
|
export { Icon28HistoryForwardOutline } from "./28/history_forward_outline_28.js";
|
|
2427
2436
|
export { Icon28HistoryForwardSubstractOutline } from "./28/history_forward_substract_outline_28.js";
|
|
2437
|
+
export { Icon28HobbyOutline } from "./28/hobby_outline_28.js";
|
|
2428
2438
|
export { Icon28HockeyOutline } from "./28/hockey_outline_28.js";
|
|
2429
2439
|
export { Icon28HomeArrowDownOutline } from "./28/home_arrow_down_outline_28.js";
|
|
2430
2440
|
export { Icon28HomeOutline } from "./28/home_outline_28.js";
|
|
@@ -2740,6 +2750,7 @@ export { Icon28SadFaceOutline } from "./28/sad_face_outline_28.js";
|
|
|
2740
2750
|
export { Icon28SafariOutline } from "./28/safari_outline_28.js";
|
|
2741
2751
|
export { Icon28ScanViewfinderOutline } from "./28/scan_viewfinder_outline_28.js";
|
|
2742
2752
|
export { Icon28SchoolOutline } from "./28/school_outline_28.js";
|
|
2753
|
+
export { Icon28Science } from "./28/science_28.js";
|
|
2743
2754
|
export { Icon28ScissorsOutline } from "./28/scissors_outline_28.js";
|
|
2744
2755
|
export { Icon28Screencast } from "./28/screencast_28.js";
|
|
2745
2756
|
export { Icon28ScreencastEnabledOutline } from "./28/screencast_enabled_outline_28.js";
|
|
@@ -3269,6 +3280,7 @@ export { Icon56ArrowUturnLeftOutline } from "./56/arrow_uturn_left_outline_56.js
|
|
|
3269
3280
|
export { Icon56ArticleOutline } from "./56/article_outline_56.js";
|
|
3270
3281
|
export { Icon56ArticlesOutline } from "./56/articles_outline_56.js";
|
|
3271
3282
|
export { Icon56BackspaceOutline } from "./56/backspace_outline_56.js";
|
|
3283
|
+
export { Icon56BillSeparatedOutline } from "./56/bill_separated_outline_56.js";
|
|
3272
3284
|
export { Icon56BlockOutline } from "./56/block_outline_56.js";
|
|
3273
3285
|
export { Icon56BookmarkOutline } from "./56/bookmark_outline_56.js";
|
|
3274
3286
|
export { Icon56BrushOutline } from "./56/brush_outline_56.js";
|
|
@@ -3281,6 +3293,7 @@ export { Icon56CameraOffOutline } from "./56/camera_off_outline_56.js";
|
|
|
3281
3293
|
export { Icon56CameraOutline } from "./56/camera_outline_56.js";
|
|
3282
3294
|
export { Icon56CancelCircleOutline } from "./56/cancel_circle_outline_56.js";
|
|
3283
3295
|
export { Icon56CarouselOutline } from "./56/carousel_outline_56.js";
|
|
3296
|
+
export { Icon56CarOutline } from "./56/car_outline_56.js";
|
|
3284
3297
|
export { Icon56ChainOutline } from "./56/chain_outline_56.js";
|
|
3285
3298
|
export { Icon56CheckCircleDeviceOutline } from "./56/check_circle_device_outline_56.js";
|
|
3286
3299
|
export { Icon56CheckCircleOutline } from "./56/check_circle_outline_56.js";
|
|
@@ -3294,6 +3307,7 @@ export { Icon56CommentsOutline } from "./56/comments_outline_56.js";
|
|
|
3294
3307
|
export { Icon56CompassCircleFillPurple } from "./56/compass_circle_fill_purple_56.js";
|
|
3295
3308
|
export { Icon56CompassOutline } from "./56/compass_outline_56.js";
|
|
3296
3309
|
export { Icon56ComputerOutline } from "./56/computer_outline_56.js";
|
|
3310
|
+
export { Icon56CopyOutline } from "./56/copy_outline_56.js";
|
|
3297
3311
|
export { Icon56CrownVerified } from "./56/crown_verified_56.js";
|
|
3298
3312
|
export { Icon56CupMusicNoteOutline } from "./56/cup_music_note_outline_56.js";
|
|
3299
3313
|
export { Icon56CupOutline } from "./56/cup_outline_56.js";
|
|
@@ -3338,6 +3352,7 @@ export { Icon56GiftOutline } from "./56/gift_outline_56.js";
|
|
|
3338
3352
|
export { Icon56GlobeCrossOutline } from "./56/globe_cross_outline_56.js";
|
|
3339
3353
|
export { Icon56GlobeOutline } from "./56/globe_outline_56.js";
|
|
3340
3354
|
export { Icon56GoodsCollection } from "./56/goods_collection_56.js";
|
|
3355
|
+
export { Icon56GovernmentOutline } from "./56/government_outline_56.js";
|
|
3341
3356
|
export { Icon56GridCircleFillYellow } from "./56/grid_circle_fill_yellow_56.js";
|
|
3342
3357
|
export { Icon56HandPointUpLeftOutline } from "./56/hand_point_up_left_outline_56.js";
|
|
3343
3358
|
export { Icon56HandTapOutline } from "./56/hand_tap_outline_56.js";
|
|
@@ -3413,6 +3428,7 @@ export { Icon56PictureInPicture } from "./56/picture_in_picture_56.js";
|
|
|
3413
3428
|
export { Icon56PinDotOutline } from "./56/pin_dot_outline_56.js";
|
|
3414
3429
|
export { Icon56PinOutline } from "./56/pin_outline_56.js";
|
|
3415
3430
|
export { Icon56PlaceOutline } from "./56/place_outline_56.js";
|
|
3431
|
+
export { Icon56PlaneOutline } from "./56/plane_outline_56.js";
|
|
3416
3432
|
export { Icon56PlayGesture } from "./56/play_gesture_56.js";
|
|
3417
3433
|
export { Icon56PlaylistOutline } from "./56/playlist_outline_56.js";
|
|
3418
3434
|
export { Icon56PodcastsOutline } from "./56/podcasts_outline_56.js";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon12BookmarkProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon12Bookmark: React.FC<Icon12BookmarkProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon20BusOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon20BusOutline: React.FC<Icon20BusOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon20MetroOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon20MetroOutline: React.FC<Icon20MetroOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon24TextAscLatinOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon24TextAscLatinOutline: React.FC<Icon24TextAscLatinOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon24TextDescLatinOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon24TextDescLatinOutline: React.FC<Icon24TextDescLatinOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon28ChevronDownCircleProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon28ChevronDownCircle: React.FC<Icon28ChevronDownCircleProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon28ChevronUpCircleProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon28ChevronUpCircle: React.FC<Icon28ChevronUpCircleProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon28CopyrightOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon28CopyrightOutline: React.FC<Icon28CopyrightOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon28FishOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon28FishOutline: React.FC<Icon28FishOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -2,6 +2,6 @@ import * as React from "react";
|
|
|
2
2
|
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
3
|
export type Icon28FlashOutlineProps = SvgIconProps;
|
|
4
4
|
/**
|
|
5
|
-
* 
|
|
6
6
|
*/ export declare const Icon28FlashOutline: React.FC<Icon28FlashOutlineProps> & {
|
|
7
7
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon28HobbyOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon28HobbyOutline: React.FC<Icon28HobbyOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon28ScienceProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon28Science: React.FC<Icon28ScienceProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon56BillSeparatedOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon56BillSeparatedOutline: React.FC<Icon56BillSeparatedOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon56CarOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon56CarOutline: React.FC<Icon56CarOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon56CopyOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon56CopyOutline: React.FC<Icon56CopyOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon56GovernmentOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon56GovernmentOutline: React.FC<Icon56GovernmentOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon56PlaneOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon56PlaneOutline: React.FC<Icon56PlaneOutlineProps> & {
|
|
7
|
+
};
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export { Icon12Articles } from "./12/articles_12.js";
|
|
|
15
15
|
export { Icon12ArticlesOutline } from "./12/articles_outline_12.js";
|
|
16
16
|
export { Icon12Block } from "./12/block_12.js";
|
|
17
17
|
export { Icon12Bomb } from "./12/bomb_12.js";
|
|
18
|
+
export { Icon12Bookmark } from "./12/bookmark_12.js";
|
|
18
19
|
export { Icon12BookmarkOutline } from "./12/bookmark_outline_12.js";
|
|
19
20
|
export { Icon12Cake } from "./12/cake_12.js";
|
|
20
21
|
export { Icon12Cancel } from "./12/cancel_12.js";
|
|
@@ -678,6 +679,7 @@ export { Icon20BrushOutline } from "./20/brush_outline_20.js";
|
|
|
678
679
|
export { Icon20BubbleLolOutline } from "./20/bubble_lol_outline_20.js";
|
|
679
680
|
export { Icon20BugOutline } from "./20/bug_outline_20.js";
|
|
680
681
|
export { Icon20BuildingOutline } from "./20/building_outline_20.js";
|
|
682
|
+
export { Icon20BusOutline } from "./20/bus_outline_20.js";
|
|
681
683
|
export { Icon20CakeCircleFillPurple } from "./20/cake_circle_fill_purple_20.js";
|
|
682
684
|
export { Icon20CakeCircleFillRaspberryPink } from "./20/cake_circle_fill_raspberry_pink_20.js";
|
|
683
685
|
export { Icon20CakeOutline } from "./20/cake_outline_20.js";
|
|
@@ -996,6 +998,7 @@ export { Icon20MessageTextOutline } from "./20/message_text_outline_20.js";
|
|
|
996
998
|
export { Icon20MessageUnreadCircleFillGray } from "./20/message_unread_circle_fill_gray_20.js";
|
|
997
999
|
export { Icon20MessageUnreadCircleFillRed } from "./20/message_unread_circle_fill_red_20.js";
|
|
998
1000
|
export { Icon20MessageUnreadTopOutline } from "./20/message_unread_top_outline_20.js";
|
|
1001
|
+
export { Icon20MetroOutline } from "./20/metro_outline_20.js";
|
|
999
1002
|
export { Icon20MicCircleFillRaspberryPink } from "./20/mic_circle_fill_raspberry_pink_20.js";
|
|
1000
1003
|
export { Icon20MinecraftOutline } from "./20/minecraft_outline_20.js";
|
|
1001
1004
|
export { Icon20MinusOutline } from "./20/minus_outline_20.js";
|
|
@@ -1990,8 +1993,10 @@ export { Icon24TagOutline } from "./24/tag_outline_24.js";
|
|
|
1990
1993
|
export { Icon24TargetOutline } from "./24/target_outline_24.js";
|
|
1991
1994
|
export { Icon24TearOffFlyerOutline } from "./24/tear_off_flyer_outline_24.js";
|
|
1992
1995
|
export { Icon24TennisBallOutline } from "./24/tennis_ball_outline_24.js";
|
|
1996
|
+
export { Icon24TextAscLatinOutline } from "./24/text_asc_latin_outline_24.js";
|
|
1993
1997
|
export { Icon24TextAscOutline } from "./24/text_asc_outline_24.js";
|
|
1994
1998
|
export { Icon24TextBoldOutline } from "./24/text_bold_outline_24.js";
|
|
1999
|
+
export { Icon24TextDescLatinOutline } from "./24/text_desc_latin_outline_24.js";
|
|
1995
2000
|
export { Icon24TextDescOutline } from "./24/text_desc_outline_24.js";
|
|
1996
2001
|
export { Icon24TextHeading1Outline } from "./24/text_heading_1_outline_24.js";
|
|
1997
2002
|
export { Icon24TextHeading2Outline } from "./24/text_heading_2_outline_24.js";
|
|
@@ -2222,6 +2227,7 @@ export { Icon28ChecksOutline } from "./28/checks_outline_28.js";
|
|
|
2222
2227
|
export { Icon28CheckSquareOutline } from "./28/check_square_outline_28.js";
|
|
2223
2228
|
export { Icon28ChefHatOutline } from "./28/chef_hat_outline_28.js";
|
|
2224
2229
|
export { Icon28ChevronBack } from "./28/chevron_back_28.js";
|
|
2230
|
+
export { Icon28ChevronDownCircle } from "./28/chevron_down_circle_28.js";
|
|
2225
2231
|
export { Icon28ChevronDownOutline } from "./28/chevron_down_outline_28.js";
|
|
2226
2232
|
export { Icon28ChevronLeft } from "./28/chevron_left_28.js";
|
|
2227
2233
|
export { Icon28ChevronLeftCircle } from "./28/chevron_left_circle_28.js";
|
|
@@ -2231,6 +2237,7 @@ export { Icon28ChevronRightCircleOutline } from "./28/chevron_right_circle_outli
|
|
|
2231
2237
|
export { Icon28ChevronRightOutline } from "./28/chevron_right_outline_28.js";
|
|
2232
2238
|
export { Icon28Chevrons2LeftOutline } from "./28/chevrons_2_left_outline_28.js";
|
|
2233
2239
|
export { Icon28Chevrons2RightOutline } from "./28/chevrons_2_right_outline_28.js";
|
|
2240
|
+
export { Icon28ChevronUpCircle } from "./28/chevron_up_circle_28.js";
|
|
2234
2241
|
export { Icon28ChevronUpOutline } from "./28/chevron_up_outline_28.js";
|
|
2235
2242
|
export { Icon28ChristmasTreeOutline } from "./28/christmas_tree_outline_28.js";
|
|
2236
2243
|
export { Icon28CigaretteOutline } from "./28/cigarette_outline_28.js";
|
|
@@ -2264,6 +2271,7 @@ export { Icon28ComputerMouseArrowsOutline } from "./28/computer_mouse_arrows_out
|
|
|
2264
2271
|
export { Icon28ComputerOutline } from "./28/computer_outline_28.js";
|
|
2265
2272
|
export { Icon28ComputerSmartphoneOutline } from "./28/computer_smartphone_outline_28.js";
|
|
2266
2273
|
export { Icon28CopyOutline } from "./28/copy_outline_28.js";
|
|
2274
|
+
export { Icon28CopyrightOutline } from "./28/copyright_outline_28.js";
|
|
2267
2275
|
export { Icon28Crop } from "./28/crop_28.js";
|
|
2268
2276
|
export { Icon28CrossLargeOutline } from "./28/cross_large_outline_28.js";
|
|
2269
2277
|
export { Icon28Crown } from "./28/crown_28.js";
|
|
@@ -2346,6 +2354,7 @@ export { Icon28Fire } from "./28/fire_28.js";
|
|
|
2346
2354
|
export { Icon28FireAltOutline } from "./28/fire_alt_outline_28.js";
|
|
2347
2355
|
export { Icon28FireCircleFillRed } from "./28/fire_circle_fill_red_28.js";
|
|
2348
2356
|
export { Icon28FireOutline } from "./28/fire_outline_28.js";
|
|
2357
|
+
export { Icon28FishOutline } from "./28/fish_outline_28.js";
|
|
2349
2358
|
export { Icon28FlagOutline } from "./28/flag_outline_28.js";
|
|
2350
2359
|
export { Icon28Flash } from "./28/flash_28.js";
|
|
2351
2360
|
export { Icon28FlashCircleFillGray } from "./28/flash_circle_fill_gray_28.js";
|
|
@@ -2425,6 +2434,7 @@ export { Icon28HistoryBackwardOutline } from "./28/history_backward_outline_28.j
|
|
|
2425
2434
|
export { Icon28HistoryForwardLockOutline } from "./28/history_forward_lock_outline_28.js";
|
|
2426
2435
|
export { Icon28HistoryForwardOutline } from "./28/history_forward_outline_28.js";
|
|
2427
2436
|
export { Icon28HistoryForwardSubstractOutline } from "./28/history_forward_substract_outline_28.js";
|
|
2437
|
+
export { Icon28HobbyOutline } from "./28/hobby_outline_28.js";
|
|
2428
2438
|
export { Icon28HockeyOutline } from "./28/hockey_outline_28.js";
|
|
2429
2439
|
export { Icon28HomeArrowDownOutline } from "./28/home_arrow_down_outline_28.js";
|
|
2430
2440
|
export { Icon28HomeOutline } from "./28/home_outline_28.js";
|
|
@@ -2740,6 +2750,7 @@ export { Icon28SadFaceOutline } from "./28/sad_face_outline_28.js";
|
|
|
2740
2750
|
export { Icon28SafariOutline } from "./28/safari_outline_28.js";
|
|
2741
2751
|
export { Icon28ScanViewfinderOutline } from "./28/scan_viewfinder_outline_28.js";
|
|
2742
2752
|
export { Icon28SchoolOutline } from "./28/school_outline_28.js";
|
|
2753
|
+
export { Icon28Science } from "./28/science_28.js";
|
|
2743
2754
|
export { Icon28ScissorsOutline } from "./28/scissors_outline_28.js";
|
|
2744
2755
|
export { Icon28Screencast } from "./28/screencast_28.js";
|
|
2745
2756
|
export { Icon28ScreencastEnabledOutline } from "./28/screencast_enabled_outline_28.js";
|
|
@@ -3269,6 +3280,7 @@ export { Icon56ArrowUturnLeftOutline } from "./56/arrow_uturn_left_outline_56.js
|
|
|
3269
3280
|
export { Icon56ArticleOutline } from "./56/article_outline_56.js";
|
|
3270
3281
|
export { Icon56ArticlesOutline } from "./56/articles_outline_56.js";
|
|
3271
3282
|
export { Icon56BackspaceOutline } from "./56/backspace_outline_56.js";
|
|
3283
|
+
export { Icon56BillSeparatedOutline } from "./56/bill_separated_outline_56.js";
|
|
3272
3284
|
export { Icon56BlockOutline } from "./56/block_outline_56.js";
|
|
3273
3285
|
export { Icon56BookmarkOutline } from "./56/bookmark_outline_56.js";
|
|
3274
3286
|
export { Icon56BrushOutline } from "./56/brush_outline_56.js";
|
|
@@ -3281,6 +3293,7 @@ export { Icon56CameraOffOutline } from "./56/camera_off_outline_56.js";
|
|
|
3281
3293
|
export { Icon56CameraOutline } from "./56/camera_outline_56.js";
|
|
3282
3294
|
export { Icon56CancelCircleOutline } from "./56/cancel_circle_outline_56.js";
|
|
3283
3295
|
export { Icon56CarouselOutline } from "./56/carousel_outline_56.js";
|
|
3296
|
+
export { Icon56CarOutline } from "./56/car_outline_56.js";
|
|
3284
3297
|
export { Icon56ChainOutline } from "./56/chain_outline_56.js";
|
|
3285
3298
|
export { Icon56CheckCircleDeviceOutline } from "./56/check_circle_device_outline_56.js";
|
|
3286
3299
|
export { Icon56CheckCircleOutline } from "./56/check_circle_outline_56.js";
|
|
@@ -3294,6 +3307,7 @@ export { Icon56CommentsOutline } from "./56/comments_outline_56.js";
|
|
|
3294
3307
|
export { Icon56CompassCircleFillPurple } from "./56/compass_circle_fill_purple_56.js";
|
|
3295
3308
|
export { Icon56CompassOutline } from "./56/compass_outline_56.js";
|
|
3296
3309
|
export { Icon56ComputerOutline } from "./56/computer_outline_56.js";
|
|
3310
|
+
export { Icon56CopyOutline } from "./56/copy_outline_56.js";
|
|
3297
3311
|
export { Icon56CrownVerified } from "./56/crown_verified_56.js";
|
|
3298
3312
|
export { Icon56CupMusicNoteOutline } from "./56/cup_music_note_outline_56.js";
|
|
3299
3313
|
export { Icon56CupOutline } from "./56/cup_outline_56.js";
|
|
@@ -3338,6 +3352,7 @@ export { Icon56GiftOutline } from "./56/gift_outline_56.js";
|
|
|
3338
3352
|
export { Icon56GlobeCrossOutline } from "./56/globe_cross_outline_56.js";
|
|
3339
3353
|
export { Icon56GlobeOutline } from "./56/globe_outline_56.js";
|
|
3340
3354
|
export { Icon56GoodsCollection } from "./56/goods_collection_56.js";
|
|
3355
|
+
export { Icon56GovernmentOutline } from "./56/government_outline_56.js";
|
|
3341
3356
|
export { Icon56GridCircleFillYellow } from "./56/grid_circle_fill_yellow_56.js";
|
|
3342
3357
|
export { Icon56HandPointUpLeftOutline } from "./56/hand_point_up_left_outline_56.js";
|
|
3343
3358
|
export { Icon56HandTapOutline } from "./56/hand_tap_outline_56.js";
|
|
@@ -3413,6 +3428,7 @@ export { Icon56PictureInPicture } from "./56/picture_in_picture_56.js";
|
|
|
3413
3428
|
export { Icon56PinDotOutline } from "./56/pin_dot_outline_56.js";
|
|
3414
3429
|
export { Icon56PinOutline } from "./56/pin_outline_56.js";
|
|
3415
3430
|
export { Icon56PlaceOutline } from "./56/place_outline_56.js";
|
|
3431
|
+
export { Icon56PlaneOutline } from "./56/plane_outline_56.js";
|
|
3416
3432
|
export { Icon56PlayGesture } from "./56/play_gesture_56.js";
|
|
3417
3433
|
export { Icon56PlaylistOutline } from "./56/playlist_outline_56.js";
|
|
3418
3434
|
export { Icon56PodcastsOutline } from "./56/podcasts_outline_56.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.68.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,12 +40,12 @@
|
|
|
40
40
|
"@vkontakte/icons-sprite": "^3.2.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@rspack/cli": "^2.1
|
|
44
|
-
"@rspack/core": "^2.1
|
|
43
|
+
"@rspack/cli": "^2.2.1",
|
|
44
|
+
"@rspack/core": "^2.2.1",
|
|
45
45
|
"@size-limit/file": "^13.0.3",
|
|
46
46
|
"@size-limit/webpack": "^13.0.3",
|
|
47
47
|
"@swc/cli": "^0.8.1",
|
|
48
|
-
"@swc/core": "^1.
|
|
48
|
+
"@swc/core": "^1.16.1",
|
|
49
49
|
"@types/react": "^19.0.1",
|
|
50
50
|
"@vkontakte/icons-scripts": "^5.4.1",
|
|
51
51
|
"react": "^19.0.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M6.5 0c.692 0 1.24 0 1.683.036.447.037.83.113 1.18.291a3 3 0 0 1 1.31 1.31c.178.35.254.733.29 1.18C11 3.26 11 3.808 11 4.5v4.769c0 .515 0 .937-.03 1.262-.028.317-.091.642-.294.899a1.5 1.5 0 0 1-1.165.568c-.328.002-.623-.148-.89-.32-.274-.177-.607-.437-1.014-.754l-.93-.727c-.389-.303-.473-.357-.546-.377a.5.5 0 0 0-.262 0c-.073.02-.157.074-.546.377l-.93.727c-.407.317-.74.577-1.014.754-.267.172-.562.322-.89.32a1.5 1.5 0 0 1-1.165-.568c-.203-.257-.266-.582-.295-.899C1 10.206 1 9.784 1 9.27V4.5c0-.692 0-1.24.036-1.683.037-.447.113-.83.291-1.18a3 3 0 0 1 1.31-1.31c.35-.178.733-.254 1.18-.29C4.26 0 4.808 0 5.5 0z"/></svg>
|