@vkontakte/icons 3.66.0 → 3.67.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/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/copyright_outline_28.d.ts +7 -0
- package/dist/28/copyright_outline_28.js +22 -0
- package/dist/28/flash_outline_28.d.ts +1 -1
- package/dist/28/flash_outline_28.js +2 -4
- 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 +8 -0
- package/dist/index.js +8 -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/copyright_outline_28.d.ts +7 -0
- package/dist/typings/28/flash_outline_28.d.ts +1 -1
- 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 +8 -0
- package/package.json +2 -5
- 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/copyright_outline_28.svg +1 -0
- package/src/svg/28/flash_outline_28.svg +1 -1
- 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
|
@@ -1990,8 +1990,10 @@ export { Icon24TagOutline } from "./24/tag_outline_24.js";
|
|
|
1990
1990
|
export { Icon24TargetOutline } from "./24/target_outline_24.js";
|
|
1991
1991
|
export { Icon24TearOffFlyerOutline } from "./24/tear_off_flyer_outline_24.js";
|
|
1992
1992
|
export { Icon24TennisBallOutline } from "./24/tennis_ball_outline_24.js";
|
|
1993
|
+
export { Icon24TextAscLatinOutline } from "./24/text_asc_latin_outline_24.js";
|
|
1993
1994
|
export { Icon24TextAscOutline } from "./24/text_asc_outline_24.js";
|
|
1994
1995
|
export { Icon24TextBoldOutline } from "./24/text_bold_outline_24.js";
|
|
1996
|
+
export { Icon24TextDescLatinOutline } from "./24/text_desc_latin_outline_24.js";
|
|
1995
1997
|
export { Icon24TextDescOutline } from "./24/text_desc_outline_24.js";
|
|
1996
1998
|
export { Icon24TextHeading1Outline } from "./24/text_heading_1_outline_24.js";
|
|
1997
1999
|
export { Icon24TextHeading2Outline } from "./24/text_heading_2_outline_24.js";
|
|
@@ -2264,6 +2266,7 @@ export { Icon28ComputerMouseArrowsOutline } from "./28/computer_mouse_arrows_out
|
|
|
2264
2266
|
export { Icon28ComputerOutline } from "./28/computer_outline_28.js";
|
|
2265
2267
|
export { Icon28ComputerSmartphoneOutline } from "./28/computer_smartphone_outline_28.js";
|
|
2266
2268
|
export { Icon28CopyOutline } from "./28/copy_outline_28.js";
|
|
2269
|
+
export { Icon28CopyrightOutline } from "./28/copyright_outline_28.js";
|
|
2267
2270
|
export { Icon28Crop } from "./28/crop_28.js";
|
|
2268
2271
|
export { Icon28CrossLargeOutline } from "./28/cross_large_outline_28.js";
|
|
2269
2272
|
export { Icon28Crown } from "./28/crown_28.js";
|
|
@@ -3269,6 +3272,7 @@ export { Icon56ArrowUturnLeftOutline } from "./56/arrow_uturn_left_outline_56.js
|
|
|
3269
3272
|
export { Icon56ArticleOutline } from "./56/article_outline_56.js";
|
|
3270
3273
|
export { Icon56ArticlesOutline } from "./56/articles_outline_56.js";
|
|
3271
3274
|
export { Icon56BackspaceOutline } from "./56/backspace_outline_56.js";
|
|
3275
|
+
export { Icon56BillSeparatedOutline } from "./56/bill_separated_outline_56.js";
|
|
3272
3276
|
export { Icon56BlockOutline } from "./56/block_outline_56.js";
|
|
3273
3277
|
export { Icon56BookmarkOutline } from "./56/bookmark_outline_56.js";
|
|
3274
3278
|
export { Icon56BrushOutline } from "./56/brush_outline_56.js";
|
|
@@ -3281,6 +3285,7 @@ export { Icon56CameraOffOutline } from "./56/camera_off_outline_56.js";
|
|
|
3281
3285
|
export { Icon56CameraOutline } from "./56/camera_outline_56.js";
|
|
3282
3286
|
export { Icon56CancelCircleOutline } from "./56/cancel_circle_outline_56.js";
|
|
3283
3287
|
export { Icon56CarouselOutline } from "./56/carousel_outline_56.js";
|
|
3288
|
+
export { Icon56CarOutline } from "./56/car_outline_56.js";
|
|
3284
3289
|
export { Icon56ChainOutline } from "./56/chain_outline_56.js";
|
|
3285
3290
|
export { Icon56CheckCircleDeviceOutline } from "./56/check_circle_device_outline_56.js";
|
|
3286
3291
|
export { Icon56CheckCircleOutline } from "./56/check_circle_outline_56.js";
|
|
@@ -3294,6 +3299,7 @@ export { Icon56CommentsOutline } from "./56/comments_outline_56.js";
|
|
|
3294
3299
|
export { Icon56CompassCircleFillPurple } from "./56/compass_circle_fill_purple_56.js";
|
|
3295
3300
|
export { Icon56CompassOutline } from "./56/compass_outline_56.js";
|
|
3296
3301
|
export { Icon56ComputerOutline } from "./56/computer_outline_56.js";
|
|
3302
|
+
export { Icon56CopyOutline } from "./56/copy_outline_56.js";
|
|
3297
3303
|
export { Icon56CrownVerified } from "./56/crown_verified_56.js";
|
|
3298
3304
|
export { Icon56CupMusicNoteOutline } from "./56/cup_music_note_outline_56.js";
|
|
3299
3305
|
export { Icon56CupOutline } from "./56/cup_outline_56.js";
|
|
@@ -3338,6 +3344,7 @@ export { Icon56GiftOutline } from "./56/gift_outline_56.js";
|
|
|
3338
3344
|
export { Icon56GlobeCrossOutline } from "./56/globe_cross_outline_56.js";
|
|
3339
3345
|
export { Icon56GlobeOutline } from "./56/globe_outline_56.js";
|
|
3340
3346
|
export { Icon56GoodsCollection } from "./56/goods_collection_56.js";
|
|
3347
|
+
export { Icon56GovernmentOutline } from "./56/government_outline_56.js";
|
|
3341
3348
|
export { Icon56GridCircleFillYellow } from "./56/grid_circle_fill_yellow_56.js";
|
|
3342
3349
|
export { Icon56HandPointUpLeftOutline } from "./56/hand_point_up_left_outline_56.js";
|
|
3343
3350
|
export { Icon56HandTapOutline } from "./56/hand_tap_outline_56.js";
|
|
@@ -3413,6 +3420,7 @@ export { Icon56PictureInPicture } from "./56/picture_in_picture_56.js";
|
|
|
3413
3420
|
export { Icon56PinDotOutline } from "./56/pin_dot_outline_56.js";
|
|
3414
3421
|
export { Icon56PinOutline } from "./56/pin_outline_56.js";
|
|
3415
3422
|
export { Icon56PlaceOutline } from "./56/place_outline_56.js";
|
|
3423
|
+
export { Icon56PlaneOutline } from "./56/plane_outline_56.js";
|
|
3416
3424
|
export { Icon56PlayGesture } from "./56/play_gesture_56.js";
|
|
3417
3425
|
export { Icon56PlaylistOutline } from "./56/playlist_outline_56.js";
|
|
3418
3426
|
export { Icon56PodcastsOutline } from "./56/podcasts_outline_56.js";
|
package/dist/index.js
CHANGED
|
@@ -1990,8 +1990,10 @@ export { Icon24TagOutline } from "./24/tag_outline_24.js";
|
|
|
1990
1990
|
export { Icon24TargetOutline } from "./24/target_outline_24.js";
|
|
1991
1991
|
export { Icon24TearOffFlyerOutline } from "./24/tear_off_flyer_outline_24.js";
|
|
1992
1992
|
export { Icon24TennisBallOutline } from "./24/tennis_ball_outline_24.js";
|
|
1993
|
+
export { Icon24TextAscLatinOutline } from "./24/text_asc_latin_outline_24.js";
|
|
1993
1994
|
export { Icon24TextAscOutline } from "./24/text_asc_outline_24.js";
|
|
1994
1995
|
export { Icon24TextBoldOutline } from "./24/text_bold_outline_24.js";
|
|
1996
|
+
export { Icon24TextDescLatinOutline } from "./24/text_desc_latin_outline_24.js";
|
|
1995
1997
|
export { Icon24TextDescOutline } from "./24/text_desc_outline_24.js";
|
|
1996
1998
|
export { Icon24TextHeading1Outline } from "./24/text_heading_1_outline_24.js";
|
|
1997
1999
|
export { Icon24TextHeading2Outline } from "./24/text_heading_2_outline_24.js";
|
|
@@ -2264,6 +2266,7 @@ export { Icon28ComputerMouseArrowsOutline } from "./28/computer_mouse_arrows_out
|
|
|
2264
2266
|
export { Icon28ComputerOutline } from "./28/computer_outline_28.js";
|
|
2265
2267
|
export { Icon28ComputerSmartphoneOutline } from "./28/computer_smartphone_outline_28.js";
|
|
2266
2268
|
export { Icon28CopyOutline } from "./28/copy_outline_28.js";
|
|
2269
|
+
export { Icon28CopyrightOutline } from "./28/copyright_outline_28.js";
|
|
2267
2270
|
export { Icon28Crop } from "./28/crop_28.js";
|
|
2268
2271
|
export { Icon28CrossLargeOutline } from "./28/cross_large_outline_28.js";
|
|
2269
2272
|
export { Icon28Crown } from "./28/crown_28.js";
|
|
@@ -3269,6 +3272,7 @@ export { Icon56ArrowUturnLeftOutline } from "./56/arrow_uturn_left_outline_56.js
|
|
|
3269
3272
|
export { Icon56ArticleOutline } from "./56/article_outline_56.js";
|
|
3270
3273
|
export { Icon56ArticlesOutline } from "./56/articles_outline_56.js";
|
|
3271
3274
|
export { Icon56BackspaceOutline } from "./56/backspace_outline_56.js";
|
|
3275
|
+
export { Icon56BillSeparatedOutline } from "./56/bill_separated_outline_56.js";
|
|
3272
3276
|
export { Icon56BlockOutline } from "./56/block_outline_56.js";
|
|
3273
3277
|
export { Icon56BookmarkOutline } from "./56/bookmark_outline_56.js";
|
|
3274
3278
|
export { Icon56BrushOutline } from "./56/brush_outline_56.js";
|
|
@@ -3281,6 +3285,7 @@ export { Icon56CameraOffOutline } from "./56/camera_off_outline_56.js";
|
|
|
3281
3285
|
export { Icon56CameraOutline } from "./56/camera_outline_56.js";
|
|
3282
3286
|
export { Icon56CancelCircleOutline } from "./56/cancel_circle_outline_56.js";
|
|
3283
3287
|
export { Icon56CarouselOutline } from "./56/carousel_outline_56.js";
|
|
3288
|
+
export { Icon56CarOutline } from "./56/car_outline_56.js";
|
|
3284
3289
|
export { Icon56ChainOutline } from "./56/chain_outline_56.js";
|
|
3285
3290
|
export { Icon56CheckCircleDeviceOutline } from "./56/check_circle_device_outline_56.js";
|
|
3286
3291
|
export { Icon56CheckCircleOutline } from "./56/check_circle_outline_56.js";
|
|
@@ -3294,6 +3299,7 @@ export { Icon56CommentsOutline } from "./56/comments_outline_56.js";
|
|
|
3294
3299
|
export { Icon56CompassCircleFillPurple } from "./56/compass_circle_fill_purple_56.js";
|
|
3295
3300
|
export { Icon56CompassOutline } from "./56/compass_outline_56.js";
|
|
3296
3301
|
export { Icon56ComputerOutline } from "./56/computer_outline_56.js";
|
|
3302
|
+
export { Icon56CopyOutline } from "./56/copy_outline_56.js";
|
|
3297
3303
|
export { Icon56CrownVerified } from "./56/crown_verified_56.js";
|
|
3298
3304
|
export { Icon56CupMusicNoteOutline } from "./56/cup_music_note_outline_56.js";
|
|
3299
3305
|
export { Icon56CupOutline } from "./56/cup_outline_56.js";
|
|
@@ -3338,6 +3344,7 @@ export { Icon56GiftOutline } from "./56/gift_outline_56.js";
|
|
|
3338
3344
|
export { Icon56GlobeCrossOutline } from "./56/globe_cross_outline_56.js";
|
|
3339
3345
|
export { Icon56GlobeOutline } from "./56/globe_outline_56.js";
|
|
3340
3346
|
export { Icon56GoodsCollection } from "./56/goods_collection_56.js";
|
|
3347
|
+
export { Icon56GovernmentOutline } from "./56/government_outline_56.js";
|
|
3341
3348
|
export { Icon56GridCircleFillYellow } from "./56/grid_circle_fill_yellow_56.js";
|
|
3342
3349
|
export { Icon56HandPointUpLeftOutline } from "./56/hand_point_up_left_outline_56.js";
|
|
3343
3350
|
export { Icon56HandTapOutline } from "./56/hand_tap_outline_56.js";
|
|
@@ -3413,6 +3420,7 @@ export { Icon56PictureInPicture } from "./56/picture_in_picture_56.js";
|
|
|
3413
3420
|
export { Icon56PinDotOutline } from "./56/pin_dot_outline_56.js";
|
|
3414
3421
|
export { Icon56PinOutline } from "./56/pin_outline_56.js";
|
|
3415
3422
|
export { Icon56PlaceOutline } from "./56/place_outline_56.js";
|
|
3423
|
+
export { Icon56PlaneOutline } from "./56/plane_outline_56.js";
|
|
3416
3424
|
export { Icon56PlayGesture } from "./56/play_gesture_56.js";
|
|
3417
3425
|
export { Icon56PlaylistOutline } from "./56/playlist_outline_56.js";
|
|
3418
3426
|
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 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 Icon28CopyrightOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon28CopyrightOutline: React.FC<Icon28CopyrightOutlineProps> & {
|
|
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 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
|
@@ -1990,8 +1990,10 @@ export { Icon24TagOutline } from "./24/tag_outline_24.js";
|
|
|
1990
1990
|
export { Icon24TargetOutline } from "./24/target_outline_24.js";
|
|
1991
1991
|
export { Icon24TearOffFlyerOutline } from "./24/tear_off_flyer_outline_24.js";
|
|
1992
1992
|
export { Icon24TennisBallOutline } from "./24/tennis_ball_outline_24.js";
|
|
1993
|
+
export { Icon24TextAscLatinOutline } from "./24/text_asc_latin_outline_24.js";
|
|
1993
1994
|
export { Icon24TextAscOutline } from "./24/text_asc_outline_24.js";
|
|
1994
1995
|
export { Icon24TextBoldOutline } from "./24/text_bold_outline_24.js";
|
|
1996
|
+
export { Icon24TextDescLatinOutline } from "./24/text_desc_latin_outline_24.js";
|
|
1995
1997
|
export { Icon24TextDescOutline } from "./24/text_desc_outline_24.js";
|
|
1996
1998
|
export { Icon24TextHeading1Outline } from "./24/text_heading_1_outline_24.js";
|
|
1997
1999
|
export { Icon24TextHeading2Outline } from "./24/text_heading_2_outline_24.js";
|
|
@@ -2264,6 +2266,7 @@ export { Icon28ComputerMouseArrowsOutline } from "./28/computer_mouse_arrows_out
|
|
|
2264
2266
|
export { Icon28ComputerOutline } from "./28/computer_outline_28.js";
|
|
2265
2267
|
export { Icon28ComputerSmartphoneOutline } from "./28/computer_smartphone_outline_28.js";
|
|
2266
2268
|
export { Icon28CopyOutline } from "./28/copy_outline_28.js";
|
|
2269
|
+
export { Icon28CopyrightOutline } from "./28/copyright_outline_28.js";
|
|
2267
2270
|
export { Icon28Crop } from "./28/crop_28.js";
|
|
2268
2271
|
export { Icon28CrossLargeOutline } from "./28/cross_large_outline_28.js";
|
|
2269
2272
|
export { Icon28Crown } from "./28/crown_28.js";
|
|
@@ -3269,6 +3272,7 @@ export { Icon56ArrowUturnLeftOutline } from "./56/arrow_uturn_left_outline_56.js
|
|
|
3269
3272
|
export { Icon56ArticleOutline } from "./56/article_outline_56.js";
|
|
3270
3273
|
export { Icon56ArticlesOutline } from "./56/articles_outline_56.js";
|
|
3271
3274
|
export { Icon56BackspaceOutline } from "./56/backspace_outline_56.js";
|
|
3275
|
+
export { Icon56BillSeparatedOutline } from "./56/bill_separated_outline_56.js";
|
|
3272
3276
|
export { Icon56BlockOutline } from "./56/block_outline_56.js";
|
|
3273
3277
|
export { Icon56BookmarkOutline } from "./56/bookmark_outline_56.js";
|
|
3274
3278
|
export { Icon56BrushOutline } from "./56/brush_outline_56.js";
|
|
@@ -3281,6 +3285,7 @@ export { Icon56CameraOffOutline } from "./56/camera_off_outline_56.js";
|
|
|
3281
3285
|
export { Icon56CameraOutline } from "./56/camera_outline_56.js";
|
|
3282
3286
|
export { Icon56CancelCircleOutline } from "./56/cancel_circle_outline_56.js";
|
|
3283
3287
|
export { Icon56CarouselOutline } from "./56/carousel_outline_56.js";
|
|
3288
|
+
export { Icon56CarOutline } from "./56/car_outline_56.js";
|
|
3284
3289
|
export { Icon56ChainOutline } from "./56/chain_outline_56.js";
|
|
3285
3290
|
export { Icon56CheckCircleDeviceOutline } from "./56/check_circle_device_outline_56.js";
|
|
3286
3291
|
export { Icon56CheckCircleOutline } from "./56/check_circle_outline_56.js";
|
|
@@ -3294,6 +3299,7 @@ export { Icon56CommentsOutline } from "./56/comments_outline_56.js";
|
|
|
3294
3299
|
export { Icon56CompassCircleFillPurple } from "./56/compass_circle_fill_purple_56.js";
|
|
3295
3300
|
export { Icon56CompassOutline } from "./56/compass_outline_56.js";
|
|
3296
3301
|
export { Icon56ComputerOutline } from "./56/computer_outline_56.js";
|
|
3302
|
+
export { Icon56CopyOutline } from "./56/copy_outline_56.js";
|
|
3297
3303
|
export { Icon56CrownVerified } from "./56/crown_verified_56.js";
|
|
3298
3304
|
export { Icon56CupMusicNoteOutline } from "./56/cup_music_note_outline_56.js";
|
|
3299
3305
|
export { Icon56CupOutline } from "./56/cup_outline_56.js";
|
|
@@ -3338,6 +3344,7 @@ export { Icon56GiftOutline } from "./56/gift_outline_56.js";
|
|
|
3338
3344
|
export { Icon56GlobeCrossOutline } from "./56/globe_cross_outline_56.js";
|
|
3339
3345
|
export { Icon56GlobeOutline } from "./56/globe_outline_56.js";
|
|
3340
3346
|
export { Icon56GoodsCollection } from "./56/goods_collection_56.js";
|
|
3347
|
+
export { Icon56GovernmentOutline } from "./56/government_outline_56.js";
|
|
3341
3348
|
export { Icon56GridCircleFillYellow } from "./56/grid_circle_fill_yellow_56.js";
|
|
3342
3349
|
export { Icon56HandPointUpLeftOutline } from "./56/hand_point_up_left_outline_56.js";
|
|
3343
3350
|
export { Icon56HandTapOutline } from "./56/hand_tap_outline_56.js";
|
|
@@ -3413,6 +3420,7 @@ export { Icon56PictureInPicture } from "./56/picture_in_picture_56.js";
|
|
|
3413
3420
|
export { Icon56PinDotOutline } from "./56/pin_dot_outline_56.js";
|
|
3414
3421
|
export { Icon56PinOutline } from "./56/pin_outline_56.js";
|
|
3415
3422
|
export { Icon56PlaceOutline } from "./56/place_outline_56.js";
|
|
3423
|
+
export { Icon56PlaneOutline } from "./56/plane_outline_56.js";
|
|
3416
3424
|
export { Icon56PlayGesture } from "./56/play_gesture_56.js";
|
|
3417
3425
|
export { Icon56PlaylistOutline } from "./56/playlist_outline_56.js";
|
|
3418
3426
|
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.67.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": {
|
|
@@ -87,8 +87,5 @@
|
|
|
87
87
|
"brotli": false,
|
|
88
88
|
"webpack": false
|
|
89
89
|
}
|
|
90
|
-
]
|
|
91
|
-
"publishConfig": {
|
|
92
|
-
"provenance": true
|
|
93
|
-
}
|
|
90
|
+
]
|
|
94
91
|
}
|
|
@@ -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="M7.333 5.234c.844 0 1.299.4 1.614 1.336l3.48 9.844c.102.306.157.556.157.788 0 .557-.399.91-1.002.91-.566 0-.9-.288-1.113-1.003l-.872-2.616H5.014l-.872 2.616c-.223.724-.538 1.002-1.104 1.002-.584 0-.983-.343-.983-.88 0-.223.055-.465.175-.817L5.71 6.57c.325-.927.779-1.336 1.623-1.336M5.515 12.88h3.58L7.362 7.526H7.26z" clip-rule="evenodd"/><path d="M20.238 8.176c.724 0 1.132.39 1.132.965 0 .408-.158.742-.52 1.196l-4.388 5.873v.101h4.193c.594 0 .928.362.928.835 0 .51-.334.882-.928.882h-5.529c-.742 0-1.15-.408-1.15-.983 0-.399.167-.734.529-1.179l4.416-5.863v-.111h-4.082c-.603 0-.928-.371-.928-.863 0-.491.325-.853.928-.853z"/></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="M17.335 8.046c2.477 0 3.86 1.187 3.86 3.321v5.613c0 .705-.363 1.113-1.003 1.113-.566 0-.927-.343-.973-.928v-.435h-.103c-.538.908-1.521 1.41-2.736 1.41-1.911 0-3.201-1.207-3.201-2.988 0-1.809 1.317-2.913 3.507-2.922h2.449v-.873c0-1.104-.678-1.678-1.93-1.678-.78 0-1.317.278-1.883.853-.25.241-.492.334-.844.334-.455 0-.751-.306-.751-.752 0-.566.389-1.122 1.214-1.567.594-.325 1.373-.501 2.394-.501m-.361 5.594c-1.095 0-1.726.51-1.726 1.41 0 .909.714 1.521 1.772 1.521 1.196 0 2.115-.816 2.115-1.874V13.64z" clip-rule="evenodd"/><path d="M10.266 5.336c.677 0 1.104.4 1.104 1.03 0 .418-.185.752-1.002 1.884l-5.483 7.857v.112h5.807c.566 0 .947.362.947.9 0 .529-.39.88-.955.881H3.466c-.677 0-1.142-.445-1.142-1.076 0-.4.167-.696.984-1.819l5.576-7.867v-.12H3.466c-.575 0-.946-.353-.946-.89 0-.548.38-.892.955-.892z"/></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 fill-rule="evenodd" d="M23.791 13.95c0 5.435-4.406 9.841-9.841 9.841s-9.841-4.406-9.841-9.841 4.406-9.841 9.841-9.841 9.841 4.406 9.841 9.84m2.109 0c0 6.6-5.35 11.95-11.95 11.95S2 20.55 2 13.95 7.35 2 13.95 2 25.9 7.35 25.9 13.95m-15.465 0a3.515 3.515 0 0 1 5.677-2.771 1.054 1.054 0 1 0 1.3-1.662 5.624 5.624 0 1 0 0 8.865 1.054 1.054 0 0 0-1.3-1.661 3.515 3.515 0 0 1-5.677-2.771" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="currentColor"><path d="M15.775 2.27c.455-.231 1.111-.42 1.743-.102.654.33.874.995.927 1.524.055.55-.034 1.198-.223 1.906l-.001.005-1.267 4.616 2.89.558c1.41.229 2.673.857 3.052 2.132.368 1.235-.276 2.518-1.243 3.607l-.006.008-.007.008-7.436 8.024-.01.011-.012.012c-.505.51-1.009.915-1.495 1.157-.452.226-1.123.422-1.76.078-.649-.353-.836-1.036-.875-1.547-.041-.543.052-1.184.24-1.882l1.175-4.674-2.954-.488C7.135 17 5.768 16.4 5.223 15.186c-.59-1.314.025-2.723 1.227-3.954l.008-.01.009-.007Q7.973 9.74 8.64 9.06c.662-.678 1.478-1.456 2.417-2.366.945-.916 2.034-1.986 3.273-3.275.476-.503.964-.905 1.445-1.15m.676 1.926a4.7 4.7 0 0 0-.674.603l-.004.006a129 129 0 0 1-3.325 3.326c-.96.93-1.741 1.675-2.379 2.327q-.69.706-2.188 2.17c-1.002 1.027-.91 1.565-.833 1.738.122.271.61.694 1.782.883h.005l3.61.598c.701.116 1.306.784 1.146 1.612q-.008.037-.019.075l.001.001-1.345 5.354-.004.015a5.3 5.3 0 0 0-.168.878c.187-.132.422-.326.697-.603l7.419-8.006c.832-.943.866-1.496.808-1.694-.044-.147-.295-.546-1.481-.732l-.017-.002-.017-.004-3.525-.68c-.694-.13-1.28-.797-1.117-1.616l.018-.077.003-.01L16.29 5.08c.1-.374.145-.666.161-.884"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 56 56" fill="currentColor"><path fill-rule="evenodd" d="M38.028 28.991a3 3 0 0 1 2.944 0l1.304.86a2.93 2.93 0 0 0 3.381-.094c.965-.724 2.343-.035 2.343 1.172V44h-.012v.006a6 6 0 0 1-6 5.994H14a6.005 6.005 0 0 1-6-6l.001-11.929a2 2 0 0 1 .89-1.666l2.137-1.414a3 3 0 0 1 2.944 0l1.364.9a3 3 0 0 0 3.328 0l1.364-.9a3 3 0 0 1 2.944 0l1.364.9a3 3 0 0 0 3.328 0l1.364-.9a3 3 0 0 1 2.944 0l1.364.9a3 3 0 0 0 3.328 0zm2.026 2.982a1 1 0 0 0-1.107.002l-.619.412a6 6 0 0 1-6.656 0l-.617-.411a1 1 0 0 0-1.11 0l-.617.41a6 6 0 0 1-6.656 0l-.617-.41a1 1 0 0 0-1.11 0l-.617.41a6 6 0 0 1-6.656 0l-.617-.41a1 1 0 0 0-1.11 0l-.943.629.01 11.398H11A3 3 0 0 0 14 47h27.988a3 3 0 0 0 3-2.997L45 33.239a5.93 5.93 0 0 1-4.19-.765zM41.988 5a6 6 0 0 1 6 5.994L48 24a2 2 0 0 1-.8 1.602l-1.696 1.26a3 3 0 0 1-3.066.085l-1.273-.837a3 3 0 0 0-3.328 0l-1.364.9a3 3 0 0 1-2.944 0l-1.364-.9a3 3 0 0 0-3.328 0l-1.364.9a3 3 0 0 1-2.944 0l-1.364-.9a3 3 0 0 0-3.328 0l-1.364.9a3 3 0 0 1-2.944 0l-1.46-.963a2.83 2.83 0 0 0-3.136 0c-1.214.81-2.828-.009-2.927-1.43L8 24.477V11a6.005 6.005 0 0 1 6-6zM14 8a3 3 0 0 0-3 2.997v11.77a5.83 5.83 0 0 1 4.548.665l.898.595a1 1 0 0 0 1.107-.002l.619-.412a6 6 0 0 1 6.656 0l.617.411a1 1 0 0 0 1.11 0l.617-.41a6 6 0 0 1 6.656 0l.617.41a1 1 0 0 0 1.11 0l.617-.41a6 6 0 0 1 6.656 0l.482.32a1 1 0 0 0 1.154-.033l.534-.401-.01-12.503a3 3 0 0 0-3-2.997z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 56 56" fill="currentColor"><path d="M13.52 31.753a1.5 1.5 0 0 1 1.727-1.233l6 1a1.5 1.5 0 0 1-.494 2.96l-6-1a1.5 1.5 0 0 1-1.232-1.727m27.232-1.233a1.5 1.5 0 0 1 .494 2.96l-6 1a1.5 1.5 0 0 1-.494-2.96z"/><path fill-rule="evenodd" d="M33.974 11c2.91 0 4.367 0 5.648.447a8 8 0 0 1 3.01 1.889c.962.958 1.596 2.268 2.864 4.889L47.322 22H50a2 2 0 0 1 2 2v.88a3.38 3.38 0 0 1-3 3.356V43a3 3 0 0 1-3 3h-2a3 3 0 0 1-3-3v-1H15v1a3 3 0 0 1-3 3h-2a3 3 0 0 1-3-3V28.236a3.38 3.38 0 0 1-3-3.355V24a2 2 0 0 1 2-2h2.69l1.817-3.765c1.267-2.624 1.9-3.936 2.861-4.896a8 8 0 0 1 2.593-1.73l.42-.16C17.663 11 19.12 11 22.034 11zM10 35.6c0 1.169.003 1.866.045 2.382.025.307.057.441.07.48.094.181.24.328.421.423.039.011.172.045.482.07.516.042 1.213.045 2.382.045h29.2c1.169 0 1.866-.003 2.382-.045.307-.025.441-.058.48-.07a1 1 0 0 0 .423-.422c.012-.04.045-.174.07-.48.042-.517.045-1.214.045-2.383v-8.057a62 62 0 0 1-2.977.33c-3.042.27-7.86.536-15.023.536s-11.72-.266-14.506-.537a41 41 0 0 1-2.967-.38 16 16 0 0 1-.527-.1zM22.034 14c-3.135 0-3.977.04-4.663.28a5 5 0 0 0-1.883 1.182c-.514.514-.916 1.254-2.279 4.077l-.009.02-.01.018-2.374 4.916.221.043c.535.092 1.415.22 2.747.35 2.666.259 7.124.523 14.216.523 7.09 0 11.82-.264 14.759-.524a63 63 0 0 0 2.497-.268l-2.461-5.086c-1.364-2.819-1.766-3.558-2.28-4.071a5 5 0 0 0-1.882-1.18c-.686-.24-1.527-.28-4.66-.28z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 56 56" fill="currentColor"><path fill-rule="evenodd" d="M42 10a6 6 0 0 1 6 6v29a6 6 0 0 1-6 6H20a6 6 0 0 1-6-6V16a6 6 0 0 1 6-6zm-22 3a3 3 0 0 0-3 3v29a3 3 0 0 0 3 3h22a3 3 0 0 0 3-3V16a3 3 0 0 0-3-3z" clip-rule="evenodd"/><path d="M37 4a3 3 0 0 1 3 3H20a9 9 0 0 0-9 9v26a3 3 0 0 1-3-3V16C8 9.373 13.373 4 20 4z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 56 56" fill="currentColor"><path d="M46.5 9.5c1.214 0 1.626 1.07 1.715 1.364.124.406.15.857.15 1.224.004.773-.106 1.74-.236 2.63a53 53 0 0 1-.556 3.097l.133.295c.211.491.485 1.188.745 2.033.514 1.673.994 4.003.754 6.475-.244 2.505-1.233 5.162-3.642 7.364-1.764 1.613-4.216 2.913-7.53 3.769q.519.552.922 1.22c.943 1.563 1.329 3.469 1.472 5.592.148 2.18-1.446 3.965-3.458 4.33l-8.44 1.512a3 3 0 0 1-1.059 0l-8.44-1.511c-2.011-.366-3.605-2.15-3.457-4.331.143-2.123.53-4.029 1.473-5.592q.403-.668.921-1.22c-3.314-.856-5.766-2.156-7.53-3.769-2.409-2.202-3.398-4.859-3.642-7.364-.24-2.472.24-4.802.754-6.475.26-.845.534-1.542.745-2.033l.133-.295-.125-.62a53 53 0 0 1-.43-2.477c-.13-.89-.24-1.857-.238-2.63.002-.367.027-.818.15-1.224.09-.293.501-1.364 1.716-1.364.453.03 1.128.166 1.566.314.535.182 1.137.439 1.771.757a23 23 0 0 1 4.134 2.7C19.7 15.506 22.5 18.892 22.5 23a1.5 1.5 0 0 1-3 0c0-2.738-1.922-5.354-4.43-7.407a20 20 0 0 0-3.58-2.341 13 13 0 0 0-.817-.378c.036.42.093.9.167 1.408a50 50 0 0 0 .563 3.108l.046.213.011.056.003.013.001.003a1.5 1.5 0 0 1-.135 1.021l-.001.003-.013.024-.055.112c-.05.102-.123.259-.21.463-.177.41-.411 1.004-.633 1.726-.45 1.461-.825 3.368-.636 5.303.185 1.903.91 3.825 2.68 5.442 1.792 1.638 4.789 3.085 9.737 3.744a1.501 1.501 0 0 1 .276 2.91c-1.465.488-2.312 1.19-2.86 2.097-.581.964-.917 2.31-1.048 4.245-.035.519.351 1.06 1.002 1.177l7.887 1.457a3 3 0 0 0 1.09 0l7.887-1.457c.65-.118 1.037-.658 1.002-1.177-.13-1.936-.467-3.281-1.048-4.245-.547-.907-1.395-1.61-2.86-2.097a1.5 1.5 0 0 1 .276-2.91c4.949-.66 7.945-2.106 9.738-3.744 1.768-1.617 2.494-3.54 2.68-5.442.188-1.935-.188-3.842-.636-5.303a17 17 0 0 0-.633-1.726 12 12 0 0 0-.266-.575l-.012-.024v-.002a1.5 1.5 0 0 1-.137-1.022v-.003l.004-.013.011-.055.046-.214a57 57 0 0 0 .563-3.108c.074-.507.131-.988.167-1.408q-.376.157-.818.378a20 20 0 0 0-3.58 2.34c-2.507 2.054-4.428 4.67-4.428 7.408a1.5 1.5 0 0 1-3 0c0-4.11 2.8-7.494 5.528-9.728a23 23 0 0 1 4.134-2.7 14 14 0 0 1 1.771-.758A7 7 0 0 1 46.5 9.5"/><path d="M33.244 10.704a1.5 1.5 0 0 1 1.511 2.592l-2.03 1.185a6.5 6.5 0 0 0-3.225 5.614V21.5a1.5 1.5 0 0 1-3 0v-1.405a6.5 6.5 0 0 0-3.225-5.614l-2.031-1.185a1.501 1.501 0 0 1 1.511-2.592l2.032 1.185A9.5 9.5 0 0 1 28 14.973a9.5 9.5 0 0 1 3.212-3.084zM28 4a3 3 0 1 1 0 6 3 3 0 0 1 0-6"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 56 56" fill="currentColor"><path d="M43.618 6.96c1.14-.048 2.593.173 3.771 1.202l.233.217.216.231c1.03 1.178 1.25 2.631 1.201 3.772-.052 1.231-.422 2.487-.918 3.644-.99 2.31-2.735 4.812-4.931 7.024l-3.47 3.856 2.542 13.678a5.003 5.003 0 0 1-9.013 3.81l-.008-.01-4.87-7.027a51 51 0 0 1-4.08 2.696l.622 3.832.005.028.003.028a4.432 4.432 0 0 1-8.108 3.034l-.015-.02-.013-.022-2.963-4.755-4.746-2.955-.022-.014-.022-.014a4.43 4.43 0 0 1-1.797-5.123l.067-.188a4.43 4.43 0 0 1 4.566-2.822l.199.024.053.008 3.827.616a51 51 0 0 1 2.694-4.08l-7.016-4.863-.006-.004-.006-.004a5.004 5.004 0 0 1-1.607-6.337l.099-.187a5 5 0 0 1 5.316-2.49h.001l13.67 2.535 3.857-3.47c2.212-2.197 4.715-3.941 7.025-4.931 1.158-.496 2.412-.865 3.644-.918M45.5 10.5c-1.61-1.61-6.475.475-10.5 4.5l-5 4.5-15.125-2.806a2.005 2.005 0 0 0-1.542 3.608L23 27c-2.516 2.834-4.252 5.828-5.5 8l-5.859-.944a1.433 1.433 0 0 0-.98 2.62L16 40l3.331 5.346c.333.514.952.756 1.539.614l.117-.033a1.43 1.43 0 0 0 .977-1.434l-.012-.128L21 38.5c2.173-1.249 5.166-2.985 8-5.5l6.706 9.675a2.004 2.004 0 0 0 3.607-1.543L36.501 26l4.5-5c4.025-4.025 6.11-8.89 4.5-10.5"/></svg>
|