@vkontakte/icons 3.50.0 → 3.52.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 (52) hide show
  1. package/dist/12/sparkle_12.d.ts +5 -0
  2. package/dist/12/sparkle_12.js +18 -0
  3. package/dist/12/star_12.d.ts +3 -1
  4. package/dist/12/star_12.js +3 -1
  5. package/dist/20/bill_separated_outline_20.d.ts +5 -0
  6. package/dist/20/bill_separated_outline_20.js +20 -0
  7. package/dist/20/image_spoiler_outline_20.d.ts +5 -0
  8. package/dist/20/image_spoiler_outline_20.js +18 -0
  9. package/dist/24/clapperboard_video_outline_24.d.ts +5 -0
  10. package/dist/24/clapperboard_video_outline_24.js +20 -0
  11. package/dist/24/delete_24.js +14 -15
  12. package/dist/24/picture_on_square_outline_24.d.ts +5 -0
  13. package/dist/24/picture_on_square_outline_24.js +28 -0
  14. package/dist/28/chevrons_2_right_outline_28.d.ts +5 -0
  15. package/dist/28/chevrons_2_right_outline_28.js +23 -0
  16. package/dist/28/delete_28.js +14 -15
  17. package/dist/28/health_outline_28.d.ts +5 -0
  18. package/dist/28/health_outline_28.js +25 -0
  19. package/dist/28/rectangle_stack_outline_28.d.ts +5 -0
  20. package/dist/28/rectangle_stack_outline_28.js +18 -0
  21. package/dist/28/sparkle_circle_fill_purple_28.d.ts +5 -0
  22. package/dist/28/sparkle_circle_fill_purple_28.js +68 -0
  23. package/dist/32/sparkles_circle_fill_ai_gradient_32.d.ts +5 -0
  24. package/dist/32/sparkles_circle_fill_ai_gradient_32.js +72 -0
  25. package/dist/icons-map.json +1 -1
  26. package/dist/index.d.ts +10 -0
  27. package/dist/index.js +10 -0
  28. package/dist/typings/12/sparkle_12.d.ts +5 -0
  29. package/dist/typings/12/star_12.d.ts +3 -1
  30. package/dist/typings/20/bill_separated_outline_20.d.ts +5 -0
  31. package/dist/typings/20/image_spoiler_outline_20.d.ts +5 -0
  32. package/dist/typings/24/clapperboard_video_outline_24.d.ts +5 -0
  33. package/dist/typings/24/picture_on_square_outline_24.d.ts +5 -0
  34. package/dist/typings/28/chevrons_2_right_outline_28.d.ts +5 -0
  35. package/dist/typings/28/health_outline_28.d.ts +5 -0
  36. package/dist/typings/28/rectangle_stack_outline_28.d.ts +5 -0
  37. package/dist/typings/28/sparkle_circle_fill_purple_28.d.ts +5 -0
  38. package/dist/typings/32/sparkles_circle_fill_ai_gradient_32.d.ts +5 -0
  39. package/dist/typings/index.d.ts +10 -0
  40. package/package.json +4 -4
  41. package/src/svg/12/sparkle_12.svg +1 -0
  42. package/src/svg/20/bill_separated_outline_20.svg +1 -0
  43. package/src/svg/20/image_spoiler_outline_20.svg +1 -0
  44. package/src/svg/24/clapperboard_video_outline_24.svg +1 -0
  45. package/src/svg/24/delete_24.svg +1 -13
  46. package/src/svg/24/picture_on_square_outline_24.svg +1 -0
  47. package/src/svg/28/chevrons_2_right_outline_28.svg +1 -0
  48. package/src/svg/28/delete_28.svg +1 -13
  49. package/src/svg/28/health_outline_28.svg +1 -0
  50. package/src/svg/28/rectangle_stack_outline_28.svg +1 -0
  51. package/src/svg/28/sparkle_circle_fill_purple_28.svg +1 -0
  52. package/src/svg/32/sparkles_circle_fill_ai_gradient_32.svg +1 -0
package/dist/index.d.ts CHANGED
@@ -128,6 +128,7 @@ export { Icon12Services } from "./12/services_12.js";
128
128
  export { Icon12Share } from "./12/share_12.js";
129
129
  export { Icon12Shops } from "./12/shops_12.js";
130
130
  export { Icon12SmileFilled } from "./12/smile_filled_12.js";
131
+ export { Icon12Sparkle } from "./12/sparkle_12.js";
131
132
  export { Icon12Spinner } from "./12/spinner_12.js";
132
133
  export { Icon12SquareFilled } from "./12/square_filled_12.js";
133
134
  export { Icon12SquareOutline } from "./12/square_outline_12.js";
@@ -640,6 +641,7 @@ export { Icon20BabyBottleOutline } from "./20/baby_bottle_outline_20.js";
640
641
  export { Icon20BallNumber2Outline } from "./20/ball_number_2_outline_20.js";
641
642
  export { Icon20BasketballOutline } from "./20/basketball_outline_20.js";
642
643
  export { Icon20BeautyOutline } from "./20/beauty_outline_20.js";
644
+ export { Icon20BillSeparatedOutline } from "./20/bill_separated_outline_20.js";
643
645
  export { Icon20BlockOutline } from "./20/block_outline_20.js";
644
646
  export { Icon20BodyOutline } from "./20/body_outline_20.js";
645
647
  export { Icon20BombOutline } from "./20/bomb_outline_20.js";
@@ -869,6 +871,7 @@ export { Icon20HorizontalRectangleOutline } from "./20/horizontal_rectangle_outl
869
871
  export { Icon20HorseToyOutline } from "./20/horse_toy_outline_20.js";
870
872
  export { Icon20ImageFilterOutline } from "./20/image_filter_outline_20.js";
871
873
  export { Icon20ImageFormatOutline } from "./20/image_format_outline_20.js";
874
+ export { Icon20ImageSpoilerOutline } from "./20/image_spoiler_outline_20.js";
872
875
  export { Icon20IncognitoOutline } from "./20/incognito_outline_20.js";
873
876
  export { Icon20IndentDecreaseOutline } from "./20/indent_decrease_outline_20.js";
874
877
  export { Icon20IndentIncreaseOutline } from "./20/indent_increase_outline_20.js";
@@ -1422,6 +1425,7 @@ export { Icon24CircleDashedOutline } from "./24/circle_dashed_outline_24.js";
1422
1425
  export { Icon24CircleSmall } from "./24/circle_small_24.js";
1423
1426
  export { Icon24CircleSmallOutline } from "./24/circle_small_outline_24.js";
1424
1427
  export { Icon24ClapperboardOutline } from "./24/clapperboard_outline_24.js";
1428
+ export { Icon24ClapperboardVideoOutline } from "./24/clapperboard_video_outline_24.js";
1425
1429
  export { Icon24ClipOutline } from "./24/clip_outline_24.js";
1426
1430
  export { Icon24ClipsAttachOutline } from "./24/clips_attach_outline_24.js";
1427
1431
  export { Icon24Clock } from "./24/clock_24.js";
@@ -1776,6 +1780,7 @@ export { Icon24Picture } from "./24/picture_24.js";
1776
1780
  export { Icon24PictureInPicture16x9Outline } from "./24/picture_in_picture_16x9_outline_24.js";
1777
1781
  export { Icon24PictureInPictureOut16x9Outline } from "./24/picture_in_picture_out_16x9_outline_24.js";
1778
1782
  export { Icon24PictureInPictureSquareFilled } from "./24/picture_in_picture_square_filled_24.js";
1783
+ export { Icon24PictureOnSquareOutline } from "./24/picture_on_square_outline_24.js";
1779
1784
  export { Icon24PictureOutline } from "./24/picture_outline_24.js";
1780
1785
  export { Icon24PicturePlusOutline } from "./24/picture_plus_outline_24.js";
1781
1786
  export { Icon24Pin } from "./24/pin_24.js";
@@ -2185,6 +2190,7 @@ export { Icon28ChevronRightCircle } from "./28/chevron_right_circle_28.js";
2185
2190
  export { Icon28ChevronRightCircleOutline } from "./28/chevron_right_circle_outline_28.js";
2186
2191
  export { Icon28ChevronRightOutline } from "./28/chevron_right_outline_28.js";
2187
2192
  export { Icon28Chevrons2LeftOutline } from "./28/chevrons_2_left_outline_28.js";
2193
+ export { Icon28Chevrons2RightOutline } from "./28/chevrons_2_right_outline_28.js";
2188
2194
  export { Icon28ChevronUpOutline } from "./28/chevron_up_outline_28.js";
2189
2195
  export { Icon28ChristmasTreeOutline } from "./28/christmas_tree_outline_28.js";
2190
2196
  export { Icon28CigaretteOutline } from "./28/cigarette_outline_28.js";
@@ -2361,6 +2367,7 @@ export { Icon28HeadphonesCircleFillRaspberryPink } from "./28/headphones_circle_
2361
2367
  export { Icon28HeadphonesOutline } from "./28/headphones_outline_28.js";
2362
2368
  export { Icon28HeadphonesWaveCircleFillGray } from "./28/headphones_wave_circle_fill_gray_28.js";
2363
2369
  export { Icon28HeadphonesWaveOutline } from "./28/headphones_wave_outline_28.js";
2370
+ export { Icon28HealthOutline } from "./28/health_outline_28.js";
2364
2371
  export { Icon28HeartCircleOutline } from "./28/heart_circle_outline_28.js";
2365
2372
  export { Icon28HeartGearOutline } from "./28/heart_gear_outline_28.js";
2366
2373
  export { Icon28Hearts2 } from "./28/hearts_2_28.js";
@@ -2658,6 +2665,7 @@ export { Icon28Rectangle2NarrowOutline } from "./28/rectangle_2_narrow_outline_2
2658
2665
  export { Icon28Rectangle2Outline } from "./28/rectangle_2_outline_28.js";
2659
2666
  export { Icon28RectangleLine } from "./28/rectangle_line_28.js";
2660
2667
  export { Icon28RectangleSplit4UnevenOutline } from "./28/rectangle_split_4_uneven_outline_28.js";
2668
+ export { Icon28RectangleStackOutline } from "./28/rectangle_stack_outline_28.js";
2661
2669
  export { Icon28RectrangleHandPointUp } from "./28/rectrangle_hand_point_up_28.js";
2662
2670
  export { Icon28RefreshOutline } from "./28/refresh_outline_28.js";
2663
2671
  export { Icon28RemoveCircleOutline } from "./28/remove_circle_outline_28.js";
@@ -2747,6 +2755,7 @@ export { Icon28SoundWaveOutline } from "./28/sound_wave_outline_28.js";
2747
2755
  export { Icon28SoundWaveSlashOutline } from "./28/sound_wave_slash_outline_28.js";
2748
2756
  export { Icon28SpaceFilled } from "./28/space_filled_28.js";
2749
2757
  export { Icon28Sparkle } from "./28/sparkle_28.js";
2758
+ export { Icon28SparkleCircleFillPurple } from "./28/sparkle_circle_fill_purple_28.js";
2750
2759
  export { Icon28SparkleOutline } from "./28/sparkle_outline_28.js";
2751
2760
  export { Icon28SpeedometerMaxOutline } from "./28/speedometer_max_outline_28.js";
2752
2761
  export { Icon28SpeedometerMiddleOutline } from "./28/speedometer_middle_outline_28.js";
@@ -2973,6 +2982,7 @@ export { Icon32SendCircleClock } from "./32/send_circle_clock_32.js";
2973
2982
  export { Icon32SongOutline } from "./32/song_outline_32.js";
2974
2983
  export { Icon32SortArrowDown } from "./32/sort_arrow_down_32.js";
2975
2984
  export { Icon32SortArrowUp } from "./32/sort_arrow_up_32.js";
2985
+ export { Icon32SparklesCircleFillAiGradient } from "./32/sparkles_circle_fill_ai_gradient_32.js";
2976
2986
  export { Icon32Spinner } from "./32/spinner_32.js";
2977
2987
  export { Icon32Square4Outline } from "./32/square_4_outline_32.js";
2978
2988
  export { Icon32StarsCircleFillViolet } from "./32/stars_circle_fill_violet_32.js";
package/dist/index.js CHANGED
@@ -128,6 +128,7 @@ export { Icon12Services } from "./12/services_12.js";
128
128
  export { Icon12Share } from "./12/share_12.js";
129
129
  export { Icon12Shops } from "./12/shops_12.js";
130
130
  export { Icon12SmileFilled } from "./12/smile_filled_12.js";
131
+ export { Icon12Sparkle } from "./12/sparkle_12.js";
131
132
  export { Icon12Spinner } from "./12/spinner_12.js";
132
133
  export { Icon12SquareFilled } from "./12/square_filled_12.js";
133
134
  export { Icon12SquareOutline } from "./12/square_outline_12.js";
@@ -640,6 +641,7 @@ export { Icon20BabyBottleOutline } from "./20/baby_bottle_outline_20.js";
640
641
  export { Icon20BallNumber2Outline } from "./20/ball_number_2_outline_20.js";
641
642
  export { Icon20BasketballOutline } from "./20/basketball_outline_20.js";
642
643
  export { Icon20BeautyOutline } from "./20/beauty_outline_20.js";
644
+ export { Icon20BillSeparatedOutline } from "./20/bill_separated_outline_20.js";
643
645
  export { Icon20BlockOutline } from "./20/block_outline_20.js";
644
646
  export { Icon20BodyOutline } from "./20/body_outline_20.js";
645
647
  export { Icon20BombOutline } from "./20/bomb_outline_20.js";
@@ -869,6 +871,7 @@ export { Icon20HorizontalRectangleOutline } from "./20/horizontal_rectangle_outl
869
871
  export { Icon20HorseToyOutline } from "./20/horse_toy_outline_20.js";
870
872
  export { Icon20ImageFilterOutline } from "./20/image_filter_outline_20.js";
871
873
  export { Icon20ImageFormatOutline } from "./20/image_format_outline_20.js";
874
+ export { Icon20ImageSpoilerOutline } from "./20/image_spoiler_outline_20.js";
872
875
  export { Icon20IncognitoOutline } from "./20/incognito_outline_20.js";
873
876
  export { Icon20IndentDecreaseOutline } from "./20/indent_decrease_outline_20.js";
874
877
  export { Icon20IndentIncreaseOutline } from "./20/indent_increase_outline_20.js";
@@ -1422,6 +1425,7 @@ export { Icon24CircleDashedOutline } from "./24/circle_dashed_outline_24.js";
1422
1425
  export { Icon24CircleSmall } from "./24/circle_small_24.js";
1423
1426
  export { Icon24CircleSmallOutline } from "./24/circle_small_outline_24.js";
1424
1427
  export { Icon24ClapperboardOutline } from "./24/clapperboard_outline_24.js";
1428
+ export { Icon24ClapperboardVideoOutline } from "./24/clapperboard_video_outline_24.js";
1425
1429
  export { Icon24ClipOutline } from "./24/clip_outline_24.js";
1426
1430
  export { Icon24ClipsAttachOutline } from "./24/clips_attach_outline_24.js";
1427
1431
  export { Icon24Clock } from "./24/clock_24.js";
@@ -1776,6 +1780,7 @@ export { Icon24Picture } from "./24/picture_24.js";
1776
1780
  export { Icon24PictureInPicture16x9Outline } from "./24/picture_in_picture_16x9_outline_24.js";
1777
1781
  export { Icon24PictureInPictureOut16x9Outline } from "./24/picture_in_picture_out_16x9_outline_24.js";
1778
1782
  export { Icon24PictureInPictureSquareFilled } from "./24/picture_in_picture_square_filled_24.js";
1783
+ export { Icon24PictureOnSquareOutline } from "./24/picture_on_square_outline_24.js";
1779
1784
  export { Icon24PictureOutline } from "./24/picture_outline_24.js";
1780
1785
  export { Icon24PicturePlusOutline } from "./24/picture_plus_outline_24.js";
1781
1786
  export { Icon24Pin } from "./24/pin_24.js";
@@ -2185,6 +2190,7 @@ export { Icon28ChevronRightCircle } from "./28/chevron_right_circle_28.js";
2185
2190
  export { Icon28ChevronRightCircleOutline } from "./28/chevron_right_circle_outline_28.js";
2186
2191
  export { Icon28ChevronRightOutline } from "./28/chevron_right_outline_28.js";
2187
2192
  export { Icon28Chevrons2LeftOutline } from "./28/chevrons_2_left_outline_28.js";
2193
+ export { Icon28Chevrons2RightOutline } from "./28/chevrons_2_right_outline_28.js";
2188
2194
  export { Icon28ChevronUpOutline } from "./28/chevron_up_outline_28.js";
2189
2195
  export { Icon28ChristmasTreeOutline } from "./28/christmas_tree_outline_28.js";
2190
2196
  export { Icon28CigaretteOutline } from "./28/cigarette_outline_28.js";
@@ -2361,6 +2367,7 @@ export { Icon28HeadphonesCircleFillRaspberryPink } from "./28/headphones_circle_
2361
2367
  export { Icon28HeadphonesOutline } from "./28/headphones_outline_28.js";
2362
2368
  export { Icon28HeadphonesWaveCircleFillGray } from "./28/headphones_wave_circle_fill_gray_28.js";
2363
2369
  export { Icon28HeadphonesWaveOutline } from "./28/headphones_wave_outline_28.js";
2370
+ export { Icon28HealthOutline } from "./28/health_outline_28.js";
2364
2371
  export { Icon28HeartCircleOutline } from "./28/heart_circle_outline_28.js";
2365
2372
  export { Icon28HeartGearOutline } from "./28/heart_gear_outline_28.js";
2366
2373
  export { Icon28Hearts2 } from "./28/hearts_2_28.js";
@@ -2658,6 +2665,7 @@ export { Icon28Rectangle2NarrowOutline } from "./28/rectangle_2_narrow_outline_2
2658
2665
  export { Icon28Rectangle2Outline } from "./28/rectangle_2_outline_28.js";
2659
2666
  export { Icon28RectangleLine } from "./28/rectangle_line_28.js";
2660
2667
  export { Icon28RectangleSplit4UnevenOutline } from "./28/rectangle_split_4_uneven_outline_28.js";
2668
+ export { Icon28RectangleStackOutline } from "./28/rectangle_stack_outline_28.js";
2661
2669
  export { Icon28RectrangleHandPointUp } from "./28/rectrangle_hand_point_up_28.js";
2662
2670
  export { Icon28RefreshOutline } from "./28/refresh_outline_28.js";
2663
2671
  export { Icon28RemoveCircleOutline } from "./28/remove_circle_outline_28.js";
@@ -2747,6 +2755,7 @@ export { Icon28SoundWaveOutline } from "./28/sound_wave_outline_28.js";
2747
2755
  export { Icon28SoundWaveSlashOutline } from "./28/sound_wave_slash_outline_28.js";
2748
2756
  export { Icon28SpaceFilled } from "./28/space_filled_28.js";
2749
2757
  export { Icon28Sparkle } from "./28/sparkle_28.js";
2758
+ export { Icon28SparkleCircleFillPurple } from "./28/sparkle_circle_fill_purple_28.js";
2750
2759
  export { Icon28SparkleOutline } from "./28/sparkle_outline_28.js";
2751
2760
  export { Icon28SpeedometerMaxOutline } from "./28/speedometer_max_outline_28.js";
2752
2761
  export { Icon28SpeedometerMiddleOutline } from "./28/speedometer_middle_outline_28.js";
@@ -2973,6 +2982,7 @@ export { Icon32SendCircleClock } from "./32/send_circle_clock_32.js";
2973
2982
  export { Icon32SongOutline } from "./32/song_outline_32.js";
2974
2983
  export { Icon32SortArrowDown } from "./32/sort_arrow_down_32.js";
2975
2984
  export { Icon32SortArrowUp } from "./32/sort_arrow_up_32.js";
2985
+ export { Icon32SparklesCircleFillAiGradient } from "./32/sparkles_circle_fill_ai_gradient_32.js";
2976
2986
  export { Icon32Spinner } from "./32/spinner_32.js";
2977
2987
  export { Icon32Square4Outline } from "./32/square_4_outline_32.js";
2978
2988
  export { Icon32StarsCircleFillViolet } from "./32/stars_circle_fill_violet_32.js";
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon12SparkleProps = SvgIconProps;
4
+ export declare const Icon12Sparkle: React.FC<Icon12SparkleProps> & {
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 Icon12StarProps = SvgIconProps;
4
- export declare const Icon12Star: React.FC<Icon12StarProps> & {
4
+ /**
5
+ * @deprecated Иконка устарела. Замените на Icon12Sparkle
6
+ */ export declare const Icon12Star: React.FC<Icon12StarProps> & {
5
7
  };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20BillSeparatedOutlineProps = SvgIconProps;
4
+ export declare const Icon20BillSeparatedOutline: React.FC<Icon20BillSeparatedOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon20ImageSpoilerOutlineProps = SvgIconProps;
4
+ export declare const Icon20ImageSpoilerOutline: React.FC<Icon20ImageSpoilerOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24ClapperboardVideoOutlineProps = SvgIconProps;
4
+ export declare const Icon24ClapperboardVideoOutline: React.FC<Icon24ClapperboardVideoOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon24PictureOnSquareOutlineProps = SvgIconProps;
4
+ export declare const Icon24PictureOnSquareOutline: React.FC<Icon24PictureOnSquareOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28Chevrons2RightOutlineProps = SvgIconProps;
4
+ export declare const Icon28Chevrons2RightOutline: React.FC<Icon28Chevrons2RightOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28HealthOutlineProps = SvgIconProps;
4
+ export declare const Icon28HealthOutline: React.FC<Icon28HealthOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28RectangleStackOutlineProps = SvgIconProps;
4
+ export declare const Icon28RectangleStackOutline: React.FC<Icon28RectangleStackOutlineProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon28SparkleCircleFillPurpleProps = SvgIconProps;
4
+ export declare const Icon28SparkleCircleFillPurple: React.FC<Icon28SparkleCircleFillPurpleProps> & {
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import { type SvgIconProps } from "@vkontakte/icons-sprite";
3
+ export type Icon32SparklesCircleFillAiGradientProps = SvgIconProps;
4
+ export declare const Icon32SparklesCircleFillAiGradient: React.FC<Icon32SparklesCircleFillAiGradientProps> & {
5
+ };
@@ -128,6 +128,7 @@ export { Icon12Services } from "./12/services_12.js";
128
128
  export { Icon12Share } from "./12/share_12.js";
129
129
  export { Icon12Shops } from "./12/shops_12.js";
130
130
  export { Icon12SmileFilled } from "./12/smile_filled_12.js";
131
+ export { Icon12Sparkle } from "./12/sparkle_12.js";
131
132
  export { Icon12Spinner } from "./12/spinner_12.js";
132
133
  export { Icon12SquareFilled } from "./12/square_filled_12.js";
133
134
  export { Icon12SquareOutline } from "./12/square_outline_12.js";
@@ -640,6 +641,7 @@ export { Icon20BabyBottleOutline } from "./20/baby_bottle_outline_20.js";
640
641
  export { Icon20BallNumber2Outline } from "./20/ball_number_2_outline_20.js";
641
642
  export { Icon20BasketballOutline } from "./20/basketball_outline_20.js";
642
643
  export { Icon20BeautyOutline } from "./20/beauty_outline_20.js";
644
+ export { Icon20BillSeparatedOutline } from "./20/bill_separated_outline_20.js";
643
645
  export { Icon20BlockOutline } from "./20/block_outline_20.js";
644
646
  export { Icon20BodyOutline } from "./20/body_outline_20.js";
645
647
  export { Icon20BombOutline } from "./20/bomb_outline_20.js";
@@ -869,6 +871,7 @@ export { Icon20HorizontalRectangleOutline } from "./20/horizontal_rectangle_outl
869
871
  export { Icon20HorseToyOutline } from "./20/horse_toy_outline_20.js";
870
872
  export { Icon20ImageFilterOutline } from "./20/image_filter_outline_20.js";
871
873
  export { Icon20ImageFormatOutline } from "./20/image_format_outline_20.js";
874
+ export { Icon20ImageSpoilerOutline } from "./20/image_spoiler_outline_20.js";
872
875
  export { Icon20IncognitoOutline } from "./20/incognito_outline_20.js";
873
876
  export { Icon20IndentDecreaseOutline } from "./20/indent_decrease_outline_20.js";
874
877
  export { Icon20IndentIncreaseOutline } from "./20/indent_increase_outline_20.js";
@@ -1422,6 +1425,7 @@ export { Icon24CircleDashedOutline } from "./24/circle_dashed_outline_24.js";
1422
1425
  export { Icon24CircleSmall } from "./24/circle_small_24.js";
1423
1426
  export { Icon24CircleSmallOutline } from "./24/circle_small_outline_24.js";
1424
1427
  export { Icon24ClapperboardOutline } from "./24/clapperboard_outline_24.js";
1428
+ export { Icon24ClapperboardVideoOutline } from "./24/clapperboard_video_outline_24.js";
1425
1429
  export { Icon24ClipOutline } from "./24/clip_outline_24.js";
1426
1430
  export { Icon24ClipsAttachOutline } from "./24/clips_attach_outline_24.js";
1427
1431
  export { Icon24Clock } from "./24/clock_24.js";
@@ -1776,6 +1780,7 @@ export { Icon24Picture } from "./24/picture_24.js";
1776
1780
  export { Icon24PictureInPicture16x9Outline } from "./24/picture_in_picture_16x9_outline_24.js";
1777
1781
  export { Icon24PictureInPictureOut16x9Outline } from "./24/picture_in_picture_out_16x9_outline_24.js";
1778
1782
  export { Icon24PictureInPictureSquareFilled } from "./24/picture_in_picture_square_filled_24.js";
1783
+ export { Icon24PictureOnSquareOutline } from "./24/picture_on_square_outline_24.js";
1779
1784
  export { Icon24PictureOutline } from "./24/picture_outline_24.js";
1780
1785
  export { Icon24PicturePlusOutline } from "./24/picture_plus_outline_24.js";
1781
1786
  export { Icon24Pin } from "./24/pin_24.js";
@@ -2185,6 +2190,7 @@ export { Icon28ChevronRightCircle } from "./28/chevron_right_circle_28.js";
2185
2190
  export { Icon28ChevronRightCircleOutline } from "./28/chevron_right_circle_outline_28.js";
2186
2191
  export { Icon28ChevronRightOutline } from "./28/chevron_right_outline_28.js";
2187
2192
  export { Icon28Chevrons2LeftOutline } from "./28/chevrons_2_left_outline_28.js";
2193
+ export { Icon28Chevrons2RightOutline } from "./28/chevrons_2_right_outline_28.js";
2188
2194
  export { Icon28ChevronUpOutline } from "./28/chevron_up_outline_28.js";
2189
2195
  export { Icon28ChristmasTreeOutline } from "./28/christmas_tree_outline_28.js";
2190
2196
  export { Icon28CigaretteOutline } from "./28/cigarette_outline_28.js";
@@ -2361,6 +2367,7 @@ export { Icon28HeadphonesCircleFillRaspberryPink } from "./28/headphones_circle_
2361
2367
  export { Icon28HeadphonesOutline } from "./28/headphones_outline_28.js";
2362
2368
  export { Icon28HeadphonesWaveCircleFillGray } from "./28/headphones_wave_circle_fill_gray_28.js";
2363
2369
  export { Icon28HeadphonesWaveOutline } from "./28/headphones_wave_outline_28.js";
2370
+ export { Icon28HealthOutline } from "./28/health_outline_28.js";
2364
2371
  export { Icon28HeartCircleOutline } from "./28/heart_circle_outline_28.js";
2365
2372
  export { Icon28HeartGearOutline } from "./28/heart_gear_outline_28.js";
2366
2373
  export { Icon28Hearts2 } from "./28/hearts_2_28.js";
@@ -2658,6 +2665,7 @@ export { Icon28Rectangle2NarrowOutline } from "./28/rectangle_2_narrow_outline_2
2658
2665
  export { Icon28Rectangle2Outline } from "./28/rectangle_2_outline_28.js";
2659
2666
  export { Icon28RectangleLine } from "./28/rectangle_line_28.js";
2660
2667
  export { Icon28RectangleSplit4UnevenOutline } from "./28/rectangle_split_4_uneven_outline_28.js";
2668
+ export { Icon28RectangleStackOutline } from "./28/rectangle_stack_outline_28.js";
2661
2669
  export { Icon28RectrangleHandPointUp } from "./28/rectrangle_hand_point_up_28.js";
2662
2670
  export { Icon28RefreshOutline } from "./28/refresh_outline_28.js";
2663
2671
  export { Icon28RemoveCircleOutline } from "./28/remove_circle_outline_28.js";
@@ -2747,6 +2755,7 @@ export { Icon28SoundWaveOutline } from "./28/sound_wave_outline_28.js";
2747
2755
  export { Icon28SoundWaveSlashOutline } from "./28/sound_wave_slash_outline_28.js";
2748
2756
  export { Icon28SpaceFilled } from "./28/space_filled_28.js";
2749
2757
  export { Icon28Sparkle } from "./28/sparkle_28.js";
2758
+ export { Icon28SparkleCircleFillPurple } from "./28/sparkle_circle_fill_purple_28.js";
2750
2759
  export { Icon28SparkleOutline } from "./28/sparkle_outline_28.js";
2751
2760
  export { Icon28SpeedometerMaxOutline } from "./28/speedometer_max_outline_28.js";
2752
2761
  export { Icon28SpeedometerMiddleOutline } from "./28/speedometer_middle_outline_28.js";
@@ -2973,6 +2982,7 @@ export { Icon32SendCircleClock } from "./32/send_circle_clock_32.js";
2973
2982
  export { Icon32SongOutline } from "./32/song_outline_32.js";
2974
2983
  export { Icon32SortArrowDown } from "./32/sort_arrow_down_32.js";
2975
2984
  export { Icon32SortArrowUp } from "./32/sort_arrow_up_32.js";
2985
+ export { Icon32SparklesCircleFillAiGradient } from "./32/sparkles_circle_fill_ai_gradient_32.js";
2976
2986
  export { Icon32Spinner } from "./32/spinner_32.js";
2977
2987
  export { Icon32Square4Outline } from "./32/square_4_outline_32.js";
2978
2988
  export { Icon32StarsCircleFillViolet } from "./32/stars_circle_fill_violet_32.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/icons",
3
- "version": "3.50.0",
3
+ "version": "3.52.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": "^1.7.11",
44
- "@rspack/core": "^1.7.11",
43
+ "@rspack/cli": "^2.0.1",
44
+ "@rspack/core": "^2.0.1",
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.21",
48
+ "@swc/core": "^1.15.33",
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="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M6.54 1.864c-.202-.82-.303-1.231-.35-1.28-.11-.112-.252-.112-.361 0-.048.05-.148.46-.349 1.282-.257 1.054-.61 2.096-1.061 2.548-.452.452-1.495.805-2.552 1.062-.822.2-1.234.3-1.283.348-.112.11-.112.252 0 .361.049.048.46.15 1.282.351 1.057.26 2.1.615 2.553 1.067.451.452.805 1.49 1.062 2.54.2.815.3 1.223.348 1.273.11.112.251.112.36 0 .049-.05.15-.457.351-1.273.26-1.05.615-2.088 1.067-2.54.453-.452 1.491-.81 2.54-1.074.814-.204 1.221-.306 1.27-.355.111-.11.11-.251-.002-.36-.049-.048-.457-.147-1.272-.344-1.048-.254-2.084-.604-2.536-1.056S6.8 2.92 6.54 1.864"/></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="M13.111 11.001a1.44 1.44 0 0 1 1.556 0 1.44 1.44 0 0 0 1.556 0l.13-.085.053-.03a.42.42 0 0 1 .594.384v4.033c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874c-.32.164-.716.205-1.366.215l-.742.003H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C3 16.983 3 16.423 3 15.303v-3.478l.005-.074a.6.6 0 0 1 .266-.424l.506-.326.091-.054a1.44 1.44 0 0 1 1.465.054 1.44 1.44 0 0 0 1.556 0 1.44 1.44 0 0 1 1.555 0 1.44 1.44 0 0 0 1.466.054l.18-.108a1.44 1.44 0 0 1 1.466.054 1.44 1.44 0 0 0 1.555 0m.778 1.282a2.94 2.94 0 0 1-3.11 0 2.94 2.94 0 0 1-3.112 0 2.93 2.93 0 0 1-3.11 0l-.057.037v2.983c0 .584.001.933.022 1.191.02.24.05.268.033.236a.5.5 0 0 0 .218.218c-.032-.016-.005.013.236.032.258.022.607.023 1.191.023h7.6c.584 0 .933-.002 1.191-.023.24-.02.268-.048.236-.032a.5.5 0 0 0 .218-.218c-.017.032.013.005.032-.236.021-.258.023-.607.023-1.191v-2.575a2.93 2.93 0 0 1-1.61-.445M13.797 1.5c1.119 0 1.679.001 2.106.219a2 2 0 0 1 .874.873c.218.427.219.987.22 2.106L17 8.176c0 .202-.103.39-.273.5L16.223 9l-.091.054A1.44 1.44 0 0 1 14.667 9a1.44 1.44 0 0 0-1.556 0 1.44 1.44 0 0 1-1.555 0A1.44 1.44 0 0 0 10 9a1.44 1.44 0 0 1-1.556 0A1.44 1.44 0 0 0 6.89 9a1.44 1.44 0 0 1-1.556 0 1.44 1.44 0 0 0-1.555 0l-.132.085-.052.028a.42.42 0 0 1-.59-.321L3 8.732l-.004-4.029c0-1.12 0-1.681.217-2.11.191-.376.497-.682.874-.874.428-.218.988-.219 2.11-.219zm-7.6 1.501c-.586 0-.935.001-1.193.022-.24.02-.268.05-.236.033a.5.5 0 0 0-.218.218c.016-.032-.013-.005-.033.236-.02.258-.021.607-.021 1.192l.002 2.571a2.94 2.94 0 0 1 1.613.445 2.94 2.94 0 0 1 3.112 0 2.94 2.94 0 0 1 3.11 0 2.94 2.94 0 0 1 3.11 0l.056-.037-.002-2.982c0-.584-.002-.932-.024-1.19-.02-.24-.048-.268-.032-.236a.5.5 0 0 0-.218-.217c.032.016.004-.013-.236-.033-.258-.02-.606-.022-1.19-.022z" 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="M12.253 17.254a.667.667 0 1 1 0 1.334.667.667 0 0 1 0-1.334M9.257 1.996a.75.75 0 0 1 0 1.5h-.693c-1.092 0-1.862.001-2.461.055-.59.053-.94.152-1.21.306a2.75 2.75 0 0 0-1.027 1.027c-.154.27-.254.62-.306 1.21-.054.599-.055 1.369-.055 2.462v2.888c0 1.093 0 1.863.055 2.462q.021.243.054.437l2.577-2.914a1.75 1.75 0 0 1 2.55-.08l.723.724.983-1.008a.75.75 0 0 1 1.076 1.045l-1.443 1.483a.85.85 0 0 1-1.21.008l-1.19-1.19a.25.25 0 0 0-.365.01L4.37 15.755q.238.224.523.389c.27.154.62.253 1.21.306.599.054 1.369.055 2.461.055h.697a.75.75 0 0 1 0 1.5h-.697c-1.065 0-1.914 0-2.595-.06-.692-.063-1.284-.193-1.82-.499a4.25 4.25 0 0 1-1.586-1.586c-.305-.535-.435-1.127-.498-1.819-.06-.682-.06-1.53-.06-2.596V8.556c0-1.066 0-1.914.06-2.596.063-.692.193-1.284.498-1.82A4.25 4.25 0 0 1 4.15 2.556c.536-.306 1.128-.436 1.82-.498.681-.061 1.53-.06 2.595-.06zm2.996 12.407a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3.134.362a.667.667 0 1 1 0 1.334.667.667 0 0 1 0-1.334m-.029-3.88a1 1 0 1 1 0 2 1 1 0 0 1 0-2m2.772.333a.668.668 0 1 1 0 1.335.668.668 0 0 1 0-1.335m-5.877-4.213a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3.105 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2m2.772.361a.668.668 0 1 1 0 1.336.668.668 0 0 1 0-1.336M12.253 3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3.134.396a.667.667 0 1 1 0 1.334.667.667 0 0 1 0-1.334M12.253 1.5a.667.667 0 1 1 0 1.334.667.667 0 0 1 0-1.334"/></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 fill-rule="evenodd" d="M16.661 2.021a3.4 3.4 0 0 1 2.475 1.607c.32.526.452 1.205.643 2.106.068.317.161.698.116 1.056a1.9 1.9 0 0 1-.899 1.383c-.231.14-.506.215-.762.271L10.916 10h7.09c.264 0 .517 0 .729.017.166.013.352.04.541.108l.191.082.13.074a1.9 1.9 0 0 1 .701.757c.13.255.172.51.19.732.018.212.017.465.017.73v2c0 .965 0 1.743-.05 2.372-.053.639-.163 1.203-.43 1.726a4.4 4.4 0 0 1-1.923 1.922c-.522.266-1.086.378-1.725.43-.628.051-1.407.05-2.372.05h-4.002c-.965 0-1.743.002-2.372-.05-.639-.052-1.202-.164-1.725-.43a4.4 4.4 0 0 1-1.923-1.922c-.266-.523-.377-1.087-.43-1.726-.05-.629-.05-1.407-.05-2.372v-3.71l-.235-1.107c-.143-.67-.261-1.226-.32-1.685-.061-.47-.071-.92.05-1.37a3.4 3.4 0 0 1 1.144-1.762c.362-.293.776-.466 1.23-.602.444-.133 1-.252 1.67-.394l7.434-1.58c.901-.192 1.574-.347 2.185-.269M5.304 14.5c0 .994 0 1.687.044 2.226.043.527.124.829.24 1.055a2.6 2.6 0 0 0 1.135 1.136c.226.115.527.195 1.055.238.538.044 1.23.045 2.225.045h4.002c.995 0 1.687 0 2.226-.045.527-.043.828-.123 1.054-.238.49-.25.887-.647 1.136-1.136.115-.226.196-.528.24-1.055.043-.539.043-1.232.043-2.226v-2c0-.294 0-.462-.01-.583-.002-.037-.008-.06-.01-.074a.1.1 0 0 0-.023-.023q-.02-.004-.073-.01c-.122-.01-.289-.01-.583-.01H5.304zm2.112-8.868c-.698.148-1.17.248-1.527.355-.347.104-.51.193-.614.278a1.6 1.6 0 0 0-.54.829c-.034.129-.049.315-.002.673.047.37.147.843.295 1.541l.022.097 1.941-.412L8.133 5.48zm2.75-.584L9.024 8.56l3.346-.71 1.142-3.514zm6.267-1.24c-.17-.022-.378 0-.89.1l-1.138 3.509 3.205-.682c.206-.043.323-.067.408-.09l.05-.016a.1.1 0 0 0 .038-.06l-.006-.053a8 8 0 0 0-.081-.407c-.223-1.048-.3-1.347-.421-1.547a1.6 1.6 0 0 0-1.165-.754" clip-rule="evenodd"/></svg>
@@ -1,13 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
4
- <title>delete_24</title>
5
- <desc>Created with Sketch.</desc>
6
- <defs></defs>
7
- <g id="Page-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
- <g id="delete_24">
9
- <polygon id="Shape" points="0 0 24 0 24 24 0 24"></polygon>
10
- <path d="M8.5,21 L15.5,21 C16.8807119,21 18,19.8807119 18,18.5 L18,7 L6,7 L6,18.5 C6,19.8807119 7.11928813,21 8.5,21 Z M8.76756439,4 C9.11337381,3.40219863 9.75971764,3 10.5,3 L13.5,3 C14.2402824,3 14.8866262,3.40219863 15.2324356,4 L18,4 C18.5522847,4 19,4.44771525 19,5 L19,5.75 C19,5.88807119 18.8880712,6 18.75,6 L5.25,6 C5.11192881,6 5,5.88807119 5,5.75 L5,5 C5,4.44771525 5.44771525,4 6,4 L8.76756439,4 Z" id="Mask" fill="currentColor" fill-rule="nonzero"></path>
11
- </g>
12
- </g>
13
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M17.507 7c.242 0 .48 0 .68.017.157.013.34.04.529.112l.19.088.125.076c.284.19.506.46.637.778.11.267.124.526.118.736-.006.2-.033.438-.06.678l-.93 8.174c-.069.613-.126 1.125-.206 1.54-.082.426-.2.82-.424 1.185a3.4 3.4 0 0 1-1.458 1.302c-.389.181-.793.254-1.226.288-.42.032-.936.03-1.553.03h-3.857c-.617 0-1.131.002-1.552-.03-.433-.034-.837-.107-1.226-.288a3.4 3.4 0 0 1-1.458-1.302c-.224-.366-.342-.76-.424-1.185-.08-.415-.138-.926-.208-1.539l-.93-8.174c-.027-.24-.054-.478-.06-.678a1.8 1.8 0 0 1 .118-.737c.15-.362.42-.664.763-.854l.19-.088a2 2 0 0 1 .527-.112C6.013 7 6.252 7 6.494 7zM8.944 9.604a.9.9 0 0 0-.842.955l.5 8a.901.901 0 0 0 1.797-.111l-.5-8a.9.9 0 0 0-.955-.844m6.112 0a.9.9 0 0 0-.954.843l-.5 8a.901.901 0 0 0 1.796.112l.5-8a.9.9 0 0 0-.842-.955" clip-rule="evenodd"/><path d="M13.834 2.002c.864 0 1.574.658 1.657 1.5h4.507a1 1 0 0 1 0 2H4.002a1 1 0 0 1 0-2h4.507c.083-.842.793-1.5 1.657-1.5z"/></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="M14.32 16.927a.428.428 0 0 1-.36.672H6.837a.428.428 0 0 1-.337-.7l1.69-2.019 1.561 1.862 2.22-3.143z"/><path fill-rule="evenodd" d="M11.299 6.2c.965 0 1.743 0 2.372.051.639.052 1.203.163 1.726.429a4.4 4.4 0 0 1 1.922 1.924c.266.522.377 1.085.429 1.724.051.629.05 1.407.05 2.372v1.801c0 .965.001 1.743-.05 2.372-.052.639-.163 1.203-.429 1.726a4.4 4.4 0 0 1-1.922 1.922c-.523.267-1.087.377-1.726.43-.629.05-1.407.05-2.372.05H9.498c-.965 0-1.743 0-2.372-.05-.639-.053-1.203-.164-1.725-.43A4.4 4.4 0 0 1 3.478 18.6c-.267-.523-.377-1.087-.43-1.726-.05-.629-.05-1.407-.05-2.372v-1.8c0-.966 0-1.744.05-2.373.053-.639.164-1.202.43-1.724A4.4 4.4 0 0 1 5.4 6.68c.522-.266 1.086-.377 1.725-.429.629-.051 1.407-.05 2.372-.05zM9.498 8.001c-.995 0-1.687 0-2.226.044-.527.043-.828.124-1.054.24A2.6 2.6 0 0 0 5.082 9.42c-.115.226-.196.527-.24 1.055-.043.538-.043 1.23-.043 2.225v1.801c0 .994 0 1.687.044 2.226.043.527.124.828.239 1.054.25.489.647.887 1.136 1.136.226.115.527.196 1.054.24.539.043 1.231.043 2.226.043h1.8c.995 0 1.688 0 2.226-.044.528-.043.829-.124 1.055-.239.489-.25.887-.647 1.136-1.136.115-.226.196-.527.24-1.054.043-.539.043-1.232.043-2.226v-1.8c0-.995 0-1.688-.044-2.226-.043-.528-.124-.829-.24-1.055a2.6 2.6 0 0 0-1.135-1.136c-.226-.115-.527-.196-1.055-.24-.538-.043-1.23-.043-2.225-.043z" clip-rule="evenodd"/><path d="M14.5 3c.965 0 1.743 0 2.372.05.64.053 1.203.163 1.726.43a4.4 4.4 0 0 1 1.922 1.923c.266.522.377 1.086.43 1.725.05.629.05 1.407.05 2.372v1.805c0 .965 0 1.743-.05 2.372-.053.639-.163 1.203-.43 1.725a4.4 4.4 0 0 1-1.318 1.55v-5.554l-.002-.093V9.5c0-.995 0-1.687-.045-2.226-.043-.527-.123-.828-.238-1.054a2.6 2.6 0 0 0-1.137-1.136c-.226-.115-.527-.196-1.054-.24-.539-.043-1.231-.043-2.226-.043h-1.847l-.05-.001H7.057a4.4 4.4 0 0 1 1.551-1.32c.522-.266 1.086-.377 1.725-.43C10.961 3 11.739 3 12.704 3z"/></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="m20.086 14-5.793 5.793a1 1 0 0 0 1.414 1.414l6.5-6.5a1 1 0 0 0 0-1.414l-6.5-6.5a1 1 0 1 0-1.414 1.414z"/><path d="m12.086 14-5.793 5.793a1 1 0 1 0 1.414 1.414l6.5-6.5a1 1 0 0 0 0-1.414l-6.5-6.5a1 1 0 0 0-1.414 1.414z"/></svg>
@@ -1,13 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
4
- <title>delete_28</title>
5
- <desc>Created with Sketch.</desc>
6
- <defs></defs>
7
- <g id="Page-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
- <g id="delete_28">
9
- <polygon id="Shape" points="0 0 28 0 28 28 0 28"></polygon>
10
- <path d="M9.98485,25 L18.01515,25 C19.6636371,25 21,23.6636371 21,22.01515 L21,8 L7,8 L7,22.01515 C7,23.6636371 8.33636286,25 9.98485,25 Z M9.56075685,4.5 C9.77901132,3.63790167 10.5599607,3 11.4899,3 L16.5101,3 C17.4400393,3 18.2209887,3.63790167 18.4392431,4.5 L20.75,4.5 C21.4403559,4.5 22,5.05964406 22,5.75 L22,6.70980625 C22,6.87007583 21.8700758,7 21.7098062,7 L6.29019375,7 C6.12992417,7 6,6.87007583 6,6.70980625 L6,5.75 C6,5.05964406 6.55964406,4.5 7.25,4.5 L9.56075685,4.5 Z" id="Mask" fill="currentColor" fill-rule="nonzero"></path>
11
- </g>
12
- </g>
13
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="currentColor"><path fill-rule="evenodd" d="M20.528 8c.289 0 .57-.002.803.018.243.02.535.07.822.227.394.216.704.56.88.974.127.302.147.597.143.842-.003.234-.032.512-.061.8l-1.004 9.922c-.076.747-.138 1.365-.229 1.865-.092.513-.227.98-.488 1.414a4 4 0 0 1-1.72 1.554c-.457.216-.936.303-1.456.344-.507.04-1.127.04-1.878.04h-4.68c-.75 0-1.371 0-1.878-.04-.52-.04-.999-.128-1.456-.344a4 4 0 0 1-1.72-1.554c-.26-.434-.396-.901-.488-1.414-.09-.5-.152-1.118-.228-1.865L4.886 10.86c-.029-.287-.058-.565-.062-.8-.004-.244.015-.54.143-.841.176-.414.486-.758.88-.974.287-.157.58-.207.823-.227.234-.02.514-.019.803-.019zm-10.084 3.5a1 1 0 0 0-.943 1.054l.5 9a1 1 0 0 0 1.997-.112l-.5-9a1 1 0 0 0-1.054-.942m7.111 0a1 1 0 0 0-1.053.942l-.5 9a1 1 0 0 0 1.996.112l.5-9a1 1 0 0 0-.943-1.054" clip-rule="evenodd"/><path d="M16 2.001c1.018 0 1.856.761 1.981 1.746h5.517a1.25 1.25 0 0 1 0 2.5H4.502a1.25 1.25 0 0 1 0-2.5h5.517A2 2 0 0 1 12 2.001z"/></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="M18.5 9a1 1 0 0 1 1 1v1h1a1 1 0 0 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 1 1 0-2h1v-1a1 1 0 0 1 1-1"/><path fill-rule="evenodd" d="M18.974 4.88a6.526 6.526 0 0 1 6.526 6.526c0 3.613-1.445 5.421-7.493 10.125l-2.78 2.162a2 2 0 0 1-2.454 0l-2.78-2.162C3.945 16.827 2.5 15.02 2.5 11.406A6.526 6.526 0 0 1 9.026 4.88c1.872 0 3.538.85 4.974 2.486 1.436-1.636 3.102-2.486 4.974-2.486m0 2c-1.52 0-2.89.858-4.152 2.683l-.205.297a.75.75 0 0 1-1.234 0l-.205-.297C11.915 7.738 10.545 6.88 9.026 6.88A4.526 4.526 0 0 0 4.5 11.406c0 2.78 1.137 4.204 6.72 8.547L14 22.114l2.78-2.16c5.583-4.344 6.72-5.767 6.72-8.548 0-2.5-2.027-4.526-4.526-4.526" clip-rule="evenodd"/></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="M21 7a4 4 0 0 1 4 4v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4v-9a4 4 0 0 1 4-4zm0 2H7a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2m-3-6a2 2 0 0 1 1.994 1.85L20 5H8a2 2 0 0 1 2-2z"/></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)"><path fill="url(#b)" fill-rule="evenodd" d="M14 28c7.732 0 14-6.268 14-14S21.732 0 14 0 0 6.268 0 14s6.268 14 14 14" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M14.887 10.724c-.358 1.049-.84 2.108-1.447 2.716-.608.607-1.667 1.089-2.716 1.447a18 18 0 0 1-1.078.332c-.381.106-.381.816 0 .922a21 21 0 0 1 1.078.332c1.049.358 2.108.84 2.716 1.447.607.608 1.089 1.667 1.447 2.715a16 16 0 0 1 .253.802l.08.277c.105.381.815.381.92 0a23 23 0 0 1 .266-.88l.067-.199c.358-1.048.84-2.107 1.447-2.715s1.667-1.089 2.715-1.448a16 16 0 0 1 .802-.253l.277-.079c.381-.105.381-.815 0-.92a23 23 0 0 1-.88-.267l-.198-.066c-1.049-.358-2.108-.84-2.716-1.447-.607-.608-1.089-1.667-1.447-2.716a16 16 0 0 1-.254-.801l-.079-.277c-.105-.382-.815-.382-.92 0a20 20 0 0 1-.333 1.078" clip-rule="evenodd"/><path fill="#fff" d="M9.53 6.275a.402.402 0 0 0-.762 0l-.305.917c-.2.6-.671 1.07-1.271 1.27l-.917.306a.402.402 0 0 0 0 .763l.917.306c.6.2 1.07.67 1.27 1.27l.306.918c.123.366.64.366.763 0l.306-.918c.2-.6.67-1.07 1.27-1.27l.918-.306a.402.402 0 0 0 0-.763l-.918-.305c-.6-.2-1.07-.671-1.27-1.271z"/></g><defs><linearGradient id="b" x1="7.428" x2="14" y1="-1.992" y2="28" gradientUnits="userSpaceOnUse"><stop stop-color="#bf6cff"/><stop offset="1" stop-color="#5100ff"/></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="32" height="32" fill="none" viewBox="0 0 32 32"><g clip-path="url(#a)"><path fill="url(#b)" fill-rule="evenodd" d="M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M16.813 12.077c-.408 1.193-.956 2.398-1.647 3.089s-1.896 1.239-3.089 1.647a19 19 0 0 1-.912.288l-.315.09c-.434.12-.434.927 0 1.047a25 25 0 0 1 1.002.303l.225.075c1.193.408 2.398.956 3.089 1.647.69.69 1.239 1.896 1.647 3.089a19 19 0 0 1 .288.911l.09.316c.12.433.927.433 1.047 0a25 25 0 0 1 .303-1.003l.075-.224c.408-1.193.956-2.398 1.647-3.09.69-.69 1.896-1.238 3.089-1.646l.224-.075a21 21 0 0 1 1.003-.303c.433-.12.433-.927 0-1.048a25 25 0 0 1-1.003-.302l-.224-.075c-1.193-.408-2.398-.956-3.09-1.647-.69-.691-1.238-1.896-1.646-3.089a20 20 0 0 1-.378-1.227c-.12-.434-.927-.434-1.048 0a24 24 0 0 1-.377 1.227" clip-rule="evenodd"/><path fill="#fff" d="M10.72 7.015a.457.457 0 0 0-.868 0L9.504 8.06A2.29 2.29 0 0 1 8.06 9.504l-1.044.348a.457.457 0 0 0 0 .867l1.044.348a2.29 2.29 0 0 1 1.445 1.446l.348 1.043a.457.457 0 0 0 .867 0l.348-1.043a2.29 2.29 0 0 1 1.446-1.446l1.043-.348a.457.457 0 0 0 0-.867l-1.043-.348a2.29 2.29 0 0 1-1.446-1.445z"/></g><defs><linearGradient id="b" x1=".842" x2="32.836" y1="-.842" y2="32.836" gradientUnits="userSpaceOnUse"><stop stop-color="#4eafff"/><stop offset=".499" stop-color="#b984ed"/><stop offset="1" stop-color="#ff4b9c"/></linearGradient><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>