@vkontakte/icons 2.17.0 → 2.19.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/list_letter_outline.js +12 -0
- package/dist/16/list_number_outline.js +12 -0
- package/dist/20/circle_outline.js +12 -0
- package/dist/20/cursor_outline.js +12 -0
- package/dist/20/line_outline.js +12 -0
- package/dist/20/marker_outline.js +12 -0
- package/dist/20/mute.js +12 -0
- package/dist/20/pointer_outline.js +12 -0
- package/dist/20/square_outline.js +12 -0
- package/dist/20/volume.js +12 -0
- package/dist/24/fire_alt_outline.js +12 -0
- package/dist/24/lotus_outline.js +12 -0
- package/dist/24/remove_circle.js +12 -0
- package/dist/24/user_outline.js +1 -1
- package/dist/28/dismiss_substract.js +12 -0
- package/dist/28/ugc_chat_sticker_circle_fill_blue.js +12 -0
- package/dist/48/ugc_chat_sticker_circle_fill_blue.js +12 -0
- package/dist/es6/16/list_letter_outline.js +2 -0
- package/dist/es6/16/list_number_outline.js +2 -0
- package/dist/es6/20/circle_outline.js +2 -0
- package/dist/es6/20/cursor_outline.js +2 -0
- package/dist/es6/20/line_outline.js +2 -0
- package/dist/es6/20/marker_outline.js +2 -0
- package/dist/es6/20/mute.js +2 -0
- package/dist/es6/20/pointer_outline.js +2 -0
- package/dist/es6/20/square_outline.js +2 -0
- package/dist/es6/20/volume.js +2 -0
- package/dist/es6/24/fire_alt_outline.js +2 -0
- package/dist/es6/24/lotus_outline.js +2 -0
- package/dist/es6/24/remove_circle.js +2 -0
- package/dist/es6/24/user_outline.js +1 -1
- package/dist/es6/28/dismiss_substract.js +2 -0
- package/dist/es6/28/ugc_chat_sticker_circle_fill_blue.js +2 -0
- package/dist/es6/48/ugc_chat_sticker_circle_fill_blue.js +2 -0
- package/dist/es6/index.js +16 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +80 -16
- package/dist/typings/16/list_letter_outline.d.ts +12 -0
- package/dist/typings/16/list_number_outline.d.ts +12 -0
- package/dist/typings/20/circle_outline.d.ts +12 -0
- package/dist/typings/20/cursor_outline.d.ts +12 -0
- package/dist/typings/20/line_outline.d.ts +12 -0
- package/dist/typings/20/marker_outline.d.ts +12 -0
- package/dist/typings/20/mute.d.ts +12 -0
- package/dist/typings/20/pointer_outline.d.ts +12 -0
- package/dist/typings/20/square_outline.d.ts +12 -0
- package/dist/typings/20/volume.d.ts +12 -0
- package/dist/typings/24/fire_alt_outline.d.ts +12 -0
- package/dist/typings/24/lotus_outline.d.ts +12 -0
- package/dist/typings/24/remove_circle.d.ts +12 -0
- package/dist/typings/28/dismiss_substract.d.ts +12 -0
- package/dist/typings/28/ugc_chat_sticker_circle_fill_blue.d.ts +12 -0
- package/dist/typings/48/ugc_chat_sticker_circle_fill_blue.d.ts +12 -0
- package/dist/typings/index.d.ts +16 -0
- package/package.json +1 -1
- package/src/svg/16/list_letter_outline_16.svg +1 -0
- package/src/svg/16/list_number_outline_16.svg +1 -0
- package/src/svg/20/circle_outline_20.svg +1 -0
- package/src/svg/20/cursor_outline_20.svg +1 -0
- package/src/svg/20/line_outline_20.svg +1 -0
- package/src/svg/20/marker_outline_20.svg +1 -0
- package/src/svg/20/mute_20.svg +1 -0
- package/src/svg/20/pointer_outline_20.svg +1 -0
- package/src/svg/20/square_outline_20.svg +1 -0
- package/src/svg/20/volume_20.svg +1 -0
- package/src/svg/24/fire_alt_outline_24.svg +1 -0
- package/src/svg/24/lotus_outline_24.svg +1 -0
- package/src/svg/24/remove_circle_24.svg +1 -0
- package/src/svg/24/user_outline_24.svg +1 -13
- package/src/svg/28/dismiss_substract_28.svg +1 -0
- package/src/svg/28/ugc_chat_sticker_circle_fill_blue_28.svg +1 -0
- package/src/svg/48/ugc_chat_sticker_circle_fill_blue_48.svg +1 -0
- package/ts/16/list_letter_outline.ts +24 -0
- package/ts/16/list_number_outline.ts +24 -0
- package/ts/20/circle_outline.ts +24 -0
- package/ts/20/cursor_outline.ts +24 -0
- package/ts/20/line_outline.ts +24 -0
- package/ts/20/marker_outline.ts +24 -0
- package/ts/20/mute.ts +24 -0
- package/ts/20/pointer_outline.ts +24 -0
- package/ts/20/square_outline.ts +24 -0
- package/ts/20/volume.ts +24 -0
- package/ts/24/fire_alt_outline.ts +24 -0
- package/ts/24/lotus_outline.ts +24 -0
- package/ts/24/remove_circle.ts +24 -0
- package/ts/24/user_outline.ts +1 -1
- package/ts/28/dismiss_substract.ts +24 -0
- package/ts/28/ugc_chat_sticker_circle_fill_blue.ts +24 -0
- package/ts/48/ugc_chat_sticker_circle_fill_blue.ts +24 -0
- package/ts/index.ts +16 -0
package/dist/typings/index.d.ts
CHANGED
|
@@ -229,6 +229,8 @@ export { default as Icon16Link } from './16/link';
|
|
|
229
229
|
export { default as Icon16Linked } from './16/linked';
|
|
230
230
|
export { default as Icon16LinkOutline } from './16/link_outline';
|
|
231
231
|
export { default as Icon16ListBulletOutline } from './16/list_bullet_outline';
|
|
232
|
+
export { default as Icon16ListLetterOutline } from './16/list_letter_outline';
|
|
233
|
+
export { default as Icon16ListNumberOutline } from './16/list_number_outline';
|
|
232
234
|
export { default as Icon16ListPlayOutline } from './16/list_play_outline';
|
|
233
235
|
export { default as Icon16Location } from './16/location';
|
|
234
236
|
export { default as Icon16Lock } from './16/lock';
|
|
@@ -455,6 +457,7 @@ export { default as Icon20ChevronRight } from './20/chevron_right';
|
|
|
455
457
|
export { default as Icon20ChevronRightOutline } from './20/chevron_right_outline';
|
|
456
458
|
export { default as Icon20ChevronUp } from './20/chevron_up';
|
|
457
459
|
export { default as Icon20ChevronUpOutline } from './20/chevron_up_outline';
|
|
460
|
+
export { default as Icon20CircleOutline } from './20/circle_outline';
|
|
458
461
|
export { default as Icon20CircleSmallFilled } from './20/circle_small_filled';
|
|
459
462
|
export { default as Icon20CircleSmallOutline } from './20/circle_small_outline';
|
|
460
463
|
export { default as Icon20Clear } from './20/clear';
|
|
@@ -478,6 +481,7 @@ export { default as Icon20CopyOutline } from './20/copy_outline';
|
|
|
478
481
|
export { default as Icon20CopyrightOutline } from './20/copyright_outline';
|
|
479
482
|
export { default as Icon20CrownCircleFillVkDating } from './20/crown_circle_fill_vk_dating';
|
|
480
483
|
export { default as Icon20CubeBoxOutline } from './20/cube_box_outline';
|
|
484
|
+
export { default as Icon20CursorOutline } from './20/cursor_outline';
|
|
481
485
|
export { default as Icon20DeleteClockAltOutline } from './20/delete_clock_alt_outline';
|
|
482
486
|
export { default as Icon20DeleteClockOutline } from './20/delete_clock_outline';
|
|
483
487
|
export { default as Icon20DeleteOutline } from './20/delete_outline';
|
|
@@ -579,6 +583,7 @@ export { default as Icon20LikeCircleFillGray } from './20/like_circle_fill_gray'
|
|
|
579
583
|
export { default as Icon20LikeCircleFillRed } from './20/like_circle_fill_red';
|
|
580
584
|
export { default as Icon20LikeOutline } from './20/like_outline';
|
|
581
585
|
export { default as Icon20LineBottom } from './20/line_bottom';
|
|
586
|
+
export { default as Icon20LineOutline } from './20/line_outline';
|
|
582
587
|
export { default as Icon20LinkCircleOutline } from './20/link_circle_outline';
|
|
583
588
|
export { default as Icon20ListAddOutline } from './20/list_add_outline';
|
|
584
589
|
export { default as Icon20ListBulletOutline } from './20/list_bullet_outline';
|
|
@@ -617,6 +622,7 @@ export { default as Icon20MagnifierPlusOutline } from './20/magnifier_plus_outli
|
|
|
617
622
|
export { default as Icon20MailCircleFillBlue } from './20/mail_circle_fill_blue';
|
|
618
623
|
export { default as Icon20MailOutline } from './20/mail_outline';
|
|
619
624
|
export { default as Icon20MailStackOutline } from './20/mail_stack_outline';
|
|
625
|
+
export { default as Icon20MarkerOutline } from './20/marker_outline';
|
|
620
626
|
export { default as Icon20MarketCircleFillYellow } from './20/market_circle_fill_yellow';
|
|
621
627
|
export { default as Icon20MarketOutline } from './20/market_outline';
|
|
622
628
|
export { default as Icon20MasksOutline } from './20/masks_outline';
|
|
@@ -645,6 +651,7 @@ export { default as Icon20MoreVertical } from './20/more_vertical';
|
|
|
645
651
|
export { default as Icon20MusicMic } from './20/music_mic';
|
|
646
652
|
export { default as Icon20MusicMicOutline } from './20/music_mic_outline';
|
|
647
653
|
export { default as Icon20MusicOutline } from './20/music_outline';
|
|
654
|
+
export { default as Icon20Mute } from './20/mute';
|
|
648
655
|
export { default as Icon20MuteOutline } from './20/mute_outline';
|
|
649
656
|
export { default as Icon20NarrativeOutline } from './20/narrative_outline';
|
|
650
657
|
export { default as Icon20NdaOutline } from './20/nda_outline';
|
|
@@ -681,6 +688,7 @@ export { default as Icon20PlayCircle } from './20/play_circle';
|
|
|
681
688
|
export { default as Icon20PlayCircleFillSteelGray } from './20/play_circle_fill_steel_gray';
|
|
682
689
|
export { default as Icon20PodcastCircleFillRed } from './20/podcast_circle_fill_red';
|
|
683
690
|
export { default as Icon20PodcastOutline } from './20/podcast_outline';
|
|
691
|
+
export { default as Icon20PointerOutline } from './20/pointer_outline';
|
|
684
692
|
export { default as Icon20PollCircleFillGreen } from './20/poll_circle_fill_green';
|
|
685
693
|
export { default as Icon20PollOutline } from './20/poll_outline';
|
|
686
694
|
export { default as Icon20PrinterOutline } from './20/printer_outline';
|
|
@@ -740,6 +748,7 @@ export { default as Icon20SortOutline } from './20/sort_outline';
|
|
|
740
748
|
export { default as Icon20SparkleOutline } from './20/sparkle_outline';
|
|
741
749
|
export { default as Icon20Spinner } from './20/spinner';
|
|
742
750
|
export { default as Icon20Square4Outline } from './20/square_4_outline';
|
|
751
|
+
export { default as Icon20SquareOutline } from './20/square_outline';
|
|
743
752
|
export { default as Icon20SquareSplit3HorizontalOutline } from './20/square_split_3_horizontal_outline';
|
|
744
753
|
export { default as Icon20SquareSplit4Outline } from './20/square_split_4_outline';
|
|
745
754
|
export { default as Icon20StarCircleFillBlue } from './20/star_circle_fill_blue';
|
|
@@ -814,6 +823,7 @@ export { default as Icon20ViewOutline } from './20/view_outline';
|
|
|
814
823
|
export { default as Icon20VinylOutline } from './20/vinyl_outline';
|
|
815
824
|
export { default as Icon20VirusOutline } from './20/virus_outline';
|
|
816
825
|
export { default as Icon20VoiceOutline } from './20/voice_outline';
|
|
826
|
+
export { default as Icon20Volume } from './20/volume';
|
|
817
827
|
export { default as Icon20VolumeOutline } from './20/volume_outline';
|
|
818
828
|
export { default as Icon20VotesCircleFillBlue } from './20/votes_circle_fill_blue';
|
|
819
829
|
export { default as Icon20VotestTransferCircleFillTurquoise } from './20/votest_transfer_circle_fill_turquoise';
|
|
@@ -1010,6 +1020,7 @@ export { default as Icon24FavoriteOutline } from './24/favorite_outline';
|
|
|
1010
1020
|
export { default as Icon24FilmStripAddOutline } from './24/film_strip_add_outline';
|
|
1011
1021
|
export { default as Icon24Filter } from './24/filter';
|
|
1012
1022
|
export { default as Icon24Fire } from './24/fire';
|
|
1023
|
+
export { default as Icon24FireAltOutline } from './24/fire_alt_outline';
|
|
1013
1024
|
export { default as Icon24Flash } from './24/flash';
|
|
1014
1025
|
export { default as Icon24FlashOutline } from './24/flash_outline';
|
|
1015
1026
|
export { default as Icon24Folder } from './24/folder';
|
|
@@ -1114,6 +1125,7 @@ export { default as Icon24LogoVk } from './24/logo_vk';
|
|
|
1114
1125
|
export { default as Icon24LogoVkColor } from './24/logo_vk_color';
|
|
1115
1126
|
export { default as Icon24LogoVkMusicOutline } from './24/logo_vk_music_outline';
|
|
1116
1127
|
export { default as Icon24LogoVkOutline } from './24/logo_vk_outline';
|
|
1128
|
+
export { default as Icon24LotusOutline } from './24/lotus_outline';
|
|
1117
1129
|
export { default as Icon24MagicWandOutline } from './24/magic_wand_outline';
|
|
1118
1130
|
export { default as Icon24MailOutline } from './24/mail_outline';
|
|
1119
1131
|
export { default as Icon24MappinViewfinderOutline } from './24/mappin_viewfinder_outline';
|
|
@@ -1221,6 +1233,7 @@ export { default as Icon24RectangleOutline } from './24/rectangle_outline';
|
|
|
1221
1233
|
export { default as Icon24Rectangles2Outline } from './24/rectangles_2_outline';
|
|
1222
1234
|
export { default as Icon24RectangleSplit4UnevenOutline } from './24/rectangle_split_4_uneven_outline';
|
|
1223
1235
|
export { default as Icon24RefreshOutline } from './24/refresh_outline';
|
|
1236
|
+
export { default as Icon24RemoveCircle } from './24/remove_circle';
|
|
1224
1237
|
export { default as Icon24Reorder } from './24/reorder';
|
|
1225
1238
|
export { default as Icon24ReorderIos } from './24/reorder_ios';
|
|
1226
1239
|
export { default as Icon24Repeat } from './24/repeat';
|
|
@@ -1536,6 +1549,7 @@ export { default as Icon28Dice6Outline } from './28/dice_6_outline';
|
|
|
1536
1549
|
export { default as Icon28DiscountOutline } from './28/discount_outline';
|
|
1537
1550
|
export { default as Icon28DiscussionsCircleFill } from './28/discussions_circle_fill';
|
|
1538
1551
|
export { default as Icon28DiscussionsCircleFillGreen } from './28/discussions_circle_fill_green';
|
|
1552
|
+
export { default as Icon28DismissSubstract } from './28/dismiss_substract';
|
|
1539
1553
|
export { default as Icon28Document } from './28/document';
|
|
1540
1554
|
export { default as Icon28DocumentListOutline } from './28/document_list_outline';
|
|
1541
1555
|
export { default as Icon28DocumentOutline } from './28/document_outline';
|
|
@@ -1962,6 +1976,7 @@ export { default as Icon28TouchIdOutline } from './28/touch_id_outline';
|
|
|
1962
1976
|
export { default as Icon28TrainOutline } from './28/train_outline';
|
|
1963
1977
|
export { default as Icon28TshirtOutline } from './28/tshirt_outline';
|
|
1964
1978
|
export { default as Icon28TvOutline } from './28/tv_outline';
|
|
1979
|
+
export { default as Icon28UgcChatStickerCircleFillBlue } from './28/ugc_chat_sticker_circle_fill_blue';
|
|
1965
1980
|
export { default as Icon28UnarchiveOutline } from './28/unarchive_outline';
|
|
1966
1981
|
export { default as Icon28UnfavoriteOutline } from './28/unfavorite_outline';
|
|
1967
1982
|
export { default as Icon28UnpinOutline } from './28/unpin_outline';
|
|
@@ -2231,6 +2246,7 @@ export { default as Icon48SkipPrevious } from './48/skip_previous';
|
|
|
2231
2246
|
export { default as Icon48StarsCircleFillViolet } from './48/stars_circle_fill_violet';
|
|
2232
2247
|
export { default as Icon48SwipeUp } from './48/swipe_up';
|
|
2233
2248
|
export { default as Icon48TextOutline } from './48/text_outline';
|
|
2249
|
+
export { default as Icon48UgcChatStickerCircleFillBlue } from './48/ugc_chat_sticker_circle_fill_blue';
|
|
2234
2250
|
export { default as Icon48UserAddCircleFillBlue } from './48/user_add_circle_fill_blue';
|
|
2235
2251
|
export { default as Icon48UserRectangleHorizontalOutline } from './48/user_rectangle_horizontal_outline';
|
|
2236
2252
|
export { default as Icon48Video } from './48/video';
|
package/package.json
CHANGED
|
@@ -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="M2.32 6.361c-.137.46-.33.639-.698.639C1.256 7 1 6.778 1 6.46c0-.13.033-.281.128-.547L2.373 2.4c.226-.643.544-.901 1.141-.901.594 0 .907.254 1.13.9l1.245 3.513c.074.222.111.38.111.52C6 6.778 5.744 7 5.353 7c-.363 0-.577-.19-.71-.639l-.218-.647H2.538l-.219.647Zm1.133-3.647-.635 2.052h1.335l-.63-2.052h-.07ZM6 12.735C6 13.8 5.183 14.5 3.955 14.5H2.321c-.534 0-.821-.266-.821-.761V9.761c0-.492.287-.762.821-.762h2.601c.32 0 .552.222.552.536 0 .314-.231.532-.552.532H2.916v.955h1.022c1.245 0 2.062.673 2.062 1.712Zm-3.084-.737v1.479h.766c.56 0 .88-.274.88-.738 0-.467-.329-.741-.88-.741h-.766Z M7.5 4.75A.75.75 0 0 1 8.25 4h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75ZM8.25 11a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M2.927 6.302c0 .444.222.698.618.698.393 0 .615-.25.615-.698V2.297c0-.484-.294-.797-.735-.797-.253 0-.52.091-.815.29l-.614.432c-.223.146-.336.32-.336.515 0 .262.181.452.43.452.124 0 .23-.04.426-.17l.396-.282h.015v3.565ZM8.25 4a.75.75 0 1 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm0 7a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm-6.07 3.5c-.386 0-.64-.218-.64-.55 0-.237.131-.443.529-.83l1.375-1.41c.426-.43.605-.716.605-1.017 0-.387-.283-.648-.7-.648-.338 0-.585.17-.76.522-.175.269-.326.372-.556.372-.314 0-.533-.214-.533-.514C1.5 9.688 2.335 9 3.42 9c1.094 0 1.893.665 1.893 1.57 0 .559-.27 1.05-.934 1.698l-1.133 1.14v.055H4.9c.37 0 .6.198.6.523 0 .32-.227.514-.6.514H2.18Z"/></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="M3 10a7 7 0 1 0 14 0 7 7 0 0 0-14 0Zm7-8.5a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17Z" 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="m9.171 12.982-1.13 2c-.89 1.573-3.258 1.192-3.61-.582L2.539 4.828a1.95 1.95 0 0 1 2.288-2.29l9.605 1.885c1.777.349 2.16 2.721.581 3.61l-2.029 1.143 4.096 4.095c.24.239.446.445.585.67a2.25 2.25 0 0 1 0 2.362c-.139.226-.345.432-.585.671l-.053.053-.052.053c-.24.24-.445.446-.672.585a2.25 2.25 0 0 1-2.36 0c-.226-.139-.433-.345-.672-.585l-4.099-4.098ZM4.009 4.537a.45.45 0 0 1 .528-.528l9.605 1.885a.45.45 0 0 1 .134.833l-2.89 1.629a.75.75 0 0 0-.128 1.215l4.708 4.707c.322.323.388.395.422.451a.75.75 0 0 1 0 .787c-.034.056-.1.129-.422.451-.322.322-.395.388-.45.422a.75.75 0 0 1-.787 0c-.056-.034-.129-.1-.451-.422l-4.732-4.73a.752.752 0 0 0-1.195.149l-1.616 2.857a.45.45 0 0 1-.832-.134L4.009 4.537Z" 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="M17.782 2.218a.75.75 0 0 1 0 1.061l-14.5 14.5a.75.75 0 0 1-1.06-1.061l14.499-14.5a.75.75 0 0 1 1.06 0Z" 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="m15.246 5.189-.73-.658c-.462-.416-.743-.668-.968-.84a1.82 1.82 0 0 0-.252-.165l-.006-.002-.002-.001a.7.7 0 0 0-.423.015h-.002l-.006.003a1.83 1.83 0 0 0-.24.182c-.212.188-.475.458-.907.906l-4.914 5.09 3.686 3.394 4.863-5.017c.46-.476.741-.767.933-1.001.15-.184.184-.259.188-.271a.7.7 0 0 0-.015-.442c-.005-.012-.043-.085-.205-.258-.208-.22-.508-.492-1-.935ZM9.437 14.19 5.754 10.8c-.618.641-.788.834-.909 1.036a2.5 2.5 0 0 0-.286.709c-.057.242-.066.516-.066 1.54v.863a.5.5 0 0 0 .208.387c-.002 0 0 .001.013.01l.067.044.038.026.006.004h.002c.078.05.167.077.26.079-.001 0-.002 0 0 0h.008l1.02-.004c1.068-.004 1.353-.015 1.604-.077.258-.064.505-.169.73-.31.2-.127.389-.303.987-.917Zm2.925-12.065c-.487.173-.902.603-1.73 1.462L4.787 9.64c-.663.687-.994 1.03-1.231 1.428a4 4 0 0 0-.458 1.134c-.106.45-.106.928-.106 1.883v.766l.001.15a2 2 0 0 0 .028.27L1.66 16.634c-.429.429-.643.643-.657.827a.5.5 0 0 0 .173.42c.14.119.443.119 1.05.119h1.437c.122 0 .183 0 .24-.014a.502.502 0 0 0 .145-.06c.05-.03.094-.074.18-.16l.77-.77a2.103 2.103 0 0 0 .15.002l.975-.004c.994-.003 1.492-.005 1.958-.12a4.034 4.034 0 0 0 1.17-.498c.406-.256.752-.613 1.444-1.327l5.728-5.91c.886-.914 1.33-1.37 1.483-1.89a2.2 2.2 0 0 0-.047-1.389c-.189-.507-.662-.933-1.608-1.786l-.73-.658c-.888-.8-1.331-1.199-1.829-1.338a2.2 2.2 0 0 0-1.33.047Z" 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="M1.5 10.1v-.2c0-.84 0-1.26.163-1.581a1.5 1.5 0 0 1 .656-.656c.32-.163.74-.163 1.581-.163h1.034c.024 0 .036 0 .048-.003a.1.1 0 0 0 .029-.012.209.209 0 0 0 .036-.032l3.95-3.95A1.718 1.718 0 0 1 10.212 3c.711 0 1.288.577 1.288 1.288v11.424c0 .711-.577 1.288-1.288 1.288-.456 0-.893-.181-1.215-.503l-3.95-3.95c-.017-.017-.026-.026-.036-.032a.1.1 0 0 0-.03-.012c-.01-.003-.023-.003-.047-.003H3.9c-.84 0-1.26 0-1.581-.164a1.5 1.5 0 0 1-.656-.655c-.163-.32-.163-.74-.163-1.581Zm12.777-2.634a.75.75 0 0 0-1.061 1.06l1.47 1.47-1.47 1.47a.75.75 0 0 0 1.06 1.06l1.47-1.47 1.47 1.47a.75.75 0 1 0 1.06-1.06l-1.47-1.47 1.47-1.47a.75.75 0 0 0-1.06-1.06l-1.47 1.47-1.47-1.47Z"/></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="M12.754 2a.75.75 0 1 0 0 1.5h2.694L2.221 16.718a.75.75 0 1 0 1.061 1.06L16.5 4.568v2.673a.75.75 0 0 0 1.501 0V2.75a.75.75 0 0 0-.75-.75h-4.498Z" 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="M11.2 3.5H8.8c-1.215 0-2.036.001-2.67.053-.615.05-.92.14-1.128.247A2.75 2.75 0 0 0 3.8 5.002c-.106.207-.197.513-.247 1.129C3.5 6.764 3.5 7.585 3.5 8.8v2.4c0 1.215.001 2.036.053 2.67.05.615.14.92.247 1.129A2.75 2.75 0 0 0 5.002 16.2c.207.106.513.197 1.129.247.633.052 1.454.053 2.669.053h2.4c1.215 0 2.036-.001 2.67-.053.615-.05.92-.14 1.129-.247A2.751 2.751 0 0 0 16.2 15c.106-.208.197-.514.247-1.13.052-.633.053-1.454.053-2.669V8.8c0-1.215-.001-2.036-.053-2.67-.05-.615-.14-.92-.247-1.128A2.75 2.75 0 0 0 15 3.8c-.208-.106-.514-.197-1.13-.247-.634-.053-1.455-.053-2.67-.053Zm-8.737.82C2 5.23 2 6.42 2 8.8v2.4c0 2.38 0 3.57.463 4.48a4.25 4.25 0 0 0 1.858 1.857C5.23 18 6.42 18 8.8 18h2.4c2.38 0 3.57 0 4.48-.463a4.251 4.251 0 0 0 1.857-1.857c.463-.91.463-2.1.463-4.48V8.8c0-2.38 0-3.57-.463-4.48a4.25 4.25 0 0 0-1.857-1.857C14.77 2 13.58 2 11.2 2H8.8c-2.38 0-3.57 0-4.48.463a4.25 4.25 0 0 0-1.857 1.858Z" 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="M1.5 9.9v.2c0 .84 0 1.26.163 1.581a1.5 1.5 0 0 0 .656.655c.32.164.74.164 1.581.164h1.034a.2.2 0 0 1 .048.003.1.1 0 0 1 .029.012c.01.006.019.015.036.032l3.95 3.95c.322.322.759.503 1.215.503.711 0 1.288-.577 1.288-1.288V4.288C11.5 3.577 10.923 3 10.212 3c-.456 0-.893.181-1.215.503l-3.95 3.95a.214.214 0 0 1-.036.032.1.1 0 0 1-.03.012c-.01.003-.023.003-.047.003H3.9c-.84 0-1.26 0-1.581.163a1.5 1.5 0 0 0-.656.656c-.163.32-.163.74-.163 1.581Zm13.682-4.637a.75.75 0 0 1 1.057-.087C17.62 6.348 18.5 8.072 18.5 10s-.88 3.652-2.26 4.824a.75.75 0 0 1-.971-1.144C16.335 12.774 17 11.458 17 10c0-1.458-.664-2.774-1.732-3.68a.75.75 0 0 1-.086-1.057Z M13.184 7.26a.75.75 0 0 1 1.058-.077A3.715 3.715 0 0 1 15.504 10a3.715 3.715 0 0 1-1.262 2.817.75.75 0 0 1-.98-1.134A2.22 2.22 0 0 0 14.004 10c0-.694-.298-1.298-.743-1.683a.75.75 0 0 1-.077-1.057Z"/></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="M9.6 21.955a1.822 1.822 0 0 0 2.059-1.056c.781.525 1.68.912 2.609 1.079a1.8 1.8 0 0 0 1.014-.134c2.413-1.074 3.977-2.608 4.852-4.4.86-1.76.972-3.6.796-5.18-.22-1.981-.893-3.954-1.883-5.685a1.8 1.8 0 0 0-1.623-.877c-.898.037-1.31.653-1.721 1.34-.367-2.351-1.756-4.606-3.832-5.818A1.8 1.8 0 0 0 9.2 2.8c0 1.356-.172 2.27-.5 3.005-.325.725-.868 1.423-1.852 2.238-1.11.92-2.119 1.805-2.806 2.87C3.296 12.069 3 13.309 3 14.814c0 2.974 1.878 4.804 3.439 5.79.966.61 2.048 1.08 3.16 1.351Zm-4.8-7.14c0-2.486.947-3.52 3.198-5.386C10.25 7.562 11 5.8 11 2.8c0 0 4.499 2.486 2.5 8.7 0 0 2.832-1.6 4-4 0 0 5.36 9-2.95 12.7 0 0-4.05-.643-4.05-5.2 0 0-2.252 1.6-.5 5.2 0 0-5.2-1.186-5.2-5.386Z" 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="M12.002 3c.603 0 1.07.537 1.421.965.38.461.816 1.106 1.23 1.886.33.621.652 1.342.92 2.137a7.463 7.463 0 0 1 2.034-1.144c.593-.22 1.347-.467 1.99-.334a1 1 0 0 1 .508.268c.333.335.39.835.398 1.284a9.3 9.3 0 0 1-.096 1.358 12.977 12.977 0 0 1-.31 1.557c.531.024.999.08 1.371.146.405.073.885.158 1.194.452.239.226.337.548.339.87.004.78-.377 1.563-.76 2.216-.689 1.173-1.906 2.576-3.88 3.804l-.011.006-.01.007c-1.06.62-2.464 1.238-3.646 1.697-.595.23-1.146.427-1.586.566-.219.07-.418.128-.585.17-.13.032-.308.089-.521.089-.214 0-.393-.057-.525-.09a9.865 9.865 0 0 1-.585-.169c-.44-.14-.991-.335-1.586-.566-1.248-.484-2.526-1-3.666-1.71-1.975-1.228-3.192-2.63-3.88-3.804-.384-.653-.765-1.437-.76-2.216.001-.322.1-.644.338-.87.309-.294.788-.38 1.194-.452.372-.066.84-.122 1.37-.146a13.1 13.1 0 0 1-.31-1.557 9.204 9.204 0 0 1-.096-1.358c.008-.45.065-.949.398-1.284a1 1 0 0 1 .508-.268c.643-.133 1.397.115 1.99.334A7.463 7.463 0 0 1 8.43 7.991c.268-.797.59-1.518.921-2.14.414-.78.85-1.425 1.23-1.886.352-.428.818-.965 1.421-.965Zm-1.06 3.694C10.21 8.07 9.55 9.95 9.55 12c0 2.049.665 3.928 1.398 5.305a9.687 9.687 0 0 0 1.054 1.614 9.687 9.687 0 0 0 1.054-1.614c.733-1.377 1.398-3.256 1.398-5.305 0-2.05-.66-3.93-1.391-5.306a9.542 9.542 0 0 0-1.061-1.623 9.542 9.542 0 0 0-1.06 1.623Zm-5.145 4.34a9.439 9.439 0 0 1-.5-2.648c1 .264 1.931.827 2.63 1.589-.08.464-.136.943-.162 1.434-.674-.192-1.34-.31-1.968-.375Zm2.029 2.285c-1.225-.437-2.483-.565-3.516-.55a9.394 9.394 0 0 0-1.41.12c.604 1.734 2.17 3.099 3.675 4.038.8.467 1.858.953 2.858 1.36-.703-1.286-1.384-3.01-1.607-4.968Zm10.376-2.285a11.69 11.69 0 0 0-1.963.374 12.116 12.116 0 0 0-.162-1.438 5.507 5.507 0 0 1 2.625-1.584 9.44 9.44 0 0 1-.5 2.648Zm-2.024 2.284c1.224-.436 2.48-.564 3.512-.549.569.008 1.055.06 1.41.12-.604 1.734-2.17 3.099-3.675 4.038-.799.466-1.855.951-2.853 1.358.703-1.286 1.384-3.01 1.606-4.967Z" 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="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1Zm5 10H7a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Z"/></svg>
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
|
|
2
|
-
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
-
<title>user_outline_24</title>
|
|
5
|
-
<desc>Created with Sketch.</desc>
|
|
6
|
-
<defs></defs>
|
|
7
|
-
<g id="Page-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
-
<g id="user_outline_24">
|
|
9
|
-
<polygon id="Bounds" points="0 0 24 0 24 24 0 24"></polygon>
|
|
10
|
-
<path d="M14.85,7.94999981 C14.85,6.37518108 13.5748187,5.09999981 12,5.09999981 C10.4251813,5.09999981 9.15,6.37518108 9.15,7.94999981 C9.15,9.52481853 10.4251813,10.7999998 12,10.7999998 C13.5748187,10.7999998 14.85,9.52481853 14.85,7.94999981 Z M16.65,7.94999981 C16.65,10.5189311 14.5689313,12.5999998 12,12.5999998 C9.43106873,12.5999998 7.35,10.5189311 7.35,7.94999981 C7.35,5.38106853 9.43106873,3.29999981 12,3.29999981 C14.5689313,3.29999981 16.65,5.38106853 16.65,7.94999981 Z M5.9,18.4285653 C5.9,19.1974172 5.80923371,19.0999939 6.23529412,19.0999939 L17.7647059,19.0999939 C18.1907663,19.0999939 18.1,19.1974172 18.1,18.4285653 C18.1,16.5359751 15.3218072,15.3999939 12,15.3999939 C8.67819281,15.3999939 5.9,16.5359751 5.9,18.4285653 Z M4.1,18.4285653 C4.1,15.1017678 7.77278758,13.5999939 12,13.5999939 C16.2272124,13.5999939 19.9,15.1017678 19.9,18.4285653 C19.9,20.1641778 19.2144625,20.8999939 17.7647059,20.8999939 L6.23529412,20.8999939 C4.78553753,20.8999939 4.1,20.1641778 4.1,18.4285653 Z" id="Mask" fill="currentColor" fill-rule="nonzero"></path>
|
|
11
|
-
</g>
|
|
12
|
-
</g>
|
|
13
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M14.85 7.95A2.849 2.849 0 0 0 12 5.1a2.849 2.849 0 0 0-2.85 2.85A2.849 2.849 0 0 0 12 10.8a2.849 2.849 0 0 0 2.85-2.85Zm1.8 0A4.649 4.649 0 0 1 12 12.6a4.649 4.649 0 0 1-4.65-4.65A4.649 4.649 0 0 1 12 3.3a4.649 4.649 0 0 1 4.65 4.65ZM5.9 18.429c0 .768-.09.671.335.671h11.53c.426 0 .335.097.335-.671 0-1.893-2.778-3.029-6.1-3.029-3.322 0-6.1 1.136-6.1 3.029Zm-1.8 0c0-3.327 3.673-4.829 7.9-4.829s7.9 1.502 7.9 4.829c0 1.735-.685 2.471-2.135 2.471H6.235c-1.45 0-2.135-.736-2.135-2.471Z"/></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="M26 14c0 6.627-5.373 12-12 12S2 20.627 2 14 7.373 2 14 2s12 5.373 12 12ZM10.707 9.293a1 1 0 0 0-1.414 1.414L12.586 14l-3.293 3.293a1 1 0 1 0 1.414 1.414L14 15.414l3.293 3.293a1 1 0 0 0 1.414-1.414L15.414 14l3.293-3.293a1 1 0 0 0-1.414-1.414L14 12.586l-3.293-3.293Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28"><rect width="28" height="28" fill="url(#a)" rx="14"/><path fill="#fff" d="M13.47 8v2.286c0 2.612 2.105 4.728 4.702 4.728h1.986c-.832 1.797-3.026 3.515-5.655 3.515a6.746 6.746 0 0 1-1.703-.216 12.07 12.07 0 0 1-1.896 1.34 7.9 7.9 0 0 1-.401.21l-.159.078a.604.604 0 0 1-.802-.275.584.584 0 0 1-.017-.477 8.66 8.66 0 0 0 .225-.61c.176-.55.311-1.117.404-1.699-1.026-.95-1.654-2.236-1.654-3.65 0-2.63 2.132-4.813 4.97-5.229Z M14.87 8.318v1.968a3.31 3.31 0 0 0 3.302 3.32H20.5l-5.63-5.288Z"/><defs><linearGradient id="a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF"/><stop offset="1" stop-color="#5C9CE6"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none" viewBox="0 0 48 48"><rect width="48" height="48" fill="url(#a)" rx="24"/><path fill="#fff" d="M23.042 12.136v3.853c0 4.972 4.042 9.003 9.03 9.003h4.678c-1.266 4.635-6.028 8.082-11.71 8.082-1.186 0-2.332-.15-3.415-.43a24.087 24.087 0 0 1-3.803 2.664c-.231.131-.5.271-.805.421l-.318.153a1.217 1.217 0 0 1-1.609-.546 1.153 1.153 0 0 1-.034-.95c.19-.462.34-.866.451-1.213a22.92 22.92 0 0 0 .81-3.377C14.26 27.904 13 25.347 13 22.533c0-5.226 4.343-9.564 10.042-10.397Z M25.048 12v3.989c0 3.867 3.145 7.002 7.023 7.002H37L25.048 12Z"/><defs><linearGradient id="a" x1="0" x2="49.256" y1="0" y2="1.326" gradientUnits="userSpaceOnUse"><stop stop-color="#70B2FF"/><stop offset="1" stop-color="#5C9CE6"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon16ListLetterOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon16ListLetterOutlineProps>(
|
|
16
|
+
'Icon16ListLetterOutline',
|
|
17
|
+
'list_letter_outline_16',
|
|
18
|
+
'0 0 16 16',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="list_letter_outline_16"><path fill-rule="evenodd" d="M2.32 6.361c-.137.46-.33.639-.698.639C1.256 7 1 6.778 1 6.46c0-.13.033-.281.128-.547L2.373 2.4c.226-.643.544-.901 1.141-.901.594 0 .907.254 1.13.9l1.245 3.513c.074.222.111.38.111.52C6 6.778 5.744 7 5.353 7c-.363 0-.577-.19-.71-.639l-.218-.647H2.538l-.219.647Zm1.133-3.647-.635 2.052h1.335l-.63-2.052h-.07ZM6 12.735C6 13.8 5.183 14.5 3.955 14.5H2.321c-.534 0-.821-.266-.821-.761V9.761c0-.492.287-.762.821-.762h2.601c.32 0 .552.222.552.536 0 .314-.231.532-.552.532H2.916v.955h1.022c1.245 0 2.062.673 2.062 1.712Zm-3.084-.737v1.479h.766c.56 0 .88-.274.88-.738 0-.467-.329-.741-.88-.741h-.766ZM7.5 4.75A.75.75 0 0 1 8.25 4h6.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1-.75-.75ZM8.25 11a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z" /></symbol>',
|
|
20
|
+
16,
|
|
21
|
+
16,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon16ListNumberOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon16ListNumberOutlineProps>(
|
|
16
|
+
'Icon16ListNumberOutline',
|
|
17
|
+
'list_number_outline_16',
|
|
18
|
+
'0 0 16 16',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="list_number_outline_16"><path d="M2.927 6.302c0 .444.222.698.618.698.393 0 .615-.25.615-.698V2.297c0-.484-.294-.797-.735-.797-.253 0-.52.091-.815.29l-.614.432c-.223.146-.336.32-.336.515 0 .262.181.452.43.452.124 0 .23-.04.426-.17l.396-.282h.015v3.565ZM8.25 4a.75.75 0 1 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm0 7a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm-6.07 3.5c-.386 0-.64-.218-.64-.55 0-.237.131-.443.529-.83l1.375-1.41c.426-.43.605-.716.605-1.017 0-.387-.283-.648-.7-.648-.338 0-.585.17-.76.522-.175.269-.326.372-.556.372-.314 0-.533-.214-.533-.514C1.5 9.688 2.335 9 3.42 9c1.094 0 1.893.665 1.893 1.57 0 .559-.27 1.05-.934 1.698l-1.133 1.14v.055H4.9c.37 0 .6.198.6.523 0 .32-.227.514-.6.514H2.18Z" /></symbol>',
|
|
20
|
+
16,
|
|
21
|
+
16,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon20CircleOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon20CircleOutlineProps>(
|
|
16
|
+
'Icon20CircleOutline',
|
|
17
|
+
'circle_outline_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="circle_outline_20"><path fill-rule="evenodd" d="M3 10a7 7 0 1 0 14 0 7 7 0 0 0-14 0Zm7-8.5a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon20CursorOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon20CursorOutlineProps>(
|
|
16
|
+
'Icon20CursorOutline',
|
|
17
|
+
'cursor_outline_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="cursor_outline_20"><path fill-rule="evenodd" d="m9.171 12.982-1.13 2c-.89 1.573-3.258 1.192-3.61-.582L2.539 4.828a1.95 1.95 0 0 1 2.288-2.29l9.605 1.885c1.777.349 2.16 2.721.581 3.61l-2.029 1.143 4.096 4.095c.24.239.446.445.585.67a2.25 2.25 0 0 1 0 2.362c-.139.226-.345.432-.585.671l-.053.053-.052.053c-.24.24-.445.446-.672.585a2.25 2.25 0 0 1-2.36 0c-.226-.139-.433-.345-.672-.585l-4.099-4.098ZM4.009 4.537a.45.45 0 0 1 .528-.528l9.605 1.885a.45.45 0 0 1 .134.833l-2.89 1.629a.75.75 0 0 0-.128 1.215l4.708 4.707c.322.323.388.395.422.451a.75.75 0 0 1 0 .787c-.034.056-.1.129-.422.451-.322.322-.395.388-.45.422a.75.75 0 0 1-.787 0c-.056-.034-.129-.1-.451-.422l-4.732-4.73a.752.752 0 0 0-1.195.149l-1.616 2.857a.45.45 0 0 1-.832-.134L4.009 4.537Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon20LineOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon20LineOutlineProps>(
|
|
16
|
+
'Icon20LineOutline',
|
|
17
|
+
'line_outline_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="line_outline_20"><path fill-rule="evenodd" d="M17.782 2.218a.75.75 0 0 1 0 1.061l-14.5 14.5a.75.75 0 0 1-1.06-1.061l14.499-14.5a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon20MarkerOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon20MarkerOutlineProps>(
|
|
16
|
+
'Icon20MarkerOutline',
|
|
17
|
+
'marker_outline_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="marker_outline_20"><path fill-rule="evenodd" d="m15.246 5.189-.73-.658c-.462-.416-.743-.668-.968-.84a1.82 1.82 0 0 0-.252-.165l-.006-.002-.002-.001a.7.7 0 0 0-.423.015h-.002l-.006.003a1.83 1.83 0 0 0-.24.182c-.212.188-.475.458-.907.906l-4.914 5.09 3.686 3.394 4.863-5.017c.46-.476.741-.767.933-1.001.15-.184.184-.259.188-.271a.7.7 0 0 0-.015-.442c-.005-.012-.043-.085-.205-.258-.208-.22-.508-.492-1-.935ZM9.437 14.19 5.754 10.8c-.618.641-.788.834-.909 1.036a2.5 2.5 0 0 0-.286.709c-.057.242-.066.516-.066 1.54v.863a.5.5 0 0 0 .208.387c-.002 0 0 .001.013.01l.067.044.038.026.006.004h.002c.078.05.167.077.26.079-.001 0-.002 0 0 0h.008l1.02-.004c1.068-.004 1.353-.015 1.604-.077.258-.064.505-.169.73-.31.2-.127.389-.303.987-.917Zm2.925-12.065c-.487.173-.902.603-1.73 1.462L4.787 9.64c-.663.687-.994 1.03-1.231 1.428a4 4 0 0 0-.458 1.134c-.106.45-.106.928-.106 1.883v.766l.001.15a2 2 0 0 0 .028.27L1.66 16.634c-.429.429-.643.643-.657.827a.5.5 0 0 0 .173.42c.14.119.443.119 1.05.119h1.437c.122 0 .183 0 .24-.014a.502.502 0 0 0 .145-.06c.05-.03.094-.074.18-.16l.77-.77a2.103 2.103 0 0 0 .15.002l.975-.004c.994-.003 1.492-.005 1.958-.12a4.034 4.034 0 0 0 1.17-.498c.406-.256.752-.613 1.444-1.327l5.728-5.91c.886-.914 1.33-1.37 1.483-1.89a2.2 2.2 0 0 0-.047-1.389c-.189-.507-.662-.933-1.608-1.786l-.73-.658c-.888-.8-1.331-1.199-1.829-1.338a2.2 2.2 0 0 0-1.33.047Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
package/ts/20/mute.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon20MuteProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon20MuteProps>(
|
|
16
|
+
'Icon20Mute',
|
|
17
|
+
'mute_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="mute_20"><path d="M1.5 10.1v-.2c0-.84 0-1.26.163-1.581a1.5 1.5 0 0 1 .656-.656c.32-.163.74-.163 1.581-.163h1.034c.024 0 .036 0 .048-.003a.1.1 0 0 0 .029-.012.209.209 0 0 0 .036-.032l3.95-3.95A1.718 1.718 0 0 1 10.212 3c.711 0 1.288.577 1.288 1.288v11.424c0 .711-.577 1.288-1.288 1.288-.456 0-.893-.181-1.215-.503l-3.95-3.95c-.017-.017-.026-.026-.036-.032a.1.1 0 0 0-.03-.012c-.01-.003-.023-.003-.047-.003H3.9c-.84 0-1.26 0-1.581-.164a1.5 1.5 0 0 1-.656-.655c-.163-.32-.163-.74-.163-1.581Zm12.777-2.634a.75.75 0 0 0-1.061 1.06l1.47 1.47-1.47 1.47a.75.75 0 0 0 1.06 1.06l1.47-1.47 1.47 1.47a.75.75 0 1 0 1.06-1.06l-1.47-1.47 1.47-1.47a.75.75 0 0 0-1.06-1.06l-1.47 1.47-1.47-1.47Z" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon20PointerOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon20PointerOutlineProps>(
|
|
16
|
+
'Icon20PointerOutline',
|
|
17
|
+
'pointer_outline_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="pointer_outline_20"><path fill-rule="evenodd" d="M12.754 2a.75.75 0 1 0 0 1.5h2.694L2.221 16.718a.75.75 0 1 0 1.061 1.06L16.5 4.568v2.673a.75.75 0 0 0 1.501 0V2.75a.75.75 0 0 0-.75-.75h-4.498Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon20SquareOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon20SquareOutlineProps>(
|
|
16
|
+
'Icon20SquareOutline',
|
|
17
|
+
'square_outline_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="square_outline_20"><path fill-rule="evenodd" d="M11.2 3.5H8.8c-1.215 0-2.036.001-2.67.053-.615.05-.92.14-1.128.247A2.75 2.75 0 0 0 3.8 5.002c-.106.207-.197.513-.247 1.129C3.5 6.764 3.5 7.585 3.5 8.8v2.4c0 1.215.001 2.036.053 2.67.05.615.14.92.247 1.129A2.75 2.75 0 0 0 5.002 16.2c.207.106.513.197 1.129.247.633.052 1.454.053 2.669.053h2.4c1.215 0 2.036-.001 2.67-.053.615-.05.92-.14 1.129-.247A2.751 2.751 0 0 0 16.2 15c.106-.208.197-.514.247-1.13.052-.633.053-1.454.053-2.669V8.8c0-1.215-.001-2.036-.053-2.67-.05-.615-.14-.92-.247-1.128A2.75 2.75 0 0 0 15 3.8c-.208-.106-.514-.197-1.13-.247-.634-.053-1.455-.053-2.67-.053Zm-8.737.82C2 5.23 2 6.42 2 8.8v2.4c0 2.38 0 3.57.463 4.48a4.25 4.25 0 0 0 1.858 1.857C5.23 18 6.42 18 8.8 18h2.4c2.38 0 3.57 0 4.48-.463a4.251 4.251 0 0 0 1.857-1.857c.463-.91.463-2.1.463-4.48V8.8c0-2.38 0-3.57-.463-4.48a4.25 4.25 0 0 0-1.857-1.857C14.77 2 13.58 2 11.2 2H8.8c-2.38 0-3.57 0-4.48.463a4.25 4.25 0 0 0-1.857 1.858Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
package/ts/20/volume.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon20VolumeProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon20VolumeProps>(
|
|
16
|
+
'Icon20Volume',
|
|
17
|
+
'volume_20',
|
|
18
|
+
'0 0 20 20',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="volume_20"><path d="M1.5 9.9v.2c0 .84 0 1.26.163 1.581a1.5 1.5 0 0 0 .656.655c.32.164.74.164 1.581.164h1.034a.2.2 0 0 1 .048.003.1.1 0 0 1 .029.012c.01.006.019.015.036.032l3.95 3.95c.322.322.759.503 1.215.503.711 0 1.288-.577 1.288-1.288V4.288C11.5 3.577 10.923 3 10.212 3c-.456 0-.893.181-1.215.503l-3.95 3.95a.214.214 0 0 1-.036.032.1.1 0 0 1-.03.012c-.01.003-.023.003-.047.003H3.9c-.84 0-1.26 0-1.581.163a1.5 1.5 0 0 0-.656.656c-.163.32-.163.74-.163 1.581Zm13.682-4.637a.75.75 0 0 1 1.057-.087C17.62 6.348 18.5 8.072 18.5 10s-.88 3.652-2.26 4.824a.75.75 0 0 1-.971-1.144C16.335 12.774 17 11.458 17 10c0-1.458-.664-2.774-1.732-3.68a.75.75 0 0 1-.086-1.057ZM13.184 7.26a.75.75 0 0 1 1.058-.077A3.715 3.715 0 0 1 15.504 10a3.715 3.715 0 0 1-1.262 2.817.75.75 0 0 1-.98-1.134A2.22 2.22 0 0 0 14.004 10c0-.694-.298-1.298-.743-1.683a.75.75 0 0 1-.077-1.057Z" /></symbol>',
|
|
20
|
+
20,
|
|
21
|
+
20,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon24FireAltOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon24FireAltOutlineProps>(
|
|
16
|
+
'Icon24FireAltOutline',
|
|
17
|
+
'fire_alt_outline_24',
|
|
18
|
+
'0 0 24 24',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="fire_alt_outline_24"><path fill-rule="evenodd" d="M9.6 21.955a1.822 1.822 0 0 0 2.059-1.056c.781.525 1.68.912 2.609 1.079a1.8 1.8 0 0 0 1.014-.134c2.413-1.074 3.977-2.608 4.852-4.4.86-1.76.972-3.6.796-5.18-.22-1.981-.893-3.954-1.883-5.685a1.8 1.8 0 0 0-1.623-.877c-.898.037-1.31.653-1.721 1.34-.367-2.351-1.756-4.606-3.832-5.818A1.8 1.8 0 0 0 9.2 2.8c0 1.356-.172 2.27-.5 3.005-.325.725-.868 1.423-1.852 2.238-1.11.92-2.119 1.805-2.806 2.87C3.296 12.069 3 13.309 3 14.814c0 2.974 1.878 4.804 3.439 5.79.966.61 2.048 1.08 3.16 1.351Zm-4.8-7.14c0-2.486.947-3.52 3.198-5.386C10.25 7.562 11 5.8 11 2.8c0 0 4.499 2.486 2.5 8.7 0 0 2.832-1.6 4-4 0 0 5.36 9-2.95 12.7 0 0-4.05-.643-4.05-5.2 0 0-2.252 1.6-.5 5.2 0 0-5.2-1.186-5.2-5.386Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
24,
|
|
21
|
+
24,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon24LotusOutlineProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon24LotusOutlineProps>(
|
|
16
|
+
'Icon24LotusOutline',
|
|
17
|
+
'lotus_outline_24',
|
|
18
|
+
'0 0 24 24',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="lotus_outline_24"><path fill-rule="evenodd" d="M12.002 3c.603 0 1.07.537 1.421.965.38.461.816 1.106 1.23 1.886.33.621.652 1.342.92 2.137a7.463 7.463 0 0 1 2.034-1.144c.593-.22 1.347-.467 1.99-.334a1 1 0 0 1 .508.268c.333.335.39.835.398 1.284a9.3 9.3 0 0 1-.096 1.358 12.977 12.977 0 0 1-.31 1.557c.531.024.999.08 1.371.146.405.073.885.158 1.194.452.239.226.337.548.339.87.004.78-.377 1.563-.76 2.216-.689 1.173-1.906 2.576-3.88 3.804l-.011.006-.01.007c-1.06.62-2.464 1.238-3.646 1.697-.595.23-1.146.427-1.586.566-.219.07-.418.128-.585.17-.13.032-.308.089-.521.089-.214 0-.393-.057-.525-.09a9.865 9.865 0 0 1-.585-.169c-.44-.14-.991-.335-1.586-.566-1.248-.484-2.526-1-3.666-1.71-1.975-1.228-3.192-2.63-3.88-3.804-.384-.653-.765-1.437-.76-2.216.001-.322.1-.644.338-.87.309-.294.788-.38 1.194-.452.372-.066.84-.122 1.37-.146a13.1 13.1 0 0 1-.31-1.557 9.204 9.204 0 0 1-.096-1.358c.008-.45.065-.949.398-1.284a1 1 0 0 1 .508-.268c.643-.133 1.397.115 1.99.334A7.463 7.463 0 0 1 8.43 7.991c.268-.797.59-1.518.921-2.14.414-.78.85-1.425 1.23-1.886.352-.428.818-.965 1.421-.965Zm-1.06 3.694C10.21 8.07 9.55 9.95 9.55 12c0 2.049.665 3.928 1.398 5.305a9.687 9.687 0 0 0 1.054 1.614 9.687 9.687 0 0 0 1.054-1.614c.733-1.377 1.398-3.256 1.398-5.305 0-2.05-.66-3.93-1.391-5.306a9.542 9.542 0 0 0-1.061-1.623 9.542 9.542 0 0 0-1.06 1.623Zm-5.145 4.34a9.439 9.439 0 0 1-.5-2.648c1 .264 1.931.827 2.63 1.589-.08.464-.136.943-.162 1.434-.674-.192-1.34-.31-1.968-.375Zm2.029 2.285c-1.225-.437-2.483-.565-3.516-.55a9.394 9.394 0 0 0-1.41.12c.604 1.734 2.17 3.099 3.675 4.038.8.467 1.858.953 2.858 1.36-.703-1.286-1.384-3.01-1.607-4.968Zm10.376-2.285a11.69 11.69 0 0 0-1.963.374 12.116 12.116 0 0 0-.162-1.438 5.507 5.507 0 0 1 2.625-1.584 9.44 9.44 0 0 1-.5 2.648Zm-2.024 2.284c1.224-.436 2.48-.564 3.512-.549.569.008 1.055.06 1.41.12-.604 1.734-2.17 3.099-3.675 4.038-.799.466-1.855.951-2.853 1.358.703-1.286 1.384-3.01 1.606-4.967Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
24,
|
|
21
|
+
24,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon24RemoveCircleProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon24RemoveCircleProps>(
|
|
16
|
+
'Icon24RemoveCircle',
|
|
17
|
+
'remove_circle_24',
|
|
18
|
+
'0 0 24 24',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="remove_circle_24"><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1Zm5 10H7a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Z" /></symbol>',
|
|
20
|
+
24,
|
|
21
|
+
24,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|
package/ts/24/user_outline.ts
CHANGED
|
@@ -16,7 +16,7 @@ export default makeIcon<Icon24UserOutlineProps>(
|
|
|
16
16
|
'Icon24UserOutline',
|
|
17
17
|
'user_outline_24',
|
|
18
18
|
'0 0 24 24',
|
|
19
|
-
'<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="user_outline_24"><
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" id="user_outline_24"><path d="M14.85 7.95A2.849 2.849 0 0 0 12 5.1a2.849 2.849 0 0 0-2.85 2.85A2.849 2.849 0 0 0 12 10.8a2.849 2.849 0 0 0 2.85-2.85Zm1.8 0A4.649 4.649 0 0 1 12 12.6a4.649 4.649 0 0 1-4.65-4.65A4.649 4.649 0 0 1 12 3.3a4.649 4.649 0 0 1 4.65 4.65ZM5.9 18.429c0 .768-.09.671.335.671h11.53c.426 0 .335.097.335-.671 0-1.893-2.778-3.029-6.1-3.029-3.322 0-6.1 1.136-6.1 3.029Zm-1.8 0c0-3.327 3.673-4.829 7.9-4.829s7.9 1.502 7.9 4.829c0 1.735-.685 2.471-2.135 2.471H6.235c-1.45 0-2.135-.736-2.135-2.471Z" /></symbol>',
|
|
20
20
|
24,
|
|
21
21
|
24,
|
|
22
22
|
false,
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
import { makeIcon } from '@vkontakte/icons-sprite';
|
|
3
|
+
|
|
4
|
+
export interface Icon28DismissSubstractProps extends SVGProps<SVGSVGElement> {
|
|
5
|
+
fill?: string;
|
|
6
|
+
width?: number;
|
|
7
|
+
height?: number;
|
|
8
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
9
|
+
title?: string;
|
|
10
|
+
deprecated?: boolean;
|
|
11
|
+
replacement?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export default makeIcon<Icon28DismissSubstractProps>(
|
|
16
|
+
'Icon28DismissSubstract',
|
|
17
|
+
'dismiss_substract_28',
|
|
18
|
+
'0 0 28 28',
|
|
19
|
+
'<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 28 28" id="dismiss_substract_28"><path fill-rule="evenodd" d="M26 14c0 6.627-5.373 12-12 12S2 20.627 2 14 7.373 2 14 2s12 5.373 12 12ZM10.707 9.293a1 1 0 0 0-1.414 1.414L12.586 14l-3.293 3.293a1 1 0 1 0 1.414 1.414L14 15.414l3.293 3.293a1 1 0 0 0 1.414-1.414L15.414 14l3.293-3.293a1 1 0 0 0-1.414-1.414L14 12.586l-3.293-3.293Z" clip-rule="evenodd" /></symbol>',
|
|
20
|
+
28,
|
|
21
|
+
28,
|
|
22
|
+
false,
|
|
23
|
+
undefined
|
|
24
|
+
);
|