@vkontakte/icons 2.88.0 → 2.89.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/diamond_outline_16.js +13 -0
- package/dist/16/hand_point_up_outline_16.js +13 -0
- package/dist/16/markdown_16.js +13 -0
- package/dist/16/pop_up_sticker_circle_fill_raspberry_pink_16.js +13 -0
- package/dist/20/error_shield_20.js +13 -0
- package/dist/20/square_4_plus_outline_20.js +13 -0
- package/dist/20/square_4_slash_outline_20.js +13 -0
- package/dist/20/square_stack_up_outline_20.js +13 -0
- package/dist/20/thumbs_down_20.js +13 -0
- package/dist/20/thumbs_up_20.js +1 -1
- package/dist/20/tv_outline_20.js +13 -0
- package/dist/24/incognito_24.js +13 -0
- package/dist/24/pop_up_sticker_circle_fill_raspberry_pink_24.js +13 -0
- package/dist/28/pop_up_sticker_circle_fill_raspberry_pink_28.js +13 -0
- package/dist/28/square_4_plus_outline_28.js +13 -0
- package/dist/28/square_4_slash_outline_28.js +13 -0
- package/dist/28/square_stack_up_outline_28.js +13 -0
- package/dist/36/favorite_36.js +1 -1
- package/dist/56/square_stack_up_outline_56.js +13 -0
- package/dist/56/statistics_outline_56.js +13 -0
- package/dist/es6/16/diamond_outline_16.js +3 -0
- package/dist/es6/16/hand_point_up_outline_16.js +3 -0
- package/dist/es6/16/markdown_16.js +3 -0
- package/dist/es6/16/pop_up_sticker_circle_fill_raspberry_pink_16.js +3 -0
- package/dist/es6/20/error_shield_20.js +3 -0
- package/dist/es6/20/square_4_plus_outline_20.js +3 -0
- package/dist/es6/20/square_4_slash_outline_20.js +3 -0
- package/dist/es6/20/square_stack_up_outline_20.js +3 -0
- package/dist/es6/20/thumbs_down_20.js +3 -0
- package/dist/es6/20/thumbs_up_20.js +1 -1
- package/dist/es6/20/tv_outline_20.js +3 -0
- package/dist/es6/24/incognito_24.js +3 -0
- package/dist/es6/24/pop_up_sticker_circle_fill_raspberry_pink_24.js +3 -0
- package/dist/es6/28/pop_up_sticker_circle_fill_raspberry_pink_28.js +3 -0
- package/dist/es6/28/square_4_plus_outline_28.js +3 -0
- package/dist/es6/28/square_4_slash_outline_28.js +3 -0
- package/dist/es6/28/square_stack_up_outline_28.js +3 -0
- package/dist/es6/36/favorite_36.js +1 -1
- package/dist/es6/56/square_stack_up_outline_56.js +3 -0
- package/dist/es6/56/statistics_outline_56.js +3 -0
- package/dist/es6/index.js +18 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +72 -0
- package/dist/typings/16/diamond_outline_16.d.ts +11 -0
- package/dist/typings/16/hand_point_up_outline_16.d.ts +11 -0
- package/dist/typings/16/markdown_16.d.ts +11 -0
- package/dist/typings/16/pop_up_sticker_circle_fill_raspberry_pink_16.d.ts +11 -0
- package/dist/typings/20/error_shield_20.d.ts +11 -0
- package/dist/typings/20/square_4_plus_outline_20.d.ts +11 -0
- package/dist/typings/20/square_4_slash_outline_20.d.ts +11 -0
- package/dist/typings/20/square_stack_up_outline_20.d.ts +11 -0
- package/dist/typings/20/thumbs_down_20.d.ts +11 -0
- package/dist/typings/20/tv_outline_20.d.ts +11 -0
- package/dist/typings/24/incognito_24.d.ts +11 -0
- package/dist/typings/24/pop_up_sticker_circle_fill_raspberry_pink_24.d.ts +11 -0
- package/dist/typings/28/pop_up_sticker_circle_fill_raspberry_pink_28.d.ts +11 -0
- package/dist/typings/28/square_4_plus_outline_28.d.ts +11 -0
- package/dist/typings/28/square_4_slash_outline_28.d.ts +11 -0
- package/dist/typings/28/square_stack_up_outline_28.d.ts +11 -0
- package/dist/typings/56/square_stack_up_outline_56.d.ts +11 -0
- package/dist/typings/56/statistics_outline_56.d.ts +11 -0
- package/dist/typings/index.d.ts +18 -0
- package/package.json +2 -2
- package/src/svg/16/diamond_outline_16.svg +1 -0
- package/src/svg/16/hand_point_up_outline_16.svg +1 -0
- package/src/svg/16/markdown_16.svg +1 -0
- package/src/svg/16/pop_up_sticker_circle_fill_raspberry_pink_16.svg +15 -0
- package/src/svg/20/error_shield_20.svg +4 -0
- package/src/svg/20/square_4_plus_outline_20.svg +1 -0
- package/src/svg/20/square_4_slash_outline_20.svg +1 -0
- package/src/svg/20/square_stack_up_outline_20.svg +1 -0
- package/src/svg/20/thumbs_down_20.svg +1 -0
- package/src/svg/20/thumbs_up_20.svg +1 -1
- package/src/svg/20/tv_outline_20.svg +1 -0
- package/src/svg/24/incognito_24.svg +1 -0
- package/src/svg/24/pop_up_sticker_circle_fill_raspberry_pink_24.svg +15 -0
- package/src/svg/28/pop_up_sticker_circle_fill_raspberry_pink_28.svg +15 -0
- package/src/svg/28/square_4_plus_outline_28.svg +1 -0
- package/src/svg/28/square_4_slash_outline_28.svg +1 -0
- package/src/svg/28/square_stack_up_outline_28.svg +1 -0
- package/src/svg/36/favorite_36.svg +1 -1
- package/src/svg/56/square_stack_up_outline_56.svg +1 -0
- package/src/svg/56/statistics_outline_56.svg +1 -0
package/dist/es6/index.js
CHANGED
|
@@ -205,6 +205,7 @@ export { Icon16CubeBoxOutline } from "./16/cube_box_outline_16";
|
|
|
205
205
|
export { Icon16Dash } from "./16/dash_16";
|
|
206
206
|
export { Icon16Delete } from "./16/delete_16";
|
|
207
207
|
export { Icon16DeleteOutline } from "./16/delete_outline_16";
|
|
208
|
+
export { Icon16DiamondOutline } from "./16/diamond_outline_16";
|
|
208
209
|
export { Icon16DollarOutline } from "./16/dollar_outline_16";
|
|
209
210
|
export { Icon16DonateOultine } from "./16/donate_oultine_16";
|
|
210
211
|
export { Icon16Done } from "./16/done_16";
|
|
@@ -259,6 +260,7 @@ export { Icon16GridOutline } from "./16/grid_outline_16";
|
|
|
259
260
|
export { Icon16Hand } from "./16/hand_16";
|
|
260
261
|
export { Icon16HandHeartFilled } from "./16/hand_heart_filled_16";
|
|
261
262
|
export { Icon16HandOutline } from "./16/hand_outline_16";
|
|
263
|
+
export { Icon16HandPointUpOutline } from "./16/hand_point_up_outline_16";
|
|
262
264
|
export { Icon16Hashtag } from "./16/hashtag_16";
|
|
263
265
|
export { Icon16Headphones } from "./16/headphones_16";
|
|
264
266
|
export { Icon16HeadphonesOutline } from "./16/headphones_outline_16";
|
|
@@ -300,6 +302,7 @@ export { Icon16LogoVk } from "./16/logo_vk_16";
|
|
|
300
302
|
export { Icon16LogoVkVideo } from "./16/logo_vk_video_16";
|
|
301
303
|
export { Icon16MailOutline } from "./16/mail_outline_16";
|
|
302
304
|
export { Icon16MailStackOutline } from "./16/mail_stack_outline_16";
|
|
305
|
+
export { Icon16Markdown } from "./16/markdown_16";
|
|
303
306
|
export { Icon16Market } from "./16/market_16";
|
|
304
307
|
export { Icon16MarketOutline } from "./16/market_outline_16";
|
|
305
308
|
export { Icon16Mask } from "./16/mask_16";
|
|
@@ -355,6 +358,7 @@ export { Icon16PlayCircleFillAzure } from "./16/play_circle_fill_azure_16";
|
|
|
355
358
|
export { Icon16PlayCircleFillGray } from "./16/play_circle_fill_gray_16";
|
|
356
359
|
export { Icon16PlayCircleFillPink } from "./16/play_circle_fill_pink_16";
|
|
357
360
|
export { Icon16Poll } from "./16/poll_16";
|
|
361
|
+
export { Icon16PopUpStickerCircleFillRaspberryPink } from "./16/pop_up_sticker_circle_fill_raspberry_pink_16";
|
|
358
362
|
export { Icon16PopupStickersCircleFillRaspberryPinkProduct } from "./16/popup_stickers_circle_fill_raspberry_pink_product_16";
|
|
359
363
|
export { Icon16QrCode } from "./16/qr_code_16";
|
|
360
364
|
export { Icon16Recent } from "./16/recent_16";
|
|
@@ -623,6 +627,7 @@ export { Icon20EducationOutline } from "./20/education_outline_20";
|
|
|
623
627
|
export { Icon20ErrorCircle } from "./20/error_circle_20";
|
|
624
628
|
export { Icon20ErrorCircleFillYellow } from "./20/error_circle_fill_yellow_20";
|
|
625
629
|
export { Icon20ErrorCircleOutline } from "./20/error_circle_outline_20";
|
|
630
|
+
export { Icon20ErrorShield } from "./20/error_shield_20";
|
|
626
631
|
export { Icon20ErrorShieldFilledYellow } from "./20/error_shield_filled_yellow_20";
|
|
627
632
|
export { Icon20EuroOutline } from "./20/euro_outline_20";
|
|
628
633
|
export { Icon20ExclamationMarkOutline } from "./20/exclamation_mark_outline_20";
|
|
@@ -897,10 +902,13 @@ export { Icon20SortOutline } from "./20/sort_outline_20";
|
|
|
897
902
|
export { Icon20SparkleOutline } from "./20/sparkle_outline_20";
|
|
898
903
|
export { Icon20Spinner } from "./20/spinner_20";
|
|
899
904
|
export { Icon20Square4Outline } from "./20/square_4_outline_20";
|
|
905
|
+
export { Icon20Square4PlusOutline } from "./20/square_4_plus_outline_20";
|
|
906
|
+
export { Icon20Square4SlashOutline } from "./20/square_4_slash_outline_20";
|
|
900
907
|
export { Icon20SquareOutline } from "./20/square_outline_20";
|
|
901
908
|
export { Icon20Squareshape9GridOutline } from "./20/squareshape_9_grid_outline_20";
|
|
902
909
|
export { Icon20SquareSplit3HorizontalOutline } from "./20/square_split_3_horizontal_outline_20";
|
|
903
910
|
export { Icon20SquareSplit4Outline } from "./20/square_split_4_outline_20";
|
|
911
|
+
export { Icon20SquareStackUpOutline } from "./20/square_stack_up_outline_20";
|
|
904
912
|
export { Icon20StarCircleFillBlue } from "./20/star_circle_fill_blue_20";
|
|
905
913
|
export { Icon20StarCircleFillGray } from "./20/star_circle_fill_gray_20";
|
|
906
914
|
export { Icon20Stars } from "./20/stars_20";
|
|
@@ -938,6 +946,7 @@ export { Icon20TextStrikethroughOutline } from "./20/text_strikethrough_outline_
|
|
|
938
946
|
export { Icon20TextTtOutline } from "./20/text_tt_outline_20";
|
|
939
947
|
export { Icon20TextUnderlineOutline } from "./20/text_underline_outline_20";
|
|
940
948
|
export { Icon20TextViewfinderOutline } from "./20/text_viewfinder_outline_20";
|
|
949
|
+
export { Icon20ThumbsDown } from "./20/thumbs_down_20";
|
|
941
950
|
export { Icon20ThumbsDownOutline } from "./20/thumbs_down_outline_20";
|
|
942
951
|
export { Icon20ThumbsUp } from "./20/thumbs_up_20";
|
|
943
952
|
export { Icon20ThumbsUpCircleFillGreen } from "./20/thumbs_up_circle_fill_green_20";
|
|
@@ -947,6 +956,7 @@ export { Icon20TouchIdOutline } from "./20/touch_id_outline_20";
|
|
|
947
956
|
export { Icon20TransparencyOutline } from "./20/transparency_outline_20";
|
|
948
957
|
export { Icon20TrashSimpleOutline } from "./20/trash_simple_outline_20";
|
|
949
958
|
export { Icon20TrashSmileOutline } from "./20/trash_smile_outline_20";
|
|
959
|
+
export { Icon20TvOutline } from "./20/tv_outline_20";
|
|
950
960
|
export { Icon20TvTextOutline } from "./20/tv_text_outline_20";
|
|
951
961
|
export { Icon20UmbrellaOutline } from "./20/umbrella_outline_20";
|
|
952
962
|
export { Icon20UnarchiveOutline } from "./20/unarchive_outline_20";
|
|
@@ -1298,6 +1308,7 @@ export { Icon24HorseToyOutline } from "./24/horse_toy_outline_24";
|
|
|
1298
1308
|
export { Icon24HslOutline } from "./24/hsl_outline_24";
|
|
1299
1309
|
export { Icon24IceSkatesOutline } from "./24/ice_skates_outline_24";
|
|
1300
1310
|
export { Icon24ImageFilterOutline } from "./24/image_filter_outline_24";
|
|
1311
|
+
export { Icon24Incognito } from "./24/incognito_24";
|
|
1301
1312
|
export { Icon24IndentDecreaseOutline } from "./24/indent_decrease_outline_24";
|
|
1302
1313
|
export { Icon24IndentIncreaseOutline } from "./24/indent_increase_outline_24";
|
|
1303
1314
|
export { Icon24Info } from "./24/info_24";
|
|
@@ -1468,6 +1479,7 @@ export { Icon24PlaySpeed } from "./24/play_speed_24";
|
|
|
1468
1479
|
export { Icon24Podcast } from "./24/podcast_24";
|
|
1469
1480
|
export { Icon24Poll } from "./24/poll_24";
|
|
1470
1481
|
export { Icon24PollOutline } from "./24/poll_outline_24";
|
|
1482
|
+
export { Icon24PopUpStickerCircleFillRaspberryPink } from "./24/pop_up_sticker_circle_fill_raspberry_pink_24";
|
|
1471
1483
|
export { Icon24Printer } from "./24/printer_24";
|
|
1472
1484
|
export { Icon24PrinterOutline } from "./24/printer_outline_24";
|
|
1473
1485
|
export { Icon24Privacy } from "./24/privacy_24";
|
|
@@ -2192,6 +2204,7 @@ export { Icon28PodcastCircleFillRed } from "./28/podcast_circle_fill_red_28";
|
|
|
2192
2204
|
export { Icon28PodcastOutline } from "./28/podcast_outline_28";
|
|
2193
2205
|
export { Icon28PollCircleFillGreen } from "./28/poll_circle_fill_green_28";
|
|
2194
2206
|
export { Icon28PollSquareOutline } from "./28/poll_square_outline_28";
|
|
2207
|
+
export { Icon28PopUpStickerCircleFillRaspberryPink } from "./28/pop_up_sticker_circle_fill_raspberry_pink_28";
|
|
2195
2208
|
export { Icon28PopupStickersCircleFillRaspberryPinkProduct } from "./28/popup_stickers_circle_fill_raspberry_pink_product_28";
|
|
2196
2209
|
export { Icon28PosterIcon } from "./28/poster_icon_28";
|
|
2197
2210
|
export { Icon28PowerSocketOutline } from "./28/power_socket_outline_28";
|
|
@@ -2293,8 +2306,11 @@ export { Icon28SpeedometerMaxOutline } from "./28/speedometer_max_outline_28";
|
|
|
2293
2306
|
export { Icon28SpeedometerMiddleOutline } from "./28/speedometer_middle_outline_28";
|
|
2294
2307
|
export { Icon28SpeedometerStartOutline } from "./28/speedometer_start_outline_28";
|
|
2295
2308
|
export { Icon28Square4Outline } from "./28/square_4_outline_28";
|
|
2309
|
+
export { Icon28Square4PlusOutline } from "./28/square_4_plus_outline_28";
|
|
2310
|
+
export { Icon28Square4SlashOutline } from "./28/square_4_slash_outline_28";
|
|
2296
2311
|
export { Icon28SquareSplit3HorizontalOutline } from "./28/square_split_3_horizontal_outline_28";
|
|
2297
2312
|
export { Icon28SquareSplit4Outline } from "./28/square_split_4_outline_28";
|
|
2313
|
+
export { Icon28SquareStackUpOutline } from "./28/square_stack_up_outline_28";
|
|
2298
2314
|
export { Icon28StarsCircleFillViolet } from "./28/stars_circle_fill_violet_28";
|
|
2299
2315
|
export { Icon28StarsOutline } from "./28/stars_outline_28";
|
|
2300
2316
|
export { Icon28StatisticCircleFillBlue } from "./28/statistic_circle_fill_blue_28";
|
|
@@ -2833,7 +2849,9 @@ export { Icon56SmartphoneOutline } from "./56/smartphone_outline_56";
|
|
|
2833
2849
|
export { Icon56SmileOutline } from "./56/smile_outline_56";
|
|
2834
2850
|
export { Icon56SongOutline } from "./56/song_outline_56";
|
|
2835
2851
|
export { Icon56Spinner } from "./56/spinner_56";
|
|
2852
|
+
export { Icon56SquareStackUpOutline } from "./56/square_stack_up_outline_56";
|
|
2836
2853
|
export { Icon56Stars3Outline } from "./56/stars_3_outline_56";
|
|
2854
|
+
export { Icon56StatisticsOutline } from "./56/statistics_outline_56";
|
|
2837
2855
|
export { Icon56StickerOutline } from "./56/sticker_outline_56";
|
|
2838
2856
|
export { Icon56StopwatchOutline } from "./56/stopwatch_outline_56";
|
|
2839
2857
|
export { Icon56StoryCircleFillYellow } from "./56/story_circle_fill_yellow_56";
|