@vkontakte/icons 3.54.0 → 3.56.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 (61) hide show
  1. package/dist/16/card_sparkle_16.d.ts +5 -0
  2. package/dist/16/card_sparkle_16.js +23 -0
  3. package/dist/16/square_stack_up_outline_16.d.ts +5 -0
  4. package/dist/16/square_stack_up_outline_16.js +18 -0
  5. package/dist/16/stories_ideas_16.d.ts +3 -1
  6. package/dist/16/stories_ideas_16.js +3 -1
  7. package/dist/20/card_sparkle_circle_fill_20.d.ts +5 -0
  8. package/dist/20/card_sparkle_circle_fill_20.js +31 -0
  9. package/dist/20/card_sparkles_20.d.ts +5 -0
  10. package/dist/20/card_sparkles_20.js +23 -0
  11. package/dist/20/stories_ideas_20.d.ts +3 -1
  12. package/dist/20/stories_ideas_20.js +3 -1
  13. package/dist/20/stories_ideas_circle_fill_20.d.ts +3 -1
  14. package/dist/20/stories_ideas_circle_fill_20.js +3 -1
  15. package/dist/24/card_sparkles_outline_24.d.ts +5 -0
  16. package/dist/24/card_sparkles_outline_24.js +23 -0
  17. package/dist/24/clock_check_alt_outline_24.d.ts +5 -0
  18. package/dist/24/clock_check_alt_outline_24.js +18 -0
  19. package/dist/24/narrative_active_outline_24.js +13 -6
  20. package/dist/24/narrative_outline_24.js +15 -6
  21. package/dist/28/card_sparkles_outline_28.d.ts +5 -0
  22. package/dist/28/card_sparkles_outline_28.js +23 -0
  23. package/dist/28/hand_wave_circle_fill_violet_28.d.ts +5 -0
  24. package/dist/28/hand_wave_circle_fill_violet_28.js +48 -0
  25. package/dist/28/smile_circle_fill_28.d.ts +5 -0
  26. package/dist/28/smile_circle_fill_28.js +64 -0
  27. package/dist/28/stories_ideas_outline_28.d.ts +3 -1
  28. package/dist/28/stories_ideas_outline_28.js +3 -1
  29. package/dist/36/hand_wave_sparkles_36.d.ts +5 -0
  30. package/dist/36/hand_wave_sparkles_36.js +18 -0
  31. package/dist/icons-map.json +1 -1
  32. package/dist/index.d.ts +10 -0
  33. package/dist/index.js +10 -0
  34. package/dist/typings/16/card_sparkle_16.d.ts +5 -0
  35. package/dist/typings/16/square_stack_up_outline_16.d.ts +5 -0
  36. package/dist/typings/16/stories_ideas_16.d.ts +3 -1
  37. package/dist/typings/20/card_sparkle_circle_fill_20.d.ts +5 -0
  38. package/dist/typings/20/card_sparkles_20.d.ts +5 -0
  39. package/dist/typings/20/stories_ideas_20.d.ts +3 -1
  40. package/dist/typings/20/stories_ideas_circle_fill_20.d.ts +3 -1
  41. package/dist/typings/24/card_sparkles_outline_24.d.ts +5 -0
  42. package/dist/typings/24/clock_check_alt_outline_24.d.ts +5 -0
  43. package/dist/typings/28/card_sparkles_outline_28.d.ts +5 -0
  44. package/dist/typings/28/hand_wave_circle_fill_violet_28.d.ts +5 -0
  45. package/dist/typings/28/smile_circle_fill_28.d.ts +5 -0
  46. package/dist/typings/28/stories_ideas_outline_28.d.ts +3 -1
  47. package/dist/typings/36/hand_wave_sparkles_36.d.ts +5 -0
  48. package/dist/typings/index.d.ts +10 -0
  49. package/package.json +4 -4
  50. package/src/svg/16/card_sparkle_16.svg +1 -0
  51. package/src/svg/16/square_stack_up_outline_16.svg +1 -0
  52. package/src/svg/20/card_sparkle_circle_fill_20.svg +1 -0
  53. package/src/svg/20/card_sparkles_20.svg +1 -0
  54. package/src/svg/24/card_sparkles_outline_24.svg +1 -0
  55. package/src/svg/24/clock_check_alt_outline_24.svg +1 -0
  56. package/src/svg/24/narrative_active_outline_24.svg +1 -1
  57. package/src/svg/24/narrative_outline_24.svg +1 -1
  58. package/src/svg/28/card_sparkles_outline_28.svg +1 -0
  59. package/src/svg/28/hand_wave_circle_fill_violet_28.svg +1 -0
  60. package/src/svg/28/smile_circle_fill_28.svg +1 -0
  61. package/src/svg/36/hand_wave_sparkles_36.svg +1 -0
package/dist/index.d.ts CHANGED
@@ -212,6 +212,7 @@ export { Icon16Cancel } from "./16/cancel_16.js";
212
212
  export { Icon16CancelCircle } from "./16/cancel_circle_16.js";
213
213
  export { Icon16CancelCircleOutline } from "./16/cancel_circle_outline_16.js";
214
214
  export { Icon16Cards2 } from "./16/cards_2_16.js";
215
+ export { Icon16CardSparkle } from "./16/card_sparkle_16.js";
215
216
  export { Icon16CarouselOutline } from "./16/carousel_outline_16.js";
216
217
  export { Icon16CaseCheck } from "./16/case_check_16.js";
217
218
  export { Icon16ChainOutline } from "./16/chain_outline_16.js";
@@ -503,6 +504,7 @@ export { Icon16Sparkle } from "./16/sparkle_16.js";
503
504
  export { Icon16Spinner } from "./16/spinner_16.js";
504
505
  export { Icon16Square } from "./16/square_16.js";
505
506
  export { Icon16Square4Outline } from "./16/square_4_outline_16.js";
507
+ export { Icon16SquareStackUpOutline } from "./16/square_stack_up_outline_16.js";
506
508
  export { Icon16StarAlt } from "./16/star_alt_16.js";
507
509
  export { Icon16StarCircle } from "./16/star_circle_16.js";
508
510
  export { Icon16StarCircleFillBlue } from "./16/star_circle_fill_blue_16.js";
@@ -686,6 +688,8 @@ export { Icon20CancelCircleFillRed } from "./20/cancel_circle_fill_red_20.js";
686
688
  export { Icon20CancelCircleOutline } from "./20/cancel_circle_outline_20.js";
687
689
  export { Icon20CanisterOutline } from "./20/canister_outline_20.js";
688
690
  export { Icon20Cards2Outline } from "./20/cards_2_outline_20.js";
691
+ export { Icon20CardSparkleCircleFill } from "./20/card_sparkle_circle_fill_20.js";
692
+ export { Icon20CardSparkles } from "./20/card_sparkles_20.js";
689
693
  export { Icon20CarouselOutline } from "./20/carousel_outline_20.js";
690
694
  export { Icon20CarOutline } from "./20/car_outline_20.js";
691
695
  export { Icon20CaseCheck } from "./20/case_check_20.js";
@@ -1399,6 +1403,7 @@ export { Icon24CancelCircleOutline } from "./24/cancel_circle_outline_24.js";
1399
1403
  export { Icon24CancelOutline } from "./24/cancel_outline_24.js";
1400
1404
  export { Icon24Cards2 } from "./24/cards_2_24.js";
1401
1405
  export { Icon24Cards2Outline } from "./24/cards_2_outline_24.js";
1406
+ export { Icon24CardSparklesOutline } from "./24/card_sparkles_outline_24.js";
1402
1407
  export { Icon24CarOutline } from "./24/car_outline_24.js";
1403
1408
  export { Icon24CashOutOutline } from "./24/cash_out_outline_24.js";
1404
1409
  export { Icon24ChainOutline } from "./24/chain_outline_24.js";
@@ -1442,6 +1447,7 @@ export { Icon24ClipOutline } from "./24/clip_outline_24.js";
1442
1447
  export { Icon24ClipsAttachOutline } from "./24/clips_attach_outline_24.js";
1443
1448
  export { Icon24Clock } from "./24/clock_24.js";
1444
1449
  export { Icon24ClockAddOutline } from "./24/clock_add_outline_24.js";
1450
+ export { Icon24ClockCheckAltOutline } from "./24/clock_check_alt_outline_24.js";
1445
1451
  export { Icon24ClockCheckOutline } from "./24/clock_check_outline_24.js";
1446
1452
  export { Icon24ClockCircleDashedOutline } from "./24/clock_circle_dashed_outline_24.js";
1447
1453
  export { Icon24ClockCircleFillGray } from "./24/clock_circle_fill_gray_24.js";
@@ -2180,6 +2186,7 @@ export { Icon28CancelShieldOutline } from "./28/cancel_shield_outline_28.js";
2180
2186
  export { Icon28CanisterOutline } from "./28/canister_outline_28.js";
2181
2187
  export { Icon28Cards2 } from "./28/cards_2_28.js";
2182
2188
  export { Icon28Cards2Outline } from "./28/cards_2_outline_28.js";
2189
+ export { Icon28CardSparklesOutline } from "./28/card_sparkles_outline_28.js";
2183
2190
  export { Icon28CarOutline } from "./28/car_outline_28.js";
2184
2191
  export { Icon28CashOutOutline } from "./28/cash_out_outline_28.js";
2185
2192
  export { Icon28ChainCircleFillBlue } from "./28/chain_circle_fill_blue_28.js";
@@ -2376,6 +2383,7 @@ export { Icon28HandHeartFilled } from "./28/hand_heart_filled_28.js";
2376
2383
  export { Icon28HandHeartOutline } from "./28/hand_heart_outline_28.js";
2377
2384
  export { Icon28HandPointUpOutline } from "./28/hand_point_up_outline_28.js";
2378
2385
  export { Icon28HandSlashOutline } from "./28/hand_slash_outline_28.js";
2386
+ export { Icon28HandWaveCircleFillViolet } from "./28/hand_wave_circle_fill_violet_28.js";
2379
2387
  export { Icon28HangerOutline } from "./28/hanger_outline_28.js";
2380
2388
  export { Icon28HappyFaceOutline } from "./28/happy_face_outline_28.js";
2381
2389
  export { Icon28HashtagOutline } from "./28/hashtag_outline_28.js";
@@ -2760,6 +2768,7 @@ export { Icon28SmartphoneShareOutline } from "./28/smartphone_share_outline_28.j
2760
2768
  export { Icon28SmartphoneStarsOutline } from "./28/smartphone_stars_outline_28.js";
2761
2769
  export { Icon28Smile } from "./28/smile_28.js";
2762
2770
  export { Icon28SmileAddOutline } from "./28/smile_add_outline_28.js";
2771
+ export { Icon28SmileCircleFill } from "./28/smile_circle_fill_28.js";
2763
2772
  export { Icon28SmileOutline } from "./28/smile_outline_28.js";
2764
2773
  export { Icon28Smiles2Outline } from "./28/smiles_2_outline_28.js";
2765
2774
  export { Icon28SneakerOutline } from "./28/sneaker_outline_28.js";
@@ -3060,6 +3069,7 @@ export { Icon36GhostSimpleOutline } from "./36/ghost_simple_outline_36.js";
3060
3069
  export { Icon36Gift } from "./36/gift_36.js";
3061
3070
  export { Icon36GiftCirceFilled } from "./36/gift_circe_filled_36.js";
3062
3071
  export { Icon36GiftOutline } from "./36/gift_outline_36.js";
3072
+ export { Icon36HandWaveSparkles } from "./36/hand_wave_sparkles_36.js";
3063
3073
  export { Icon36HashtagOutline } from "./36/hashtag_outline_36.js";
3064
3074
  export { Icon36HealthOutline } from "./36/health_outline_36.js";
3065
3075
  export { Icon36Hearts2Outline } from "./36/hearts_2_outline_36.js";
package/dist/index.js CHANGED
@@ -212,6 +212,7 @@ export { Icon16Cancel } from "./16/cancel_16.js";
212
212
  export { Icon16CancelCircle } from "./16/cancel_circle_16.js";
213
213
  export { Icon16CancelCircleOutline } from "./16/cancel_circle_outline_16.js";
214
214
  export { Icon16Cards2 } from "./16/cards_2_16.js";
215
+ export { Icon16CardSparkle } from "./16/card_sparkle_16.js";
215
216
  export { Icon16CarouselOutline } from "./16/carousel_outline_16.js";
216
217
  export { Icon16CaseCheck } from "./16/case_check_16.js";
217
218
  export { Icon16ChainOutline } from "./16/chain_outline_16.js";
@@ -503,6 +504,7 @@ export { Icon16Sparkle } from "./16/sparkle_16.js";
503
504
  export { Icon16Spinner } from "./16/spinner_16.js";
504
505
  export { Icon16Square } from "./16/square_16.js";
505
506
  export { Icon16Square4Outline } from "./16/square_4_outline_16.js";
507
+ export { Icon16SquareStackUpOutline } from "./16/square_stack_up_outline_16.js";
506
508
  export { Icon16StarAlt } from "./16/star_alt_16.js";
507
509
  export { Icon16StarCircle } from "./16/star_circle_16.js";
508
510
  export { Icon16StarCircleFillBlue } from "./16/star_circle_fill_blue_16.js";
@@ -686,6 +688,8 @@ export { Icon20CancelCircleFillRed } from "./20/cancel_circle_fill_red_20.js";
686
688
  export { Icon20CancelCircleOutline } from "./20/cancel_circle_outline_20.js";
687
689
  export { Icon20CanisterOutline } from "./20/canister_outline_20.js";
688
690
  export { Icon20Cards2Outline } from "./20/cards_2_outline_20.js";
691
+ export { Icon20CardSparkleCircleFill } from "./20/card_sparkle_circle_fill_20.js";
692
+ export { Icon20CardSparkles } from "./20/card_sparkles_20.js";
689
693
  export { Icon20CarouselOutline } from "./20/carousel_outline_20.js";
690
694
  export { Icon20CarOutline } from "./20/car_outline_20.js";
691
695
  export { Icon20CaseCheck } from "./20/case_check_20.js";
@@ -1399,6 +1403,7 @@ export { Icon24CancelCircleOutline } from "./24/cancel_circle_outline_24.js";
1399
1403
  export { Icon24CancelOutline } from "./24/cancel_outline_24.js";
1400
1404
  export { Icon24Cards2 } from "./24/cards_2_24.js";
1401
1405
  export { Icon24Cards2Outline } from "./24/cards_2_outline_24.js";
1406
+ export { Icon24CardSparklesOutline } from "./24/card_sparkles_outline_24.js";
1402
1407
  export { Icon24CarOutline } from "./24/car_outline_24.js";
1403
1408
  export { Icon24CashOutOutline } from "./24/cash_out_outline_24.js";
1404
1409
  export { Icon24ChainOutline } from "./24/chain_outline_24.js";
@@ -1442,6 +1447,7 @@ export { Icon24ClipOutline } from "./24/clip_outline_24.js";
1442
1447
  export { Icon24ClipsAttachOutline } from "./24/clips_attach_outline_24.js";
1443
1448
  export { Icon24Clock } from "./24/clock_24.js";
1444
1449
  export { Icon24ClockAddOutline } from "./24/clock_add_outline_24.js";
1450
+ export { Icon24ClockCheckAltOutline } from "./24/clock_check_alt_outline_24.js";
1445
1451
  export { Icon24ClockCheckOutline } from "./24/clock_check_outline_24.js";
1446
1452
  export { Icon24ClockCircleDashedOutline } from "./24/clock_circle_dashed_outline_24.js";
1447
1453
  export { Icon24ClockCircleFillGray } from "./24/clock_circle_fill_gray_24.js";
@@ -2180,6 +2186,7 @@ export { Icon28CancelShieldOutline } from "./28/cancel_shield_outline_28.js";
2180
2186
  export { Icon28CanisterOutline } from "./28/canister_outline_28.js";
2181
2187
  export { Icon28Cards2 } from "./28/cards_2_28.js";
2182
2188
  export { Icon28Cards2Outline } from "./28/cards_2_outline_28.js";
2189
+ export { Icon28CardSparklesOutline } from "./28/card_sparkles_outline_28.js";
2183
2190
  export { Icon28CarOutline } from "./28/car_outline_28.js";
2184
2191
  export { Icon28CashOutOutline } from "./28/cash_out_outline_28.js";
2185
2192
  export { Icon28ChainCircleFillBlue } from "./28/chain_circle_fill_blue_28.js";
@@ -2376,6 +2383,7 @@ export { Icon28HandHeartFilled } from "./28/hand_heart_filled_28.js";
2376
2383
  export { Icon28HandHeartOutline } from "./28/hand_heart_outline_28.js";
2377
2384
  export { Icon28HandPointUpOutline } from "./28/hand_point_up_outline_28.js";
2378
2385
  export { Icon28HandSlashOutline } from "./28/hand_slash_outline_28.js";
2386
+ export { Icon28HandWaveCircleFillViolet } from "./28/hand_wave_circle_fill_violet_28.js";
2379
2387
  export { Icon28HangerOutline } from "./28/hanger_outline_28.js";
2380
2388
  export { Icon28HappyFaceOutline } from "./28/happy_face_outline_28.js";
2381
2389
  export { Icon28HashtagOutline } from "./28/hashtag_outline_28.js";
@@ -2760,6 +2768,7 @@ export { Icon28SmartphoneShareOutline } from "./28/smartphone_share_outline_28.j
2760
2768
  export { Icon28SmartphoneStarsOutline } from "./28/smartphone_stars_outline_28.js";
2761
2769
  export { Icon28Smile } from "./28/smile_28.js";
2762
2770
  export { Icon28SmileAddOutline } from "./28/smile_add_outline_28.js";
2771
+ export { Icon28SmileCircleFill } from "./28/smile_circle_fill_28.js";
2763
2772
  export { Icon28SmileOutline } from "./28/smile_outline_28.js";
2764
2773
  export { Icon28Smiles2Outline } from "./28/smiles_2_outline_28.js";
2765
2774
  export { Icon28SneakerOutline } from "./28/sneaker_outline_28.js";
@@ -3060,6 +3069,7 @@ export { Icon36GhostSimpleOutline } from "./36/ghost_simple_outline_36.js";
3060
3069
  export { Icon36Gift } from "./36/gift_36.js";
3061
3070
  export { Icon36GiftCirceFilled } from "./36/gift_circe_filled_36.js";
3062
3071
  export { Icon36GiftOutline } from "./36/gift_outline_36.js";
3072
+ export { Icon36HandWaveSparkles } from "./36/hand_wave_sparkles_36.js";
3063
3073
  export { Icon36HashtagOutline } from "./36/hashtag_outline_36.js";
3064
3074
  export { Icon36HealthOutline } from "./36/health_outline_36.js";
3065
3075
  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 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 Icon16SquareStackUpOutlineProps = SvgIconProps;
4
+ export declare const Icon16SquareStackUpOutline: React.FC<Icon16SquareStackUpOutlineProps> & {
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
+ };
@@ -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 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
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28SmileCircleFillProps = SvgIconProps;
4
+ export declare const Icon28SmileCircleFill: React.FC<Icon28SmileCircleFillProps> & {
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
+ };
@@ -212,6 +212,7 @@ export { Icon16Cancel } from "./16/cancel_16.js";
212
212
  export { Icon16CancelCircle } from "./16/cancel_circle_16.js";
213
213
  export { Icon16CancelCircleOutline } from "./16/cancel_circle_outline_16.js";
214
214
  export { Icon16Cards2 } from "./16/cards_2_16.js";
215
+ export { Icon16CardSparkle } from "./16/card_sparkle_16.js";
215
216
  export { Icon16CarouselOutline } from "./16/carousel_outline_16.js";
216
217
  export { Icon16CaseCheck } from "./16/case_check_16.js";
217
218
  export { Icon16ChainOutline } from "./16/chain_outline_16.js";
@@ -503,6 +504,7 @@ export { Icon16Sparkle } from "./16/sparkle_16.js";
503
504
  export { Icon16Spinner } from "./16/spinner_16.js";
504
505
  export { Icon16Square } from "./16/square_16.js";
505
506
  export { Icon16Square4Outline } from "./16/square_4_outline_16.js";
507
+ export { Icon16SquareStackUpOutline } from "./16/square_stack_up_outline_16.js";
506
508
  export { Icon16StarAlt } from "./16/star_alt_16.js";
507
509
  export { Icon16StarCircle } from "./16/star_circle_16.js";
508
510
  export { Icon16StarCircleFillBlue } from "./16/star_circle_fill_blue_16.js";
@@ -686,6 +688,8 @@ export { Icon20CancelCircleFillRed } from "./20/cancel_circle_fill_red_20.js";
686
688
  export { Icon20CancelCircleOutline } from "./20/cancel_circle_outline_20.js";
687
689
  export { Icon20CanisterOutline } from "./20/canister_outline_20.js";
688
690
  export { Icon20Cards2Outline } from "./20/cards_2_outline_20.js";
691
+ export { Icon20CardSparkleCircleFill } from "./20/card_sparkle_circle_fill_20.js";
692
+ export { Icon20CardSparkles } from "./20/card_sparkles_20.js";
689
693
  export { Icon20CarouselOutline } from "./20/carousel_outline_20.js";
690
694
  export { Icon20CarOutline } from "./20/car_outline_20.js";
691
695
  export { Icon20CaseCheck } from "./20/case_check_20.js";
@@ -1399,6 +1403,7 @@ export { Icon24CancelCircleOutline } from "./24/cancel_circle_outline_24.js";
1399
1403
  export { Icon24CancelOutline } from "./24/cancel_outline_24.js";
1400
1404
  export { Icon24Cards2 } from "./24/cards_2_24.js";
1401
1405
  export { Icon24Cards2Outline } from "./24/cards_2_outline_24.js";
1406
+ export { Icon24CardSparklesOutline } from "./24/card_sparkles_outline_24.js";
1402
1407
  export { Icon24CarOutline } from "./24/car_outline_24.js";
1403
1408
  export { Icon24CashOutOutline } from "./24/cash_out_outline_24.js";
1404
1409
  export { Icon24ChainOutline } from "./24/chain_outline_24.js";
@@ -1442,6 +1447,7 @@ export { Icon24ClipOutline } from "./24/clip_outline_24.js";
1442
1447
  export { Icon24ClipsAttachOutline } from "./24/clips_attach_outline_24.js";
1443
1448
  export { Icon24Clock } from "./24/clock_24.js";
1444
1449
  export { Icon24ClockAddOutline } from "./24/clock_add_outline_24.js";
1450
+ export { Icon24ClockCheckAltOutline } from "./24/clock_check_alt_outline_24.js";
1445
1451
  export { Icon24ClockCheckOutline } from "./24/clock_check_outline_24.js";
1446
1452
  export { Icon24ClockCircleDashedOutline } from "./24/clock_circle_dashed_outline_24.js";
1447
1453
  export { Icon24ClockCircleFillGray } from "./24/clock_circle_fill_gray_24.js";
@@ -2180,6 +2186,7 @@ export { Icon28CancelShieldOutline } from "./28/cancel_shield_outline_28.js";
2180
2186
  export { Icon28CanisterOutline } from "./28/canister_outline_28.js";
2181
2187
  export { Icon28Cards2 } from "./28/cards_2_28.js";
2182
2188
  export { Icon28Cards2Outline } from "./28/cards_2_outline_28.js";
2189
+ export { Icon28CardSparklesOutline } from "./28/card_sparkles_outline_28.js";
2183
2190
  export { Icon28CarOutline } from "./28/car_outline_28.js";
2184
2191
  export { Icon28CashOutOutline } from "./28/cash_out_outline_28.js";
2185
2192
  export { Icon28ChainCircleFillBlue } from "./28/chain_circle_fill_blue_28.js";
@@ -2376,6 +2383,7 @@ export { Icon28HandHeartFilled } from "./28/hand_heart_filled_28.js";
2376
2383
  export { Icon28HandHeartOutline } from "./28/hand_heart_outline_28.js";
2377
2384
  export { Icon28HandPointUpOutline } from "./28/hand_point_up_outline_28.js";
2378
2385
  export { Icon28HandSlashOutline } from "./28/hand_slash_outline_28.js";
2386
+ export { Icon28HandWaveCircleFillViolet } from "./28/hand_wave_circle_fill_violet_28.js";
2379
2387
  export { Icon28HangerOutline } from "./28/hanger_outline_28.js";
2380
2388
  export { Icon28HappyFaceOutline } from "./28/happy_face_outline_28.js";
2381
2389
  export { Icon28HashtagOutline } from "./28/hashtag_outline_28.js";
@@ -2760,6 +2768,7 @@ export { Icon28SmartphoneShareOutline } from "./28/smartphone_share_outline_28.j
2760
2768
  export { Icon28SmartphoneStarsOutline } from "./28/smartphone_stars_outline_28.js";
2761
2769
  export { Icon28Smile } from "./28/smile_28.js";
2762
2770
  export { Icon28SmileAddOutline } from "./28/smile_add_outline_28.js";
2771
+ export { Icon28SmileCircleFill } from "./28/smile_circle_fill_28.js";
2763
2772
  export { Icon28SmileOutline } from "./28/smile_outline_28.js";
2764
2773
  export { Icon28Smiles2Outline } from "./28/smiles_2_outline_28.js";
2765
2774
  export { Icon28SneakerOutline } from "./28/sneaker_outline_28.js";
@@ -3060,6 +3069,7 @@ export { Icon36GhostSimpleOutline } from "./36/ghost_simple_outline_36.js";
3060
3069
  export { Icon36Gift } from "./36/gift_36.js";
3061
3070
  export { Icon36GiftCirceFilled } from "./36/gift_circe_filled_36.js";
3062
3071
  export { Icon36GiftOutline } from "./36/gift_outline_36.js";
3072
+ export { Icon36HandWaveSparkles } from "./36/hand_wave_sparkles_36.js";
3063
3073
  export { Icon36HashtagOutline } from "./36/hashtag_outline_36.js";
3064
3074
  export { Icon36HealthOutline } from "./36/health_outline_36.js";
3065
3075
  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.54.0",
3
+ "version": "3.56.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": {
@@ -40,12 +40,12 @@
40
40
  "@vkontakte/icons-sprite": "^3.2.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@rspack/cli": "^2.0.3",
44
- "@rspack/core": "^2.0.3",
43
+ "@rspack/cli": "^2.0.4",
44
+ "@rspack/core": "^2.0.4",
45
45
  "@size-limit/file": "^12.1.0",
46
46
  "@size-limit/webpack": "^12.1.0",
47
47
  "@swc/cli": "^0.8.1",
48
- "@swc/core": "^1.15.33",
48
+ "@swc/core": "^1.15.40",
49
49
  "@types/react": "^19.0.1",
50
50
  "@vkontakte/icons-scripts": "^5.2.0",
51
51
  "react": "^19.0.0",
@@ -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 d="M1.326 10.835a.75.75 0 0 1 1.002-.35l5.67 2.735 5.679-2.732a.75.75 0 0 1 .65 1.353l-5.796 2.788a1.23 1.23 0 0 1-1.066-.001l-5.79-2.791a.75.75 0 0 1-.349-1.002m-.002-2.892a.75.75 0 0 1 1.002-.35l5.672 2.734 5.677-2.73a.75.75 0 0 1 .65 1.352l-5.793 2.787a1.23 1.23 0 0 1-1.067 0l-5.791-2.79a.75.75 0 0 1-.35-1.003m6.278-6.626c.26-.09.542-.09.802 0l.128.052 5.51 2.625c.876.417.932 1.613.164 2.128l-.164.094L8.524 8.84a1.23 1.23 0 0 1-1.055 0L1.958 6.22c-.936-.446-.934-1.777-.001-2.222l5.517-2.629zM3.113 5.108l4.883 2.32 4.889-2.324-4.882-2.326z"/></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="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="28" height="28" fill="none" viewBox="0 0 28 28"><g clip-path="url(#a)"><circle cx="14" cy="14" r="14" fill="url(#b)"/><path fill="#fff" fill-rule="evenodd" d="M22 14a8 8 0 1 0-16 0 8 8 0 0 0 16 0m-9.5-1.622a1.125 1.125 0 1 0-2.25 0 1.125 1.125 0 0 0 2.25 0m4.12-1.125a1.125 1.125 0 1 1 .01 2.25 1.125 1.125 0 0 1-.01-2.25m.774 4.25a.75.75 0 0 0-1.046.175c-1.114 1.56-3.576 1.576-4.703 0a.75.75 0 0 0-1.22.872c1.692 2.368 5.433 2.393 7.143 0a.75.75 0 0 0-.174-1.047" clip-rule="evenodd"/></g><defs><linearGradient id="b" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#ffb73d"/><stop offset="1" stop-color="#ffa000"/></linearGradient><clipPath id="a"><path fill="#fff" d="M0 0h28v28H0z"/></clipPath></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>