@vkontakte/icons 3.3.0 → 3.5.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/blogger_mark_10k_outline_16.d.ts +5 -0
- package/dist/16/blogger_mark_10k_outline_16.js +34 -0
- package/dist/16/pin_outline_16.d.ts +5 -0
- package/dist/16/pin_outline_16.js +35 -0
- package/dist/20/editor_cut_outline_20.d.ts +5 -0
- package/dist/20/editor_cut_outline_20.js +33 -0
- package/dist/20/message_text_outline_20.d.ts +5 -0
- package/dist/20/message_text_outline_20.js +35 -0
- package/dist/20/reorder_20.d.ts +5 -0
- package/dist/20/reorder_20.js +35 -0
- package/dist/20/story_add_outline_20.d.ts +5 -0
- package/dist/20/story_add_outline_20.js +35 -0
- package/dist/20/uma_outline_20.d.ts +5 -0
- package/dist/20/uma_outline_20.js +35 -0
- package/dist/24/comment_alt_24.d.ts +5 -0
- package/dist/24/comment_alt_24.js +35 -0
- package/dist/24/message_forward_24.d.ts +5 -0
- package/dist/24/message_forward_24.js +33 -0
- package/dist/24/mute_cross_24.js +1 -2
- package/dist/24/share_alt_24.d.ts +5 -0
- package/dist/24/share_alt_24.js +33 -0
- package/dist/24/star_circle_fill_yellow_24.d.ts +5 -0
- package/dist/24/star_circle_fill_yellow_24.js +73 -0
- package/dist/24/volume_24.js +1 -1
- package/dist/28/message_text_outline_28.d.ts +5 -0
- package/dist/28/message_text_outline_28.js +35 -0
- package/dist/36/user_slash_outline_36.d.ts +5 -0
- package/dist/36/user_slash_outline_36.js +34 -0
- package/dist/56/pin_dot_outline_56.d.ts +5 -0
- package/dist/56/pin_dot_outline_56.js +38 -0
- package/dist/56/pin_outline_56.d.ts +5 -0
- package/dist/56/pin_outline_56.js +35 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +15 -0
- package/dist/index.js +15 -0
- package/dist/typings/16/blogger_mark_10k_outline_16.d.ts +5 -0
- package/dist/typings/16/pin_outline_16.d.ts +5 -0
- package/dist/typings/20/editor_cut_outline_20.d.ts +5 -0
- package/dist/typings/20/message_text_outline_20.d.ts +5 -0
- package/dist/typings/20/reorder_20.d.ts +5 -0
- package/dist/typings/20/story_add_outline_20.d.ts +5 -0
- package/dist/typings/20/uma_outline_20.d.ts +5 -0
- package/dist/typings/24/comment_alt_24.d.ts +5 -0
- package/dist/typings/24/message_forward_24.d.ts +5 -0
- package/dist/typings/24/share_alt_24.d.ts +5 -0
- package/dist/typings/24/star_circle_fill_yellow_24.d.ts +5 -0
- package/dist/typings/28/message_text_outline_28.d.ts +5 -0
- package/dist/typings/36/user_slash_outline_36.d.ts +5 -0
- package/dist/typings/56/pin_dot_outline_56.d.ts +5 -0
- package/dist/typings/56/pin_outline_56.d.ts +5 -0
- package/dist/typings/index.d.ts +15 -0
- package/package.json +5 -6
- package/src/svg/16/blogger_mark_10k_outline_16.svg +1 -0
- package/src/svg/16/pin_outline_16.svg +1 -0
- package/src/svg/20/editor_cut_outline_20.svg +1 -0
- package/src/svg/20/message_text_outline_20.svg +1 -0
- package/src/svg/20/reorder_20.svg +1 -0
- package/src/svg/20/story_add_outline_20.svg +1 -0
- package/src/svg/20/uma_outline_20.svg +1 -0
- package/src/svg/24/comment_alt_24.svg +1 -0
- package/src/svg/24/message_forward_24.svg +1 -0
- package/src/svg/24/mute_cross_24.svg +1 -1
- package/src/svg/24/share_alt_24.svg +1 -0
- package/src/svg/24/star_circle_fill_yellow_24.svg +15 -0
- package/src/svg/24/volume_24.svg +1 -1
- package/src/svg/28/message_text_outline_28.svg +1 -0
- package/src/svg/36/user_slash_outline_36.svg +1 -0
- package/src/svg/56/pin_dot_outline_56.svg +1 -0
- package/src/svg/56/pin_outline_56.svg +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -167,6 +167,7 @@ export { Icon16ArticlesOutline } from "./16/articles_outline_16.js";
|
|
|
167
167
|
export { Icon16Attach } from "./16/attach_16.js";
|
|
168
168
|
export { Icon16Backpack } from "./16/backpack_16.js";
|
|
169
169
|
export { Icon16Block } from "./16/block_16.js";
|
|
170
|
+
export { Icon16BloggerMark10kOutline } from "./16/blogger_mark_10k_outline_16.js";
|
|
170
171
|
export { Icon16Bomb } from "./16/bomb_16.js";
|
|
171
172
|
export { Icon16BombCircleFillPurple } from "./16/bomb_circle_fill_purple_16.js";
|
|
172
173
|
export { Icon16Bookmark } from "./16/bookmark_16.js";
|
|
@@ -395,6 +396,7 @@ export { Icon16Picture } from "./16/picture_16.js";
|
|
|
395
396
|
export { Icon16PictureOutline } from "./16/picture_outline_16.js";
|
|
396
397
|
export { Icon16Pin } from "./16/pin_16.js";
|
|
397
398
|
export { Icon16PinDot } from "./16/pin_dot_16.js";
|
|
399
|
+
export { Icon16PinOutline } from "./16/pin_outline_16.js";
|
|
398
400
|
export { Icon16Place } from "./16/place_16.js";
|
|
399
401
|
export { Icon16PlaceOutline } from "./16/place_outline_16.js";
|
|
400
402
|
export { Icon16PlaneOutline } from "./16/plane_outline_16.js";
|
|
@@ -708,6 +710,7 @@ export { Icon20DownloadOutline } from "./20/download_outline_20.js";
|
|
|
708
710
|
export { Icon20Dropdown } from "./20/dropdown_20.js";
|
|
709
711
|
export { Icon20DumpbellOutline } from "./20/dumpbell_outline_20.js";
|
|
710
712
|
export { Icon20EditCircleFillBlue } from "./20/edit_circle_fill_blue_20.js";
|
|
713
|
+
export { Icon20EditorCutOutline } from "./20/editor_cut_outline_20.js";
|
|
711
714
|
export { Icon20EducationOutline } from "./20/education_outline_20.js";
|
|
712
715
|
export { Icon20EraserOutline } from "./20/eraser_outline_20.js";
|
|
713
716
|
export { Icon20ErrorCircle } from "./20/error_circle_20.js";
|
|
@@ -883,6 +886,7 @@ export { Icon20MessageHeart } from "./20/message_heart_20.js";
|
|
|
883
886
|
export { Icon20MessageOutline } from "./20/message_outline_20.js";
|
|
884
887
|
export { Icon20MessageRectangleOutline } from "./20/message_rectangle_outline_20.js";
|
|
885
888
|
export { Icon20MessagesOutline } from "./20/messages_outline_20.js";
|
|
889
|
+
export { Icon20MessageTextOutline } from "./20/message_text_outline_20.js";
|
|
886
890
|
export { Icon20MessageUnreadCircleFillGray } from "./20/message_unread_circle_fill_gray_20.js";
|
|
887
891
|
export { Icon20MessageUnreadCircleFillRed } from "./20/message_unread_circle_fill_red_20.js";
|
|
888
892
|
export { Icon20MessageUnreadTopOutline } from "./20/message_unread_top_outline_20.js";
|
|
@@ -984,6 +988,7 @@ export { Icon20RectangleLineBottomLeftOutline } from "./20/rectangle_line_bottom
|
|
|
984
988
|
export { Icon20RectangleSplit4UnevenOutline } from "./20/rectangle_split_4_uneven_outline_20.js";
|
|
985
989
|
export { Icon20RefreshOutline } from "./20/refresh_outline_20.js";
|
|
986
990
|
export { Icon20RemoveCircleOutline } from "./20/remove_circle_outline_20.js";
|
|
991
|
+
export { Icon20Reorder } from "./20/reorder_20.js";
|
|
987
992
|
export { Icon20Replay15 } from "./20/replay_15_20.js";
|
|
988
993
|
export { Icon20ReplayOutline } from "./20/replay_outline_20.js";
|
|
989
994
|
export { Icon20ReplyCircleFillGray } from "./20/reply_circle_fill_gray_20.js";
|
|
@@ -1047,6 +1052,7 @@ export { Icon20StickerOutline } from "./20/sticker_outline_20.js";
|
|
|
1047
1052
|
export { Icon20StickerSmileOutline } from "./20/sticker_smile_outline_20.js";
|
|
1048
1053
|
export { Icon20StorefrontOutline } from "./20/storefront_outline_20.js";
|
|
1049
1054
|
export { Icon20Story } from "./20/story_20.js";
|
|
1055
|
+
export { Icon20StoryAddOutline } from "./20/story_add_outline_20.js";
|
|
1050
1056
|
export { Icon20StoryFillCircleRed } from "./20/story_fill_circle_red_20.js";
|
|
1051
1057
|
export { Icon20StoryFillCircleYellow } from "./20/story_fill_circle_yellow_20.js";
|
|
1052
1058
|
export { Icon20StoryOutline } from "./20/story_outline_20.js";
|
|
@@ -1093,6 +1099,7 @@ export { Icon20TruckOutline } from "./20/truck_outline_20.js";
|
|
|
1093
1099
|
export { Icon20TshirtOutline } from "./20/tshirt_outline_20.js";
|
|
1094
1100
|
export { Icon20TvOutline } from "./20/tv_outline_20.js";
|
|
1095
1101
|
export { Icon20TvTextOutline } from "./20/tv_text_outline_20.js";
|
|
1102
|
+
export { Icon20UmaOutline } from "./20/uma_outline_20.js";
|
|
1096
1103
|
export { Icon20UmbrellaOutline } from "./20/umbrella_outline_20.js";
|
|
1097
1104
|
export { Icon20UnarchiveOutline } from "./20/unarchive_outline_20.js";
|
|
1098
1105
|
export { Icon20UnfavoriteOutline } from "./20/unfavorite_outline_20.js";
|
|
@@ -1335,6 +1342,7 @@ export { Icon24ColorCorrection } from "./24/color_correction_24.js";
|
|
|
1335
1342
|
export { Icon24ColorPickerOutline } from "./24/color_picker_outline_24.js";
|
|
1336
1343
|
export { Icon24Comment } from "./24/comment_24.js";
|
|
1337
1344
|
export { Icon24CommentAddBadgeOutline } from "./24/comment_add_badge_outline_24.js";
|
|
1345
|
+
export { Icon24CommentAlt } from "./24/comment_alt_24.js";
|
|
1338
1346
|
export { Icon24CommentOutline } from "./24/comment_outline_24.js";
|
|
1339
1347
|
export { Icon24CommentSlashOutline } from "./24/comment_slash_outline_24.js";
|
|
1340
1348
|
export { Icon24Compass } from "./24/compass_24.js";
|
|
@@ -1567,6 +1575,7 @@ export { Icon24Message } from "./24/message_24.js";
|
|
|
1567
1575
|
export { Icon24MessageAddBadgeOutline } from "./24/message_add_badge_outline_24.js";
|
|
1568
1576
|
export { Icon24MessageArrowRightOutline } from "./24/message_arrow_right_outline_24.js";
|
|
1569
1577
|
export { Icon24MessageBadge } from "./24/message_badge_24.js";
|
|
1578
|
+
export { Icon24MessageForward } from "./24/message_forward_24.js";
|
|
1570
1579
|
export { Icon24MessageForwardOutline } from "./24/message_forward_outline_24.js";
|
|
1571
1580
|
export { Icon24MessageHeart } from "./24/message_heart_24.js";
|
|
1572
1581
|
export { Icon24MessageHeartOutline } from "./24/message_heart_outline_24.js";
|
|
@@ -1734,6 +1743,7 @@ export { Icon24ServicesOutline } from "./24/services_outline_24.js";
|
|
|
1734
1743
|
export { Icon24Settings } from "./24/settings_24.js";
|
|
1735
1744
|
export { Icon24ShadowsOutline } from "./24/shadows_outline_24.js";
|
|
1736
1745
|
export { Icon24Share } from "./24/share_24.js";
|
|
1746
|
+
export { Icon24ShareAlt } from "./24/share_alt_24.js";
|
|
1737
1747
|
export { Icon24ShareExternal } from "./24/share_external_24.js";
|
|
1738
1748
|
export { Icon24ShareExternalOutline } from "./24/share_external_outline_24.js";
|
|
1739
1749
|
export { Icon24ShareOutline } from "./24/share_outline_24.js";
|
|
@@ -1791,6 +1801,7 @@ export { Icon24SquareSplit3HorizontalOutline } from "./24/square_split_3_horizon
|
|
|
1791
1801
|
export { Icon24SquareSplit4Outline } from "./24/square_split_4_outline_24.js";
|
|
1792
1802
|
export { Icon24SquareStackUpOutline } from "./24/square_stack_up_outline_24.js";
|
|
1793
1803
|
export { Icon24StarCircleFillGreen } from "./24/star_circle_fill_green_24.js";
|
|
1804
|
+
export { Icon24StarCircleFillYellow } from "./24/star_circle_fill_yellow_24.js";
|
|
1794
1805
|
export { Icon24StarShieldOutline } from "./24/star_shield_outline_24.js";
|
|
1795
1806
|
export { Icon24StarsOutline } from "./24/stars_outline_24.js";
|
|
1796
1807
|
export { Icon24StatisticsOutline } from "./24/statistics_outline_24.js";
|
|
@@ -2335,6 +2346,7 @@ export { Icon28MessagesCircleFillGray } from "./28/messages_circle_fill_gray_28.
|
|
|
2335
2346
|
export { Icon28MessagesCircleFillYellow } from "./28/messages_circle_fill_yellow_28.js";
|
|
2336
2347
|
export { Icon28MessagesOutline } from "./28/messages_outline_28.js";
|
|
2337
2348
|
export { Icon28MessageStarOutline } from "./28/message_star_outline_28.js";
|
|
2349
|
+
export { Icon28MessageTextOutline } from "./28/message_text_outline_28.js";
|
|
2338
2350
|
export { Icon28MessageUnreadCircleFillGray } from "./28/message_unread_circle_fill_gray_28.js";
|
|
2339
2351
|
export { Icon28MessageUnreadCircleFillRed } from "./28/message_unread_circle_fill_red_28.js";
|
|
2340
2352
|
export { Icon28MessageUnreadOutline } from "./28/message_unread_outline_28.js";
|
|
@@ -2902,6 +2914,7 @@ export { Icon36UserOutline } from "./36/user_outline_36.js";
|
|
|
2902
2914
|
export { Icon36Users } from "./36/users_36.js";
|
|
2903
2915
|
export { Icon36Users3 } from "./36/users_3_36.js";
|
|
2904
2916
|
export { Icon36Users3Outline } from "./36/users_3_outline_36.js";
|
|
2917
|
+
export { Icon36UserSlashOutline } from "./36/user_slash_outline_36.js";
|
|
2905
2918
|
export { Icon36Video } from "./36/video_36.js";
|
|
2906
2919
|
export { Icon36Videocam } from "./36/videocam_36.js";
|
|
2907
2920
|
export { Icon36VideoOutline } from "./36/video_outline_36.js";
|
|
@@ -3141,6 +3154,8 @@ export { Icon56PhoneDownOutline } from "./56/phone_down_outline_56.js";
|
|
|
3141
3154
|
export { Icon56PhoneOutline } from "./56/phone_outline_56.js";
|
|
3142
3155
|
export { Icon56PictureCircleFillPurple } from "./56/picture_circle_fill_purple_56.js";
|
|
3143
3156
|
export { Icon56PictureInPicture } from "./56/picture_in_picture_56.js";
|
|
3157
|
+
export { Icon56PinDotOutline } from "./56/pin_dot_outline_56.js";
|
|
3158
|
+
export { Icon56PinOutline } from "./56/pin_outline_56.js";
|
|
3144
3159
|
export { Icon56PlaceOutline } from "./56/place_outline_56.js";
|
|
3145
3160
|
export { Icon56PlayGesture } from "./56/play_gesture_56.js";
|
|
3146
3161
|
export { Icon56PlaylistOutline } from "./56/playlist_outline_56.js";
|
package/dist/index.js
CHANGED
|
@@ -167,6 +167,7 @@ export { Icon16ArticlesOutline } from "./16/articles_outline_16.js";
|
|
|
167
167
|
export { Icon16Attach } from "./16/attach_16.js";
|
|
168
168
|
export { Icon16Backpack } from "./16/backpack_16.js";
|
|
169
169
|
export { Icon16Block } from "./16/block_16.js";
|
|
170
|
+
export { Icon16BloggerMark10kOutline } from "./16/blogger_mark_10k_outline_16.js";
|
|
170
171
|
export { Icon16Bomb } from "./16/bomb_16.js";
|
|
171
172
|
export { Icon16BombCircleFillPurple } from "./16/bomb_circle_fill_purple_16.js";
|
|
172
173
|
export { Icon16Bookmark } from "./16/bookmark_16.js";
|
|
@@ -395,6 +396,7 @@ export { Icon16Picture } from "./16/picture_16.js";
|
|
|
395
396
|
export { Icon16PictureOutline } from "./16/picture_outline_16.js";
|
|
396
397
|
export { Icon16Pin } from "./16/pin_16.js";
|
|
397
398
|
export { Icon16PinDot } from "./16/pin_dot_16.js";
|
|
399
|
+
export { Icon16PinOutline } from "./16/pin_outline_16.js";
|
|
398
400
|
export { Icon16Place } from "./16/place_16.js";
|
|
399
401
|
export { Icon16PlaceOutline } from "./16/place_outline_16.js";
|
|
400
402
|
export { Icon16PlaneOutline } from "./16/plane_outline_16.js";
|
|
@@ -708,6 +710,7 @@ export { Icon20DownloadOutline } from "./20/download_outline_20.js";
|
|
|
708
710
|
export { Icon20Dropdown } from "./20/dropdown_20.js";
|
|
709
711
|
export { Icon20DumpbellOutline } from "./20/dumpbell_outline_20.js";
|
|
710
712
|
export { Icon20EditCircleFillBlue } from "./20/edit_circle_fill_blue_20.js";
|
|
713
|
+
export { Icon20EditorCutOutline } from "./20/editor_cut_outline_20.js";
|
|
711
714
|
export { Icon20EducationOutline } from "./20/education_outline_20.js";
|
|
712
715
|
export { Icon20EraserOutline } from "./20/eraser_outline_20.js";
|
|
713
716
|
export { Icon20ErrorCircle } from "./20/error_circle_20.js";
|
|
@@ -883,6 +886,7 @@ export { Icon20MessageHeart } from "./20/message_heart_20.js";
|
|
|
883
886
|
export { Icon20MessageOutline } from "./20/message_outline_20.js";
|
|
884
887
|
export { Icon20MessageRectangleOutline } from "./20/message_rectangle_outline_20.js";
|
|
885
888
|
export { Icon20MessagesOutline } from "./20/messages_outline_20.js";
|
|
889
|
+
export { Icon20MessageTextOutline } from "./20/message_text_outline_20.js";
|
|
886
890
|
export { Icon20MessageUnreadCircleFillGray } from "./20/message_unread_circle_fill_gray_20.js";
|
|
887
891
|
export { Icon20MessageUnreadCircleFillRed } from "./20/message_unread_circle_fill_red_20.js";
|
|
888
892
|
export { Icon20MessageUnreadTopOutline } from "./20/message_unread_top_outline_20.js";
|
|
@@ -984,6 +988,7 @@ export { Icon20RectangleLineBottomLeftOutline } from "./20/rectangle_line_bottom
|
|
|
984
988
|
export { Icon20RectangleSplit4UnevenOutline } from "./20/rectangle_split_4_uneven_outline_20.js";
|
|
985
989
|
export { Icon20RefreshOutline } from "./20/refresh_outline_20.js";
|
|
986
990
|
export { Icon20RemoveCircleOutline } from "./20/remove_circle_outline_20.js";
|
|
991
|
+
export { Icon20Reorder } from "./20/reorder_20.js";
|
|
987
992
|
export { Icon20Replay15 } from "./20/replay_15_20.js";
|
|
988
993
|
export { Icon20ReplayOutline } from "./20/replay_outline_20.js";
|
|
989
994
|
export { Icon20ReplyCircleFillGray } from "./20/reply_circle_fill_gray_20.js";
|
|
@@ -1047,6 +1052,7 @@ export { Icon20StickerOutline } from "./20/sticker_outline_20.js";
|
|
|
1047
1052
|
export { Icon20StickerSmileOutline } from "./20/sticker_smile_outline_20.js";
|
|
1048
1053
|
export { Icon20StorefrontOutline } from "./20/storefront_outline_20.js";
|
|
1049
1054
|
export { Icon20Story } from "./20/story_20.js";
|
|
1055
|
+
export { Icon20StoryAddOutline } from "./20/story_add_outline_20.js";
|
|
1050
1056
|
export { Icon20StoryFillCircleRed } from "./20/story_fill_circle_red_20.js";
|
|
1051
1057
|
export { Icon20StoryFillCircleYellow } from "./20/story_fill_circle_yellow_20.js";
|
|
1052
1058
|
export { Icon20StoryOutline } from "./20/story_outline_20.js";
|
|
@@ -1093,6 +1099,7 @@ export { Icon20TruckOutline } from "./20/truck_outline_20.js";
|
|
|
1093
1099
|
export { Icon20TshirtOutline } from "./20/tshirt_outline_20.js";
|
|
1094
1100
|
export { Icon20TvOutline } from "./20/tv_outline_20.js";
|
|
1095
1101
|
export { Icon20TvTextOutline } from "./20/tv_text_outline_20.js";
|
|
1102
|
+
export { Icon20UmaOutline } from "./20/uma_outline_20.js";
|
|
1096
1103
|
export { Icon20UmbrellaOutline } from "./20/umbrella_outline_20.js";
|
|
1097
1104
|
export { Icon20UnarchiveOutline } from "./20/unarchive_outline_20.js";
|
|
1098
1105
|
export { Icon20UnfavoriteOutline } from "./20/unfavorite_outline_20.js";
|
|
@@ -1335,6 +1342,7 @@ export { Icon24ColorCorrection } from "./24/color_correction_24.js";
|
|
|
1335
1342
|
export { Icon24ColorPickerOutline } from "./24/color_picker_outline_24.js";
|
|
1336
1343
|
export { Icon24Comment } from "./24/comment_24.js";
|
|
1337
1344
|
export { Icon24CommentAddBadgeOutline } from "./24/comment_add_badge_outline_24.js";
|
|
1345
|
+
export { Icon24CommentAlt } from "./24/comment_alt_24.js";
|
|
1338
1346
|
export { Icon24CommentOutline } from "./24/comment_outline_24.js";
|
|
1339
1347
|
export { Icon24CommentSlashOutline } from "./24/comment_slash_outline_24.js";
|
|
1340
1348
|
export { Icon24Compass } from "./24/compass_24.js";
|
|
@@ -1567,6 +1575,7 @@ export { Icon24Message } from "./24/message_24.js";
|
|
|
1567
1575
|
export { Icon24MessageAddBadgeOutline } from "./24/message_add_badge_outline_24.js";
|
|
1568
1576
|
export { Icon24MessageArrowRightOutline } from "./24/message_arrow_right_outline_24.js";
|
|
1569
1577
|
export { Icon24MessageBadge } from "./24/message_badge_24.js";
|
|
1578
|
+
export { Icon24MessageForward } from "./24/message_forward_24.js";
|
|
1570
1579
|
export { Icon24MessageForwardOutline } from "./24/message_forward_outline_24.js";
|
|
1571
1580
|
export { Icon24MessageHeart } from "./24/message_heart_24.js";
|
|
1572
1581
|
export { Icon24MessageHeartOutline } from "./24/message_heart_outline_24.js";
|
|
@@ -1734,6 +1743,7 @@ export { Icon24ServicesOutline } from "./24/services_outline_24.js";
|
|
|
1734
1743
|
export { Icon24Settings } from "./24/settings_24.js";
|
|
1735
1744
|
export { Icon24ShadowsOutline } from "./24/shadows_outline_24.js";
|
|
1736
1745
|
export { Icon24Share } from "./24/share_24.js";
|
|
1746
|
+
export { Icon24ShareAlt } from "./24/share_alt_24.js";
|
|
1737
1747
|
export { Icon24ShareExternal } from "./24/share_external_24.js";
|
|
1738
1748
|
export { Icon24ShareExternalOutline } from "./24/share_external_outline_24.js";
|
|
1739
1749
|
export { Icon24ShareOutline } from "./24/share_outline_24.js";
|
|
@@ -1791,6 +1801,7 @@ export { Icon24SquareSplit3HorizontalOutline } from "./24/square_split_3_horizon
|
|
|
1791
1801
|
export { Icon24SquareSplit4Outline } from "./24/square_split_4_outline_24.js";
|
|
1792
1802
|
export { Icon24SquareStackUpOutline } from "./24/square_stack_up_outline_24.js";
|
|
1793
1803
|
export { Icon24StarCircleFillGreen } from "./24/star_circle_fill_green_24.js";
|
|
1804
|
+
export { Icon24StarCircleFillYellow } from "./24/star_circle_fill_yellow_24.js";
|
|
1794
1805
|
export { Icon24StarShieldOutline } from "./24/star_shield_outline_24.js";
|
|
1795
1806
|
export { Icon24StarsOutline } from "./24/stars_outline_24.js";
|
|
1796
1807
|
export { Icon24StatisticsOutline } from "./24/statistics_outline_24.js";
|
|
@@ -2335,6 +2346,7 @@ export { Icon28MessagesCircleFillGray } from "./28/messages_circle_fill_gray_28.
|
|
|
2335
2346
|
export { Icon28MessagesCircleFillYellow } from "./28/messages_circle_fill_yellow_28.js";
|
|
2336
2347
|
export { Icon28MessagesOutline } from "./28/messages_outline_28.js";
|
|
2337
2348
|
export { Icon28MessageStarOutline } from "./28/message_star_outline_28.js";
|
|
2349
|
+
export { Icon28MessageTextOutline } from "./28/message_text_outline_28.js";
|
|
2338
2350
|
export { Icon28MessageUnreadCircleFillGray } from "./28/message_unread_circle_fill_gray_28.js";
|
|
2339
2351
|
export { Icon28MessageUnreadCircleFillRed } from "./28/message_unread_circle_fill_red_28.js";
|
|
2340
2352
|
export { Icon28MessageUnreadOutline } from "./28/message_unread_outline_28.js";
|
|
@@ -2902,6 +2914,7 @@ export { Icon36UserOutline } from "./36/user_outline_36.js";
|
|
|
2902
2914
|
export { Icon36Users } from "./36/users_36.js";
|
|
2903
2915
|
export { Icon36Users3 } from "./36/users_3_36.js";
|
|
2904
2916
|
export { Icon36Users3Outline } from "./36/users_3_outline_36.js";
|
|
2917
|
+
export { Icon36UserSlashOutline } from "./36/user_slash_outline_36.js";
|
|
2905
2918
|
export { Icon36Video } from "./36/video_36.js";
|
|
2906
2919
|
export { Icon36Videocam } from "./36/videocam_36.js";
|
|
2907
2920
|
export { Icon36VideoOutline } from "./36/video_outline_36.js";
|
|
@@ -3141,6 +3154,8 @@ export { Icon56PhoneDownOutline } from "./56/phone_down_outline_56.js";
|
|
|
3141
3154
|
export { Icon56PhoneOutline } from "./56/phone_outline_56.js";
|
|
3142
3155
|
export { Icon56PictureCircleFillPurple } from "./56/picture_circle_fill_purple_56.js";
|
|
3143
3156
|
export { Icon56PictureInPicture } from "./56/picture_in_picture_56.js";
|
|
3157
|
+
export { Icon56PinDotOutline } from "./56/pin_dot_outline_56.js";
|
|
3158
|
+
export { Icon56PinOutline } from "./56/pin_outline_56.js";
|
|
3144
3159
|
export { Icon56PlaceOutline } from "./56/place_outline_56.js";
|
|
3145
3160
|
export { Icon56PlayGesture } from "./56/play_gesture_56.js";
|
|
3146
3161
|
export { Icon56PlaylistOutline } from "./56/playlist_outline_56.js";
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -167,6 +167,7 @@ export { Icon16ArticlesOutline } from "./16/articles_outline_16.js";
|
|
|
167
167
|
export { Icon16Attach } from "./16/attach_16.js";
|
|
168
168
|
export { Icon16Backpack } from "./16/backpack_16.js";
|
|
169
169
|
export { Icon16Block } from "./16/block_16.js";
|
|
170
|
+
export { Icon16BloggerMark10kOutline } from "./16/blogger_mark_10k_outline_16.js";
|
|
170
171
|
export { Icon16Bomb } from "./16/bomb_16.js";
|
|
171
172
|
export { Icon16BombCircleFillPurple } from "./16/bomb_circle_fill_purple_16.js";
|
|
172
173
|
export { Icon16Bookmark } from "./16/bookmark_16.js";
|
|
@@ -395,6 +396,7 @@ export { Icon16Picture } from "./16/picture_16.js";
|
|
|
395
396
|
export { Icon16PictureOutline } from "./16/picture_outline_16.js";
|
|
396
397
|
export { Icon16Pin } from "./16/pin_16.js";
|
|
397
398
|
export { Icon16PinDot } from "./16/pin_dot_16.js";
|
|
399
|
+
export { Icon16PinOutline } from "./16/pin_outline_16.js";
|
|
398
400
|
export { Icon16Place } from "./16/place_16.js";
|
|
399
401
|
export { Icon16PlaceOutline } from "./16/place_outline_16.js";
|
|
400
402
|
export { Icon16PlaneOutline } from "./16/plane_outline_16.js";
|
|
@@ -708,6 +710,7 @@ export { Icon20DownloadOutline } from "./20/download_outline_20.js";
|
|
|
708
710
|
export { Icon20Dropdown } from "./20/dropdown_20.js";
|
|
709
711
|
export { Icon20DumpbellOutline } from "./20/dumpbell_outline_20.js";
|
|
710
712
|
export { Icon20EditCircleFillBlue } from "./20/edit_circle_fill_blue_20.js";
|
|
713
|
+
export { Icon20EditorCutOutline } from "./20/editor_cut_outline_20.js";
|
|
711
714
|
export { Icon20EducationOutline } from "./20/education_outline_20.js";
|
|
712
715
|
export { Icon20EraserOutline } from "./20/eraser_outline_20.js";
|
|
713
716
|
export { Icon20ErrorCircle } from "./20/error_circle_20.js";
|
|
@@ -883,6 +886,7 @@ export { Icon20MessageHeart } from "./20/message_heart_20.js";
|
|
|
883
886
|
export { Icon20MessageOutline } from "./20/message_outline_20.js";
|
|
884
887
|
export { Icon20MessageRectangleOutline } from "./20/message_rectangle_outline_20.js";
|
|
885
888
|
export { Icon20MessagesOutline } from "./20/messages_outline_20.js";
|
|
889
|
+
export { Icon20MessageTextOutline } from "./20/message_text_outline_20.js";
|
|
886
890
|
export { Icon20MessageUnreadCircleFillGray } from "./20/message_unread_circle_fill_gray_20.js";
|
|
887
891
|
export { Icon20MessageUnreadCircleFillRed } from "./20/message_unread_circle_fill_red_20.js";
|
|
888
892
|
export { Icon20MessageUnreadTopOutline } from "./20/message_unread_top_outline_20.js";
|
|
@@ -984,6 +988,7 @@ export { Icon20RectangleLineBottomLeftOutline } from "./20/rectangle_line_bottom
|
|
|
984
988
|
export { Icon20RectangleSplit4UnevenOutline } from "./20/rectangle_split_4_uneven_outline_20.js";
|
|
985
989
|
export { Icon20RefreshOutline } from "./20/refresh_outline_20.js";
|
|
986
990
|
export { Icon20RemoveCircleOutline } from "./20/remove_circle_outline_20.js";
|
|
991
|
+
export { Icon20Reorder } from "./20/reorder_20.js";
|
|
987
992
|
export { Icon20Replay15 } from "./20/replay_15_20.js";
|
|
988
993
|
export { Icon20ReplayOutline } from "./20/replay_outline_20.js";
|
|
989
994
|
export { Icon20ReplyCircleFillGray } from "./20/reply_circle_fill_gray_20.js";
|
|
@@ -1047,6 +1052,7 @@ export { Icon20StickerOutline } from "./20/sticker_outline_20.js";
|
|
|
1047
1052
|
export { Icon20StickerSmileOutline } from "./20/sticker_smile_outline_20.js";
|
|
1048
1053
|
export { Icon20StorefrontOutline } from "./20/storefront_outline_20.js";
|
|
1049
1054
|
export { Icon20Story } from "./20/story_20.js";
|
|
1055
|
+
export { Icon20StoryAddOutline } from "./20/story_add_outline_20.js";
|
|
1050
1056
|
export { Icon20StoryFillCircleRed } from "./20/story_fill_circle_red_20.js";
|
|
1051
1057
|
export { Icon20StoryFillCircleYellow } from "./20/story_fill_circle_yellow_20.js";
|
|
1052
1058
|
export { Icon20StoryOutline } from "./20/story_outline_20.js";
|
|
@@ -1093,6 +1099,7 @@ export { Icon20TruckOutline } from "./20/truck_outline_20.js";
|
|
|
1093
1099
|
export { Icon20TshirtOutline } from "./20/tshirt_outline_20.js";
|
|
1094
1100
|
export { Icon20TvOutline } from "./20/tv_outline_20.js";
|
|
1095
1101
|
export { Icon20TvTextOutline } from "./20/tv_text_outline_20.js";
|
|
1102
|
+
export { Icon20UmaOutline } from "./20/uma_outline_20.js";
|
|
1096
1103
|
export { Icon20UmbrellaOutline } from "./20/umbrella_outline_20.js";
|
|
1097
1104
|
export { Icon20UnarchiveOutline } from "./20/unarchive_outline_20.js";
|
|
1098
1105
|
export { Icon20UnfavoriteOutline } from "./20/unfavorite_outline_20.js";
|
|
@@ -1335,6 +1342,7 @@ export { Icon24ColorCorrection } from "./24/color_correction_24.js";
|
|
|
1335
1342
|
export { Icon24ColorPickerOutline } from "./24/color_picker_outline_24.js";
|
|
1336
1343
|
export { Icon24Comment } from "./24/comment_24.js";
|
|
1337
1344
|
export { Icon24CommentAddBadgeOutline } from "./24/comment_add_badge_outline_24.js";
|
|
1345
|
+
export { Icon24CommentAlt } from "./24/comment_alt_24.js";
|
|
1338
1346
|
export { Icon24CommentOutline } from "./24/comment_outline_24.js";
|
|
1339
1347
|
export { Icon24CommentSlashOutline } from "./24/comment_slash_outline_24.js";
|
|
1340
1348
|
export { Icon24Compass } from "./24/compass_24.js";
|
|
@@ -1567,6 +1575,7 @@ export { Icon24Message } from "./24/message_24.js";
|
|
|
1567
1575
|
export { Icon24MessageAddBadgeOutline } from "./24/message_add_badge_outline_24.js";
|
|
1568
1576
|
export { Icon24MessageArrowRightOutline } from "./24/message_arrow_right_outline_24.js";
|
|
1569
1577
|
export { Icon24MessageBadge } from "./24/message_badge_24.js";
|
|
1578
|
+
export { Icon24MessageForward } from "./24/message_forward_24.js";
|
|
1570
1579
|
export { Icon24MessageForwardOutline } from "./24/message_forward_outline_24.js";
|
|
1571
1580
|
export { Icon24MessageHeart } from "./24/message_heart_24.js";
|
|
1572
1581
|
export { Icon24MessageHeartOutline } from "./24/message_heart_outline_24.js";
|
|
@@ -1734,6 +1743,7 @@ export { Icon24ServicesOutline } from "./24/services_outline_24.js";
|
|
|
1734
1743
|
export { Icon24Settings } from "./24/settings_24.js";
|
|
1735
1744
|
export { Icon24ShadowsOutline } from "./24/shadows_outline_24.js";
|
|
1736
1745
|
export { Icon24Share } from "./24/share_24.js";
|
|
1746
|
+
export { Icon24ShareAlt } from "./24/share_alt_24.js";
|
|
1737
1747
|
export { Icon24ShareExternal } from "./24/share_external_24.js";
|
|
1738
1748
|
export { Icon24ShareExternalOutline } from "./24/share_external_outline_24.js";
|
|
1739
1749
|
export { Icon24ShareOutline } from "./24/share_outline_24.js";
|
|
@@ -1791,6 +1801,7 @@ export { Icon24SquareSplit3HorizontalOutline } from "./24/square_split_3_horizon
|
|
|
1791
1801
|
export { Icon24SquareSplit4Outline } from "./24/square_split_4_outline_24.js";
|
|
1792
1802
|
export { Icon24SquareStackUpOutline } from "./24/square_stack_up_outline_24.js";
|
|
1793
1803
|
export { Icon24StarCircleFillGreen } from "./24/star_circle_fill_green_24.js";
|
|
1804
|
+
export { Icon24StarCircleFillYellow } from "./24/star_circle_fill_yellow_24.js";
|
|
1794
1805
|
export { Icon24StarShieldOutline } from "./24/star_shield_outline_24.js";
|
|
1795
1806
|
export { Icon24StarsOutline } from "./24/stars_outline_24.js";
|
|
1796
1807
|
export { Icon24StatisticsOutline } from "./24/statistics_outline_24.js";
|
|
@@ -2335,6 +2346,7 @@ export { Icon28MessagesCircleFillGray } from "./28/messages_circle_fill_gray_28.
|
|
|
2335
2346
|
export { Icon28MessagesCircleFillYellow } from "./28/messages_circle_fill_yellow_28.js";
|
|
2336
2347
|
export { Icon28MessagesOutline } from "./28/messages_outline_28.js";
|
|
2337
2348
|
export { Icon28MessageStarOutline } from "./28/message_star_outline_28.js";
|
|
2349
|
+
export { Icon28MessageTextOutline } from "./28/message_text_outline_28.js";
|
|
2338
2350
|
export { Icon28MessageUnreadCircleFillGray } from "./28/message_unread_circle_fill_gray_28.js";
|
|
2339
2351
|
export { Icon28MessageUnreadCircleFillRed } from "./28/message_unread_circle_fill_red_28.js";
|
|
2340
2352
|
export { Icon28MessageUnreadOutline } from "./28/message_unread_outline_28.js";
|
|
@@ -2902,6 +2914,7 @@ export { Icon36UserOutline } from "./36/user_outline_36.js";
|
|
|
2902
2914
|
export { Icon36Users } from "./36/users_36.js";
|
|
2903
2915
|
export { Icon36Users3 } from "./36/users_3_36.js";
|
|
2904
2916
|
export { Icon36Users3Outline } from "./36/users_3_outline_36.js";
|
|
2917
|
+
export { Icon36UserSlashOutline } from "./36/user_slash_outline_36.js";
|
|
2905
2918
|
export { Icon36Video } from "./36/video_36.js";
|
|
2906
2919
|
export { Icon36Videocam } from "./36/videocam_36.js";
|
|
2907
2920
|
export { Icon36VideoOutline } from "./36/video_outline_36.js";
|
|
@@ -3141,6 +3154,8 @@ export { Icon56PhoneDownOutline } from "./56/phone_down_outline_56.js";
|
|
|
3141
3154
|
export { Icon56PhoneOutline } from "./56/phone_outline_56.js";
|
|
3142
3155
|
export { Icon56PictureCircleFillPurple } from "./56/picture_circle_fill_purple_56.js";
|
|
3143
3156
|
export { Icon56PictureInPicture } from "./56/picture_in_picture_56.js";
|
|
3157
|
+
export { Icon56PinDotOutline } from "./56/pin_dot_outline_56.js";
|
|
3158
|
+
export { Icon56PinOutline } from "./56/pin_outline_56.js";
|
|
3144
3159
|
export { Icon56PlaceOutline } from "./56/place_outline_56.js";
|
|
3145
3160
|
export { Icon56PlayGesture } from "./56/play_gesture_56.js";
|
|
3146
3161
|
export { Icon56PlaylistOutline } from "./56/playlist_outline_56.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.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": {
|
|
@@ -39,20 +39,19 @@
|
|
|
39
39
|
"@vkontakte/icons-sprite": "3.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@rspack/cli": "^1.3.
|
|
43
|
-
"@rspack/core": "^1.3.
|
|
42
|
+
"@rspack/cli": "^1.3.4",
|
|
43
|
+
"@rspack/core": "^1.3.4",
|
|
44
44
|
"@size-limit/file": "^11.2.0",
|
|
45
45
|
"@size-limit/webpack": "^11.2.0",
|
|
46
46
|
"@swc/cli": "^0.6.0",
|
|
47
|
-
"@swc/core": "^1.11.
|
|
47
|
+
"@swc/core": "^1.11.21",
|
|
48
48
|
"@types/react": "^19.0.1",
|
|
49
49
|
"@vkontakte/icons-scripts": "5.0.0",
|
|
50
|
-
"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
|
-
"typescript": "^5.8.
|
|
54
|
+
"typescript": "^5.8.3"
|
|
56
55
|
},
|
|
57
56
|
"peerDependencies": {
|
|
58
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="M9.544 13.502 8.47 10.5H3.53l-1.073 3.002a.75.75 0 0 1-1.412-.504l3.582-10.03a1.46 1.46 0 0 1 2.748 0l3.582 10.03a.75.75 0 0 1-1.412.504ZM6.06 3.75 7.936 9H4.064L5.94 3.75h.122Z M12.503 3a.75.75 0 0 1 .75.75v1h1a.75.75 0 0 1 0 1.5h-1v1a.75.75 0 0 1-1.5 0v-1h-1a.75.75 0 0 1 0-1.5h1v-1a.75.75 0 0 1 .75-.75Z"/></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 fill-rule="evenodd" d="M10.31 3.51a1.593 1.593 0 0 1-.411.709L8.285 5.832a1.593 1.593 0 0 1-1.126.466H4.692l2.535 2.474 2.481 2.538V8.845c0-.423.168-.828.467-1.126l1.613-1.613c.198-.197.442-.338.707-.41L10.31 3.51Zm-1.445-.913c0-.952 1.176-1.479 1.878-.777l3.441 3.445c.673.673.214 1.875-.777 1.875h-.492a.093.093 0 0 0-.066.027L11.235 8.78a.092.092 0 0 0-.027.065v2.817c0 1.173-1.454 1.82-2.316.96l-.006-.007-2.195-2.246-3.913 3.914a.75.75 0 0 1-1.06-1.06L5.63 9.308 3.38 7.114c-.83-.831-.254-2.316.96-2.316h2.82a.09.09 0 0 0 .065-.028l1.614-1.612a.092.092 0 0 0 .027-.065v-.496Z" clip-rule="evenodd"/></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.349 4.502a8.346 8.346 0 0 0-.26-.002h-.339a.75.75 0 0 1 0-1.5h.357c.132 0 .22 0 .296.003a4.25 4.25 0 0 1 4.094 4.094c.003.077.003.164.003.296v5.214c0 .132 0 .22-.003.296a4.25 4.25 0 0 1-4.094 4.094c-.077.003-.164.003-.296.003h-.357a.75.75 0 0 1 0-1.5h.34c.155 0 .213 0 .259-.002a2.75 2.75 0 0 0 2.65-2.65L17 12.59V7.41c0-.155 0-.213-.002-.259a2.75 2.75 0 0 0-2.65-2.65ZM7.714 3h.036a.75.75 0 0 1 0 1.5c-.994 0-1.666 0-2.185.045-.504.043-.806.124-1.063.255A2.75 2.75 0 0 0 3.3 6.002c-.128.25-.21.573-.255 1.11C3.001 7.658 3 8.358 3 9.35v1.3c0 .992 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 4.502 15.2c.257.131.56.212 1.063.255.52.044 1.191.045 2.185.045a.75.75 0 0 1 0 1.5h-.036c-.95 0-1.686 0-2.277-.05-.613-.053-1.125-.163-1.616-.413a4.25 4.25 0 0 1-1.858-1.857c-.253-.498-.361-1.04-.413-1.67-.05-.614-.05-1.375-.05-2.327V9.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.49-.25 1.003-.36 1.616-.413C6.028 3 6.765 3 7.714 3Zm3.036-1a.75.75 0 0 0-.75.75V4.5a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-.75-.75Zm0 4.25A.75.75 0 0 0 10 7v1.75a.75.75 0 0 0 1.5 0V7a.75.75 0 0 0-.75-.75Zm-.75 5a.75.75 0 0 1 1.5 0V13a.75.75 0 0 1-1.5 0v-1.75Zm.75 3.5a.75.75 0 0 0-.75.75v1.75a.75.75 0 0 0 1.5 0V15.5a.75.75 0 0 0-.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 fill-rule="evenodd" d="M2 9.993C2 5.706 5.815 2.5 10.25 2.5c4.435 0 8.25 3.206 8.25 7.493 0 4.287-3.815 7.493-8.25 7.493-.915 0-1.81-.133-2.66-.392-.964.851-2.296 1.246-3.768 1.36l-.532.042a1.2 1.2 0 0 1-1.164-1.736l.24-.475c.558-1.103.814-1.835.896-2.292a6.999 6.999 0 0 1-1.262-4ZM10.25 4C6.475 4 3.5 6.693 3.5 9.994c0 1.21.4 2.365 1.14 3.346.105.14.159.314.15.49-.04.755-.403 1.784-1.085 3.132 1.484-.116 2.514-.534 3.123-1.221a.75.75 0 0 1 .821-.207 7.528 7.528 0 0 0 2.601.455c3.775 0 6.75-2.694 6.75-5.995S14.025 4 10.25 4Z M6 9.032a.75.75 0 0 1 .75-.75h7a.75.75 0 1 1 0 1.499h-7A.75.75 0 0 1 6 9.03Zm0 2.997a.75.75 0 0 1 .75-.75h3.75a.75.75 0 1 1 0 1.5H6.75a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd"/></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 fill-rule="evenodd" d="M2.5 4.748A.75.75 0 0 1 3.253 4h13.494a.75.75 0 0 1 .753.748.75.75 0 0 1-.753.748H3.253a.75.75 0 0 1-.753-.748Zm0 3.479a.75.75 0 0 1 .755-.747l13.493.021a.75.75 0 0 1 .752.75.75.75 0 0 1-.755.746L3.252 8.976a.75.75 0 0 1-.752-.749Zm0 3.501a.75.75 0 0 1 .755-.746l13.493.02a.75.75 0 0 1 .752.75.75.75 0 0 1-.755.746l-13.493-.02a.75.75 0 0 1-.752-.75Zm0 3.502a.75.75 0 0 1 .755-.747l13.493.021a.75.75 0 0 1 .752.75.75.75 0 0 1-.755.746l-13.493-.021a.75.75 0 0 1-.752-.75Z" clip-rule="evenodd"/></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 fill-rule="evenodd" d="M10 7.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM6 10a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z M8.317 2h2.433a.75.75 0 0 1 0 1.5h-2.4c-.992 0-1.692 0-2.238.045-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 3.8 5.002c-.128.25-.21.573-.255 1.11-.044.546-.045 1.246-.045 2.238v3.3c0 .992 0 1.692.045 2.238.044.537.127.86.255 1.11A2.75 2.75 0 0 0 5.002 16.2c.25.128.573.21 1.11.255.546.044 1.246.045 2.238.045h3.3c.992 0 1.692 0 2.238-.045.537-.044.86-.127 1.11-.255A2.751 2.751 0 0 0 16.2 15c.128-.252.21-.574.255-1.111.044-.546.045-1.245.045-2.238v-2.4a.75.75 0 0 1 1.5 0v2.433c0 .952 0 1.713-.05 2.327-.052.63-.16 1.172-.413 1.67a4.251 4.251 0 0 1-1.857 1.857c-.498.253-1.04.361-1.67.413-.614.05-1.375.05-2.327.05H8.317c-.952 0-1.713 0-2.327-.05-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67C2 13.396 2 12.635 2 11.683V8.317c0-.952 0-1.713.05-2.327.052-.63.16-1.172.413-1.67a4.25 4.25 0 0 1 1.858-1.857c.497-.253 1.04-.361 1.67-.413C6.603 2 7.364 2 8.316 2Z M16 1a.75.75 0 0 1 .75.75v1.4h1.5a.75.75 0 0 1 0 1.5h-1.5v1.6a.75.75 0 0 1-1.5 0v-1.6h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.4A.75.75 0 0 1 16 1Z" clip-rule="evenodd"/></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 fill-rule="evenodd" d="M2.5 7.244a.748.748 0 0 0-.75-.747.748.748 0 0 0-.75.747v3.74a2.52 2.52 0 0 0 2.525 2.513 2.52 2.52 0 0 0 2.525-2.514v-3.74a.748.748 0 0 0-.75-.746.748.748 0 0 0-.75.747v3.74c0 .563-.459 1.02-1.025 1.02a1.023 1.023 0 0 1-1.025-1.02v-3.74Zm13.396-.242a.75.75 0 0 1 1.451.149l1.882 5.325a.748.748 0 0 1-.46.953.749.749 0 0 1-.955-.454l-.238-.672H15.63l-.234.67a.749.749 0 0 1-.955.457.748.748 0 0 1-.462-.952l1.917-5.476Zm.703 2.535.555 1.572H16.05l.55-1.572Zm-8.097.938.945 2.514a.746.746 0 0 0 .473.45.75.75 0 0 0 .965-.438l.945-2.518v2.257c0 .412.336.746.75.746.415 0 .75-.334.75-.746V7.453c0-1.054-1.47-1.318-1.84-.331l-1.322 3.524-1.326-3.527c-.371-.986-1.84-.722-1.84.331v5.277c0 .412.336.746.75.746s.75-.334.75-.746v-2.252Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M3.381 5.911C3 6.66 3 7.64 3 9.6v2.8c0 1.96 0 2.94.381 3.689a3.5 3.5 0 0 0 1.53 1.53c.593.302 1.332.365 2.589.378V20.8c0 .855 1.007 1.314 1.655.754L13.265 18H15.4c1.96 0 2.94 0 3.689-.381a3.5 3.5 0 0 0 1.53-1.53C21 15.34 21 14.36 21 12.4V9.6c0-1.96 0-2.94-.381-3.689a3.5 3.5 0 0 0-1.53-1.53C18.34 4 17.36 4 15.4 4H8.6c-1.96 0-2.94 0-3.689.381a3.5 3.5 0 0 0-1.53 1.53Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M11.75 3.5c5.109 0 9.25 3.584 9.25 8.006 0 .996-.21 1.95-.594 2.83l-2.903-2.299c-.09-.07-.186-.147-.27-.21a2.683 2.683 0 0 0-.441-.272 2.55 2.55 0 0 0-3.585 1.736c-.05.22-.058.418-.06.516l-.001.021a5.993 5.993 0 0 0-2.263 1.514c-.861.925-1.297 1.992-1.52 2.876l-.004.018c-.026.101-.053.21-.074.303v.005a2.492 2.492 0 0 0-.061.672c-.8.71-1.964 1.382-4.017 1.992-.834.249-1.5-.661-1.111-1.44.643-1.287.886-2.084.994-2.709-1.604-1.437-2.59-3.396-2.59-5.553C2.5 7.084 6.641 3.5 11.75 3.5Z M15 18.519v.934c0 .263.001.394.02.477a.737.737 0 0 0 1.04.51c.076-.036.174-.118.38-.281l3.06-2.454c.171-.135.256-.202.313-.267a.951.951 0 0 0 0-1.255 2.603 2.603 0 0 0-.312-.267l-3.061-2.454c-.206-.163-.304-.245-.38-.281a.737.737 0 0 0-1.04.51c-.019.082-.02.214-.02.477V15.2l-.07.01c-2.53.398-3.476 2.075-3.821 3.447-.059.234-.088.35-.089.417v.017c.003.169.07.31.176.407.137.125.34.173.549.103.029-.01.083-.04.167-.09h.001c.095-.057.228-.14.409-.254a4.894 4.894 0 0 1 .828-.417c.505-.196 1.168-.321 1.85-.321Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M2 9.946a1 1 0 0 1 .945-.999l2.83-.157a2 2 0 0 0 1.255-.536l4.287-4.01C11.956 3.647 13 4.1 13 4.974v14.051c0 .875-1.044 1.328-1.683.73L7.03 15.747a2 2 0 0 0-1.255-.536l-2.83-.158A1 1 0 0 1 2 14.054V9.946Zm20.464-1.682a.9.9 0 0 1 1.272 1.272L21.273 12l2.463 2.464a.9.9 0 1 1-1.272 1.272L20 13.273l-2.464 2.463a.9.9 0 0 1-1.272-1.272L18.727 12l-2.463-2.464a.9.9 0 1 1 1.272-1.272L20 10.727l2.464-2.463Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M21.979 10.23a1.995 1.995 0 0 1 .037 3.198l-8.692 6.654c-1.32 1.01-3.228.073-3.228-1.585V15.59c-2.996-.09-4.75.972-6.256 2.705a1 1 0 0 1-1.748-.102c-.065-.121-.094-.378-.092-.541.355-5.544 3.69-8.526 8.096-9.49v-2.66c0-1.636 1.866-2.58 3.19-1.613l8.693 6.34Z"/></svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<circle cx="12" cy="12" r="12" fill="url(#b)"/>
|
|
4
|
+
<path fill="#fff" d="M12.23 5.054a.521.521 0 0 0-.698.237L9.55 9.311l-4.436.644a.521.521 0 0 0-.289.89l3.21 3.128-.758 4.417a.521.521 0 0 0 .756.55L12 16.854l3.967 2.086a.52.52 0 0 0 .756-.55l-.757-4.417 3.21-3.129a.52.52 0 0 0-.29-.889l-4.435-.644-1.984-4.02a.521.521 0 0 0-.237-.237Z"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<linearGradient id="b" x1="-12" x2="12" y1="12" y2="36" gradientUnits="userSpaceOnUse">
|
|
8
|
+
<stop stop-color="#FFB73D"/>
|
|
9
|
+
<stop offset="1" stop-color="#FFA000"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<clipPath id="a">
|
|
12
|
+
<path fill="#fff" d="M0 0h24v24H0z"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
package/src/svg/24/volume_24.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M2 9.946a1 1 0 0 1 .945-.999l2.83-.157a2 2 0 0 0 1.255-.536l4.287-4.01C11.956 3.647 13 4.1 13 4.974v14.051c0 .875-1.044 1.328-1.683.73L7.03 15.747a2 2 0 0 0-1.255-.536l-2.83-.158A1 1 0 0 1 2 14.054V9.946Z M15.748 8.898a.9.9 0 0 1 1.271-.067C17.873 9.6 18.4 10.743 18.4 12c0 1.258-.527 2.4-1.38 3.169a.9.9 0 1 1-1.205-1.338c.47-.423.785-1.078.785-1.831 0-.753-.315-1.408-.785-1.831a.9.9 0 0 1-.067-1.271Zm3.066-2.224a.9.9 0 0 1 1.269.101A8.032 8.032 0 0 1 22 12a8.032 8.032 0 0 1-1.917 5.224.9.9 0 0 1-1.37-1.167A6.232 6.232 0 0 0 20.2 12c0-1.554-.561-2.97-1.487-4.057a.9.9 0 0 1 .101-1.269Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14.018 5.5c-5.385 0-9.481 3.719-9.481 7.999 0 1.537.514 2.979 1.422 4.2a1 1 0 0 1 .197.597c0 1.042-.274 2.052-.61 2.963a25.572 25.572 0 0 1-.705 1.675c2.056-.219 3.405-.877 4.219-1.834a1 1 0 0 1 1.113-.289 10.94 10.94 0 0 0 3.845.687c5.386 0 9.482-3.719 9.482-8 0-4.28-4.096-7.998-9.482-7.998ZM2.537 13.499c0-5.66 5.289-9.999 11.481-9.999 6.193 0 11.482 4.339 11.482 9.999s-5.289 9.999-11.482 9.999c-1.373 0-2.693-.21-3.918-.597C8.656 24.25 6.556 24.898 3.988 25c-1.046.041-1.8-1.047-1.363-2.021l.27-.597c.276-.605.547-1.199.775-1.815.256-.694.43-1.349.475-1.966-1.017-1.48-1.608-3.228-1.608-5.101ZM8 12a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm1 3a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2H9Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="currentColor" viewBox="0 0 36 36"><path fill-rule="evenodd" d="M7.036 29.921c.704.778 1.683.829 2.317.829h15.88l.883.884a1.25 1.25 0 0 0 1.768-1.768l-19.75-19.75a1.25 1.25 0 0 0-1.768 1.768l8.16 8.16c-1.52.254-3.134.699-4.527 1.43-2.013 1.059-3.749 2.837-3.749 5.597 0 1.088.136 2.13.786 2.85Zm9.562-7.614c-1.81.141-3.87.558-5.436 1.38-1.54.81-2.412 1.89-2.412 3.384 0 .481.036.792.082.99a.965.965 0 0 0 .048.154c.061.014.2.035.473.035h13.38l-5.968-5.968c-.055.012-.11.02-.168.025Z M23.872 20.607a1.25 1.25 0 0 0-.744 2.386c2.21.69 3.686 1.785 4.035 3.29.04.171.067.353.08.547a1.25 1.25 0 0 0 2.494-.16 5.848 5.848 0 0 0-.139-.953c-.665-2.861-3.302-4.354-5.726-5.11ZM13.789 9.921A4.25 4.25 0 0 1 18 6.25a4.25 4.25 0 0 1 .967 8.39 1.25 1.25 0 1 0 .566 2.435A6.75 6.75 0 0 0 24.75 10.5c0-3.73-3.02-6.75-6.75-6.75a6.75 6.75 0 0 0-6.688 5.835 1.25 1.25 0 0 0 2.477.336Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" fill="currentColor" viewBox="0 0 56 56"><path d="M23.5 12.999a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"/><path fill-rule="evenodd" d="m31.899 10.954.807-3.393c.363-1.522 2.254-2.057 3.36-.95L49.39 19.932c1.107 1.107.572 2.998-.95 3.36l-3.393.808a2 2 0 0 0-.95.531l-6.156 6.156a2 2 0 0 0-.578 1.241l-.887 10.193c-.184 2.116-2.756 3.053-4.258 1.551l-8.934-8.934-11.63 11.63a1.5 1.5 0 1 1-2.122-2.122l11.63-11.63-8.934-8.934c-1.502-1.502-.565-4.074 1.551-4.258l10.193-.887a2 2 0 0 0 1.24-.578l6.157-6.155a2 2 0 0 0 .53-.951Zm3.311-.957-.393 1.651a5 5 0 0 1-1.328 2.378l-6.156 6.155a5 5 0 0 1-3.102 1.446l-9.124.794 18.472 18.472.794-9.124a5 5 0 0 1 1.445-3.102l6.156-6.156a5 5 0 0 1 2.378-1.328l1.65-.394L35.21 9.997Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" fill="currentColor" viewBox="0 0 56 56"><path fill-rule="evenodd" d="m21.161 32.714-8.934-8.934c-1.502-1.502-.565-4.075 1.551-4.259l10.193-.886a2 2 0 0 0 1.24-.578l6.157-6.156a2 2 0 0 0 .53-.95l.808-3.393c.363-1.522 2.254-2.057 3.36-.95L49.39 19.93c1.107 1.107.572 2.998-.95 3.36l-3.393.808a2 2 0 0 0-.95.531l-6.156 6.156a2 2 0 0 0-.578 1.24l-.887 10.194c-.184 2.116-2.756 3.053-4.258 1.55l-8.934-8.933-11.63 11.63a1.5 1.5 0 0 1-2.122-2.122l11.63-11.63Zm13.656-21.069.393-1.651 10.793 10.792-1.651.393a5 5 0 0 0-2.378 1.329l-6.156 6.155a5 5 0 0 0-1.445 3.103l-.794 9.124-18.472-18.473 9.124-.793a5 5 0 0 0 3.102-1.446l6.156-6.155a5 5 0 0 0 1.328-2.378Z" clip-rule="evenodd"/></svg>
|