@vkontakte/icons 3.64.1 → 3.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/12/sticker_smile_outline_12.d.ts +7 -0
- package/dist/12/sticker_smile_outline_12.js +27 -0
- package/dist/20/flash_circle_fill_green_20.d.ts +7 -0
- package/dist/20/flash_circle_fill_green_20.js +64 -0
- package/dist/24/flash_circle_fill_green_24.d.ts +7 -0
- package/dist/24/flash_circle_fill_green_24.js +50 -0
- package/dist/24/music_note_sparkles_24.d.ts +7 -0
- package/dist/24/music_note_sparkles_24.js +20 -0
- package/dist/28/music_note_sparkles_28.d.ts +7 -0
- package/dist/28/music_note_sparkles_28.js +20 -0
- package/dist/28/smile_circle_fill_28.d.ts +1 -1
- package/dist/28/smile_circle_fill_28.js +29 -43
- package/dist/28/sparkle_circle_fill_purple_28.d.ts +1 -1
- package/dist/28/sparkle_circle_fill_purple_28.js +33 -47
- package/dist/32/donut_circle_fill_yellow_32.d.ts +1 -1
- package/dist/32/donut_circle_fill_yellow_32.js +9 -25
- package/dist/32/sparkles_circle_fill_ai_gradient_32.d.ts +1 -1
- package/dist/32/sparkles_circle_fill_ai_gradient_32.js +37 -51
- package/dist/48/music_48.d.ts +7 -0
- package/dist/48/music_48.js +20 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +6 -0
- package/dist/typings/12/sticker_smile_outline_12.d.ts +7 -0
- package/dist/typings/20/flash_circle_fill_green_20.d.ts +7 -0
- package/dist/typings/24/flash_circle_fill_green_24.d.ts +7 -0
- package/dist/typings/24/music_note_sparkles_24.d.ts +7 -0
- package/dist/typings/28/music_note_sparkles_28.d.ts +7 -0
- package/dist/typings/28/smile_circle_fill_28.d.ts +1 -1
- package/dist/typings/28/sparkle_circle_fill_purple_28.d.ts +1 -1
- package/dist/typings/32/donut_circle_fill_yellow_32.d.ts +1 -1
- package/dist/typings/32/sparkles_circle_fill_ai_gradient_32.d.ts +1 -1
- package/dist/typings/48/music_48.d.ts +7 -0
- package/dist/typings/index.d.ts +6 -0
- package/package.json +9 -9
- package/src/svg/12/sticker_smile_outline_12.svg +1 -0
- package/src/svg/20/flash_circle_fill_green_20.svg +1 -0
- package/src/svg/24/flash_circle_fill_green_24.svg +1 -0
- package/src/svg/24/music_note_sparkles_24.svg +1 -0
- package/src/svg/28/music_note_sparkles_28.svg +1 -0
- package/src/svg/28/smile_circle_fill_28.svg +1 -1
- package/src/svg/28/sparkle_circle_fill_purple_28.svg +1 -1
- package/src/svg/32/donut_circle_fill_yellow_32.svg +1 -1
- package/src/svg/32/sparkles_circle_fill_ai_gradient_32.svg +1 -1
- package/src/svg/48/music_48.svg +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -141,6 +141,7 @@ export { Icon12Star } from "./12/star_12.js";
|
|
|
141
141
|
export { Icon12StarCircle } from "./12/star_circle_12.js";
|
|
142
142
|
export { Icon12StarCircleFillYellow } from "./12/star_circle_fill_yellow_12.js";
|
|
143
143
|
export { Icon12Stars } from "./12/stars_12.js";
|
|
144
|
+
export { Icon12StickerSmileOutline } from "./12/sticker_smile_outline_12.js";
|
|
144
145
|
export { Icon12Story } from "./12/story_12.js";
|
|
145
146
|
export { Icon12Subtitles } from "./12/subtitles_12.js";
|
|
146
147
|
export { Icon12Switch } from "./12/switch_12.js";
|
|
@@ -826,6 +827,7 @@ export { Icon20FireCircleFillRed } from "./20/fire_circle_fill_red_20.js";
|
|
|
826
827
|
export { Icon20FlagFinish } from "./20/flag_finish_20.js";
|
|
827
828
|
export { Icon20FlagStart } from "./20/flag_start_20.js";
|
|
828
829
|
export { Icon20Flash } from "./20/flash_20.js";
|
|
830
|
+
export { Icon20FlashCircleFillGreen } from "./20/flash_circle_fill_green_20.js";
|
|
829
831
|
export { Icon20FlashOutline } from "./20/flash_outline_20.js";
|
|
830
832
|
export { Icon20FlipHorizontal } from "./20/flip_horizontal_20.js";
|
|
831
833
|
export { Icon20FlipVertical } from "./20/flip_vertical_20.js";
|
|
@@ -1565,6 +1567,7 @@ export { Icon24FlagFinish } from "./24/flag_finish_24.js";
|
|
|
1565
1567
|
export { Icon24FlagStart } from "./24/flag_start_24.js";
|
|
1566
1568
|
export { Icon24FlapperOutline } from "./24/flapper_outline_24.js";
|
|
1567
1569
|
export { Icon24Flash } from "./24/flash_24.js";
|
|
1570
|
+
export { Icon24FlashCircleFillGreen } from "./24/flash_circle_fill_green_24.js";
|
|
1568
1571
|
export { Icon24FlashOutline } from "./24/flash_outline_24.js";
|
|
1569
1572
|
export { Icon24Folder } from "./24/folder_24.js";
|
|
1570
1573
|
export { Icon24FolderAdd } from "./24/folder_add_24.js";
|
|
@@ -1758,6 +1761,7 @@ export { Icon24Music } from "./24/music_24.js";
|
|
|
1758
1761
|
export { Icon24MusicMic } from "./24/music_mic_24.js";
|
|
1759
1762
|
export { Icon24MusicMicOutline } from "./24/music_mic_outline_24.js";
|
|
1760
1763
|
export { Icon24MusicNote } from "./24/music_note_24.js";
|
|
1764
|
+
export { Icon24MusicNoteSparkles } from "./24/music_note_sparkles_24.js";
|
|
1761
1765
|
export { Icon24MusicNoteWaveOutline } from "./24/music_note_wave_outline_24.js";
|
|
1762
1766
|
export { Icon24MusicOutline } from "./24/music_outline_24.js";
|
|
1763
1767
|
export { Icon24Mute } from "./24/mute_24.js";
|
|
@@ -2588,6 +2592,7 @@ export { Icon28MovieReelOutline } from "./28/movie_reel_outline_28.js";
|
|
|
2588
2592
|
export { Icon28Music } from "./28/music_28.js";
|
|
2589
2593
|
export { Icon28MusicCircleFillRaspberryPink } from "./28/music_circle_fill_raspberry_pink_28.js";
|
|
2590
2594
|
export { Icon28MusicMicOutline } from "./28/music_mic_outline_28.js";
|
|
2595
|
+
export { Icon28MusicNoteSparkles } from "./28/music_note_sparkles_28.js";
|
|
2591
2596
|
export { Icon28MusicNoteWaveOutline } from "./28/music_note_wave_outline_28.js";
|
|
2592
2597
|
export { Icon28MusicOutline } from "./28/music_outline_28.js";
|
|
2593
2598
|
export { Icon28MuteCross } from "./28/mute_cross_28.js";
|
|
@@ -3213,6 +3218,7 @@ export { Icon48LockCircleFillGreen } from "./48/lock_circle_fill_green_48.js";
|
|
|
3213
3218
|
export { Icon48LogoVk } from "./48/logo_vk_48.js";
|
|
3214
3219
|
export { Icon48MarketFillBlue } from "./48/market_fill_blue_48.js";
|
|
3215
3220
|
export { Icon48MentionOutline } from "./48/mention_outline_48.js";
|
|
3221
|
+
export { Icon48Music } from "./48/music_48.js";
|
|
3216
3222
|
export { Icon48Mute } from "./48/mute_48.js";
|
|
3217
3223
|
export { Icon48NewsfeedOutline } from "./48/newsfeed_outline_48.js";
|
|
3218
3224
|
export { Icon48NotebookCircleFillBlue } from "./48/notebook_circle_fill_blue_48.js";
|
package/dist/index.js
CHANGED
|
@@ -141,6 +141,7 @@ export { Icon12Star } from "./12/star_12.js";
|
|
|
141
141
|
export { Icon12StarCircle } from "./12/star_circle_12.js";
|
|
142
142
|
export { Icon12StarCircleFillYellow } from "./12/star_circle_fill_yellow_12.js";
|
|
143
143
|
export { Icon12Stars } from "./12/stars_12.js";
|
|
144
|
+
export { Icon12StickerSmileOutline } from "./12/sticker_smile_outline_12.js";
|
|
144
145
|
export { Icon12Story } from "./12/story_12.js";
|
|
145
146
|
export { Icon12Subtitles } from "./12/subtitles_12.js";
|
|
146
147
|
export { Icon12Switch } from "./12/switch_12.js";
|
|
@@ -826,6 +827,7 @@ export { Icon20FireCircleFillRed } from "./20/fire_circle_fill_red_20.js";
|
|
|
826
827
|
export { Icon20FlagFinish } from "./20/flag_finish_20.js";
|
|
827
828
|
export { Icon20FlagStart } from "./20/flag_start_20.js";
|
|
828
829
|
export { Icon20Flash } from "./20/flash_20.js";
|
|
830
|
+
export { Icon20FlashCircleFillGreen } from "./20/flash_circle_fill_green_20.js";
|
|
829
831
|
export { Icon20FlashOutline } from "./20/flash_outline_20.js";
|
|
830
832
|
export { Icon20FlipHorizontal } from "./20/flip_horizontal_20.js";
|
|
831
833
|
export { Icon20FlipVertical } from "./20/flip_vertical_20.js";
|
|
@@ -1565,6 +1567,7 @@ export { Icon24FlagFinish } from "./24/flag_finish_24.js";
|
|
|
1565
1567
|
export { Icon24FlagStart } from "./24/flag_start_24.js";
|
|
1566
1568
|
export { Icon24FlapperOutline } from "./24/flapper_outline_24.js";
|
|
1567
1569
|
export { Icon24Flash } from "./24/flash_24.js";
|
|
1570
|
+
export { Icon24FlashCircleFillGreen } from "./24/flash_circle_fill_green_24.js";
|
|
1568
1571
|
export { Icon24FlashOutline } from "./24/flash_outline_24.js";
|
|
1569
1572
|
export { Icon24Folder } from "./24/folder_24.js";
|
|
1570
1573
|
export { Icon24FolderAdd } from "./24/folder_add_24.js";
|
|
@@ -1758,6 +1761,7 @@ export { Icon24Music } from "./24/music_24.js";
|
|
|
1758
1761
|
export { Icon24MusicMic } from "./24/music_mic_24.js";
|
|
1759
1762
|
export { Icon24MusicMicOutline } from "./24/music_mic_outline_24.js";
|
|
1760
1763
|
export { Icon24MusicNote } from "./24/music_note_24.js";
|
|
1764
|
+
export { Icon24MusicNoteSparkles } from "./24/music_note_sparkles_24.js";
|
|
1761
1765
|
export { Icon24MusicNoteWaveOutline } from "./24/music_note_wave_outline_24.js";
|
|
1762
1766
|
export { Icon24MusicOutline } from "./24/music_outline_24.js";
|
|
1763
1767
|
export { Icon24Mute } from "./24/mute_24.js";
|
|
@@ -2588,6 +2592,7 @@ export { Icon28MovieReelOutline } from "./28/movie_reel_outline_28.js";
|
|
|
2588
2592
|
export { Icon28Music } from "./28/music_28.js";
|
|
2589
2593
|
export { Icon28MusicCircleFillRaspberryPink } from "./28/music_circle_fill_raspberry_pink_28.js";
|
|
2590
2594
|
export { Icon28MusicMicOutline } from "./28/music_mic_outline_28.js";
|
|
2595
|
+
export { Icon28MusicNoteSparkles } from "./28/music_note_sparkles_28.js";
|
|
2591
2596
|
export { Icon28MusicNoteWaveOutline } from "./28/music_note_wave_outline_28.js";
|
|
2592
2597
|
export { Icon28MusicOutline } from "./28/music_outline_28.js";
|
|
2593
2598
|
export { Icon28MuteCross } from "./28/mute_cross_28.js";
|
|
@@ -3213,6 +3218,7 @@ export { Icon48LockCircleFillGreen } from "./48/lock_circle_fill_green_48.js";
|
|
|
3213
3218
|
export { Icon48LogoVk } from "./48/logo_vk_48.js";
|
|
3214
3219
|
export { Icon48MarketFillBlue } from "./48/market_fill_blue_48.js";
|
|
3215
3220
|
export { Icon48MentionOutline } from "./48/mention_outline_48.js";
|
|
3221
|
+
export { Icon48Music } from "./48/music_48.js";
|
|
3216
3222
|
export { Icon48Mute } from "./48/mute_48.js";
|
|
3217
3223
|
export { Icon48NewsfeedOutline } from "./48/newsfeed_outline_48.js";
|
|
3218
3224
|
export { Icon48NotebookCircleFillBlue } from "./48/notebook_circle_fill_blue_48.js";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon12StickerSmileOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon12StickerSmileOutline: React.FC<Icon12StickerSmileOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon20FlashCircleFillGreenProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon20FlashCircleFillGreen: React.FC<Icon20FlashCircleFillGreenProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon24FlashCircleFillGreenProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon24FlashCircleFillGreen: React.FC<Icon24FlashCircleFillGreenProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon24MusicNoteSparklesProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon24MusicNoteSparkles: React.FC<Icon24MusicNoteSparklesProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon28MusicNoteSparklesProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon28MusicNoteSparkles: React.FC<Icon28MusicNoteSparklesProps> & {
|
|
7
|
+
};
|
|
@@ -2,6 +2,6 @@ import * as React from "react";
|
|
|
2
2
|
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
3
|
export type Icon28SmileCircleFillProps = SvgIconProps;
|
|
4
4
|
/**
|
|
5
|
-
* 
|
|
6
6
|
*/ export declare const Icon28SmileCircleFill: React.FC<Icon28SmileCircleFillProps> & {
|
|
7
7
|
};
|
|
@@ -2,6 +2,6 @@ import * as React from "react";
|
|
|
2
2
|
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
3
|
export type Icon28SparkleCircleFillPurpleProps = SvgIconProps;
|
|
4
4
|
/**
|
|
5
|
-
* 
|
|
6
6
|
*/ export declare const Icon28SparkleCircleFillPurple: React.FC<Icon28SparkleCircleFillPurpleProps> & {
|
|
7
7
|
};
|
|
@@ -2,6 +2,6 @@ import * as React from "react";
|
|
|
2
2
|
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
3
|
export type Icon32DonutCircleFillYellowProps = SvgIconProps;
|
|
4
4
|
/**
|
|
5
|
-
* 
|
|
6
6
|
*/ export declare const Icon32DonutCircleFillYellow: React.FC<Icon32DonutCircleFillYellowProps> & {
|
|
7
7
|
};
|
|
@@ -2,6 +2,6 @@ import * as React from "react";
|
|
|
2
2
|
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
3
|
export type Icon32SparklesCircleFillAiGradientProps = SvgIconProps;
|
|
4
4
|
/**
|
|
5
|
-
* 
|
|
6
6
|
*/ export declare const Icon32SparklesCircleFillAiGradient: React.FC<Icon32SparklesCircleFillAiGradientProps> & {
|
|
7
7
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon48MusicProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon48Music: React.FC<Icon48MusicProps> & {
|
|
7
|
+
};
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -141,6 +141,7 @@ export { Icon12Star } from "./12/star_12.js";
|
|
|
141
141
|
export { Icon12StarCircle } from "./12/star_circle_12.js";
|
|
142
142
|
export { Icon12StarCircleFillYellow } from "./12/star_circle_fill_yellow_12.js";
|
|
143
143
|
export { Icon12Stars } from "./12/stars_12.js";
|
|
144
|
+
export { Icon12StickerSmileOutline } from "./12/sticker_smile_outline_12.js";
|
|
144
145
|
export { Icon12Story } from "./12/story_12.js";
|
|
145
146
|
export { Icon12Subtitles } from "./12/subtitles_12.js";
|
|
146
147
|
export { Icon12Switch } from "./12/switch_12.js";
|
|
@@ -826,6 +827,7 @@ export { Icon20FireCircleFillRed } from "./20/fire_circle_fill_red_20.js";
|
|
|
826
827
|
export { Icon20FlagFinish } from "./20/flag_finish_20.js";
|
|
827
828
|
export { Icon20FlagStart } from "./20/flag_start_20.js";
|
|
828
829
|
export { Icon20Flash } from "./20/flash_20.js";
|
|
830
|
+
export { Icon20FlashCircleFillGreen } from "./20/flash_circle_fill_green_20.js";
|
|
829
831
|
export { Icon20FlashOutline } from "./20/flash_outline_20.js";
|
|
830
832
|
export { Icon20FlipHorizontal } from "./20/flip_horizontal_20.js";
|
|
831
833
|
export { Icon20FlipVertical } from "./20/flip_vertical_20.js";
|
|
@@ -1565,6 +1567,7 @@ export { Icon24FlagFinish } from "./24/flag_finish_24.js";
|
|
|
1565
1567
|
export { Icon24FlagStart } from "./24/flag_start_24.js";
|
|
1566
1568
|
export { Icon24FlapperOutline } from "./24/flapper_outline_24.js";
|
|
1567
1569
|
export { Icon24Flash } from "./24/flash_24.js";
|
|
1570
|
+
export { Icon24FlashCircleFillGreen } from "./24/flash_circle_fill_green_24.js";
|
|
1568
1571
|
export { Icon24FlashOutline } from "./24/flash_outline_24.js";
|
|
1569
1572
|
export { Icon24Folder } from "./24/folder_24.js";
|
|
1570
1573
|
export { Icon24FolderAdd } from "./24/folder_add_24.js";
|
|
@@ -1758,6 +1761,7 @@ export { Icon24Music } from "./24/music_24.js";
|
|
|
1758
1761
|
export { Icon24MusicMic } from "./24/music_mic_24.js";
|
|
1759
1762
|
export { Icon24MusicMicOutline } from "./24/music_mic_outline_24.js";
|
|
1760
1763
|
export { Icon24MusicNote } from "./24/music_note_24.js";
|
|
1764
|
+
export { Icon24MusicNoteSparkles } from "./24/music_note_sparkles_24.js";
|
|
1761
1765
|
export { Icon24MusicNoteWaveOutline } from "./24/music_note_wave_outline_24.js";
|
|
1762
1766
|
export { Icon24MusicOutline } from "./24/music_outline_24.js";
|
|
1763
1767
|
export { Icon24Mute } from "./24/mute_24.js";
|
|
@@ -2588,6 +2592,7 @@ export { Icon28MovieReelOutline } from "./28/movie_reel_outline_28.js";
|
|
|
2588
2592
|
export { Icon28Music } from "./28/music_28.js";
|
|
2589
2593
|
export { Icon28MusicCircleFillRaspberryPink } from "./28/music_circle_fill_raspberry_pink_28.js";
|
|
2590
2594
|
export { Icon28MusicMicOutline } from "./28/music_mic_outline_28.js";
|
|
2595
|
+
export { Icon28MusicNoteSparkles } from "./28/music_note_sparkles_28.js";
|
|
2591
2596
|
export { Icon28MusicNoteWaveOutline } from "./28/music_note_wave_outline_28.js";
|
|
2592
2597
|
export { Icon28MusicOutline } from "./28/music_outline_28.js";
|
|
2593
2598
|
export { Icon28MuteCross } from "./28/mute_cross_28.js";
|
|
@@ -3213,6 +3218,7 @@ export { Icon48LockCircleFillGreen } from "./48/lock_circle_fill_green_48.js";
|
|
|
3213
3218
|
export { Icon48LogoVk } from "./48/logo_vk_48.js";
|
|
3214
3219
|
export { Icon48MarketFillBlue } from "./48/market_fill_blue_48.js";
|
|
3215
3220
|
export { Icon48MentionOutline } from "./48/mention_outline_48.js";
|
|
3221
|
+
export { Icon48Music } from "./48/music_48.js";
|
|
3216
3222
|
export { Icon48Mute } from "./48/mute_48.js";
|
|
3217
3223
|
export { Icon48NewsfeedOutline } from "./48/newsfeed_outline_48.js";
|
|
3218
3224
|
export { Icon48NotebookCircleFillBlue } from "./48/notebook_circle_fill_blue_48.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.66.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": {
|
|
@@ -37,21 +37,21 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@swc/helpers": "^0.5.23",
|
|
40
|
-
"@vkontakte/icons-sprite": "^3.2.
|
|
40
|
+
"@vkontakte/icons-sprite": "^3.2.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@rspack/cli": "^2.1.
|
|
44
|
-
"@rspack/core": "^2.1.
|
|
45
|
-
"@size-limit/file": "^13.0.
|
|
46
|
-
"@size-limit/webpack": "^13.0.
|
|
43
|
+
"@rspack/cli": "^2.1.8",
|
|
44
|
+
"@rspack/core": "^2.1.8",
|
|
45
|
+
"@size-limit/file": "^13.0.3",
|
|
46
|
+
"@size-limit/webpack": "^13.0.3",
|
|
47
47
|
"@swc/cli": "^0.8.1",
|
|
48
|
-
"@swc/core": "^1.15.
|
|
48
|
+
"@swc/core": "^1.15.47",
|
|
49
49
|
"@types/react": "^19.0.1",
|
|
50
|
-
"@vkontakte/icons-scripts": "^5.4.
|
|
50
|
+
"@vkontakte/icons-scripts": "^5.4.1",
|
|
51
51
|
"react": "^19.0.0",
|
|
52
52
|
"react-color": "^2.18.0",
|
|
53
53
|
"react-dom": "^19.0.0",
|
|
54
|
-
"size-limit": "^13.0.
|
|
54
|
+
"size-limit": "^13.0.3",
|
|
55
55
|
"typescript": "^7.0.2"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
@@ -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="M4.508 4.44c.414 0 .748.335.747.75a.754.754 0 0 1-.753.75.746.746 0 0 1-.747-.75.754.754 0 0 1 .753-.75m3.122-.568c.414 0 .749.336.747.75a.754.754 0 0 1-.754.75.746.746 0 0 1-.746-.75.754.754 0 0 1 .753-.75"/><path fill-rule="evenodd" d="M8.35.613a2.91 2.91 0 0 1 2.62 1.979c.093.275.134.601.199 1.072l.002.02h.003l.14.94q.02.143.017.282c.046.415.068.744.053 1.05a5.78 5.78 0 0 1-3.908 5.175c-.445.15-.967.235-1.773.35l-.416.074-.003-.014-.072.01-.097.014c-.508.072-.858.125-1.172.105a2.91 2.91 0 0 1-2.56-1.934c-.105-.296-.152-.649-.222-1.157L.798 5.948C.712 5.329.642 4.827.619 4.415c-.023-.42-.003-.803.125-1.174a2.93 2.93 0 0 1 1.089-1.442c.322-.226.685-.35 1.095-.442.402-.09.905-.16 1.524-.248L7.265.714C7.735.647 8.06.599 8.35.613m-.065 1.3c-.137-.007-.313.015-.843.09l-2.812.395c-.64.09-1.081.152-1.42.228-.33.074-.508.15-.633.238a1.63 1.63 0 0 0-.604.8c-.05.145-.075.336-.056.675.02.346.08.788.169 1.428l.363 2.63c.08.572.109.762.158.902.217.61.776 1.032 1.421 1.073.148.01.338-.014.91-.095l.096-.014.46-.065.91-.16a.487.487 0 0 0 .394-.565l-.112-.629c-.784.066-1.671-.029-2.387-.518a.65.65 0 0 1 .734-1.074c.405.276 1 .36 1.64.29.23-.969 1-1.765 2.034-1.98l.94-.196a.485.485 0 0 0 .38-.415 63 63 0 0 0-.145-1.107c-.073-.529-.1-.704-.144-.834a1.62 1.62 0 0 0-1.453-1.097m1.623 4.725-.938.196A1.34 1.34 0 0 0 7.923 8.38l.154.862q.012.072.018.143a4.47 4.47 0 0 0 1.892-2.769q-.039.012-.079.021" 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"><g clip-path="url(#a)"><circle cx="10" cy="10" r="10" fill="url(#b)"/><path fill="#fff" d="M8.763 13.953c-.285 1.147.143 1.385.908.548l3.214-3.693c.743-.907.557-1.636-.514-1.819l-1.55-.287a.167.167 0 0 1-.13-.203l.595-2.46c.286-1.154-.19-1.363-.904-.545a437 437 0 0 1-2.34 2.622q-.278.309-.897.964c-.905 1.004-.429 1.732.617 1.914l1.481.266a.167.167 0 0 1 .133.204z"/></g><defs><linearGradient id="b" x1="-10" x2="10" y1="10" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="#50c750"/><stop offset="1" stop-color="#32b332"/></linearGradient><clipPath id="a"><path fill="#fff" d="M0 0h20v20H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12" fill="url(#a)"/><path fill="#fff" d="M10.516 16.744c-.342 1.376.171 1.662 1.09.657l3.855-4.431c.893-1.09.67-1.964-.616-2.183l-1.859-.344a.2.2 0 0 1-.158-.244l.716-2.952c.342-1.385-.229-1.636-1.086-.654a525 525 0 0 1-2.807 3.146 79 79 0 0 1-1.077 1.158c-1.086 1.204-.514 2.078.741 2.296l1.777.319a.2.2 0 0 1 .159.244z"/><defs><linearGradient id="a" x1="-12" x2="12" y1="12" y2="36" gradientUnits="userSpaceOnUse"><stop stop-color="#50c750"/><stop offset="1" stop-color="#32b332"/></linearGradient></defs></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="M12.95 12.964a.334.334 0 0 1 .613 0l.481 1.123c.169.393.482.707.875.875l1.123.482c.27.115.27.496 0 .612l-1.123.481a1.67 1.67 0 0 0-.875.875l-.482 1.123a.334.334 0 0 1-.613 0l-.48-1.123a1.67 1.67 0 0 0-.876-.875l-1.123-.481a.333.333 0 0 1 0-.612l1.123-.482c.393-.168.707-.482.876-.875zm-1.311-8.446a.706.706 0 0 1 .852.578l.009.11V6.69a2.54 2.54 0 0 1-1.694 2.395l-.193.06-2.2.586v4.781c0 3.308-3.386 5.051-5.144 3.294-1.82-1.818-.295-4.787 3.362-4.969l.002-4.843c-.02-1.356.86-2.334 2.113-2.752l.244-.076c.515-.15 1.392-.365 2.649-.648m5.68 1.196a.334.334 0 0 1 .613 0l.893 2.084c.169.393.482.708.875.876l2.085.893c.27.115.27.497 0 .613l-2.085.893a1.67 1.67 0 0 0-.875.875l-.893 2.085a.334.334 0 0 1-.614 0l-.893-2.085a1.67 1.67 0 0 0-.875-.876l-2.085-.892a.334.334 0 0 1 0-.613l2.085-.893c.393-.168.706-.483.875-.876z"/></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="M14.577 16.805a.446.446 0 0 1 .846 0l.34 1.02c.222.666.746 1.19 1.412 1.412l1.02.339a.447.447 0 0 1 0 .848l-1.02.34a2.23 2.23 0 0 0-1.412 1.412l-.34 1.02a.446.446 0 0 1-.847 0l-.34-1.02a2.23 2.23 0 0 0-1.412-1.413l-1.019-.34a.447.447 0 0 1 0-.847l1.02-.339a2.23 2.23 0 0 0 1.412-1.412zM13.446 5.023a.93.93 0 0 1 1.12.753l.012 2.041c0 1.411-.894 2.755-2.22 3.219l-2.824.808v6.038c0 4.31-4.034 6.363-6.077 4.326-1.992-2.118-.983-6.141 4.058-6.54 0 0 .025-4.371 0-6.139s.996-3.019 2.643-3.562c.278-.086.533-.166.775-.243.84-.264 1.525-.48 2.513-.7m5.949 2.913c.194-.581 1.016-.581 1.21 0l.485 1.456a3.19 3.19 0 0 0 2.018 2.018l1.456.485c.581.194.581 1.016 0 1.21l-1.456.486a3.19 3.19 0 0 0-2.018 2.017l-.485 1.456c-.194.581-1.016.581-1.21 0l-.485-1.456a3.19 3.19 0 0 0-2.018-2.017l-1.456-.486c-.581-.194-.581-1.016 0-1.21l1.456-.485a3.19 3.19 0 0 0 2.018-2.018z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28"><g
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28"><g><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></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28"><g
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28"><g><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></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><g
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><g><circle cx="16" cy="16" r="16" fill="#ffa000"/><path fill="#fff" d="m19.344 12.485 4.429.425c1.541.148 2.014 1.653.824 2.643l-3.468 2.882 1.287 4.695c.423 1.542-.889 2.475-2.202 1.547L16 21.701l-4.214 2.976c-1.308.925-2.625-.005-2.202-1.547l1.287-4.695-3.468-2.882c-1.195-.994-.724-2.495.824-2.643l4.429-.425 1.95-4.499c.612-1.408 2.177-1.408 2.787 0z"/></g><defs></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><g
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><g><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></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="currentColor"><path d="M38 28.971c0 6.943-2.472 8.44-6.562 8.989-2.124.286-5.438-.828-5.438-4.865 0-1.971 1.642-3.93 3.692-4.333 1.9-.373-.617.115 3.684-.704.692-.132.634-.625.634-1.16l-.004-6.869-.006.037.01-5.152c0-.473-.146-.696-.69-.56l-14.591 2.659c-.61.152-.729.405-.729.987v14.971c0 6.943-2.472 8.44-6.562 8.989C9.314 42.246 6 41.132 6 37.095c0-1.971 1.642-3.93 3.692-4.333 1.9-.373-.617.115 3.684-.704.692-.132.634-.625.634-1.16l-.004-7.452V22.17L14 17.1s-.008-3.148 0-4.722c.01-1.882 1.02-2.574 4-3.186l16-2.956s4-1.25 4 2.001z"/></svg>
|