@vkontakte/icons 3.55.0 → 3.57.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 (73) hide show
  1. package/dist/16/cake_outline_16.d.ts +5 -0
  2. package/dist/16/cake_outline_16.js +25 -0
  3. package/dist/16/card_sparkle_16.d.ts +5 -0
  4. package/dist/16/card_sparkle_16.js +23 -0
  5. package/dist/16/home_outline_16.d.ts +5 -0
  6. package/dist/16/home_outline_16.js +20 -0
  7. package/dist/16/stories_ideas_16.d.ts +3 -1
  8. package/dist/16/stories_ideas_16.js +3 -1
  9. package/dist/20/card_sparkle_circle_fill_20.d.ts +5 -0
  10. package/dist/20/card_sparkle_circle_fill_20.js +31 -0
  11. package/dist/20/card_sparkles_20.d.ts +5 -0
  12. package/dist/20/card_sparkles_20.js +23 -0
  13. package/dist/20/flower_outline_20.d.ts +5 -0
  14. package/dist/20/flower_outline_20.js +27 -0
  15. package/dist/20/moon_auto_outline_20.d.ts +5 -0
  16. package/dist/20/moon_auto_outline_20.js +23 -0
  17. package/dist/20/stories_ideas_20.d.ts +3 -1
  18. package/dist/20/stories_ideas_20.js +3 -1
  19. package/dist/20/stories_ideas_circle_fill_20.d.ts +3 -1
  20. package/dist/20/stories_ideas_circle_fill_20.js +3 -1
  21. package/dist/20/sun_auto_outline_20.d.ts +5 -0
  22. package/dist/20/sun_auto_outline_20.js +18 -0
  23. package/dist/24/card_sparkles_outline_24.d.ts +5 -0
  24. package/dist/24/card_sparkles_outline_24.js +23 -0
  25. package/dist/24/clock_check_alt_outline_24.d.ts +5 -0
  26. package/dist/24/clock_check_alt_outline_24.js +18 -0
  27. package/dist/24/narrative_active_outline_24.js +13 -6
  28. package/dist/24/narrative_outline_24.js +15 -6
  29. package/dist/28/card_sparkles_outline_28.d.ts +5 -0
  30. package/dist/28/card_sparkles_outline_28.js +23 -0
  31. package/dist/28/hand_wave_circle_fill_violet_28.d.ts +5 -0
  32. package/dist/28/hand_wave_circle_fill_violet_28.js +48 -0
  33. package/dist/28/stories_ideas_outline_28.d.ts +3 -1
  34. package/dist/28/stories_ideas_outline_28.js +3 -1
  35. package/dist/36/hand_wave_sparkles_36.d.ts +5 -0
  36. package/dist/36/hand_wave_sparkles_36.js +18 -0
  37. package/dist/icons-map.json +1 -1
  38. package/dist/index.d.ts +13 -0
  39. package/dist/index.js +13 -0
  40. package/dist/typings/16/cake_outline_16.d.ts +5 -0
  41. package/dist/typings/16/card_sparkle_16.d.ts +5 -0
  42. package/dist/typings/16/home_outline_16.d.ts +5 -0
  43. package/dist/typings/16/stories_ideas_16.d.ts +3 -1
  44. package/dist/typings/20/card_sparkle_circle_fill_20.d.ts +5 -0
  45. package/dist/typings/20/card_sparkles_20.d.ts +5 -0
  46. package/dist/typings/20/flower_outline_20.d.ts +5 -0
  47. package/dist/typings/20/moon_auto_outline_20.d.ts +5 -0
  48. package/dist/typings/20/stories_ideas_20.d.ts +3 -1
  49. package/dist/typings/20/stories_ideas_circle_fill_20.d.ts +3 -1
  50. package/dist/typings/20/sun_auto_outline_20.d.ts +5 -0
  51. package/dist/typings/24/card_sparkles_outline_24.d.ts +5 -0
  52. package/dist/typings/24/clock_check_alt_outline_24.d.ts +5 -0
  53. package/dist/typings/28/card_sparkles_outline_28.d.ts +5 -0
  54. package/dist/typings/28/hand_wave_circle_fill_violet_28.d.ts +5 -0
  55. package/dist/typings/28/stories_ideas_outline_28.d.ts +3 -1
  56. package/dist/typings/36/hand_wave_sparkles_36.d.ts +5 -0
  57. package/dist/typings/index.d.ts +13 -0
  58. package/package.json +4 -4
  59. package/src/svg/16/cake_outline_16.svg +1 -0
  60. package/src/svg/16/card_sparkle_16.svg +1 -0
  61. package/src/svg/16/home_outline_16.svg +1 -0
  62. package/src/svg/20/card_sparkle_circle_fill_20.svg +1 -0
  63. package/src/svg/20/card_sparkles_20.svg +1 -0
  64. package/src/svg/20/flower_outline_20.svg +1 -0
  65. package/src/svg/20/moon_auto_outline_20.svg +1 -0
  66. package/src/svg/20/sun_auto_outline_20.svg +1 -0
  67. package/src/svg/24/card_sparkles_outline_24.svg +1 -0
  68. package/src/svg/24/clock_check_alt_outline_24.svg +1 -0
  69. package/src/svg/24/narrative_active_outline_24.svg +1 -1
  70. package/src/svg/24/narrative_outline_24.svg +1 -1
  71. package/src/svg/28/card_sparkles_outline_28.svg +1 -0
  72. package/src/svg/28/hand_wave_circle_fill_violet_28.svg +1 -0
  73. package/src/svg/36/hand_wave_sparkles_36.svg +1 -0
package/dist/index.d.ts CHANGED
@@ -205,6 +205,7 @@ export { Icon16BrushOutline } from "./16/brush_outline_16.js";
205
205
  export { Icon16BugOutline } from "./16/bug_outline_16.js";
206
206
  export { Icon16BuildingOutline } from "./16/building_outline_16.js";
207
207
  export { Icon16CakeCircleFillPurple } from "./16/cake_circle_fill_purple_16.js";
208
+ export { Icon16CakeOutline } from "./16/cake_outline_16.js";
208
209
  export { Icon16CalendarOutline } from "./16/calendar_outline_16.js";
209
210
  export { Icon16Camera } from "./16/camera_16.js";
210
211
  export { Icon16CamSlash } from "./16/cam_slash_16.js";
@@ -212,6 +213,7 @@ export { Icon16Cancel } from "./16/cancel_16.js";
212
213
  export { Icon16CancelCircle } from "./16/cancel_circle_16.js";
213
214
  export { Icon16CancelCircleOutline } from "./16/cancel_circle_outline_16.js";
214
215
  export { Icon16Cards2 } from "./16/cards_2_16.js";
216
+ export { Icon16CardSparkle } from "./16/card_sparkle_16.js";
215
217
  export { Icon16CarouselOutline } from "./16/carousel_outline_16.js";
216
218
  export { Icon16CaseCheck } from "./16/case_check_16.js";
217
219
  export { Icon16ChainOutline } from "./16/chain_outline_16.js";
@@ -346,6 +348,7 @@ export { Icon16HieroglyphCharacterOutline } from "./16/hieroglyph_character_outl
346
348
  export { Icon16HistoryBackwardOutline } from "./16/history_backward_outline_16.js";
347
349
  export { Icon16Home } from "./16/home_16.js";
348
350
  export { Icon16HomeArrowDownOutline } from "./16/home_arrow_down_outline_16.js";
351
+ export { Icon16HomeOutline } from "./16/home_outline_16.js";
349
352
  export { Icon16HorseToyOutline } from "./16/horse_toy_outline_16.js";
350
353
  export { Icon16Hourglass } from "./16/hourglass_16.js";
351
354
  export { Icon16ImageFilter } from "./16/image_filter_16.js";
@@ -687,6 +690,8 @@ export { Icon20CancelCircleFillRed } from "./20/cancel_circle_fill_red_20.js";
687
690
  export { Icon20CancelCircleOutline } from "./20/cancel_circle_outline_20.js";
688
691
  export { Icon20CanisterOutline } from "./20/canister_outline_20.js";
689
692
  export { Icon20Cards2Outline } from "./20/cards_2_outline_20.js";
693
+ export { Icon20CardSparkleCircleFill } from "./20/card_sparkle_circle_fill_20.js";
694
+ export { Icon20CardSparkles } from "./20/card_sparkles_20.js";
690
695
  export { Icon20CarouselOutline } from "./20/carousel_outline_20.js";
691
696
  export { Icon20CarOutline } from "./20/car_outline_20.js";
692
697
  export { Icon20CaseCheck } from "./20/case_check_20.js";
@@ -821,6 +826,7 @@ export { Icon20Flash } from "./20/flash_20.js";
821
826
  export { Icon20FlashOutline } from "./20/flash_outline_20.js";
822
827
  export { Icon20FlipHorizontal } from "./20/flip_horizontal_20.js";
823
828
  export { Icon20FlipVertical } from "./20/flip_vertical_20.js";
829
+ export { Icon20FlowerOutline } from "./20/flower_outline_20.js";
824
830
  export { Icon20FolderFill } from "./20/folder_fill_20.js";
825
831
  export { Icon20FolderLockOutline } from "./20/folder_lock_outline_20.js";
826
832
  export { Icon20FolderMoveOutline } from "./20/folder_move_outline_20.js";
@@ -996,6 +1002,7 @@ export { Icon20MoneyRequestCircleFillBlue } from "./20/money_request_circle_fill
996
1002
  export { Icon20MoneyTransferCircleFillRed } from "./20/money_transfer_circle_fill_red_20.js";
997
1003
  export { Icon20MoneyTransferCircleFillTurquoise } from "./20/money_transfer_circle_fill_turquoise_20.js";
998
1004
  export { Icon20MoneyTransferOutline } from "./20/money_transfer_outline_20.js";
1005
+ export { Icon20MoonAutoOutline } from "./20/moon_auto_outline_20.js";
999
1006
  export { Icon20MoonOutline } from "./20/moon_outline_20.js";
1000
1007
  export { Icon20More } from "./20/more_20.js";
1001
1008
  export { Icon20MoreHorizontal } from "./20/more_horizontal_20.js";
@@ -1170,6 +1177,7 @@ export { Icon20StorySlashOutline } from "./20/story_slash_outline_20.js";
1170
1177
  export { Icon20StripCircleFillRed } from "./20/strip_circle_fill_red_20.js";
1171
1178
  export { Icon20SubscriptionsOutline } from "./20/subscriptions_outline_20.js";
1172
1179
  export { Icon20SubtitlesOutline } from "./20/subtitles_outline_20.js";
1180
+ export { Icon20SunAutoOutline } from "./20/sun_auto_outline_20.js";
1173
1181
  export { Icon20SunOutline } from "./20/sun_outline_20.js";
1174
1182
  export { Icon20Sync } from "./20/sync_20.js";
1175
1183
  export { Icon20TabAddOutline } from "./20/tab_add_outline_20.js";
@@ -1400,6 +1408,7 @@ export { Icon24CancelCircleOutline } from "./24/cancel_circle_outline_24.js";
1400
1408
  export { Icon24CancelOutline } from "./24/cancel_outline_24.js";
1401
1409
  export { Icon24Cards2 } from "./24/cards_2_24.js";
1402
1410
  export { Icon24Cards2Outline } from "./24/cards_2_outline_24.js";
1411
+ export { Icon24CardSparklesOutline } from "./24/card_sparkles_outline_24.js";
1403
1412
  export { Icon24CarOutline } from "./24/car_outline_24.js";
1404
1413
  export { Icon24CashOutOutline } from "./24/cash_out_outline_24.js";
1405
1414
  export { Icon24ChainOutline } from "./24/chain_outline_24.js";
@@ -1443,6 +1452,7 @@ export { Icon24ClipOutline } from "./24/clip_outline_24.js";
1443
1452
  export { Icon24ClipsAttachOutline } from "./24/clips_attach_outline_24.js";
1444
1453
  export { Icon24Clock } from "./24/clock_24.js";
1445
1454
  export { Icon24ClockAddOutline } from "./24/clock_add_outline_24.js";
1455
+ export { Icon24ClockCheckAltOutline } from "./24/clock_check_alt_outline_24.js";
1446
1456
  export { Icon24ClockCheckOutline } from "./24/clock_check_outline_24.js";
1447
1457
  export { Icon24ClockCircleDashedOutline } from "./24/clock_circle_dashed_outline_24.js";
1448
1458
  export { Icon24ClockCircleFillGray } from "./24/clock_circle_fill_gray_24.js";
@@ -2181,6 +2191,7 @@ export { Icon28CancelShieldOutline } from "./28/cancel_shield_outline_28.js";
2181
2191
  export { Icon28CanisterOutline } from "./28/canister_outline_28.js";
2182
2192
  export { Icon28Cards2 } from "./28/cards_2_28.js";
2183
2193
  export { Icon28Cards2Outline } from "./28/cards_2_outline_28.js";
2194
+ export { Icon28CardSparklesOutline } from "./28/card_sparkles_outline_28.js";
2184
2195
  export { Icon28CarOutline } from "./28/car_outline_28.js";
2185
2196
  export { Icon28CashOutOutline } from "./28/cash_out_outline_28.js";
2186
2197
  export { Icon28ChainCircleFillBlue } from "./28/chain_circle_fill_blue_28.js";
@@ -2377,6 +2388,7 @@ export { Icon28HandHeartFilled } from "./28/hand_heart_filled_28.js";
2377
2388
  export { Icon28HandHeartOutline } from "./28/hand_heart_outline_28.js";
2378
2389
  export { Icon28HandPointUpOutline } from "./28/hand_point_up_outline_28.js";
2379
2390
  export { Icon28HandSlashOutline } from "./28/hand_slash_outline_28.js";
2391
+ export { Icon28HandWaveCircleFillViolet } from "./28/hand_wave_circle_fill_violet_28.js";
2380
2392
  export { Icon28HangerOutline } from "./28/hanger_outline_28.js";
2381
2393
  export { Icon28HappyFaceOutline } from "./28/happy_face_outline_28.js";
2382
2394
  export { Icon28HashtagOutline } from "./28/hashtag_outline_28.js";
@@ -3062,6 +3074,7 @@ export { Icon36GhostSimpleOutline } from "./36/ghost_simple_outline_36.js";
3062
3074
  export { Icon36Gift } from "./36/gift_36.js";
3063
3075
  export { Icon36GiftCirceFilled } from "./36/gift_circe_filled_36.js";
3064
3076
  export { Icon36GiftOutline } from "./36/gift_outline_36.js";
3077
+ export { Icon36HandWaveSparkles } from "./36/hand_wave_sparkles_36.js";
3065
3078
  export { Icon36HashtagOutline } from "./36/hashtag_outline_36.js";
3066
3079
  export { Icon36HealthOutline } from "./36/health_outline_36.js";
3067
3080
  export { Icon36Hearts2Outline } from "./36/hearts_2_outline_36.js";
package/dist/index.js CHANGED
@@ -205,6 +205,7 @@ export { Icon16BrushOutline } from "./16/brush_outline_16.js";
205
205
  export { Icon16BugOutline } from "./16/bug_outline_16.js";
206
206
  export { Icon16BuildingOutline } from "./16/building_outline_16.js";
207
207
  export { Icon16CakeCircleFillPurple } from "./16/cake_circle_fill_purple_16.js";
208
+ export { Icon16CakeOutline } from "./16/cake_outline_16.js";
208
209
  export { Icon16CalendarOutline } from "./16/calendar_outline_16.js";
209
210
  export { Icon16Camera } from "./16/camera_16.js";
210
211
  export { Icon16CamSlash } from "./16/cam_slash_16.js";
@@ -212,6 +213,7 @@ export { Icon16Cancel } from "./16/cancel_16.js";
212
213
  export { Icon16CancelCircle } from "./16/cancel_circle_16.js";
213
214
  export { Icon16CancelCircleOutline } from "./16/cancel_circle_outline_16.js";
214
215
  export { Icon16Cards2 } from "./16/cards_2_16.js";
216
+ export { Icon16CardSparkle } from "./16/card_sparkle_16.js";
215
217
  export { Icon16CarouselOutline } from "./16/carousel_outline_16.js";
216
218
  export { Icon16CaseCheck } from "./16/case_check_16.js";
217
219
  export { Icon16ChainOutline } from "./16/chain_outline_16.js";
@@ -346,6 +348,7 @@ export { Icon16HieroglyphCharacterOutline } from "./16/hieroglyph_character_outl
346
348
  export { Icon16HistoryBackwardOutline } from "./16/history_backward_outline_16.js";
347
349
  export { Icon16Home } from "./16/home_16.js";
348
350
  export { Icon16HomeArrowDownOutline } from "./16/home_arrow_down_outline_16.js";
351
+ export { Icon16HomeOutline } from "./16/home_outline_16.js";
349
352
  export { Icon16HorseToyOutline } from "./16/horse_toy_outline_16.js";
350
353
  export { Icon16Hourglass } from "./16/hourglass_16.js";
351
354
  export { Icon16ImageFilter } from "./16/image_filter_16.js";
@@ -687,6 +690,8 @@ export { Icon20CancelCircleFillRed } from "./20/cancel_circle_fill_red_20.js";
687
690
  export { Icon20CancelCircleOutline } from "./20/cancel_circle_outline_20.js";
688
691
  export { Icon20CanisterOutline } from "./20/canister_outline_20.js";
689
692
  export { Icon20Cards2Outline } from "./20/cards_2_outline_20.js";
693
+ export { Icon20CardSparkleCircleFill } from "./20/card_sparkle_circle_fill_20.js";
694
+ export { Icon20CardSparkles } from "./20/card_sparkles_20.js";
690
695
  export { Icon20CarouselOutline } from "./20/carousel_outline_20.js";
691
696
  export { Icon20CarOutline } from "./20/car_outline_20.js";
692
697
  export { Icon20CaseCheck } from "./20/case_check_20.js";
@@ -821,6 +826,7 @@ export { Icon20Flash } from "./20/flash_20.js";
821
826
  export { Icon20FlashOutline } from "./20/flash_outline_20.js";
822
827
  export { Icon20FlipHorizontal } from "./20/flip_horizontal_20.js";
823
828
  export { Icon20FlipVertical } from "./20/flip_vertical_20.js";
829
+ export { Icon20FlowerOutline } from "./20/flower_outline_20.js";
824
830
  export { Icon20FolderFill } from "./20/folder_fill_20.js";
825
831
  export { Icon20FolderLockOutline } from "./20/folder_lock_outline_20.js";
826
832
  export { Icon20FolderMoveOutline } from "./20/folder_move_outline_20.js";
@@ -996,6 +1002,7 @@ export { Icon20MoneyRequestCircleFillBlue } from "./20/money_request_circle_fill
996
1002
  export { Icon20MoneyTransferCircleFillRed } from "./20/money_transfer_circle_fill_red_20.js";
997
1003
  export { Icon20MoneyTransferCircleFillTurquoise } from "./20/money_transfer_circle_fill_turquoise_20.js";
998
1004
  export { Icon20MoneyTransferOutline } from "./20/money_transfer_outline_20.js";
1005
+ export { Icon20MoonAutoOutline } from "./20/moon_auto_outline_20.js";
999
1006
  export { Icon20MoonOutline } from "./20/moon_outline_20.js";
1000
1007
  export { Icon20More } from "./20/more_20.js";
1001
1008
  export { Icon20MoreHorizontal } from "./20/more_horizontal_20.js";
@@ -1170,6 +1177,7 @@ export { Icon20StorySlashOutline } from "./20/story_slash_outline_20.js";
1170
1177
  export { Icon20StripCircleFillRed } from "./20/strip_circle_fill_red_20.js";
1171
1178
  export { Icon20SubscriptionsOutline } from "./20/subscriptions_outline_20.js";
1172
1179
  export { Icon20SubtitlesOutline } from "./20/subtitles_outline_20.js";
1180
+ export { Icon20SunAutoOutline } from "./20/sun_auto_outline_20.js";
1173
1181
  export { Icon20SunOutline } from "./20/sun_outline_20.js";
1174
1182
  export { Icon20Sync } from "./20/sync_20.js";
1175
1183
  export { Icon20TabAddOutline } from "./20/tab_add_outline_20.js";
@@ -1400,6 +1408,7 @@ export { Icon24CancelCircleOutline } from "./24/cancel_circle_outline_24.js";
1400
1408
  export { Icon24CancelOutline } from "./24/cancel_outline_24.js";
1401
1409
  export { Icon24Cards2 } from "./24/cards_2_24.js";
1402
1410
  export { Icon24Cards2Outline } from "./24/cards_2_outline_24.js";
1411
+ export { Icon24CardSparklesOutline } from "./24/card_sparkles_outline_24.js";
1403
1412
  export { Icon24CarOutline } from "./24/car_outline_24.js";
1404
1413
  export { Icon24CashOutOutline } from "./24/cash_out_outline_24.js";
1405
1414
  export { Icon24ChainOutline } from "./24/chain_outline_24.js";
@@ -1443,6 +1452,7 @@ export { Icon24ClipOutline } from "./24/clip_outline_24.js";
1443
1452
  export { Icon24ClipsAttachOutline } from "./24/clips_attach_outline_24.js";
1444
1453
  export { Icon24Clock } from "./24/clock_24.js";
1445
1454
  export { Icon24ClockAddOutline } from "./24/clock_add_outline_24.js";
1455
+ export { Icon24ClockCheckAltOutline } from "./24/clock_check_alt_outline_24.js";
1446
1456
  export { Icon24ClockCheckOutline } from "./24/clock_check_outline_24.js";
1447
1457
  export { Icon24ClockCircleDashedOutline } from "./24/clock_circle_dashed_outline_24.js";
1448
1458
  export { Icon24ClockCircleFillGray } from "./24/clock_circle_fill_gray_24.js";
@@ -2181,6 +2191,7 @@ export { Icon28CancelShieldOutline } from "./28/cancel_shield_outline_28.js";
2181
2191
  export { Icon28CanisterOutline } from "./28/canister_outline_28.js";
2182
2192
  export { Icon28Cards2 } from "./28/cards_2_28.js";
2183
2193
  export { Icon28Cards2Outline } from "./28/cards_2_outline_28.js";
2194
+ export { Icon28CardSparklesOutline } from "./28/card_sparkles_outline_28.js";
2184
2195
  export { Icon28CarOutline } from "./28/car_outline_28.js";
2185
2196
  export { Icon28CashOutOutline } from "./28/cash_out_outline_28.js";
2186
2197
  export { Icon28ChainCircleFillBlue } from "./28/chain_circle_fill_blue_28.js";
@@ -2377,6 +2388,7 @@ export { Icon28HandHeartFilled } from "./28/hand_heart_filled_28.js";
2377
2388
  export { Icon28HandHeartOutline } from "./28/hand_heart_outline_28.js";
2378
2389
  export { Icon28HandPointUpOutline } from "./28/hand_point_up_outline_28.js";
2379
2390
  export { Icon28HandSlashOutline } from "./28/hand_slash_outline_28.js";
2391
+ export { Icon28HandWaveCircleFillViolet } from "./28/hand_wave_circle_fill_violet_28.js";
2380
2392
  export { Icon28HangerOutline } from "./28/hanger_outline_28.js";
2381
2393
  export { Icon28HappyFaceOutline } from "./28/happy_face_outline_28.js";
2382
2394
  export { Icon28HashtagOutline } from "./28/hashtag_outline_28.js";
@@ -3062,6 +3074,7 @@ export { Icon36GhostSimpleOutline } from "./36/ghost_simple_outline_36.js";
3062
3074
  export { Icon36Gift } from "./36/gift_36.js";
3063
3075
  export { Icon36GiftCirceFilled } from "./36/gift_circe_filled_36.js";
3064
3076
  export { Icon36GiftOutline } from "./36/gift_outline_36.js";
3077
+ export { Icon36HandWaveSparkles } from "./36/hand_wave_sparkles_36.js";
3065
3078
  export { Icon36HashtagOutline } from "./36/hashtag_outline_36.js";
3066
3079
  export { Icon36HealthOutline } from "./36/health_outline_36.js";
3067
3080
  export { Icon36Hearts2Outline } from "./36/hearts_2_outline_36.js";
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16CakeOutlineProps = SvgIconProps;
4
+ export declare const Icon16CakeOutline: React.FC<Icon16CakeOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16CardSparkleProps = SvgIconProps;
4
+ export declare const Icon16CardSparkle: React.FC<Icon16CardSparkleProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon16HomeOutlineProps = SvgIconProps;
4
+ export declare const Icon16HomeOutline: React.FC<Icon16HomeOutlineProps> & {
5
+ };
@@ -1,5 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
3
  export type Icon16StoriesIdeasProps = SvgIconProps;
4
- export declare const Icon16StoriesIdeas: React.FC<Icon16StoriesIdeasProps> & {
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon16CardSparkle
6
+ */ export declare const Icon16StoriesIdeas: React.FC<Icon16StoriesIdeasProps> & {
5
7
  };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20CardSparkleCircleFillProps = SvgIconProps;
4
+ export declare const Icon20CardSparkleCircleFill: React.FC<Icon20CardSparkleCircleFillProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20CardSparklesProps = SvgIconProps;
4
+ export declare const Icon20CardSparkles: React.FC<Icon20CardSparklesProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20FlowerOutlineProps = SvgIconProps;
4
+ export declare const Icon20FlowerOutline: React.FC<Icon20FlowerOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20MoonAutoOutlineProps = SvgIconProps;
4
+ export declare const Icon20MoonAutoOutline: React.FC<Icon20MoonAutoOutlineProps> & {
5
+ };
@@ -1,5 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
3
  export type Icon20StoriesIdeasProps = SvgIconProps;
4
- export declare const Icon20StoriesIdeas: React.FC<Icon20StoriesIdeasProps> & {
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon20CardSparkles
6
+ */ export declare const Icon20StoriesIdeas: React.FC<Icon20StoriesIdeasProps> & {
5
7
  };
@@ -1,5 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
3
  export type Icon20StoriesIdeasCircleFillProps = SvgIconProps;
4
- export declare const Icon20StoriesIdeasCircleFill: React.FC<Icon20StoriesIdeasCircleFillProps> & {
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon20CardSparkleCircleFill
6
+ */ export declare const Icon20StoriesIdeasCircleFill: React.FC<Icon20StoriesIdeasCircleFillProps> & {
5
7
  };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20SunAutoOutlineProps = SvgIconProps;
4
+ export declare const Icon20SunAutoOutline: React.FC<Icon20SunAutoOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24CardSparklesOutlineProps = SvgIconProps;
4
+ export declare const Icon24CardSparklesOutline: React.FC<Icon24CardSparklesOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24ClockCheckAltOutlineProps = SvgIconProps;
4
+ export declare const Icon24ClockCheckAltOutline: React.FC<Icon24ClockCheckAltOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28CardSparklesOutlineProps = SvgIconProps;
4
+ export declare const Icon28CardSparklesOutline: React.FC<Icon28CardSparklesOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28HandWaveCircleFillVioletProps = SvgIconProps;
4
+ export declare const Icon28HandWaveCircleFillViolet: React.FC<Icon28HandWaveCircleFillVioletProps> & {
5
+ };
@@ -1,5 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
3
  export type Icon28StoriesIdeasOutlineProps = SvgIconProps;
4
- export declare const Icon28StoriesIdeasOutline: React.FC<Icon28StoriesIdeasOutlineProps> & {
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon28CardSparklesOutline
6
+ */ export declare const Icon28StoriesIdeasOutline: React.FC<Icon28StoriesIdeasOutlineProps> & {
5
7
  };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon36HandWaveSparklesProps = SvgIconProps;
4
+ export declare const Icon36HandWaveSparkles: React.FC<Icon36HandWaveSparklesProps> & {
5
+ };
@@ -205,6 +205,7 @@ export { Icon16BrushOutline } from "./16/brush_outline_16.js";
205
205
  export { Icon16BugOutline } from "./16/bug_outline_16.js";
206
206
  export { Icon16BuildingOutline } from "./16/building_outline_16.js";
207
207
  export { Icon16CakeCircleFillPurple } from "./16/cake_circle_fill_purple_16.js";
208
+ export { Icon16CakeOutline } from "./16/cake_outline_16.js";
208
209
  export { Icon16CalendarOutline } from "./16/calendar_outline_16.js";
209
210
  export { Icon16Camera } from "./16/camera_16.js";
210
211
  export { Icon16CamSlash } from "./16/cam_slash_16.js";
@@ -212,6 +213,7 @@ export { Icon16Cancel } from "./16/cancel_16.js";
212
213
  export { Icon16CancelCircle } from "./16/cancel_circle_16.js";
213
214
  export { Icon16CancelCircleOutline } from "./16/cancel_circle_outline_16.js";
214
215
  export { Icon16Cards2 } from "./16/cards_2_16.js";
216
+ export { Icon16CardSparkle } from "./16/card_sparkle_16.js";
215
217
  export { Icon16CarouselOutline } from "./16/carousel_outline_16.js";
216
218
  export { Icon16CaseCheck } from "./16/case_check_16.js";
217
219
  export { Icon16ChainOutline } from "./16/chain_outline_16.js";
@@ -346,6 +348,7 @@ export { Icon16HieroglyphCharacterOutline } from "./16/hieroglyph_character_outl
346
348
  export { Icon16HistoryBackwardOutline } from "./16/history_backward_outline_16.js";
347
349
  export { Icon16Home } from "./16/home_16.js";
348
350
  export { Icon16HomeArrowDownOutline } from "./16/home_arrow_down_outline_16.js";
351
+ export { Icon16HomeOutline } from "./16/home_outline_16.js";
349
352
  export { Icon16HorseToyOutline } from "./16/horse_toy_outline_16.js";
350
353
  export { Icon16Hourglass } from "./16/hourglass_16.js";
351
354
  export { Icon16ImageFilter } from "./16/image_filter_16.js";
@@ -687,6 +690,8 @@ export { Icon20CancelCircleFillRed } from "./20/cancel_circle_fill_red_20.js";
687
690
  export { Icon20CancelCircleOutline } from "./20/cancel_circle_outline_20.js";
688
691
  export { Icon20CanisterOutline } from "./20/canister_outline_20.js";
689
692
  export { Icon20Cards2Outline } from "./20/cards_2_outline_20.js";
693
+ export { Icon20CardSparkleCircleFill } from "./20/card_sparkle_circle_fill_20.js";
694
+ export { Icon20CardSparkles } from "./20/card_sparkles_20.js";
690
695
  export { Icon20CarouselOutline } from "./20/carousel_outline_20.js";
691
696
  export { Icon20CarOutline } from "./20/car_outline_20.js";
692
697
  export { Icon20CaseCheck } from "./20/case_check_20.js";
@@ -821,6 +826,7 @@ export { Icon20Flash } from "./20/flash_20.js";
821
826
  export { Icon20FlashOutline } from "./20/flash_outline_20.js";
822
827
  export { Icon20FlipHorizontal } from "./20/flip_horizontal_20.js";
823
828
  export { Icon20FlipVertical } from "./20/flip_vertical_20.js";
829
+ export { Icon20FlowerOutline } from "./20/flower_outline_20.js";
824
830
  export { Icon20FolderFill } from "./20/folder_fill_20.js";
825
831
  export { Icon20FolderLockOutline } from "./20/folder_lock_outline_20.js";
826
832
  export { Icon20FolderMoveOutline } from "./20/folder_move_outline_20.js";
@@ -996,6 +1002,7 @@ export { Icon20MoneyRequestCircleFillBlue } from "./20/money_request_circle_fill
996
1002
  export { Icon20MoneyTransferCircleFillRed } from "./20/money_transfer_circle_fill_red_20.js";
997
1003
  export { Icon20MoneyTransferCircleFillTurquoise } from "./20/money_transfer_circle_fill_turquoise_20.js";
998
1004
  export { Icon20MoneyTransferOutline } from "./20/money_transfer_outline_20.js";
1005
+ export { Icon20MoonAutoOutline } from "./20/moon_auto_outline_20.js";
999
1006
  export { Icon20MoonOutline } from "./20/moon_outline_20.js";
1000
1007
  export { Icon20More } from "./20/more_20.js";
1001
1008
  export { Icon20MoreHorizontal } from "./20/more_horizontal_20.js";
@@ -1170,6 +1177,7 @@ export { Icon20StorySlashOutline } from "./20/story_slash_outline_20.js";
1170
1177
  export { Icon20StripCircleFillRed } from "./20/strip_circle_fill_red_20.js";
1171
1178
  export { Icon20SubscriptionsOutline } from "./20/subscriptions_outline_20.js";
1172
1179
  export { Icon20SubtitlesOutline } from "./20/subtitles_outline_20.js";
1180
+ export { Icon20SunAutoOutline } from "./20/sun_auto_outline_20.js";
1173
1181
  export { Icon20SunOutline } from "./20/sun_outline_20.js";
1174
1182
  export { Icon20Sync } from "./20/sync_20.js";
1175
1183
  export { Icon20TabAddOutline } from "./20/tab_add_outline_20.js";
@@ -1400,6 +1408,7 @@ export { Icon24CancelCircleOutline } from "./24/cancel_circle_outline_24.js";
1400
1408
  export { Icon24CancelOutline } from "./24/cancel_outline_24.js";
1401
1409
  export { Icon24Cards2 } from "./24/cards_2_24.js";
1402
1410
  export { Icon24Cards2Outline } from "./24/cards_2_outline_24.js";
1411
+ export { Icon24CardSparklesOutline } from "./24/card_sparkles_outline_24.js";
1403
1412
  export { Icon24CarOutline } from "./24/car_outline_24.js";
1404
1413
  export { Icon24CashOutOutline } from "./24/cash_out_outline_24.js";
1405
1414
  export { Icon24ChainOutline } from "./24/chain_outline_24.js";
@@ -1443,6 +1452,7 @@ export { Icon24ClipOutline } from "./24/clip_outline_24.js";
1443
1452
  export { Icon24ClipsAttachOutline } from "./24/clips_attach_outline_24.js";
1444
1453
  export { Icon24Clock } from "./24/clock_24.js";
1445
1454
  export { Icon24ClockAddOutline } from "./24/clock_add_outline_24.js";
1455
+ export { Icon24ClockCheckAltOutline } from "./24/clock_check_alt_outline_24.js";
1446
1456
  export { Icon24ClockCheckOutline } from "./24/clock_check_outline_24.js";
1447
1457
  export { Icon24ClockCircleDashedOutline } from "./24/clock_circle_dashed_outline_24.js";
1448
1458
  export { Icon24ClockCircleFillGray } from "./24/clock_circle_fill_gray_24.js";
@@ -2181,6 +2191,7 @@ export { Icon28CancelShieldOutline } from "./28/cancel_shield_outline_28.js";
2181
2191
  export { Icon28CanisterOutline } from "./28/canister_outline_28.js";
2182
2192
  export { Icon28Cards2 } from "./28/cards_2_28.js";
2183
2193
  export { Icon28Cards2Outline } from "./28/cards_2_outline_28.js";
2194
+ export { Icon28CardSparklesOutline } from "./28/card_sparkles_outline_28.js";
2184
2195
  export { Icon28CarOutline } from "./28/car_outline_28.js";
2185
2196
  export { Icon28CashOutOutline } from "./28/cash_out_outline_28.js";
2186
2197
  export { Icon28ChainCircleFillBlue } from "./28/chain_circle_fill_blue_28.js";
@@ -2377,6 +2388,7 @@ export { Icon28HandHeartFilled } from "./28/hand_heart_filled_28.js";
2377
2388
  export { Icon28HandHeartOutline } from "./28/hand_heart_outline_28.js";
2378
2389
  export { Icon28HandPointUpOutline } from "./28/hand_point_up_outline_28.js";
2379
2390
  export { Icon28HandSlashOutline } from "./28/hand_slash_outline_28.js";
2391
+ export { Icon28HandWaveCircleFillViolet } from "./28/hand_wave_circle_fill_violet_28.js";
2380
2392
  export { Icon28HangerOutline } from "./28/hanger_outline_28.js";
2381
2393
  export { Icon28HappyFaceOutline } from "./28/happy_face_outline_28.js";
2382
2394
  export { Icon28HashtagOutline } from "./28/hashtag_outline_28.js";
@@ -3062,6 +3074,7 @@ export { Icon36GhostSimpleOutline } from "./36/ghost_simple_outline_36.js";
3062
3074
  export { Icon36Gift } from "./36/gift_36.js";
3063
3075
  export { Icon36GiftCirceFilled } from "./36/gift_circe_filled_36.js";
3064
3076
  export { Icon36GiftOutline } from "./36/gift_outline_36.js";
3077
+ export { Icon36HandWaveSparkles } from "./36/hand_wave_sparkles_36.js";
3065
3078
  export { Icon36HashtagOutline } from "./36/hashtag_outline_36.js";
3066
3079
  export { Icon36HealthOutline } from "./36/health_outline_36.js";
3067
3080
  export { Icon36Hearts2Outline } from "./36/hearts_2_outline_36.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "3.55.0",
3
+ "version": "3.57.0",
4
4
  "description": "SVG icons, provided as a React components. With love from VKontakte",
5
5
  "homepage": "https://vkcom.github.io/icons/",
6
6
  "repository": {
@@ -36,12 +36,12 @@
36
36
  "ios >= 9"
37
37
  ],
38
38
  "dependencies": {
39
- "@swc/helpers": "^0.5.21",
39
+ "@swc/helpers": "^0.5.23",
40
40
  "@vkontakte/icons-sprite": "^3.2.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@rspack/cli": "^2.0.4",
44
- "@rspack/core": "^2.0.4",
43
+ "@rspack/cli": "^2.0.6",
44
+ "@rspack/core": "^2.0.6",
45
45
  "@size-limit/file": "^12.1.0",
46
46
  "@size-limit/webpack": "^12.1.0",
47
47
  "@swc/cli": "^0.8.1",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M12 5c1.13 0 1.83.46 2.206 1.044a2.2 2.2 0 0 1 .338.978q.004.047.005.08v.029c0 .784-.115 1.625-.599 2.27q-.26.342-.6.548v1.4c0 .408 0 .76-.023 1.047-.024.297-.077.592-.222.875-.215.424-.56.768-.983.984-.284.144-.579.197-.875.222-.288.023-.64.023-1.047.023H5.8c-.407 0-.759 0-1.046-.023-.297-.025-.592-.078-.875-.222a2.25 2.25 0 0 1-.984-.984 2.3 2.3 0 0 1-.222-.875c-.024-.287-.023-.639-.023-1.046v-1.4a2.2 2.2 0 0 1-.6-.55c-.484-.644-.6-1.485-.6-2.27a1 1 0 0 1 .007-.109q.008-.096.038-.247c.042-.195.126-.46.299-.73C2.17 5.459 2.87 5 4 5zM9.83 9.48c-.36.36-.941.82-1.83.82s-1.47-.46-1.83-.82c-.063-.062-.12-.125-.17-.18-.051.055-.108.118-.17.18-.34.34-.875.767-1.68.815v1.055c0 .432 0 .712.018.924.016.203.045.279.064.316a.75.75 0 0 0 .327.328c.037.019.114.047.317.064.212.017.492.018.925.018H10.2c.432 0 .712-.001.925-.018.202-.017.278-.045.315-.064a.75.75 0 0 0 .328-.328c.02-.037.047-.113.064-.316.017-.212.018-.492.018-.924v-1.056c-.805-.048-1.34-.474-1.68-.814-.063-.062-.12-.125-.17-.18-.051.055-.108.118-.17.18M4 6.5c-.67 0-.87.24-.945.355a.7.7 0 0 0-.105.311l.006.242c.029.569.154.906.294 1.092.13.172.333.3.75.3.31 0 .53-.14.77-.38a6 6 0 0 0 .183-.195c.059-.065.133-.147.204-.218.07-.07.169-.162.29-.238A1.03 1.03 0 0 1 6 7.599c.242 0 .433.092.555.17.12.076.218.168.288.238.071.071.145.153.204.218.064.07.122.134.183.195.24.24.46.38.77.38s.53-.14.77-.38a6 6 0 0 0 .183-.195c.059-.065.133-.147.204-.218.07-.07.169-.162.29-.238a1.03 1.03 0 0 1 .553-.17c.242 0 .433.092.555.17.12.076.218.168.288.238.071.071.145.153.204.218.064.07.122.134.183.195.24.24.46.38.77.38.417 0 .62-.128.75-.3.16-.212.298-.62.299-1.344l-.01-.067a.7.7 0 0 0-.095-.234C12.87 6.74 12.67 6.5 12 6.5z" clip-rule="evenodd"/><path d="M4.825 1.058c.028-.077.14-.077.169 0 .425 1.15.825 1.373.825 2.033a.91.91 0 0 1-1.82 0c0-.66.401-.883.826-2.033m3.091 0c.028-.077.14-.077.169 0 .425 1.15.825 1.373.825 2.033a.91.91 0 0 1-1.82 0c0-.66.4-.883.826-2.033m3.09 0c.028-.077.14-.077.169 0 .425 1.15.824 1.373.824 2.033a.91.91 0 0 1-1.819 0c0-.66.4-.883.826-2.033"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path d="M4.122 3.955a3 3 0 0 1 3.476-2.434l3.482.614a3 3 0 0 1 2.433 3.475l-1.1 6.245a3 3 0 0 1-3.476 2.434l-1.933-.346a.2.2 0 0 1-.155-.26l.338-1.033a.73.73 0 0 1 .464-.464l1.018-.34c1.774-.591 1.774-3.101 0-3.693l-1.018-.34a.73.73 0 0 1-.464-.464l-.34-1.018c-.386-1.159-1.59-1.56-2.545-1.206-.167.061-.373-.077-.342-.252z"/><path d="M4.576 6.805a.447.447 0 0 1 .848 0l.34 1.02c.222.666.745 1.19 1.412 1.412l1.019.34a.447.447 0 0 1 0 .847l-1.02.34a2.23 2.23 0 0 0-1.412 1.412l-.34 1.019a.447.447 0 0 1-.847 0l-.34-1.02a2.23 2.23 0 0 0-1.412-1.412l-1.019-.34a.447.447 0 0 1 0-.847l1.02-.34a2.23 2.23 0 0 0 1.412-1.412z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path fill-rule="evenodd" d="M7.488 1.57a2 2 0 0 1 1.025 0c.38.101.727.364 1.419.888l3.299 2.497c.465.352.697.529.865.751.148.197.26.42.327.657.076.268.075.56.075 1.144v3.99l-.004.556a3 3 0 0 1-.027.35l-.04.197a2.5 2.5 0 0 1-2.03 1.874l-.16.018c-.171.013-.393.014-.746.014l-.446-.004-.153-.007-.127-.015a2 2 0 0 1-1.624-1.499l-.032-.157a2 2 0 0 1-.023-.28l-.003-.445v-1.972a1.084 1.084 0 1 0-2.166 0v1.972l-.004.445a2 2 0 0 1-.021.28l-.032.157a2 2 0 0 1-1.624 1.5l-.127.014c-.138.01-.315.01-.599.01l-.557-.003a4 4 0 0 1-.191-.01l-.158-.018A2.5 2.5 0 0 1 1.573 12.6l-.04-.198a3 3 0 0 1-.028-.35l-.004-.556v-3.99c0-.437 0-.711.032-.934l.044-.21q.077-.268.223-.505l.105-.152c.125-.167.288-.307.557-.516l.308-.235 3.299-2.497c.605-.458.945-.717 1.276-.842zm.64 1.45a.5.5 0 0 0-.257 0c-.016.007-.063.03-.158.092-.165.108-.377.267-.74.541L3.676 6.151c-.245.186-.382.29-.482.374a1 1 0 0 0-.091.084.5.5 0 0 0-.082.164c-.002.01-.007.045-.011.123-.007.13-.008.304-.008.61v3.991c0 .53.005.619.013.668.069.425.403.76.828.828.05.008.137.013.668.013a16 16 0 0 0 .486-.007.5.5 0 0 0 .414-.414q.002-.013.004-.083c.003-.089.003-.206.003-.403v-1.972A2.584 2.584 0 0 1 8 7.543l.264.014a2.584 2.584 0 0 1 2.32 2.57v1.972c0 .197 0 .314.002.403.002.082.005.096.003.083.035.212.202.38.414.414-.013-.002.001.002.084.004.089.002.207.003.404.003.528 0 .617-.005.667-.013.425-.069.759-.403.828-.828.007-.05.012-.138.012-.668v-3.99c0-.307 0-.48-.006-.61a1 1 0 0 0-.012-.124.5.5 0 0 0-.082-.164 1 1 0 0 0-.091-.084c-.1-.084-.238-.189-.482-.374L9.027 3.653a15 15 0 0 0-.74-.54 1 1 0 0 0-.159-.093" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><rect width="20" height="20" fill="#2688eb" rx="10"/><path fill="#fff" d="M6.122 5.955A3 3 0 0 1 9.598 3.52l3.482.614a3 3 0 0 1 2.433 3.475l-1.1 6.245a3 3 0 0 1-3.476 2.434l-1.933-.346a.2.2 0 0 1-.155-.26l.338-1.033a.74.74 0 0 1 .464-.464l1.018-.34c1.774-.591 1.774-3.101 0-3.693l-1.018-.34a.73.73 0 0 1-.464-.464l-.34-1.018c-.386-1.159-1.59-1.56-2.545-1.207-.167.062-.373-.076-.342-.251z"/><path fill="#fff" d="M6.576 8.805a.447.447 0 0 1 .848 0l.34 1.02c.222.666.745 1.19 1.412 1.412l1.019.34a.447.447 0 0 1 0 .847l-1.02.34a2.23 2.23 0 0 0-1.412 1.412l-.34 1.019a.447.447 0 0 1-.847 0l-.34-1.02a2.23 2.23 0 0 0-1.412-1.412l-1.019-.34a.447.447 0 0 1 0-.847l1.02-.34a2.23 2.23 0 0 0 1.412-1.412z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="currentColor"><path d="M7.286 8.09a.62.62 0 0 1 1.18 0l.474 1.432a3.13 3.13 0 0 0 1.967 1.985l1.42.478c.566.19.566 1 0 1.191l-1.42.477A3.13 3.13 0 0 0 8.94 15.64l-.473 1.432a.62.62 0 0 1-1.181 0l-.473-1.432a3.13 3.13 0 0 0-1.968-1.986l-1.419-.477c-.567-.19-.567-1 0-1.191l1.42-.478a3.13 3.13 0 0 0 1.967-1.985z"/><path d="M7.846 4.014a2.417 2.417 0 0 1 2.797-1.976l5.361.953a2.435 2.435 0 0 1 1.959 2.823l-1.596 9.131a2.417 2.417 0 0 1-2.797 1.978l-2.495-.445a.222.222 0 0 1-.169-.289 1.28 1.28 0 0 1 .803-.81l1.406-.474c2.213-.745 2.213-3.903 0-4.647l-1.406-.475a1.28 1.28 0 0 1-.803-.81l-.47-1.419-.076-.203c-.453-1.072-1.494-1.559-2.48-1.459-.177.018-.34-.134-.309-.312zm-4.086.688a.255.255 0 0 1 .484 0l.194.587c.127.385.427.687.808.815l.583.196a.26.26 0 0 1 0 .49l-.583.196c-.381.128-.681.43-.808.815l-.194.587a.255.255 0 0 1-.484 0l-.195-.587a1.28 1.28 0 0 0-.807-.815l-.584-.196c-.232-.079-.232-.411 0-.49l.584-.196c.38-.128.68-.43.807-.815z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M9.998 6.75a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m0 1.5a2 2 0 1 0 0 4.001 2 2 0 0 0 0-4.001" clip-rule="evenodd"/><path fill-rule="evenodd" d="M10.205 1.505A4 4 0 0 1 13.97 5.02a4 4 0 0 1 4.583 2.682 3.99 3.99 0 0 1-2.126 4.857 3.99 3.99 0 0 1-1.141 5.177l-.157.109a4.006 4.006 0 0 1-5.13-.626 4.01 4.01 0 0 1-5.128.626l-.157-.109a3.99 3.99 0 0 1-1.142-5.177 3.99 3.99 0 0 1-2.18-4.674l.054-.183A4 4 0 0 1 6.027 5.02 4 4 0 0 1 10 1.5zM9.986 3a2.5 2.5 0 0 0-2.469 2.196 1.5 1.5 0 0 1-1.782 1.295 2.5 2.5 0 0 0-2.778 1.455l-.084.221a2.49 2.49 0 0 0 1.326 3.03 1.5 1.5 0 0 1 .682 2.097 2.49 2.49 0 0 0 .713 3.229 2.505 2.505 0 0 0 3.304-.322l.112-.108a1.5 1.5 0 0 1 2.09.108 2.506 2.506 0 0 0 3.305.322 2.49 2.49 0 0 0 .713-3.23 1.5 1.5 0 0 1 .681-2.096 2.49 2.49 0 0 0 1.328-3.03 2.5 2.5 0 0 0-2.864-1.676 1.5 1.5 0 0 1-1.782-1.295 2.5 2.5 0 0 0-2.338-2.192z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="currentColor"><path d="M16.238 11.503c.597 0 .95.263 1.167.86l2.001 5.436c.061.154.094.319.096.485 0 .42-.319.719-.763.719-.43 0-.657-.2-.793-.674l-.385-1.154H14.93l-.385 1.14c-.142.485-.369.687-.772.687-.475 0-.774-.279-.774-.719a1.6 1.6 0 0 1 .102-.485l1.99-5.43c.212-.592.571-.865 1.147-.865M9.895 1.5a.75.75 0 0 1 .494 1.322 5.798 5.798 0 0 0 2.223 10.015.75.75 0 0 1-.393 1.447 7.3 7.3 0 0 1-5.38-7.04 7.26 7.26 0 0 1 1.167-3.955 7 7 0 0 0 2.785 13.667.75.75 0 0 1 .168 1.49A8.5 8.5 0 1 1 9.895 1.5m5.368 14.492h1.946l-.966-2.991h-.035z"/><path d="M16.238 11.503c.597 0 .95.263 1.167.86l2.001 5.436c.06.154.094.319.096.485 0 .42-.319.719-.763.719-.43 0-.657-.2-.793-.674l-.385-1.154H14.93l-.385 1.14c-.142.484-.369.687-.772.687-.475 0-.774-.279-.774-.719a1.6 1.6 0 0 1 .102-.485l1.99-5.43c.212-.592.571-.865 1.147-.865M9.895 1.5a.75.75 0 0 1 .494 1.322 5.798 5.798 0 0 0 2.223 10.015.75.75 0 0 1-.393 1.447A7.298 7.298 0 0 1 8.006 3.289a7 7 0 0 0 2.785 13.667.75.75 0 0 1 .168 1.49A8.5 8.5 0 1 1 9.895 1.5m5.368 14.492h1.946L16.243 13h-.035z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="currentColor"><path d="M9.998 15.67a.75.75 0 0 1 .75.75v1.833a.75.75 0 0 1-1.5 0V16.42a.75.75 0 0 1 .75-.75m6.24-4.167c.597 0 .95.263 1.167.86l2.001 5.435c.061.154.093.32.096.485 0 .42-.319.72-.763.72-.43 0-.657-.199-.793-.674l-.385-1.154H14.93l-.385 1.14c-.142.485-.369.687-.772.687-.475 0-.774-.279-.774-.719q.012-.25.102-.485l1.99-5.43c.212-.592.571-.865 1.147-.865m-.975 4.49h1.946L16.243 13h-.035zM4.225 12.591a.75.75 0 1 1 .717 1.316l-1.833 1a.75.75 0 0 1-.718-1.316zM10 6c1.105 0 2.104.448 2.828 1.172A4 4 0 0 1 14 10a4 4 0 0 1-1.172 2.828A4 4 0 0 1 10 14a4 4 0 0 1-2.828-1.172A4 4 0 0 1 6 10c0-1.105.448-2.104 1.172-2.828A4 4 0 0 1 10 6m0 1.5a2.5 2.5 0 0 0-1.768.732A2.5 2.5 0 0 0 7.5 10c0 .69.278 1.313.732 1.768A2.5 2.5 0 0 0 10 12.5c.69 0 1.313-.278 1.768-.732A2.5 2.5 0 0 0 12.5 10a2.5 2.5 0 0 0-.732-1.768A2.5 2.5 0 0 0 10 7.5M2.092 5.39a.75.75 0 0 1 1.017-.298l1.833 1a.75.75 0 1 1-.717 1.316l-1.834-1a.75.75 0 0 1-.3-1.017m14.799-.298a.75.75 0 0 1 .718 1.316l-1.834 1a.75.75 0 1 1-.717-1.316zM10.002 1a.75.75 0 0 1 .75.75v1.833a.75.75 0 0 1-1.5 0V1.75a.75.75 0 0 1 .75-.75"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M10.43 2.32c.728-.35 1.49-.374 2.32-.257.81.115 1.798.381 3.01.706 1.21.324 2.197.587 2.955.892.776.313 1.425.715 1.88 1.381q.162.24.29.504c.349.726.37 1.488.252 2.317-.115.809-.381 1.796-.707 3.006l-1.906 7.082c-.171.637-.287 1.085-.47 1.452a3.91 3.91 0 0 1-3.745 2.16c-.41-.026-.855-.15-1.493-.32a.9.9 0 0 1 .468-1.738c.721.192.956.25 1.141.263a2.1 2.1 0 0 0 2.017-1.163c.083-.167.15-.4.344-1.12l1.905-7.082c.337-1.254.568-2.116.664-2.79.093-.654.04-1.01-.094-1.287a2 2 0 0 0-.156-.27c-.172-.254-.454-.478-1.065-.725-.632-.255-1.494-.487-2.748-.823-1.256-.337-2.12-.567-2.794-.662-.654-.093-1.01-.038-1.287.095a2 2 0 0 0-.272.157c-.254.173-.479.454-.726 1.067-.255.632-.487 1.495-.824 2.751l-.55 2.05a.9.9 0 1 1-1.74-.464l.55-2.05c.325-1.212.589-2.2.895-2.959.313-.778.714-1.426 1.381-1.88q.242-.167.505-.294"/><path d="M9.072 12.703c.075-.27.58-.27.656 0l.056.198a14 14 0 0 0 .18.57c.256.747.6 1.502 1.032 1.934.432.433 1.186.775 1.932 1.03q.07.025.14.047.22.072.432.134.1.03.197.056c.27.075.27.58 0 .656a15 15 0 0 0-.769.236c-.746.256-1.5.6-1.932 1.032-.433.432-.776 1.186-1.032 1.932a12 12 0 0 0-.236.769c-.075.27-.58.27-.656 0a15 15 0 0 0-.19-.628l-.046-.14c-.256-.747-.599-1.5-1.03-1.933-.433-.433-1.188-.776-1.934-1.032l-.14-.046q-.22-.072-.43-.134-.101-.03-.199-.056c-.27-.075-.27-.58 0-.656l.198-.056a14 14 0 0 0 .57-.18c.747-.256 1.502-.598 1.934-1.03.433-.433.775-1.188 1.03-1.934q.025-.07.047-.141.072-.219.134-.43.03-.1.056-.198m-4.475-2.485a.32.32 0 0 1 .606 0l.242.728c.159.476.533.85 1.009 1.01l.728.241a.32.32 0 0 1 0 .606l-.728.242c-.476.159-.85.533-1.01 1.009l-.241.728a.32.32 0 0 1-.606 0l-.242-.728a1.6 1.6 0 0 0-1.009-1.01l-.728-.241a.32.32 0 0 1 0-.606l.728-.242c.476-.159.85-.533 1.01-1.009z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M10.049 2.192a10 10 0 0 1 10.265 4.252A10 10 0 0 1 22 12a1 1 0 0 1-2 0 8 8 0 1 0-8 8 1 1 0 0 1 0 2 10 10 0 0 1-1.951-19.808m10.606 13.062a1.003 1.003 0 0 1 .71 1.71l-3.997 3.994a1 1 0 0 1-1.418 0l-1.998-1.996a1.003 1.003 0 1 1 1.418-1.418l1.29 1.298 3.286-3.295c.188-.188.443-.293.71-.293M12.224 7c.264 0 .518.095.706.264a.86.86 0 0 1 .293.635v4.498a.8.8 0 0 1-.075.345.9.9 0 0 1-.215.293l-2.997 2.698a1 1 0 0 1-.325.198 1.1 1.1 0 0 1-.768 0 1 1 0 0 1-.325-.198.9.9 0 0 1-.218-.292.82.82 0 0 1 0-.692.9.9 0 0 1 .218-.292l2.707-2.429V7.9c0-.238.105-.467.293-.635.187-.169.44-.264.706-.264"/></svg>
@@ -1 +1 @@
1
- <svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m14.2977177 1.43478216c.7323537.17093792 1.3770949.54317938 1.8913083 1.09194733.5212747.55630376.8245725 1.1457085 1.1510237 2.29787913l.7908276 2.94438774c.1429419.5334661-.1736406 1.08180306-.7071067 1.22474487s-1.0818031-.17364068-1.2247449-.70710678l-.7204316-2.68868724-.1126381-.40229801c-.2149689-.72858114-.3765211-1.02411712-.6363448-1.30140058-.2439572-.26035087-.5390433-.43071891-.8864924-.51181665-.3700463-.08637213-.7067641-.07851244-1.4452183.09960958l-.4047194.10360153-5.12746694 1.37390062c-.85398602.22882487-1.25374718.39461491-1.50882163.58319221l-.06093343.04766873-.13394352.11812193c-.26035088.24395725-.43071892.53904335-.51181666.88649245-.09356981.40088352-.0765481.76265226.14773122 1.63845318l2.72347574 10.1685806.11263813.402298c.21496893.7285811.37652111 1.0241171.63634474 1.3014006.24395725.2603509.53904335.4307189.88649244.5118166.40121066.0936462.74531099.0763487 1.60734091-.1401561.5356487-.1345319 1.0789375.1906375 1.2134694.7262863s-.1906375 1.0789376-.7262863 1.2134695c-1.1488261.2885356-1.80575568.3215587-2.54912294.1480501-.7323537-.1709379-1.37709483-.5431793-1.89130826-1.0919473-.52127473-.5563037-.82457247-1.1457085-1.15102368-2.2978791l-2.73839194-10.2127966c-.35463118-1.32350157-.40467207-2.02673484-.21900927-2.82217472.15194482-.65098106.46294429-1.23273738.93013067-1.72836995l.18251055-.18179216.1788381-.15773343c.49569478-.4116395 1.07724685-.68435734 2.09131834-.97241045l.2627293-.07242204 5.12746693-1.37390063c1.3235016-.35463117 2.0267349-.40467207 2.8221747-.21900926zm4.0707034 9.56521784c2.0002036 0 3.6315789 1.591505 3.6315789 3.567264 0 1.909038-.771624 2.8510565-3.7799053 5.1336475l-1.3277943 1.0074894c-.5275324.4002753-1.2570684.4002753-1.7846008 0l-1.3277943-1.0074894c-3.0082813-2.282591-3.7799053-3.2246095-3.7799053-5.1336475 0-1.975759 1.6313753-3.567264 3.6315789-3.567264.8292041 0 1.5959065.2236878 2.2823864.6596624l.0860347.0573376.0860347-.0573376c.6178319-.3923771 1.300644-.612802 2.0355179-.6529632z" fill="currentColor" /></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M17.827 11.9c1.87 0 3.372 1.527 3.372 3.394l-.009.329c-.041.746-.238 1.353-.709 1.997-.533.729-1.416 1.505-2.806 2.596l-1.29 1.01a1.27 1.27 0 0 1-1.568 0l-1.289-1.01c-1.39-1.091-2.274-1.867-2.806-2.596-.471-.644-.668-1.25-.71-1.997l-.008-.33c0-1.862 1.497-3.385 3.36-3.393l.027.001.187.005.027.001c.706.04 1.362.262 1.95.66l.017.01.03.022.029-.021.017-.012.248-.155a3.8 3.8 0 0 1 1.636-.5z"/><path d="M11.255 2.063c.83-.117 1.594-.094 2.321.256q.26.126.5.288c.667.454 1.07 1.103 1.384 1.88.307.758.57 1.747.896 2.958l.536 1.99a.9.9 0 0 1-1.739.467l-.535-1.99c-.338-1.254-.571-2.117-.827-2.75-.248-.611-.473-.894-.728-1.066a2 2 0 0 0-.27-.156c-.276-.133-.633-.187-1.286-.094-.675.095-1.54.324-2.795.66-1.256.337-2.119.57-2.751.825-.612.247-.893.472-1.065.725q-.088.13-.156.269c-.133.276-.186.633-.094 1.286.096.675.327 1.538.665 2.793l1.322 4.914c.374 1.39.633 2.345.923 3.036.279.667.537.963.837 1.136.336.194.781.265 1.685.113a.901.901 0 0 1 .298 1.776c-1.056.177-2.007.175-2.882-.33-.777-.448-1.241-1.146-1.598-2-.348-.828-.64-1.922-1.001-3.263l-1.322-4.914c-.326-1.211-.594-2.199-.709-3.008-.118-.83-.095-1.593.255-2.32a4 4 0 0 1 .288-.5c.454-.667 1.103-1.068 1.881-1.382.758-.306 1.747-.569 2.958-.894 1.211-.324 2.2-.59 3.009-.705"/></svg>
@@ -1 +1 @@
1
- <svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m14.2977177 1.43478216c.7323537.17093792 1.3770949.54317938 1.8913083 1.09194733.5212747.55630376.8245725 1.1457085 1.1510237 2.29787913l.7908276 2.94438774c.1429419.5334661-.1736406 1.08180306-.7071067 1.22474487s-1.0818031-.17364068-1.2247449-.70710678l-.7204316-2.68868724-.1126381-.40229801c-.2149689-.72858114-.3765211-1.02411712-.6363448-1.30140058-.2439572-.26035087-.5390433-.43071891-.8864924-.51181665-.3700463-.08637213-.7067641-.07851244-1.4452183.09960958l-.4047194.10360153-5.12746694 1.37390062c-.85398602.22882487-1.25374718.39461491-1.50882163.58319221l-.06093343.04766873-.13394352.11812193c-.26035088.24395725-.43071892.53904335-.51181666.88649245-.09356981.40088352-.0765481.76265226.14773122 1.63845318l2.72347574 10.1685806.11263813.402298c.21496893.7285811.37652111 1.0241171.63634474 1.3014006.24395725.2603509.53904335.4307189.88649244.5118166.40121066.0936462.74531099.0763487 1.60734091-.1401561.5356487-.1345319 1.0789375.1906375 1.2134694.7262863s-.1906375 1.0789376-.7262863 1.2134695c-1.1488261.2885356-1.80575568.3215587-2.54912294.1480501-.7323537-.1709379-1.37709483-.5431793-1.89130826-1.0919473-.52127473-.5563037-.82457247-1.1457085-1.15102368-2.2978791l-2.73839194-10.2127966c-.35463118-1.32350157-.40467207-2.02673484-.21900927-2.82217472.15194482-.65098106.46294429-1.23273738.93013067-1.72836995l.18251055-.18179216.1788381-.15773343c.49569478-.4116395 1.07724685-.68435734 2.09131834-.97241045l.2627293-.07242204 5.12746693-1.37390063c1.3235016-.35463117 2.0267349-.40467207 2.8221747-.21900926zm4.0707034 9.56521784c2.0002036 0 3.6315789 1.591505 3.6315789 3.567264 0 1.909038-.771624 2.8510565-3.7799053 5.1336475l-1.3277943 1.0074894c-.5275324.4002753-1.2570684.4002753-1.7846008 0l-1.3277943-1.0074894c-3.0082813-2.282591-3.7799053-3.2246095-3.7799053-5.1336475 0-1.975759 1.6313753-3.567264 3.6315789-3.567264.8292041 0 1.5959065.2236878 2.2823864.6596624l.0860347.0573376.0860347-.0573376c.6178319-.3923771 1.300644-.612802 2.0355179-.6529632zm0 2c-.6294878 0-1.1700526.2282385-1.670321.7160001l-.34905.3403239c-.194188.1893332-.5039122.1893332-.6981002 0l-.34905-.3403239c-.5002684-.4877616-1.0408332-.7160001-1.670321-.7160001-.9065581 0-1.6315789.7073015-1.6315789 1.567264 0 .9924332.4009029 1.5458938 2.5244584 3.1852149l1.4745416 1.1225211 1.0121717-.7673571c2.4490854-1.8582905 2.9571163-2.442004 2.987344-3.4392168l.0014843-.1011621c0-.8599625-.7250208-1.567264-1.6315789-1.567264z" fill="currentColor" /></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M17.826 11.9c1.87 0 3.373 1.528 3.373 3.395 0 .903-.18 1.589-.718 2.325-.533.729-1.416 1.505-2.806 2.595l-1.29 1.012a1.27 1.27 0 0 1-1.568 0l-1.289-1.012c-1.39-1.09-2.273-1.866-2.806-2.595-.538-.736-.718-1.422-.718-2.325 0-1.863 1.496-3.388 3.36-3.395l.027.001.187.005.027.001a3.8 3.8 0 0 1 1.95.66l.016.01.03.022.03-.021.018-.01a3.83 3.83 0 0 1 2.177-.668m-4.456 1.8a1.583 1.583 0 0 0-1.565 1.595c0 .59.094.886.37 1.263.366.502 1.058 1.138 2.465 2.241l.962.755.962-.755c1.406-1.103 2.098-1.74 2.464-2.24.276-.378.37-.675.37-1.264 0-.888-.711-1.594-1.572-1.594a2.03 2.03 0 0 0-1.17.357l-.535.378a.9.9 0 0 1-1.039 0l-.55-.388a2 2 0 0 0-1.022-.344z" clip-rule="evenodd"/><path d="M11.255 2.063c.83-.117 1.594-.095 2.321.256q.26.126.5.288c.667.454 1.07 1.102 1.384 1.88.307.758.57 1.747.896 2.958l.536 1.99a.9.9 0 0 1-1.739.467l-.535-1.99c-.338-1.254-.571-2.117-.827-2.75-.248-.611-.473-.894-.728-1.067a2 2 0 0 0-.269-.155c-.277-.133-.634-.187-1.287-.095-.675.096-1.54.325-2.795.662-1.256.336-2.119.569-2.751.824-.612.247-.893.472-1.065.725q-.088.13-.156.269c-.133.276-.186.632-.093 1.286.095.675.326 1.538.664 2.793l1.322 4.914c.374 1.39.633 2.345.923 3.036.28.668.537.963.837 1.136.336.194.781.265 1.685.113a.901.901 0 0 1 .298 1.776c-1.056.177-2.007.175-2.882-.33-.777-.448-1.241-1.146-1.598-2-.348-.829-.64-1.922-1.001-3.263l-1.322-4.914c-.326-1.211-.594-2.199-.709-3.008-.118-.83-.095-1.593.255-2.32q.126-.26.288-.5c.454-.667 1.103-1.068 1.881-1.382.758-.306 1.747-.57 2.958-.894s2.2-.59 3.009-.705"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="currentColor"><path d="M15.037 2.095c-.554-.101-1.08-.14-1.612-.027a4 4 0 0 0-2.142 1.236c-.364.405-.593.88-.783 1.41-.186.52-.36 1.175-.573 1.97l-.669 2.499a1 1 0 1 0 1.932.518l.668-2.5c.222-.827.374-1.389.526-1.814.148-.414.268-.614.386-.744a2 2 0 0 1 1.071-.618c.172-.037.405-.042.838.037.444.08 1.007.231 1.834.453l3.284.88c.827.221 1.39.373 1.814.525.415.148.615.269.746.386.313.283.53.658.618 1.071.036.172.04.406-.038.838-.081.444-.23 1.007-.453 1.834l-2.692 10.046c-.222.827-.372 1.39-.524 1.815-.148.414-.27.614-.387.745-.283.313-.657.53-1.07.618-.337.071-.787.008-2.092-.337a1 1 0 0 0-.51 1.933c1.183.313 2.126.55 3.018.36a4 4 0 0 0 2.14-1.236c.365-.405.594-.879.784-1.41.185-.52.36-1.175.573-1.97l2.692-10.046c.213-.796.39-1.45.488-1.993.102-.555.14-1.08.027-1.613a4 4 0 0 0-1.236-2.141c-.404-.365-.879-.594-1.41-.784-.52-.185-1.175-.36-1.97-.573l-3.285-.88c-.795-.213-1.45-.389-1.993-.488"/><path d="M11.316 13.19a.707.707 0 0 0-1.35 0l-.54 1.655a3.59 3.59 0 0 1-2.247 2.292l-1.622.552c-.648.22-.648 1.154 0 1.375l1.622.552a3.59 3.59 0 0 1 2.248 2.292l.54 1.654a.707.707 0 0 0 1.349 0l.54-1.654a3.59 3.59 0 0 1 2.249-2.292l1.622-.552c.647-.22.647-1.155 0-1.375l-1.622-.552a3.59 3.59 0 0 1-2.248-2.292zm-5.31-3.106a.342.342 0 0 0-.648 0l-.26.78c-.17.51-.572.911-1.082 1.082l-.78.26a.342.342 0 0 0 0 .648l.78.26c.51.17.912.571 1.082 1.082l.26.78a.342.342 0 0 0 .648 0l.26-.78a1.71 1.71 0 0 1 1.082-1.081l.78-.261a.342.342 0 0 0 0-.649l-.78-.26a1.71 1.71 0 0 1-1.082-1.08z"/></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="M18.868 6.141c.416.27.529.837.251 1.266-.277.43-3.558 5.273-3.883 5.845-.324.572.087 1.361.892.688.804-.673 3.384-3.988 3.73-4.363a.9.9 0 0 1 1.28-.063c.363.34.376.92.03 1.296-.345.375-3.429 3.552-3.824 4.07-.395.517.268 1.029.799.616a82 82 0 0 0 2.363-1.944.895.895 0 0 1 1.278.07.93.93 0 0 1-.103 1.296c-.38.339-1.418 1.127-2.297 1.886-.878.758-3.096 2.87-3.096 2.87-2.08 2.133-4.358 3.179-6.559 1.48l-1.139-.88c-.935-.722-1.543-2.127-1.577-3.47-.033-1.342.009-6.018 0-6.626a1.13 1.13 0 0 1 1.072-1.146 1.06 1.06 0 0 1 1.102 1.056c.009.608-.043 3.534-.043 3.534 1.387-.782 1.8-1.594 2.415-3.163l1.806-3.839a.925.925 0 0 1 1.183-.532c.463.18.684.711.495 1.185-.19.473-1.81 3.608-1.99 4.293-.178.685.384 1.323.877.677 0 0 3.403-5.385 3.68-5.814a.91.91 0 0 1 1.258-.288"/><defs><linearGradient id="a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#c48aff"/><stop offset="1" stop-color="#aa65f0"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="currentColor"><path d="M30.045 26.393a.574.574 0 0 0-1.09 0l-.436 1.31a2.87 2.87 0 0 1-1.816 1.816l-1.31.436a.574.574 0 0 0 0 1.09l1.31.436a2.87 2.87 0 0 1 1.816 1.816l.436 1.31a.574.574 0 0 0 1.09 0l.436-1.31a2.87 2.87 0 0 1 1.816-1.815l1.31-.437a.574.574 0 0 0 0-1.09l-1.31-.436a2.87 2.87 0 0 1-1.816-1.816zM26.566 5.247c-.722-.473-1.698-.246-2.18.504L18 15.926c-.855 1.129-1.83.013-1.52-1.185l3.45-7.513c.329-.83-.055-1.758-.858-2.074s-1.723.102-2.052.931l-3.134 6.719c-.293.753-4.113 8.472-4.114 4.645v-5.295c-.015-1.063-.871-1.89-1.913-1.847-1.041.043-1.874.94-1.859 2.005v11.596c.058 2.35 1.114 4.807 2.736 6.072l1.976 1.539c3.818 2.973 7.77 1.142 11.379-2.59l5.37-5.023 3.986-3.3c.66-.592.74-1.607.178-2.267s-1.556-.715-2.217-.123l-4.1 3.402c-.92.722-2.07-.173-1.386-1.079l6.635-7.122c.6-.657.576-1.672-.051-2.269-.628-.595-1.623-.545-2.223.112l-6.47 7.635c-1.396 1.177-2.11-.204-1.546-1.205l6.735-10.227c.481-.75.287-1.743-.436-2.216M10.363 2.262a.383.383 0 0 0-.726 0l-.291.874a1.91 1.91 0 0 1-1.21 1.21l-.874.29a.383.383 0 0 0 0 .727l.874.291c.57.19 1.02.64 1.21 1.21l.29.874c.117.35.611.35.727 0l.291-.874c.19-.57.64-1.02 1.21-1.21l.874-.29a.383.383 0 0 0 0-.727l-.874-.291a1.91 1.91 0 0 1-1.21-1.21z"/></svg>