@vkontakte/icons 2.9.0 → 2.11.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.
Files changed (140) hide show
  1. package/dist/16/carousel_outline.js +8 -0
  2. package/dist/16/grid_outline.js +8 -0
  3. package/dist/20/archive_arrow_down_outline.js +8 -0
  4. package/dist/20/image_filter_outline.js +8 -0
  5. package/dist/20/zodiac_aquarius_outline.js +8 -0
  6. package/dist/20/zodiac_aries_outline.js +8 -0
  7. package/dist/20/zodiac_cancer_outline.js +8 -0
  8. package/dist/20/zodiac_capricorn_outline.js +8 -0
  9. package/dist/20/zodiac_gemini_outline.js +8 -0
  10. package/dist/20/zodiac_leo_outline.js +8 -0
  11. package/dist/20/zodiac_libra_outline.js +8 -0
  12. package/dist/20/zodiac_pisces_outline.js +8 -0
  13. package/dist/20/zodiac_sagittarius_outline.js +8 -0
  14. package/dist/20/zodiac_scorpio_outline.js +8 -0
  15. package/dist/20/zodiac_taurus_outline.js +8 -0
  16. package/dist/20/zodiac_virgo_outline.js +8 -0
  17. package/dist/24/blur_outline.js +8 -0
  18. package/dist/24/contrast_outline.js +8 -0
  19. package/dist/24/exposition_outline.js +8 -0
  20. package/dist/24/grain_outline.js +8 -0
  21. package/dist/24/highlights_outline.js +8 -0
  22. package/dist/24/money_circle_outline.js +1 -1
  23. package/dist/24/shadows_outline.js +8 -0
  24. package/dist/24/thermometer_outline.js +8 -0
  25. package/dist/24/triangle_outline.js +8 -0
  26. package/dist/28/chevron_right_circle.js +8 -0
  27. package/dist/28/video_add_square_outline.js +8 -0
  28. package/dist/es6/16/carousel_outline.js +2 -0
  29. package/dist/es6/16/grid_outline.js +2 -0
  30. package/dist/es6/20/archive_arrow_down_outline.js +2 -0
  31. package/dist/es6/20/image_filter_outline.js +2 -0
  32. package/dist/es6/20/zodiac_aquarius_outline.js +2 -0
  33. package/dist/es6/20/zodiac_aries_outline.js +2 -0
  34. package/dist/es6/20/zodiac_cancer_outline.js +2 -0
  35. package/dist/es6/20/zodiac_capricorn_outline.js +2 -0
  36. package/dist/es6/20/zodiac_gemini_outline.js +2 -0
  37. package/dist/es6/20/zodiac_leo_outline.js +2 -0
  38. package/dist/es6/20/zodiac_libra_outline.js +2 -0
  39. package/dist/es6/20/zodiac_pisces_outline.js +2 -0
  40. package/dist/es6/20/zodiac_sagittarius_outline.js +2 -0
  41. package/dist/es6/20/zodiac_scorpio_outline.js +2 -0
  42. package/dist/es6/20/zodiac_taurus_outline.js +2 -0
  43. package/dist/es6/20/zodiac_virgo_outline.js +2 -0
  44. package/dist/es6/24/blur_outline.js +2 -0
  45. package/dist/es6/24/contrast_outline.js +2 -0
  46. package/dist/es6/24/exposition_outline.js +2 -0
  47. package/dist/es6/24/grain_outline.js +2 -0
  48. package/dist/es6/24/highlights_outline.js +2 -0
  49. package/dist/es6/24/money_circle_outline.js +1 -1
  50. package/dist/es6/24/shadows_outline.js +2 -0
  51. package/dist/es6/24/thermometer_outline.js +2 -0
  52. package/dist/es6/24/triangle_outline.js +2 -0
  53. package/dist/es6/28/chevron_right_circle.js +2 -0
  54. package/dist/es6/28/video_add_square_outline.js +2 -0
  55. package/dist/es6/index.js +26 -0
  56. package/dist/icons-map.json +1 -1
  57. package/dist/index.js +186 -4
  58. package/dist/typings/16/carousel_outline.d.ts +12 -0
  59. package/dist/typings/16/grid_outline.d.ts +12 -0
  60. package/dist/typings/20/archive_arrow_down_outline.d.ts +12 -0
  61. package/dist/typings/20/image_filter_outline.d.ts +12 -0
  62. package/dist/typings/20/zodiac_aquarius_outline.d.ts +12 -0
  63. package/dist/typings/20/zodiac_aries_outline.d.ts +12 -0
  64. package/dist/typings/20/zodiac_cancer_outline.d.ts +12 -0
  65. package/dist/typings/20/zodiac_capricorn_outline.d.ts +12 -0
  66. package/dist/typings/20/zodiac_gemini_outline.d.ts +12 -0
  67. package/dist/typings/20/zodiac_leo_outline.d.ts +12 -0
  68. package/dist/typings/20/zodiac_libra_outline.d.ts +12 -0
  69. package/dist/typings/20/zodiac_pisces_outline.d.ts +12 -0
  70. package/dist/typings/20/zodiac_sagittarius_outline.d.ts +12 -0
  71. package/dist/typings/20/zodiac_scorpio_outline.d.ts +12 -0
  72. package/dist/typings/20/zodiac_taurus_outline.d.ts +12 -0
  73. package/dist/typings/20/zodiac_virgo_outline.d.ts +12 -0
  74. package/dist/typings/24/blur_outline.d.ts +12 -0
  75. package/dist/typings/24/contrast_outline.d.ts +12 -0
  76. package/dist/typings/24/exposition_outline.d.ts +12 -0
  77. package/dist/typings/24/grain_outline.d.ts +12 -0
  78. package/dist/typings/24/highlights_outline.d.ts +12 -0
  79. package/dist/typings/24/shadows_outline.d.ts +12 -0
  80. package/dist/typings/24/thermometer_outline.d.ts +12 -0
  81. package/dist/typings/24/triangle_outline.d.ts +12 -0
  82. package/dist/typings/28/chevron_right_circle.d.ts +12 -0
  83. package/dist/typings/28/video_add_square_outline.d.ts +12 -0
  84. package/dist/typings/index.d.ts +26 -0
  85. package/package.json +1 -1
  86. package/src/svg/16/carousel_outline_16.svg +1 -0
  87. package/src/svg/16/grid_outline_16.svg +1 -0
  88. package/src/svg/20/archive_arrow_down_outline_20.svg +1 -0
  89. package/src/svg/20/image_filter_outline_20.svg +1 -0
  90. package/src/svg/20/zodiac_aquarius_outline_20.svg +1 -0
  91. package/src/svg/20/zodiac_aries_outline_20.svg +1 -0
  92. package/src/svg/20/zodiac_cancer_outline_20.svg +1 -0
  93. package/src/svg/20/zodiac_capricorn_outline_20.svg +1 -0
  94. package/src/svg/20/zodiac_gemini_outline_20.svg +1 -0
  95. package/src/svg/20/zodiac_leo_outline_20.svg +1 -0
  96. package/src/svg/20/zodiac_libra_outline_20.svg +1 -0
  97. package/src/svg/20/zodiac_pisces_outline_20.svg +1 -0
  98. package/src/svg/20/zodiac_sagittarius_outline_20.svg +1 -0
  99. package/src/svg/20/zodiac_scorpio_outline_20.svg +1 -0
  100. package/src/svg/20/zodiac_taurus_outline_20.svg +1 -0
  101. package/src/svg/20/zodiac_virgo_outline_20.svg +1 -0
  102. package/src/svg/24/blur_outline_24.svg +1 -0
  103. package/src/svg/24/contrast_outline_24.svg +1 -0
  104. package/src/svg/24/exposition_outline_24.svg +1 -0
  105. package/src/svg/24/grain_outline_24.svg +1 -0
  106. package/src/svg/24/highlights_outline_24.svg +1 -0
  107. package/src/svg/24/money_circle_outline_24.svg +1 -3
  108. package/src/svg/24/shadows_outline_24.svg +1 -0
  109. package/src/svg/24/thermometer_outline_24.svg +1 -0
  110. package/src/svg/24/triangle_outline_24.svg +1 -0
  111. package/src/svg/28/chevron_right_circle_28.svg +4 -0
  112. package/src/svg/28/video_add_square_outline_28.svg +1 -0
  113. package/ts/16/carousel_outline.ts +24 -0
  114. package/ts/16/grid_outline.ts +24 -0
  115. package/ts/20/archive_arrow_down_outline.ts +24 -0
  116. package/ts/20/image_filter_outline.ts +24 -0
  117. package/ts/20/zodiac_aquarius_outline.ts +24 -0
  118. package/ts/20/zodiac_aries_outline.ts +24 -0
  119. package/ts/20/zodiac_cancer_outline.ts +24 -0
  120. package/ts/20/zodiac_capricorn_outline.ts +24 -0
  121. package/ts/20/zodiac_gemini_outline.ts +24 -0
  122. package/ts/20/zodiac_leo_outline.ts +24 -0
  123. package/ts/20/zodiac_libra_outline.ts +24 -0
  124. package/ts/20/zodiac_pisces_outline.ts +24 -0
  125. package/ts/20/zodiac_sagittarius_outline.ts +24 -0
  126. package/ts/20/zodiac_scorpio_outline.ts +24 -0
  127. package/ts/20/zodiac_taurus_outline.ts +24 -0
  128. package/ts/20/zodiac_virgo_outline.ts +24 -0
  129. package/ts/24/blur_outline.ts +24 -0
  130. package/ts/24/contrast_outline.ts +24 -0
  131. package/ts/24/exposition_outline.ts +24 -0
  132. package/ts/24/grain_outline.ts +24 -0
  133. package/ts/24/highlights_outline.ts +24 -0
  134. package/ts/24/money_circle_outline.ts +1 -1
  135. package/ts/24/shadows_outline.ts +24 -0
  136. package/ts/24/thermometer_outline.ts +24 -0
  137. package/ts/24/triangle_outline.ts +24 -0
  138. package/ts/28/chevron_right_circle.ts +24 -0
  139. package/ts/28/video_add_square_outline.ts +24 -0
  140. package/ts/index.ts +26 -0
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24ExpositionOutlineProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ declare const _default: import("react").FC<Icon24ExpositionOutlineProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24GrainOutlineProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ declare const _default: import("react").FC<Icon24GrainOutlineProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24HighlightsOutlineProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ declare const _default: import("react").FC<Icon24HighlightsOutlineProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24ShadowsOutlineProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ declare const _default: import("react").FC<Icon24ShadowsOutlineProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24ThermometerOutlineProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ declare const _default: import("react").FC<Icon24ThermometerOutlineProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon24TriangleOutlineProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ declare const _default: import("react").FC<Icon24TriangleOutlineProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28ChevronRightCircleProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ declare const _default: import("react").FC<Icon28ChevronRightCircleProps>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ export interface Icon28VideoAddSquareOutlineProps extends SVGProps<SVGSVGElement> {
3
+ fill?: string;
4
+ width?: number;
5
+ height?: number;
6
+ getRootRef?: Ref<SVGSVGElement>;
7
+ title?: string;
8
+ deprecated?: boolean;
9
+ replacement?: string;
10
+ }
11
+ declare const _default: import("react").FC<Icon28VideoAddSquareOutlineProps>;
12
+ export default _default;
@@ -115,6 +115,7 @@ export { default as Icon16Cancel } from './16/cancel';
115
115
  export { default as Icon16CancelCircle } from './16/cancel_circle';
116
116
  export { default as Icon16CancelCircleOutline } from './16/cancel_circle_outline';
117
117
  export { default as Icon16Cards2 } from './16/cards_2';
118
+ export { default as Icon16CarouselOutline } from './16/carousel_outline';
118
119
  export { default as Icon16ChainOutline } from './16/chain_outline';
119
120
  export { default as Icon16CheckCircle } from './16/check_circle';
120
121
  export { default as Icon16CheckCircleLarge } from './16/check_circle_large';
@@ -198,6 +199,7 @@ export { default as Icon16Globe } from './16/globe';
198
199
  export { default as Icon16GovernmentOutline } from './16/government_outline';
199
200
  export { default as Icon16GridOfFour } from './16/grid_of_four';
200
201
  export { default as Icon16GridOfThree } from './16/grid_of_three';
202
+ export { default as Icon16GridOutline } from './16/grid_outline';
201
203
  export { default as Icon16Hand } from './16/hand';
202
204
  export { default as Icon16HandHeartFilled } from './16/hand_heart_filled';
203
205
  export { default as Icon16Hashtag } from './16/hashtag';
@@ -374,6 +376,7 @@ export { default as Icon20AdvertisingOutline } from './20/advertising_outline';
374
376
  export { default as Icon20ApiOutline } from './20/api_outline';
375
377
  export { default as Icon20AppBadgeOutline } from './20/app_badge_outline';
376
378
  export { default as Icon20AppleWatchOutlite } from './20/apple_watch_outlite';
379
+ export { default as Icon20ArchiveArrowDownOutline } from './20/archive_arrow_down_outline';
377
380
  export { default as Icon20ArchiveOutline } from './20/archive_outline';
378
381
  export { default as Icon20Arrow2SquarepathOutline } from './20/arrow_2_squarepath_outline';
379
382
  export { default as Icon20ArrowDownOutline } from './20/arrow_down_outline';
@@ -550,6 +553,7 @@ export { default as Icon20HomeArrowDownOutline } from './20/home_arrow_down_outl
550
553
  export { default as Icon20HomeCheckOutline } from './20/home_check_outline';
551
554
  export { default as Icon20HomeOutline } from './20/home_outline';
552
555
  export { default as Icon20HorseToyOutline } from './20/horse_toy_outline';
556
+ export { default as Icon20ImageFilterOutline } from './20/image_filter_outline';
553
557
  export { default as Icon20IncognitoOutline } from './20/incognito_outline';
554
558
  export { default as Icon20IndentDecreaseOutline } from './20/indent_decrease_outline';
555
559
  export { default as Icon20IndentIncreaseOutline } from './20/indent_increase_outline';
@@ -809,6 +813,18 @@ export { default as Icon20WrenchOutline } from './20/wrench_outline';
809
813
  export { default as Icon20Write } from './20/write';
810
814
  export { default as Icon20WriteOutline } from './20/write_outline';
811
815
  export { default as Icon20WriteSquareOutline } from './20/write_square_outline';
816
+ export { default as Icon20ZodiacAquariusOutline } from './20/zodiac_aquarius_outline';
817
+ export { default as Icon20ZodiacAriesOutline } from './20/zodiac_aries_outline';
818
+ export { default as Icon20ZodiacCancerOutline } from './20/zodiac_cancer_outline';
819
+ export { default as Icon20ZodiacCapricornOutline } from './20/zodiac_capricorn_outline';
820
+ export { default as Icon20ZodiacGeminiOutline } from './20/zodiac_gemini_outline';
821
+ export { default as Icon20ZodiacLeoOutline } from './20/zodiac_leo_outline';
822
+ export { default as Icon20ZodiacLibraOutline } from './20/zodiac_libra_outline';
823
+ export { default as Icon20ZodiacPiscesOutline } from './20/zodiac_pisces_outline';
824
+ export { default as Icon20ZodiacSagittariusOutline } from './20/zodiac_sagittarius_outline';
825
+ export { default as Icon20ZodiacScorpioOutline } from './20/zodiac_scorpio_outline';
826
+ export { default as Icon20ZodiacTaurusOutline } from './20/zodiac_taurus_outline';
827
+ export { default as Icon20ZodiacVirgoOutline } from './20/zodiac_virgo_outline';
812
828
  export { default as Icon240CircleOutline } from './24/0_circle_outline';
813
829
  export { default as Icon2416CircleOutline } from './24/16_circle_outline';
814
830
  export { default as Icon2418CircleOutline } from './24/18_circle_outline';
@@ -857,6 +873,7 @@ export { default as Icon24BeautyOutline } from './24/beauty_outline';
857
873
  export { default as Icon24BidyOutline } from './24/bidy_outline';
858
874
  export { default as Icon24BillheadOutline } from './24/billhead_outline';
859
875
  export { default as Icon24BlockOutline } from './24/block_outline';
876
+ export { default as Icon24BlurOutline } from './24/blur_outline';
860
877
  export { default as Icon24BombOutline } from './24/bomb_outline';
861
878
  export { default as Icon24Bookmark } from './24/bookmark';
862
879
  export { default as Icon24BookmarkOutline } from './24/bookmark_outline';
@@ -916,6 +933,7 @@ export { default as Icon24Comment } from './24/comment';
916
933
  export { default as Icon24CommentAddBadgeOutline } from './24/comment_add_badge_outline';
917
934
  export { default as Icon24CommentOutline } from './24/comment_outline';
918
935
  export { default as Icon24ComputerOutline } from './24/computer_outline';
936
+ export { default as Icon24ContrastOutline } from './24/contrast_outline';
919
937
  export { default as Icon24Copy } from './24/copy';
920
938
  export { default as Icon24CopyOutline } from './24/copy_outline';
921
939
  export { default as Icon24Crop } from './24/crop';
@@ -969,6 +987,7 @@ export { default as Icon24ErrorCircleOutline } from './24/error_circle_outline';
969
987
  export { default as Icon24EternalFlameOutline } from './24/eternal_flame_outline';
970
988
  export { default as Icon24EuroOutline } from './24/euro_outline';
971
989
  export { default as Icon24Explicit } from './24/explicit';
990
+ export { default as Icon24ExpositionOutline } from './24/exposition_outline';
972
991
  export { default as Icon24ExternalLinkOutline } from './24/external_link_outline';
973
992
  export { default as Icon24Favorite } from './24/favorite';
974
993
  export { default as Icon24FavoriteOutline } from './24/favorite_outline';
@@ -1003,6 +1022,7 @@ export { default as Icon24GiftOutline } from './24/gift_outline';
1003
1022
  export { default as Icon24Globe } from './24/globe';
1004
1023
  export { default as Icon24GlobeOutline } from './24/globe_outline';
1005
1024
  export { default as Icon24GoodsCollection } from './24/goods_collection';
1025
+ export { default as Icon24GrainOutline } from './24/grain_outline';
1006
1026
  export { default as Icon24GraphOutline } from './24/graph_outline';
1007
1027
  export { default as Icon24Grid4UnevenVerticalOutline } from './24/grid_4_uneven_vertical_outline';
1008
1028
  export { default as Icon24GunOutline } from './24/gun_outline';
@@ -1017,6 +1037,7 @@ export { default as Icon24HelpOutline } from './24/help_outline';
1017
1037
  export { default as Icon24Hide } from './24/hide';
1018
1038
  export { default as Icon24HideOutline } from './24/hide_outline';
1019
1039
  export { default as Icon24HieroglyphCharacterOutline } from './24/hieroglyph_character_outline';
1040
+ export { default as Icon24HighlightsOutline } from './24/highlights_outline';
1020
1041
  export { default as Icon24HistoryBackwardOutline } from './24/history_backward_outline';
1021
1042
  export { default as Icon24Home } from './24/home';
1022
1043
  export { default as Icon24HomeHeartOutline } from './24/home_heart_outline';
@@ -1214,6 +1235,7 @@ export { default as Icon24SendOutline } from './24/send_outline';
1214
1235
  export { default as Icon24Services } from './24/services';
1215
1236
  export { default as Icon24ServicesOutline } from './24/services_outline';
1216
1237
  export { default as Icon24Settings } from './24/settings';
1238
+ export { default as Icon24ShadowsOutline } from './24/shadows_outline';
1217
1239
  export { default as Icon24Share } from './24/share';
1218
1240
  export { default as Icon24ShareExternal } from './24/share_external';
1219
1241
  export { default as Icon24ShareExternalOutline } from './24/share_external_outline';
@@ -1267,6 +1289,7 @@ export { default as Icon24TennisBallOutline } from './24/tennis_ball_outline';
1267
1289
  export { default as Icon24TextLiveOutline } from './24/text_live_outline';
1268
1290
  export { default as Icon24TextOutline } from './24/text_outline';
1269
1291
  export { default as Icon24TextTtOutline } from './24/text_tt_outline';
1292
+ export { default as Icon24ThermometerOutline } from './24/thermometer_outline';
1270
1293
  export { default as Icon24ThumbDown } from './24/thumb_down';
1271
1294
  export { default as Icon24ThumbsDown } from './24/thumbs_down';
1272
1295
  export { default as Icon24ThumbsDownOutline } from './24/thumbs_down_outline';
@@ -1274,6 +1297,7 @@ export { default as Icon24ThumbsUpOutline } from './24/thumbs_up_outline';
1274
1297
  export { default as Icon24ThumbUp } from './24/thumb_up';
1275
1298
  export { default as Icon24TicketOutline } from './24/ticket_outline';
1276
1299
  export { default as Icon24TrashSmileOutline } from './24/trash_smile_outline';
1300
+ export { default as Icon24TriangleOutline } from './24/triangle_outline';
1277
1301
  export { default as Icon24TshirtOutline } from './24/tshirt_outline';
1278
1302
  export { default as Icon24UnarchiveOutline } from './24/unarchive_outline';
1279
1303
  export { default as Icon24UnblockOutline } from './24/unblock_outline';
@@ -1437,6 +1461,7 @@ export { default as Icon28ChevronBack } from './28/chevron_back';
1437
1461
  export { default as Icon28ChevronDownOutline } from './28/chevron_down_outline';
1438
1462
  export { default as Icon28ChevronLeft } from './28/chevron_left';
1439
1463
  export { default as Icon28ChevronLeftOutline } from './28/chevron_left_outline';
1464
+ export { default as Icon28ChevronRightCircle } from './28/chevron_right_circle';
1440
1465
  export { default as Icon28ChevronRightCircleOutline } from './28/chevron_right_circle_outline';
1441
1466
  export { default as Icon28ChevronRightOutline } from './28/chevron_right_outline';
1442
1467
  export { default as Icon28Chevrons2LeftOutline } from './28/chevrons_2_left_outline';
@@ -1939,6 +1964,7 @@ export { default as Icon28UserStarBadgeOutline } from './28/user_star_badge_outl
1939
1964
  export { default as Icon28UserStarBadgeSlashOutline } from './28/user_star_badge_slash_outline';
1940
1965
  export { default as Icon28UserTagOutline } from './28/user_tag_outline';
1941
1966
  export { default as Icon28Video } from './28/video';
1967
+ export { default as Icon28VideoAddSquareOutline } from './28/video_add_square_outline';
1942
1968
  export { default as Icon28Videocam } from './28/videocam';
1943
1969
  export { default as Icon28VideocamAddOutline } from './28/videocam_add_outline';
1944
1970
  export { default as Icon28VideocamAlt } from './28/videocam_alt';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "2.9.0",
3
+ "version": "2.11.0",
4
4
  "description": "SVG icons, provided as a React components. With love from VKontakte",
5
5
  "repository": "https://github.com/VKCOM/icons",
6
6
  "homepage": "https://vkcom.github.io/icons/",
@@ -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="M13.719 1.5c-.674 0-1.224 0-1.672.037-.463.037-.882.118-1.273.317a3.25 3.25 0 0 0-1.42 1.42c-.199.391-.28.81-.317 1.273C9 4.995 9 5.545 9 6.219V9.78c0 .674 0 1.224.037 1.672.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317.447.037.998.037 1.671.037h.532a.75.75 0 0 0 0-1.5h-.5c-.712 0-1.202 0-1.58-.032-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.764c-.074-.145-.13-.344-.16-.714-.03-.38-.031-.869-.031-1.581v-3.5c0-.712 0-1.202.032-1.58.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .764-.765c.145-.074.344-.13.714-.16.38-.03.869-.031 1.581-.031h.5a.75.75 0 0 0 0-1.5h-.531Zm-11.438 13c.674 0 1.225 0 1.672-.037.463-.037.882-.118 1.272-.317a3.25 3.25 0 0 0 1.42-1.42c.2-.391.28-.81.318-1.273C7 11.006 7 10.455 7 9.781V6.22c0-.674 0-1.225-.037-1.672-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318C3.506 1.5 2.955 1.5 2.282 1.5H1.75a.75.75 0 0 0 0 1.5h.5c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.597.435.765.765.074.144.13.343.16.713.03.38.031.869.031 1.581v3.5c0 .712 0 1.202-.032 1.58-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.765.765c-.144.074-.343.13-.713.16-.38.03-.869.031-1.581.031h-.5a.75.75 0 0 0 0 1.5h.531Z"/></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="M6.219 1.5H9.78c.674 0 1.224 0 1.672.037.463.037.882.118 1.273.317a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273.037.447.037.998.037 1.672V9.78c0 .674 0 1.224-.037 1.672-.037.463-.118.882-.317 1.273a3.25 3.25 0 0 1-1.42 1.42c-.391.199-.81.28-1.273.317-.447.037-.998.037-1.672.037H6.22c-.674 0-1.225 0-1.672-.037-.463-.037-.882-.118-1.272-.317a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273-.037-.447-.037-.998-.037-1.672V6.22c0-.674 0-1.225.037-1.672.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318.447-.037.998-.037 1.672-.037Zm-1.55 1.532c-.37.03-.57.085-.713.159a1.75 1.75 0 0 0-.765.765c-.074.144-.13.343-.16.713C3.002 5.05 3 5.538 3 6.25v1h4.25V3h-1c-.712 0-1.202 0-1.58.032ZM7.25 8.75H3v1c0 .712 0 1.202.032 1.58.03.371.085.57.159.714.168.33.435.598.765.765.144.074.343.13.713.16.38.03.869.031 1.581.031h1V8.75Zm1.5 0H13v1c0 .712 0 1.202-.032 1.58-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.764.765c-.145.074-.344.13-.714.16-.38.03-.869.031-1.581.031h-1V8.75ZM13 7.25H8.75V3h1c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.598.435.765.765.074.144.13.343.16.713.03.38.031.869.031 1.581v1Z" 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="M10.75 12.44V9.75a.75.75 0 0 0-1.5 0v2.69l-.97-.97a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.06 0l2.25-2.25a.75.75 0 1 0-1.06-1.06l-.97.97Z"/><path fill-rule="evenodd" d="M5.42 2c-.535 0-.98 0-1.345.03-.38.03-.736.098-1.073.27A2.75 2.75 0 0 0 1.8 3.502c-.172.337-.24.693-.27 1.073-.03.365-.03.81-.03 1.345v.05c0 .122 0 .255.01.37.01.13.036.3.126.477.12.236.311.427.547.547.176.09.348.116.478.127.105.008.225.009.339.009v4.982c0 .813 0 1.469.043 2 .045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365.531.043 1.187.043 2 .043h2.964c.813 0 1.469 0 2-.043.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.639c.226-.444.32-.924.365-1.47.043-.531.043-1.187.043-2V7.5c.114 0 .234 0 .34-.01.13-.01.3-.036.477-.126a1.25 1.25 0 0 0 .547-.547c.09-.176.116-.348.127-.478.01-.114.009-.247.009-.369v-.05c0-.535 0-.98-.03-1.345-.03-.38-.098-.736-.27-1.073A2.75 2.75 0 0 0 17 2.3c-.338-.172-.694-.24-1.074-.27C15.56 2 15.115 2 14.58 2H5.42ZM15.5 7.5h-11v4.95c0 .853 0 1.447.038 1.91.037.453.107.714.207.912.216.423.56.767.984.983.197.1.458.17.912.207.462.037 1.057.038 1.909.038h2.9c.853 0 1.447 0 1.91-.038.453-.038.714-.107.912-.207a2.25 2.25 0 0 0 .983-.983c.1-.198.17-.459.207-.913.037-.462.038-1.056.038-1.909V7.5ZM17 6v-.05c0-.572 0-.957-.025-1.253-.023-.287-.065-.424-.111-.514a1.25 1.25 0 0 0-.547-.547c-.09-.046-.227-.088-.514-.111-.296-.024-.68-.025-1.253-.025h-9.1c-.572 0-.957 0-1.253.025-.287.023-.424.065-.514.111a1.25 1.25 0 0 0-.547.547c-.046.09-.088.227-.111.514C3 4.993 3 5.377 3 5.95V6h14Z" 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="M7.75 12.906A5.973 5.973 0 0 1 7 10a5.97 5.97 0 0 1 .75-2.906 3.001 3.001 0 0 1 0 5.812Z"/><path fill-rule="evenodd" d="M1 10a6 6 0 0 0 9 5.197 6 6 0 1 0 0-10.395A6 6 0 0 0 1 10Zm1.5 0a4.5 4.5 0 1 0 9 0 4.5 4.5 0 0 0-9 0Zm8.812-4.173A5.98 5.98 0 0 1 13 10a5.98 5.98 0 0 1-1.688 4.172 4.5 4.5 0 1 0 0-8.345Z" 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="M6.225 4.423a.75.75 0 0 0-1.183-.224l-3.8 3.503a.75.75 0 1 0 1.016 1.103l3.058-2.82 1.26 2.596a.75.75 0 0 0 1.203.204l2.826-2.809 1.492 2.646a.75.75 0 0 0 1.203.141l2.592-2.794 1.727 2.69a.75.75 0 0 0 1.262-.811l-2.25-3.503a.75.75 0 0 0-1.18-.105l-2.552 2.75-1.47-2.608a.75.75 0 0 0-1.183-.164l-2.78 2.763-1.241-2.558Zm0 6.999a.75.75 0 0 0-1.183-.224l-3.8 3.503a.75.75 0 1 0 1.016 1.103l3.058-2.819 1.26 2.595a.75.75 0 0 0 1.203.205l2.826-2.81 1.492 2.646a.75.75 0 0 0 1.203.142l2.592-2.794 1.727 2.689a.75.75 0 0 0 1.262-.81l-2.25-3.504a.75.75 0 0 0-1.18-.105l-2.552 2.75-1.47-2.608a.75.75 0 0 0-1.183-.164l-2.78 2.763-1.241-2.558Z" 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.25 7.505V17.75a.75.75 0 0 0 1.5 0V7.483c.004-1.222.44-2.075 1.044-2.627.619-.566 1.46-.86 2.325-.856.865.004 1.71.305 2.331.875.609.558 1.045 1.413 1.045 2.624 0 2.275-1.333 3.776-3.055 4.567a.75.75 0 0 0 .626 1.363c2.126-.976 3.93-2.94 3.93-5.93 0-1.605-.595-2.87-1.532-3.73-.925-.848-2.141-1.264-3.338-1.269-1.197-.005-2.416.4-3.344 1.249a4.493 4.493 0 0 0-.782.94 4.493 4.493 0 0 0-.782-.94C8.29 2.9 7.07 2.495 5.874 2.5c-1.197.005-2.413.42-3.338 1.27-.937.86-1.531 2.124-1.531 3.729 0 2.99 1.803 4.954 3.929 5.93a.75.75 0 0 0 .626-1.363c-1.722-.79-3.055-2.292-3.055-4.567 0-1.21.436-2.066 1.045-2.624.62-.57 1.466-.871 2.33-.875.865-.004 1.707.29 2.325.856.607.554 1.045 1.412 1.045 2.643v.006Z" 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="M8.76 3.5c-.26 0-.513.012-.76.035a4 4 0 1 1-5.99 3.177c.016-1.417.882-2.608 2.091-3.414C5.326 2.48 6.976 2 8.76 2c1.75 0 3.196.33 4.388 1.003 1.195.675 2.08 1.662 2.758 2.883a.75.75 0 1 1-1.312.728c-.572-1.03-1.275-1.792-2.184-2.305-.912-.515-2.087-.809-3.65-.809ZM3.51 6.783A2.538 2.538 0 0 0 3.5 7a2.5 2.5 0 1 0 .01-.217Zm7.73 9.717a8.3 8.3 0 0 0 .76-.035 4 4 0 1 1 5.99-3.177c-.015 1.417-.882 2.608-2.091 3.415C14.674 17.518 13.024 18 11.24 18c-1.75 0-3.196-.33-4.387-1.003-1.196-.675-2.08-1.662-2.758-2.883a.75.75 0 1 1 1.31-.728c.573 1.03 1.276 1.792 2.185 2.305.912.515 2.087.809 3.65.809Zm5.25-3.283.005-.05a2.5 2.5 0 1 0-.004.05Z" 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="M6.095 4.459c-.602.59-1.049 1.49-1.095 2.755v5.036a.75.75 0 0 1-1.5 0V7.523a.758.758 0 0 1-.004-.075c0-.088.001-.174.004-.26V5.25c0-1.237-.75-1.707-.983-1.785a.75.75 0 1 1 .474-1.423c.538.18 1.31.72 1.723 1.705a4.79 4.79 0 0 1 .33-.358 4.911 4.911 0 0 1 3.45-1.39 4.92 4.92 0 0 1 3.45 1.39c.958.938 1.556 2.312 1.556 4.057v2.18a3.5 3.5 0 1 1-.245 5.563c-.23.75-.612 1.328-1.083 1.763-.767.709-1.686.956-2.314 1.044a.75.75 0 0 1-.209-1.485c.47-.066 1.049-.24 1.505-.66.434-.401.846-1.109.846-2.435v-.764a3.624 3.624 0 0 1 0-.303V7.446c0-1.386-.466-2.36-1.106-2.987a3.42 3.42 0 0 0-2.4-.96c-.884 0-1.753.326-2.4.96Zm7.405 8.155a2 2 0 1 0 0-.229v.23Z" 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="M4.083 2.078a.75.75 0 1 0-.666 1.344c.73.361 1.897.624 3.065.799l.02.003v11.551l-.02.003c-1.168.175-2.335.437-3.065.798a.75.75 0 1 0 .666 1.345c.503-.25 1.467-.487 2.621-.66a23.625 23.625 0 0 1 3.3-.262c.954 0 2.165.092 3.289.26 1.147.172 2.11.41 2.623.662a.75.75 0 0 0 .663-1.345c-.736-.363-1.9-.626-3.065-.8l-.009-.001V4.224l.01-.001c1.164-.175 2.328-.437 3.064-.8a.75.75 0 1 0-.663-1.346c-.513.253-1.476.49-2.623.662a23.548 23.548 0 0 1-3.29.261c-.952 0-2.17-.094-3.299-.263-1.154-.173-2.118-.41-2.621-.66Zm7.922 2.324a22.66 22.66 0 0 1-2.001.098 22.77 22.77 0 0 1-2.002-.098v11.195a22.772 22.772 0 0 1 2.002-.098c.605 0 1.295.034 2.001.097V4.402Z" 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.114 2.531c1.818-.28 3.777 1.537 3.32 4.112-.176.992-.51 1.773-.902 2.547-.1.196-.205.397-.314.604-.312.59-.648 1.227-.92 1.927-.37.956-.761 2.471-.61 3.882.078.714.3 1.447.78 2.06.491.626 1.206 1.067 2.154 1.262.852.174 1.868.056 2.727-.617.86-.673 1.455-1.815 1.646-3.472a.75.75 0 1 0-1.49-.172c-.16 1.393-.628 2.11-1.08 2.463-.452.354-1 .431-1.502.328-.638-.13-1.025-.4-1.274-.717-.258-.33-.412-.768-.469-1.296-.116-1.076.19-2.335.518-3.179.237-.612.513-1.137.811-1.702.118-.222.238-.45.361-.693.424-.838.828-1.767 1.04-2.962.605-3.406-2.014-6.32-5.024-5.857-2.204.339-3.355 1.998-3.756 3.717a7.118 7.118 0 0 0-.12 2.494A4.5 4.5 0 1 0 10 11.5c0-1.03-.29-1.816-.936-2.77-.644-.954-.791-2.258-.473-3.623C8.9 3.78 9.699 2.749 11.114 2.53ZM2.5 11.5a3 3 0 1 0 6 0 3 3 0 0 0-6 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="M5.502 7.512a4.514 4.514 0 0 1 4.499-4.514A4.514 4.514 0 0 1 14.5 7.512c0 1.486-.84 3.178-2.948 4.013A.75.75 0 0 0 11.754 13h5.496a.75.75 0 0 0 0-1.5h-2.93A5.612 5.612 0 0 0 16 7.512a6.014 6.014 0 0 0-5.967-6.014h-.064a6.014 6.014 0 0 0-5.967 6.014c0 1.382.529 2.847 1.681 3.988H2.751a.75.75 0 0 0 0 1.5H8.25a.75.75 0 0 0 .217-1.468l-.017-.007c-2.108-.835-2.948-2.527-2.948-4.013ZM1.998 16.25a.75.75 0 0 1 .75-.75H17.25a.75.75 0 0 1 0 1.5H2.748a.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="M4.093 1.112c-.487-.311-1.092.062-1.092.641 0 .278.148.532.38.685 2.286 1.5 3.85 3.975 4.087 6.812H3.75a.75.75 0 1 0 0 1.5h3.718c-.236 2.837-1.801 5.311-4.087 6.812a.825.825 0 0 0-.38.685c0 .579.605.952 1.092.64 2.751-1.757 4.637-4.72 4.88-8.137h2.057c.243 3.416 2.129 6.38 4.88 8.138.487.311 1.092-.062 1.092-.641a.825.825 0 0 0-.38-.685c-2.286-1.5-3.85-3.975-4.087-6.812h3.715a.75.75 0 0 0 0-1.5h-3.715c.236-2.837 1.801-5.311 4.087-6.812a.825.825 0 0 0 .38-.685c0-.578-.605-.952-1.092-.64-2.751 1.757-4.637 4.72-4.88 8.137H8.973c-.243-3.416-2.129-6.38-4.88-8.138Z" 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="M14.438 4.503 8.001 10.94 5.283 8.22a.75.75 0 0 0-1.061 1.06L6.941 12l-3.72 3.72a.75.75 0 1 0 1.06 1.06L8 13.061l2.721 2.72a.75.75 0 0 0 1.06-1.06l-2.72-2.72 6.434-6.435v6.682a.75.75 0 0 0 1.5 0V3.945c0-.034 0-.12-.01-.202a.847.847 0 0 0-.239-.491.847.847 0 0 0-.491-.239c-.081-.01-.168-.01-.202-.01H7.75a.75.75 0 0 0 0 1.5h6.688Z" 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.993 5.994c.002-1.852 1.012-2.491 1.747-2.491.735 0 1.746.64 1.746 2.497v6.277c0 .763 0 2.376.551 3.815.284.74.728 1.475 1.43 2.026.71.557 1.63.882 2.783.882a.75.75 0 0 0 0-1.5c-.855 0-1.44-.234-1.858-.562-.427-.336-.736-.814-.954-1.383-.445-1.161-.452-2.527-.452-3.305V6c0-2.473-1.485-3.997-3.246-3.997-.992 0-1.896.483-2.497 1.347-.601-.864-1.506-1.347-2.498-1.347-.915 0-1.756.41-2.353 1.152-.423-.615-.983-.973-1.4-1.113a.75.75 0 1 0-.475 1.424c.233.077.983.547.983 1.784v.532A6.031 6.031 0 0 0 3.496 6a.65.65 0 0 0 .004.077v6.173a.75.75 0 0 0 1.5 0V5.803c.069-1.705 1.034-2.3 1.745-2.3.736 0 1.746.64 1.748 2.49v6.257a.75.75 0 0 0 1.5 0V5.994Z" 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="M4.428 2.414a.75.75 0 0 0-1.342.672c.668 1.334 1.905 2.26 3.372 2.806C4.39 7.022 3 9.11 3 11.5c0 3.59 3.134 6.5 7 6.5s7-2.91 7-6.5c0-2.388-1.388-4.476-3.455-5.606 1.468-.545 2.706-1.468 3.374-2.803a.75.75 0 0 0-1.342-.67C14.781 4.012 12.59 5 10 5c-2.588 0-4.775-.992-5.572-2.586ZM15.5 11.5c0 2.659-2.356 5-5.5 5s-5.5-2.341-5.5-5c0-2.658 2.356-5 5.5-5s5.5 2.342 5.5 5Z" 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="M5.001 5.792c.067-1.767.97-2.288 1.499-2.288.549 0 1.502.563 1.502 2.499v6.254a.75.75 0 1 0 1.5 0V6.003c0-1.936.954-2.5 1.503-2.5.55 0 1.502.564 1.502 2.5v6.254c0 .962.115 1.912.41 2.757 0 .005.002.01.003.014-.327.03-.685.03-1.077-.012a.75.75 0 0 0-.158 1.493 6.595 6.595 0 0 0 1.992-.076c.788.999 1.98 1.57 3.576 1.57a.75.75 0 0 0 0-1.501c-.919 0-1.567-.238-2.033-.624.34-.185.64-.396.903-.619.93-.787 1.364-1.688 1.478-1.972.214-.533.464-1.61.383-2.639-.04-.52-.17-1.09-.489-1.576-.334-.51-.85-.886-1.557-1.016-.748-.137-1.405.012-1.93.388V6.003c0-2.397-1.3-4-3.003-4-.913 0-1.71.46-2.253 1.256-.543-.796-1.34-1.256-2.252-1.256-.853 0-1.604.401-2.142 1.103-.419-.585-.96-.928-1.367-1.063a.75.75 0 1 0-.474 1.423c.234.078.984.548.984 1.786v.525c-.003.074-.004.15-.004.226 0 .026 0 .051.004.077v6.177a.75.75 0 1 0 1.5 0V5.792Zm9.371 8.836a3.735 3.735 0 0 1-.029-.08c-.303-1.027-.4-2.46-.15-3.568.13-.582.337-.989.573-1.219.2-.195.465-.309.901-.228.293.053.459.186.574.362.13.2.218.493.247.87.06.765-.138 1.611-.28 1.963-.053.134-.366.803-1.054 1.386a3.835 3.835 0 0 1-.782.514Z" 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 2.002c-.442 0-.877.03-1.305.085a.9.9 0 0 0 .233 1.785 8.281 8.281 0 0 1 2.144 0 .9.9 0 0 0 .233-1.785A10.083 10.083 0 0 0 12 2.002Zm6.087 2.066a.9.9 0 0 0-1.097 1.427 8.253 8.253 0 0 1 1.514 1.515.9.9 0 1 0 1.427-1.097 10.05 10.05 0 0 0-1.845-1.845ZM7.01 5.495a.9.9 0 1 0-1.096-1.427 10.05 10.05 0 0 0-1.845 1.845.9.9 0 1 0 1.427 1.097A8.251 8.251 0 0 1 7.01 5.495Zm-3.138 5.433a.9.9 0 0 0-1.784-.233 10.083 10.083 0 0 0 0 2.609.9.9 0 0 0 1.784-.233 8.284 8.284 0 0 1 0-2.143Zm18.041-.233a.9.9 0 0 0-1.785.232 8.284 8.284 0 0 1 0 2.144.9.9 0 1 0 1.785.233 10.09 10.09 0 0 0 0-2.61Zm-1.982 7.391a.9.9 0 1 0-1.427-1.097 8.251 8.251 0 0 1-1.514 1.514.9.9 0 0 0 1.097 1.427 10.05 10.05 0 0 0 1.844-1.844ZM5.496 16.989a.9.9 0 0 0-1.427 1.097 10.05 10.05 0 0 0 1.845 1.844.9.9 0 1 0 1.096-1.427 8.25 8.25 0 0 1-1.514-1.514Zm5.432 3.138a.9.9 0 1 0-.233 1.785 10.074 10.074 0 0 0 2.61 0 .9.9 0 1 0-.233-1.785 8.281 8.281 0 0 1-2.144 0Z"/><path fill-rule="evenodd" d="M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-1.8 0a3.2 3.2 0 1 1-6.4 0 3.2 3.2 0 0 1 6.4 0Z" 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="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-10 8.2V3.8a8.2 8.2 0 1 0 0 16.4Z" 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="M9.9 15.133a.9.9 0 0 0 0 1.8h4.2a.9.9 0 1 0 0-1.8H9.9ZM12 13a.9.9 0 0 1-.9-.9v-1.2H9.9a.9.9 0 0 1 0-1.8h1.2V7.9a.9.9 0 1 1 1.8 0v1.2h1.2a.9.9 0 1 1 0 1.8h-1.2v1.2a.9.9 0 0 1-.9.9Z"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.8 0a8.2 8.2 0 1 1-16.4 0 8.2 8.2 0 0 1 16.4 0Z" 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 8.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm3.184 1.316a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5.5-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-10 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5.5 3.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9.813 8.82a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-1 7.36a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm7.363-.989a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/><path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.8 0a8.2 8.2 0 1 1-16.4 0 8.2 8.2 0 0 1 16.4 0Z" 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="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-10 .9v-1.8H3.849a8.292 8.292 0 0 0 0 1.801H12Zm0 1.8H4.255c.223.64.524 1.245.89 1.802H12V14.7Zm0-7.203V9.3H4.255a8.17 8.17 0 0 1 .89-1.802H12Zm0 10.805H6.753A8.167 8.167 0 0 0 12 20.2v-1.898ZM12 3.8v1.897H6.754A8.167 8.167 0 0 1 12 3.8Z" clip-rule="evenodd"/></svg>
@@ -1,3 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 0.999985C18.0751 0.999985 23 5.92485 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92485 5.92487 0.999985 12 0.999985ZM12 2.79998C6.91898 2.79998 2.8 6.91897 2.8 12C2.8 17.081 6.91898 21.2 12 21.2C17.081 21.2 21.2 17.081 21.2 12C21.2 6.91897 17.081 2.79998 12 2.79998ZM13.2529 7C15.107 7 16.61 8.50304 16.61 10.3571C16.61 12.2112 15.107 13.7143 13.2529 13.7143L11 13.714V15H12.5C12.9142 15 13.25 15.3358 13.25 15.75C13.25 16.1642 12.9142 16.5 12.5 16.5H11V17.15C11 17.6194 10.6194 18 10.15 18C9.68056 18 9.3 17.6194 9.3 17.15L9.299 16.5H8.5C8.08579 16.5 7.75 16.1642 7.75 15.75C7.75 15.3358 8.08579 15 8.5 15H9.299V13.714L8.60714 13.7143C8.13376 13.7143 7.75 13.3305 7.75 12.8571C7.75 12.3838 8.13376 12 8.60714 12H9.299L9.3 7.85C9.3 7.38056 9.68056 7 10.15 7H13.2529ZM13.2857 8.57143H11V12H13.2857C14.2325 12 15 11.2325 15 10.2857C15 9.33894 14.2325 8.57143 13.2857 8.57143Z" fill="currentColor"/>
3
- </svg>
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="M16.6 10.357A3.355 3.355 0 0 0 13.247 7h-3.1a.85.85 0 0 0-.849.85V12h-.692a.857.857 0 0 0 0 1.714h.691V15H8.5a.75.75 0 0 0 0 1.5h.798l.001.65a.85.85 0 1 0 1.698 0v-.65h1.499a.75.75 0 0 0 0-1.5h-1.499v-1.286h2.25a3.355 3.355 0 0 0 3.354-3.357Zm-5.604-1.786h2.283a1.713 1.713 0 0 1 0 3.429h-2.283V8.571Z M12 2a9.972 9.972 0 0 0-7.071 2.929A9.972 9.972 0 0 0 2 12a9.972 9.972 0 0 0 2.929 7.071A9.972 9.972 0 0 0 12 22a9.972 9.972 0 0 0 7.071-2.929A9.972 9.972 0 0 0 22 12a9.972 9.972 0 0 0-2.929-7.071A9.972 9.972 0 0 0 12 2ZM6.202 6.202A8.172 8.172 0 0 1 12 3.8a8.17 8.17 0 0 1 5.798 2.402A8.171 8.171 0 0 1 20.2 12a8.172 8.172 0 0 1-2.402 5.798A8.172 8.172 0 0 1 12 20.2a8.171 8.171 0 0 1-5.798-2.402A8.172 8.172 0 0 1 3.8 12a8.17 8.17 0 0 1 2.402-5.798Z" 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 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm0-1.8a8.167 8.167 0 0 0 5.246-1.897H12.9a.9.9 0 1 1 0-1.8h5.954a8.166 8.166 0 0 0 .89-1.802H12.9a.9.9 0 0 1 0-1.8h7.251a8.28 8.28 0 0 0 0-1.801H12.9a.9.9 0 1 1 0-1.8h6.845a8.17 8.17 0 0 0-.89-1.802H12.9a.9.9 0 1 1 0-1.8h4.347A8.2 8.2 0 1 0 12 20.2Z" 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="M8.995 4.997v5.838A5.979 5.979 0 0 0 6 16.015C6 19.322 8.687 22 12 22s6-2.679 6-5.984a5.979 5.979 0 0 0-2.994-5.18V4.997A3.003 3.003 0 0 0 12 1.998a3.002 3.002 0 0 0-3.005 3Zm4.207 6.374a.9.9 0 0 0 .423.763.909.909 0 0 0 .154.091c.056.027.113.054.168.083 1.34.701 2.25 2.1 2.25 3.708A4.19 4.19 0 0 1 12 20.2a4.19 4.19 0 0 1-4.196-4.184 4.182 4.182 0 0 1 2.41-3.788.903.903 0 0 0 .14-.08.9.9 0 0 0 .445-.777V8h2.403v3.371Z" 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="M14.499 20.553c-1.112 1.929-3.886 1.929-4.998 0l-7.608-13.2C.779 5.42 2.168 3 4.392 3h15.216c2.225 0 3.614 2.42 2.5 4.353l-7.61 13.2Zm-3.447-.902a1.093 1.093 0 0 0 1.896 0l7.608-13.2a1.1 1.1 0 0 0-.948-1.651H4.393a1.1 1.1 0 0 0-.948 1.651l7.608 13.2Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28">
2
+ <path fill="currentColor" fill-rule="evenodd" d="M14 28c7.732 0 14-6.268 14-14S21.732 0 14 0 0 6.268 0 14s6.268 14 14 14Z" opacity=".12"/>
3
+ <path fill="currentColor" d="M11.293 8.293a1 1 0 0 0 0 1.414L15.586 14l-4.293 4.293a1 1 0 0 0 1.414 1.414l5-5a1 1 0 0 0 0-1.414l-5-5a1 1 0 0 0-1.414 0Z" clip-rule="evenodd"/>
4
+ </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="M23 3a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0V7h2a1 1 0 1 0 0-2h-2V3Zm-16.93.801C7.164 3.216 8.243 3 10.691 3H15.5a1 1 0 1 1 0 2h-4.808c-2.335 0-3.019.212-3.68.565a3.466 3.466 0 0 0-1.447 1.448C5.212 7.673 5 8.357 5 10.692v6.616c0 2.335.212 3.019.565 3.68a3.466 3.466 0 0 0 1.448 1.447c.66.353 1.344.565 3.679.565h6.616c2.335 0 3.019-.212 3.68-.565a3.467 3.467 0 0 0 1.447-1.448c.353-.66.565-1.344.565-3.679V12.5a1 1 0 1 1 2 0v4.808c0 2.448-.216 3.527-.801 4.622a5.465 5.465 0 0 1-2.269 2.27c-1.095.585-2.174.801-4.622.801h-6.616c-2.448 0-3.527-.216-4.623-.801a5.465 5.465 0 0 1-2.268-2.269C3.216 20.835 3 19.756 3 17.308v-6.616c0-2.448.216-3.527.801-4.623A5.466 5.466 0 0 1 6.07 3.801Zm6.176 7.223a.354.354 0 0 0-.479.25 13.693 13.693 0 0 0-.267 2.7c0 .944.096 1.864.278 2.752.039.19.244.333.48.25a13.992 13.992 0 0 0 4.625-2.728.317.317 0 0 0 0-.492 13.99 13.99 0 0 0-4.637-2.732Zm.665-1.886c-1.362-.48-2.823.34-3.105 1.743a15.765 15.765 0 0 0 .013 6.247c.287 1.4 1.746 2.214 3.105 1.733a15.993 15.993 0 0 0 5.287-3.118 2.316 2.316 0 0 0 0-3.483 15.993 15.993 0 0 0-5.3-3.122Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '../SvgIcon';
3
+
4
+ export interface Icon16CarouselOutlineProps 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<Icon16CarouselOutlineProps>(
16
+ 'Icon16CarouselOutline',
17
+ 'carousel_outline_16',
18
+ '0 0 16 16',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="carousel_outline_16"><path d="M13.719 1.5c-.674 0-1.224 0-1.672.037-.463.037-.882.118-1.273.317a3.25 3.25 0 0 0-1.42 1.42c-.199.391-.28.81-.317 1.273C9 4.995 9 5.545 9 6.219V9.78c0 .674 0 1.224.037 1.672.037.463.118.882.317 1.273a3.25 3.25 0 0 0 1.42 1.42c.391.199.81.28 1.273.317.447.037.998.037 1.671.037h.532a.75.75 0 0 0 0-1.5h-.5c-.712 0-1.202 0-1.58-.032-.371-.03-.57-.085-.714-.159a1.75 1.75 0 0 1-.765-.764c-.074-.145-.13-.344-.16-.714-.03-.38-.031-.869-.031-1.581v-3.5c0-.712 0-1.202.032-1.58.03-.371.085-.57.159-.714a1.75 1.75 0 0 1 .764-.765c.145-.074.344-.13.714-.16.38-.03.869-.031 1.581-.031h.5a.75.75 0 0 0 0-1.5h-.531Zm-11.438 13c.674 0 1.225 0 1.672-.037.463-.037.882-.118 1.272-.317a3.25 3.25 0 0 0 1.42-1.42c.2-.391.28-.81.318-1.273C7 11.006 7 10.455 7 9.781V6.22c0-.674 0-1.225-.037-1.672-.037-.463-.118-.882-.317-1.272a3.25 3.25 0 0 0-1.42-1.42c-.391-.2-.81-.28-1.273-.318C3.506 1.5 2.955 1.5 2.282 1.5H1.75a.75.75 0 0 0 0 1.5h.5c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.597.435.765.765.074.144.13.343.16.713.03.38.031.869.031 1.581v3.5c0 .712 0 1.202-.032 1.58-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.765.765c-.144.074-.343.13-.713.16-.38.03-.869.031-1.581.031h-.5a.75.75 0 0 0 0 1.5h.531Z" /></symbol>',
20
+ 16,
21
+ 16,
22
+ false,
23
+ undefined
24
+ );
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '../SvgIcon';
3
+
4
+ export interface Icon16GridOutlineProps 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<Icon16GridOutlineProps>(
16
+ 'Icon16GridOutline',
17
+ 'grid_outline_16',
18
+ '0 0 16 16',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" id="grid_outline_16"><path fill-rule="evenodd" d="M6.219 1.5H9.78c.674 0 1.224 0 1.672.037.463.037.882.118 1.273.317a3.25 3.25 0 0 1 1.42 1.42c.199.391.28.81.317 1.273.037.447.037.998.037 1.672V9.78c0 .674 0 1.224-.037 1.672-.037.463-.118.882-.317 1.273a3.25 3.25 0 0 1-1.42 1.42c-.391.199-.81.28-1.273.317-.447.037-.998.037-1.672.037H6.22c-.674 0-1.225 0-1.672-.037-.463-.037-.882-.118-1.272-.317a3.25 3.25 0 0 1-1.42-1.42c-.2-.391-.28-.81-.318-1.273-.037-.447-.037-.998-.037-1.672V6.22c0-.674 0-1.225.037-1.672.037-.463.118-.882.317-1.272a3.25 3.25 0 0 1 1.42-1.42c.391-.2.81-.28 1.273-.318.447-.037.998-.037 1.672-.037Zm-1.55 1.532c-.37.03-.57.085-.713.159a1.75 1.75 0 0 0-.765.765c-.074.144-.13.343-.16.713C3.002 5.05 3 5.538 3 6.25v1h4.25V3h-1c-.712 0-1.202 0-1.58.032ZM7.25 8.75H3v1c0 .712 0 1.202.032 1.58.03.371.085.57.159.714.168.33.435.598.765.765.144.074.343.13.713.16.38.03.869.031 1.581.031h1V8.75Zm1.5 0H13v1c0 .712 0 1.202-.032 1.58-.03.371-.085.57-.159.714a1.75 1.75 0 0 1-.764.765c-.145.074-.344.13-.714.16-.38.03-.869.031-1.581.031h-1V8.75ZM13 7.25H8.75V3h1c.712 0 1.202 0 1.58.032.371.03.57.085.714.159.33.168.598.435.765.765.074.144.13.343.16.713.03.38.031.869.031 1.581v1Z" clip-rule="evenodd" /></symbol>',
20
+ 16,
21
+ 16,
22
+ false,
23
+ undefined
24
+ );
@@ -0,0 +1,24 @@
1
+ import { SVGProps, Ref } from 'react';
2
+ import { makeIcon } from '../SvgIcon';
3
+
4
+ export interface Icon20ArchiveArrowDownOutlineProps 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<Icon20ArchiveArrowDownOutlineProps>(
16
+ 'Icon20ArchiveArrowDownOutline',
17
+ 'archive_arrow_down_outline_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="archive_arrow_down_outline_20"><path d="M10.75 12.44V9.75a.75.75 0 0 0-1.5 0v2.69l-.97-.97a.75.75 0 0 0-1.06 1.06l2.25 2.25a.75.75 0 0 0 1.06 0l2.25-2.25a.75.75 0 1 0-1.06-1.06l-.97.97Z" /><path fill-rule="evenodd" d="M5.42 2c-.535 0-.98 0-1.345.03-.38.03-.736.098-1.073.27A2.75 2.75 0 0 0 1.8 3.502c-.172.337-.24.693-.27 1.073-.03.365-.03.81-.03 1.345v.05c0 .122 0 .255.01.37.01.13.036.3.126.477.12.236.311.427.547.547.176.09.348.116.478.127.105.008.225.009.339.009v4.982c0 .813 0 1.469.043 2 .045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365.531.043 1.187.043 2 .043h2.964c.813 0 1.469 0 2-.043.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.639c.226-.444.32-.924.365-1.47.043-.531.043-1.187.043-2V7.5c.114 0 .234 0 .34-.01.13-.01.3-.036.477-.126a1.25 1.25 0 0 0 .547-.547c.09-.176.116-.348.127-.478.01-.114.009-.247.009-.369v-.05c0-.535 0-.98-.03-1.345-.03-.38-.098-.736-.27-1.073A2.75 2.75 0 0 0 17 2.3c-.338-.172-.694-.24-1.074-.27C15.56 2 15.115 2 14.58 2H5.42ZM15.5 7.5h-11v4.95c0 .853 0 1.447.038 1.91.037.453.107.714.207.912.216.423.56.767.984.983.197.1.458.17.912.207.462.037 1.057.038 1.909.038h2.9c.853 0 1.447 0 1.91-.038.453-.038.714-.107.912-.207a2.25 2.25 0 0 0 .983-.983c.1-.198.17-.459.207-.913.037-.462.038-1.056.038-1.909V7.5ZM17 6v-.05c0-.572 0-.957-.025-1.253-.023-.287-.065-.424-.111-.514a1.25 1.25 0 0 0-.547-.547c-.09-.046-.227-.088-.514-.111-.296-.024-.68-.025-1.253-.025h-9.1c-.572 0-.957 0-1.253.025-.287.023-.424.065-.514.111a1.25 1.25 0 0 0-.547.547c-.046.09-.088.227-.111.514C3 4.993 3 5.377 3 5.95V6h14Z" 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 '../SvgIcon';
3
+
4
+ export interface Icon20ImageFilterOutlineProps 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<Icon20ImageFilterOutlineProps>(
16
+ 'Icon20ImageFilterOutline',
17
+ 'image_filter_outline_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="image_filter_outline_20"><path d="M7.75 12.906A5.973 5.973 0 0 1 7 10a5.97 5.97 0 0 1 .75-2.906 3.001 3.001 0 0 1 0 5.812Z" /><path fill-rule="evenodd" d="M1 10a6 6 0 0 0 9 5.197 6 6 0 1 0 0-10.395A6 6 0 0 0 1 10Zm1.5 0a4.5 4.5 0 1 0 9 0 4.5 4.5 0 0 0-9 0Zm8.812-4.173A5.98 5.98 0 0 1 13 10a5.98 5.98 0 0 1-1.688 4.172 4.5 4.5 0 1 0 0-8.345Z" 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 '../SvgIcon';
3
+
4
+ export interface Icon20ZodiacAquariusOutlineProps 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<Icon20ZodiacAquariusOutlineProps>(
16
+ 'Icon20ZodiacAquariusOutline',
17
+ 'zodiac_aquarius_outline_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_aquarius_outline_20"><path fill-rule="evenodd" d="M6.225 4.423a.75.75 0 0 0-1.183-.224l-3.8 3.503a.75.75 0 1 0 1.016 1.103l3.058-2.82 1.26 2.596a.75.75 0 0 0 1.203.204l2.826-2.809 1.492 2.646a.75.75 0 0 0 1.203.141l2.592-2.794 1.727 2.69a.75.75 0 0 0 1.262-.811l-2.25-3.503a.75.75 0 0 0-1.18-.105l-2.552 2.75-1.47-2.608a.75.75 0 0 0-1.183-.164l-2.78 2.763-1.241-2.558Zm0 6.999a.75.75 0 0 0-1.183-.224l-3.8 3.503a.75.75 0 1 0 1.016 1.103l3.058-2.819 1.26 2.595a.75.75 0 0 0 1.203.205l2.826-2.81 1.492 2.646a.75.75 0 0 0 1.203.142l2.592-2.794 1.727 2.689a.75.75 0 0 0 1.262-.81l-2.25-3.504a.75.75 0 0 0-1.18-.105l-2.552 2.75-1.47-2.608a.75.75 0 0 0-1.183-.164l-2.78 2.763-1.241-2.558Z" 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 '../SvgIcon';
3
+
4
+ export interface Icon20ZodiacAriesOutlineProps 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<Icon20ZodiacAriesOutlineProps>(
16
+ 'Icon20ZodiacAriesOutline',
17
+ 'zodiac_aries_outline_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_aries_outline_20"><path fill-rule="evenodd" d="M9.25 7.505V17.75a.75.75 0 0 0 1.5 0V7.483c.004-1.222.44-2.075 1.044-2.627.619-.566 1.46-.86 2.325-.856.865.004 1.71.305 2.331.875.609.558 1.045 1.413 1.045 2.624 0 2.275-1.333 3.776-3.055 4.567a.75.75 0 0 0 .626 1.363c2.126-.976 3.93-2.94 3.93-5.93 0-1.605-.595-2.87-1.532-3.73-.925-.848-2.141-1.264-3.338-1.269-1.197-.005-2.416.4-3.344 1.249a4.493 4.493 0 0 0-.782.94 4.493 4.493 0 0 0-.782-.94C8.29 2.9 7.07 2.495 5.874 2.5c-1.197.005-2.413.42-3.338 1.27-.937.86-1.531 2.124-1.531 3.729 0 2.99 1.803 4.954 3.929 5.93a.75.75 0 0 0 .626-1.363c-1.722-.79-3.055-2.292-3.055-4.567 0-1.21.436-2.066 1.045-2.624.62-.57 1.466-.871 2.33-.875.865-.004 1.707.29 2.325.856.607.554 1.045 1.412 1.045 2.643v.006Z" 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 '../SvgIcon';
3
+
4
+ export interface Icon20ZodiacCancerOutlineProps 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<Icon20ZodiacCancerOutlineProps>(
16
+ 'Icon20ZodiacCancerOutline',
17
+ 'zodiac_cancer_outline_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_cancer_outline_20"><path fill-rule="evenodd" d="M8.76 3.5c-.26 0-.513.012-.76.035a4 4 0 1 1-5.99 3.177c.016-1.417.882-2.608 2.091-3.414C5.326 2.48 6.976 2 8.76 2c1.75 0 3.196.33 4.388 1.003 1.195.675 2.08 1.662 2.758 2.883a.75.75 0 1 1-1.312.728c-.572-1.03-1.275-1.792-2.184-2.305-.912-.515-2.087-.809-3.65-.809ZM3.51 6.783A2.538 2.538 0 0 0 3.5 7a2.5 2.5 0 1 0 .01-.217Zm7.73 9.717a8.3 8.3 0 0 0 .76-.035 4 4 0 1 1 5.99-3.177c-.015 1.417-.882 2.608-2.091 3.415C14.674 17.518 13.024 18 11.24 18c-1.75 0-3.196-.33-4.387-1.003-1.196-.675-2.08-1.662-2.758-2.883a.75.75 0 1 1 1.31-.728c.573 1.03 1.276 1.792 2.185 2.305.912.515 2.087.809 3.65.809Zm5.25-3.283.005-.05a2.5 2.5 0 1 0-.004.05Z" 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 '../SvgIcon';
3
+
4
+ export interface Icon20ZodiacCapricornOutlineProps 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<Icon20ZodiacCapricornOutlineProps>(
16
+ 'Icon20ZodiacCapricornOutline',
17
+ 'zodiac_capricorn_outline_20',
18
+ '0 0 20 20',
19
+ '<symbol xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" id="zodiac_capricorn_outline_20"><path fill-rule="evenodd" d="M6.095 4.459c-.602.59-1.049 1.49-1.095 2.755v5.036a.75.75 0 0 1-1.5 0V7.523a.758.758 0 0 1-.004-.075c0-.088.001-.174.004-.26V5.25c0-1.237-.75-1.707-.983-1.785a.75.75 0 1 1 .474-1.423c.538.18 1.31.72 1.723 1.705a4.79 4.79 0 0 1 .33-.358 4.911 4.911 0 0 1 3.45-1.39 4.92 4.92 0 0 1 3.45 1.39c.958.938 1.556 2.312 1.556 4.057v2.18a3.5 3.5 0 1 1-.245 5.563c-.23.75-.612 1.328-1.083 1.763-.767.709-1.686.956-2.314 1.044a.75.75 0 0 1-.209-1.485c.47-.066 1.049-.24 1.505-.66.434-.401.846-1.109.846-2.435v-.764a3.624 3.624 0 0 1 0-.303V7.446c0-1.386-.466-2.36-1.106-2.987a3.42 3.42 0 0 0-2.4-.96c-.884 0-1.753.326-2.4.96Zm7.405 8.155a2 2 0 1 0 0-.229v.23Z" clip-rule="evenodd" /></symbol>',
20
+ 20,
21
+ 20,
22
+ false,
23
+ undefined
24
+ );