@vkontakte/icons 3.55.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.
- package/dist/16/card_sparkle_16.d.ts +5 -0
- package/dist/16/card_sparkle_16.js +23 -0
- package/dist/16/stories_ideas_16.d.ts +3 -1
- package/dist/16/stories_ideas_16.js +3 -1
- package/dist/20/card_sparkle_circle_fill_20.d.ts +5 -0
- package/dist/20/card_sparkle_circle_fill_20.js +31 -0
- package/dist/20/card_sparkles_20.d.ts +5 -0
- package/dist/20/card_sparkles_20.js +23 -0
- package/dist/20/stories_ideas_20.d.ts +3 -1
- package/dist/20/stories_ideas_20.js +3 -1
- package/dist/20/stories_ideas_circle_fill_20.d.ts +3 -1
- package/dist/20/stories_ideas_circle_fill_20.js +3 -1
- package/dist/24/card_sparkles_outline_24.d.ts +5 -0
- package/dist/24/card_sparkles_outline_24.js +23 -0
- package/dist/24/clock_check_alt_outline_24.d.ts +5 -0
- package/dist/24/clock_check_alt_outline_24.js +18 -0
- package/dist/24/narrative_active_outline_24.js +13 -6
- package/dist/24/narrative_outline_24.js +15 -6
- package/dist/28/card_sparkles_outline_28.d.ts +5 -0
- package/dist/28/card_sparkles_outline_28.js +23 -0
- package/dist/28/hand_wave_circle_fill_violet_28.d.ts +5 -0
- package/dist/28/hand_wave_circle_fill_violet_28.js +48 -0
- package/dist/28/stories_ideas_outline_28.d.ts +3 -1
- package/dist/28/stories_ideas_outline_28.js +3 -1
- package/dist/36/hand_wave_sparkles_36.d.ts +5 -0
- package/dist/36/hand_wave_sparkles_36.js +18 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +8 -0
- package/dist/index.js +8 -0
- package/dist/typings/16/card_sparkle_16.d.ts +5 -0
- package/dist/typings/16/stories_ideas_16.d.ts +3 -1
- package/dist/typings/20/card_sparkle_circle_fill_20.d.ts +5 -0
- package/dist/typings/20/card_sparkles_20.d.ts +5 -0
- package/dist/typings/20/stories_ideas_20.d.ts +3 -1
- package/dist/typings/20/stories_ideas_circle_fill_20.d.ts +3 -1
- package/dist/typings/24/card_sparkles_outline_24.d.ts +5 -0
- package/dist/typings/24/clock_check_alt_outline_24.d.ts +5 -0
- package/dist/typings/28/card_sparkles_outline_28.d.ts +5 -0
- package/dist/typings/28/hand_wave_circle_fill_violet_28.d.ts +5 -0
- package/dist/typings/28/stories_ideas_outline_28.d.ts +3 -1
- package/dist/typings/36/hand_wave_sparkles_36.d.ts +5 -0
- package/dist/typings/index.d.ts +8 -0
- package/package.json +1 -1
- package/src/svg/16/card_sparkle_16.svg +1 -0
- package/src/svg/20/card_sparkle_circle_fill_20.svg +1 -0
- package/src/svg/20/card_sparkles_20.svg +1 -0
- package/src/svg/24/card_sparkles_outline_24.svg +1 -0
- package/src/svg/24/clock_check_alt_outline_24.svg +1 -0
- package/src/svg/24/narrative_active_outline_24.svg +1 -1
- package/src/svg/24/narrative_outline_24.svg +1 -1
- package/src/svg/28/card_sparkles_outline_28.svg +1 -0
- package/src/svg/28/hand_wave_circle_fill_violet_28.svg +1 -0
- 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";
|
|
@@ -687,6 +688,8 @@ export { Icon20CancelCircleFillRed } from "./20/cancel_circle_fill_red_20.js";
|
|
|
687
688
|
export { Icon20CancelCircleOutline } from "./20/cancel_circle_outline_20.js";
|
|
688
689
|
export { Icon20CanisterOutline } from "./20/canister_outline_20.js";
|
|
689
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";
|
|
690
693
|
export { Icon20CarouselOutline } from "./20/carousel_outline_20.js";
|
|
691
694
|
export { Icon20CarOutline } from "./20/car_outline_20.js";
|
|
692
695
|
export { Icon20CaseCheck } from "./20/case_check_20.js";
|
|
@@ -1400,6 +1403,7 @@ export { Icon24CancelCircleOutline } from "./24/cancel_circle_outline_24.js";
|
|
|
1400
1403
|
export { Icon24CancelOutline } from "./24/cancel_outline_24.js";
|
|
1401
1404
|
export { Icon24Cards2 } from "./24/cards_2_24.js";
|
|
1402
1405
|
export { Icon24Cards2Outline } from "./24/cards_2_outline_24.js";
|
|
1406
|
+
export { Icon24CardSparklesOutline } from "./24/card_sparkles_outline_24.js";
|
|
1403
1407
|
export { Icon24CarOutline } from "./24/car_outline_24.js";
|
|
1404
1408
|
export { Icon24CashOutOutline } from "./24/cash_out_outline_24.js";
|
|
1405
1409
|
export { Icon24ChainOutline } from "./24/chain_outline_24.js";
|
|
@@ -1443,6 +1447,7 @@ export { Icon24ClipOutline } from "./24/clip_outline_24.js";
|
|
|
1443
1447
|
export { Icon24ClipsAttachOutline } from "./24/clips_attach_outline_24.js";
|
|
1444
1448
|
export { Icon24Clock } from "./24/clock_24.js";
|
|
1445
1449
|
export { Icon24ClockAddOutline } from "./24/clock_add_outline_24.js";
|
|
1450
|
+
export { Icon24ClockCheckAltOutline } from "./24/clock_check_alt_outline_24.js";
|
|
1446
1451
|
export { Icon24ClockCheckOutline } from "./24/clock_check_outline_24.js";
|
|
1447
1452
|
export { Icon24ClockCircleDashedOutline } from "./24/clock_circle_dashed_outline_24.js";
|
|
1448
1453
|
export { Icon24ClockCircleFillGray } from "./24/clock_circle_fill_gray_24.js";
|
|
@@ -2181,6 +2186,7 @@ export { Icon28CancelShieldOutline } from "./28/cancel_shield_outline_28.js";
|
|
|
2181
2186
|
export { Icon28CanisterOutline } from "./28/canister_outline_28.js";
|
|
2182
2187
|
export { Icon28Cards2 } from "./28/cards_2_28.js";
|
|
2183
2188
|
export { Icon28Cards2Outline } from "./28/cards_2_outline_28.js";
|
|
2189
|
+
export { Icon28CardSparklesOutline } from "./28/card_sparkles_outline_28.js";
|
|
2184
2190
|
export { Icon28CarOutline } from "./28/car_outline_28.js";
|
|
2185
2191
|
export { Icon28CashOutOutline } from "./28/cash_out_outline_28.js";
|
|
2186
2192
|
export { Icon28ChainCircleFillBlue } from "./28/chain_circle_fill_blue_28.js";
|
|
@@ -2377,6 +2383,7 @@ export { Icon28HandHeartFilled } from "./28/hand_heart_filled_28.js";
|
|
|
2377
2383
|
export { Icon28HandHeartOutline } from "./28/hand_heart_outline_28.js";
|
|
2378
2384
|
export { Icon28HandPointUpOutline } from "./28/hand_point_up_outline_28.js";
|
|
2379
2385
|
export { Icon28HandSlashOutline } from "./28/hand_slash_outline_28.js";
|
|
2386
|
+
export { Icon28HandWaveCircleFillViolet } from "./28/hand_wave_circle_fill_violet_28.js";
|
|
2380
2387
|
export { Icon28HangerOutline } from "./28/hanger_outline_28.js";
|
|
2381
2388
|
export { Icon28HappyFaceOutline } from "./28/happy_face_outline_28.js";
|
|
2382
2389
|
export { Icon28HashtagOutline } from "./28/hashtag_outline_28.js";
|
|
@@ -3062,6 +3069,7 @@ export { Icon36GhostSimpleOutline } from "./36/ghost_simple_outline_36.js";
|
|
|
3062
3069
|
export { Icon36Gift } from "./36/gift_36.js";
|
|
3063
3070
|
export { Icon36GiftCirceFilled } from "./36/gift_circe_filled_36.js";
|
|
3064
3071
|
export { Icon36GiftOutline } from "./36/gift_outline_36.js";
|
|
3072
|
+
export { Icon36HandWaveSparkles } from "./36/hand_wave_sparkles_36.js";
|
|
3065
3073
|
export { Icon36HashtagOutline } from "./36/hashtag_outline_36.js";
|
|
3066
3074
|
export { Icon36HealthOutline } from "./36/health_outline_36.js";
|
|
3067
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";
|
|
@@ -687,6 +688,8 @@ export { Icon20CancelCircleFillRed } from "./20/cancel_circle_fill_red_20.js";
|
|
|
687
688
|
export { Icon20CancelCircleOutline } from "./20/cancel_circle_outline_20.js";
|
|
688
689
|
export { Icon20CanisterOutline } from "./20/canister_outline_20.js";
|
|
689
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";
|
|
690
693
|
export { Icon20CarouselOutline } from "./20/carousel_outline_20.js";
|
|
691
694
|
export { Icon20CarOutline } from "./20/car_outline_20.js";
|
|
692
695
|
export { Icon20CaseCheck } from "./20/case_check_20.js";
|
|
@@ -1400,6 +1403,7 @@ export { Icon24CancelCircleOutline } from "./24/cancel_circle_outline_24.js";
|
|
|
1400
1403
|
export { Icon24CancelOutline } from "./24/cancel_outline_24.js";
|
|
1401
1404
|
export { Icon24Cards2 } from "./24/cards_2_24.js";
|
|
1402
1405
|
export { Icon24Cards2Outline } from "./24/cards_2_outline_24.js";
|
|
1406
|
+
export { Icon24CardSparklesOutline } from "./24/card_sparkles_outline_24.js";
|
|
1403
1407
|
export { Icon24CarOutline } from "./24/car_outline_24.js";
|
|
1404
1408
|
export { Icon24CashOutOutline } from "./24/cash_out_outline_24.js";
|
|
1405
1409
|
export { Icon24ChainOutline } from "./24/chain_outline_24.js";
|
|
@@ -1443,6 +1447,7 @@ export { Icon24ClipOutline } from "./24/clip_outline_24.js";
|
|
|
1443
1447
|
export { Icon24ClipsAttachOutline } from "./24/clips_attach_outline_24.js";
|
|
1444
1448
|
export { Icon24Clock } from "./24/clock_24.js";
|
|
1445
1449
|
export { Icon24ClockAddOutline } from "./24/clock_add_outline_24.js";
|
|
1450
|
+
export { Icon24ClockCheckAltOutline } from "./24/clock_check_alt_outline_24.js";
|
|
1446
1451
|
export { Icon24ClockCheckOutline } from "./24/clock_check_outline_24.js";
|
|
1447
1452
|
export { Icon24ClockCircleDashedOutline } from "./24/clock_circle_dashed_outline_24.js";
|
|
1448
1453
|
export { Icon24ClockCircleFillGray } from "./24/clock_circle_fill_gray_24.js";
|
|
@@ -2181,6 +2186,7 @@ export { Icon28CancelShieldOutline } from "./28/cancel_shield_outline_28.js";
|
|
|
2181
2186
|
export { Icon28CanisterOutline } from "./28/canister_outline_28.js";
|
|
2182
2187
|
export { Icon28Cards2 } from "./28/cards_2_28.js";
|
|
2183
2188
|
export { Icon28Cards2Outline } from "./28/cards_2_outline_28.js";
|
|
2189
|
+
export { Icon28CardSparklesOutline } from "./28/card_sparkles_outline_28.js";
|
|
2184
2190
|
export { Icon28CarOutline } from "./28/car_outline_28.js";
|
|
2185
2191
|
export { Icon28CashOutOutline } from "./28/cash_out_outline_28.js";
|
|
2186
2192
|
export { Icon28ChainCircleFillBlue } from "./28/chain_circle_fill_blue_28.js";
|
|
@@ -2377,6 +2383,7 @@ export { Icon28HandHeartFilled } from "./28/hand_heart_filled_28.js";
|
|
|
2377
2383
|
export { Icon28HandHeartOutline } from "./28/hand_heart_outline_28.js";
|
|
2378
2384
|
export { Icon28HandPointUpOutline } from "./28/hand_point_up_outline_28.js";
|
|
2379
2385
|
export { Icon28HandSlashOutline } from "./28/hand_slash_outline_28.js";
|
|
2386
|
+
export { Icon28HandWaveCircleFillViolet } from "./28/hand_wave_circle_fill_violet_28.js";
|
|
2380
2387
|
export { Icon28HangerOutline } from "./28/hanger_outline_28.js";
|
|
2381
2388
|
export { Icon28HappyFaceOutline } from "./28/happy_face_outline_28.js";
|
|
2382
2389
|
export { Icon28HashtagOutline } from "./28/hashtag_outline_28.js";
|
|
@@ -3062,6 +3069,7 @@ export { Icon36GhostSimpleOutline } from "./36/ghost_simple_outline_36.js";
|
|
|
3062
3069
|
export { Icon36Gift } from "./36/gift_36.js";
|
|
3063
3070
|
export { Icon36GiftCirceFilled } from "./36/gift_circe_filled_36.js";
|
|
3064
3071
|
export { Icon36GiftOutline } from "./36/gift_outline_36.js";
|
|
3072
|
+
export { Icon36HandWaveSparkles } from "./36/hand_wave_sparkles_36.js";
|
|
3065
3073
|
export { Icon36HashtagOutline } from "./36/hashtag_outline_36.js";
|
|
3066
3074
|
export { Icon36HealthOutline } from "./36/health_outline_36.js";
|
|
3067
3075
|
export { Icon36Hearts2Outline } from "./36/hearts_2_outline_36.js";
|
|
@@ -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
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated Иконка устарела. Замените на Icon16CardSparkle
|
|
6
|
+
*/ export declare const Icon16StoriesIdeas: React.FC<Icon16StoriesIdeasProps> & {
|
|
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 Icon20StoriesIdeasProps = SvgIconProps;
|
|
4
|
-
|
|
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
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated Иконка устарела. Замените на Icon20CardSparkleCircleFill
|
|
6
|
+
*/ export declare const Icon20StoriesIdeasCircleFill: React.FC<Icon20StoriesIdeasCircleFillProps> & {
|
|
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 Icon28StoriesIdeasOutlineProps = SvgIconProps;
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated Иконка устарела. Замените на Icon28CardSparklesOutline
|
|
6
|
+
*/ export declare const Icon28StoriesIdeasOutline: React.FC<Icon28StoriesIdeasOutlineProps> & {
|
|
5
7
|
};
|
package/dist/typings/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";
|
|
@@ -687,6 +688,8 @@ export { Icon20CancelCircleFillRed } from "./20/cancel_circle_fill_red_20.js";
|
|
|
687
688
|
export { Icon20CancelCircleOutline } from "./20/cancel_circle_outline_20.js";
|
|
688
689
|
export { Icon20CanisterOutline } from "./20/canister_outline_20.js";
|
|
689
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";
|
|
690
693
|
export { Icon20CarouselOutline } from "./20/carousel_outline_20.js";
|
|
691
694
|
export { Icon20CarOutline } from "./20/car_outline_20.js";
|
|
692
695
|
export { Icon20CaseCheck } from "./20/case_check_20.js";
|
|
@@ -1400,6 +1403,7 @@ export { Icon24CancelCircleOutline } from "./24/cancel_circle_outline_24.js";
|
|
|
1400
1403
|
export { Icon24CancelOutline } from "./24/cancel_outline_24.js";
|
|
1401
1404
|
export { Icon24Cards2 } from "./24/cards_2_24.js";
|
|
1402
1405
|
export { Icon24Cards2Outline } from "./24/cards_2_outline_24.js";
|
|
1406
|
+
export { Icon24CardSparklesOutline } from "./24/card_sparkles_outline_24.js";
|
|
1403
1407
|
export { Icon24CarOutline } from "./24/car_outline_24.js";
|
|
1404
1408
|
export { Icon24CashOutOutline } from "./24/cash_out_outline_24.js";
|
|
1405
1409
|
export { Icon24ChainOutline } from "./24/chain_outline_24.js";
|
|
@@ -1443,6 +1447,7 @@ export { Icon24ClipOutline } from "./24/clip_outline_24.js";
|
|
|
1443
1447
|
export { Icon24ClipsAttachOutline } from "./24/clips_attach_outline_24.js";
|
|
1444
1448
|
export { Icon24Clock } from "./24/clock_24.js";
|
|
1445
1449
|
export { Icon24ClockAddOutline } from "./24/clock_add_outline_24.js";
|
|
1450
|
+
export { Icon24ClockCheckAltOutline } from "./24/clock_check_alt_outline_24.js";
|
|
1446
1451
|
export { Icon24ClockCheckOutline } from "./24/clock_check_outline_24.js";
|
|
1447
1452
|
export { Icon24ClockCircleDashedOutline } from "./24/clock_circle_dashed_outline_24.js";
|
|
1448
1453
|
export { Icon24ClockCircleFillGray } from "./24/clock_circle_fill_gray_24.js";
|
|
@@ -2181,6 +2186,7 @@ export { Icon28CancelShieldOutline } from "./28/cancel_shield_outline_28.js";
|
|
|
2181
2186
|
export { Icon28CanisterOutline } from "./28/canister_outline_28.js";
|
|
2182
2187
|
export { Icon28Cards2 } from "./28/cards_2_28.js";
|
|
2183
2188
|
export { Icon28Cards2Outline } from "./28/cards_2_outline_28.js";
|
|
2189
|
+
export { Icon28CardSparklesOutline } from "./28/card_sparkles_outline_28.js";
|
|
2184
2190
|
export { Icon28CarOutline } from "./28/car_outline_28.js";
|
|
2185
2191
|
export { Icon28CashOutOutline } from "./28/cash_out_outline_28.js";
|
|
2186
2192
|
export { Icon28ChainCircleFillBlue } from "./28/chain_circle_fill_blue_28.js";
|
|
@@ -2377,6 +2383,7 @@ export { Icon28HandHeartFilled } from "./28/hand_heart_filled_28.js";
|
|
|
2377
2383
|
export { Icon28HandHeartOutline } from "./28/hand_heart_outline_28.js";
|
|
2378
2384
|
export { Icon28HandPointUpOutline } from "./28/hand_point_up_outline_28.js";
|
|
2379
2385
|
export { Icon28HandSlashOutline } from "./28/hand_slash_outline_28.js";
|
|
2386
|
+
export { Icon28HandWaveCircleFillViolet } from "./28/hand_wave_circle_fill_violet_28.js";
|
|
2380
2387
|
export { Icon28HangerOutline } from "./28/hanger_outline_28.js";
|
|
2381
2388
|
export { Icon28HappyFaceOutline } from "./28/happy_face_outline_28.js";
|
|
2382
2389
|
export { Icon28HashtagOutline } from "./28/hashtag_outline_28.js";
|
|
@@ -3062,6 +3069,7 @@ export { Icon36GhostSimpleOutline } from "./36/ghost_simple_outline_36.js";
|
|
|
3062
3069
|
export { Icon36Gift } from "./36/gift_36.js";
|
|
3063
3070
|
export { Icon36GiftCirceFilled } from "./36/gift_circe_filled_36.js";
|
|
3064
3071
|
export { Icon36GiftOutline } from "./36/gift_outline_36.js";
|
|
3072
|
+
export { Icon36HandWaveSparkles } from "./36/hand_wave_sparkles_36.js";
|
|
3065
3073
|
export { Icon36HashtagOutline } from "./36/hashtag_outline_36.js";
|
|
3066
3074
|
export { Icon36HealthOutline } from "./36/health_outline_36.js";
|
|
3067
3075
|
export { Icon36Hearts2Outline } from "./36/hearts_2_outline_36.js";
|
package/package.json
CHANGED
|
@@ -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="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"
|
|
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"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M17.826 11.9c1.87 0 3.373 1.528 3.373 3.395 0 .903-.18 1.589-.718 2.325-.533.729-1.416 1.505-2.806 2.595l-1.29 1.012a1.27 1.27 0 0 1-1.568 0l-1.289-1.012c-1.39-1.09-2.273-1.866-2.806-2.595-.538-.736-.718-1.422-.718-2.325 0-1.863 1.496-3.388 3.36-3.395l.027.001.187.005.027.001a3.8 3.8 0 0 1 1.95.66l.016.01.03.022.03-.021.018-.01a3.83 3.83 0 0 1 2.177-.668m-4.456 1.8a1.583 1.583 0 0 0-1.565 1.595c0 .59.094.886.37 1.263.366.502 1.058 1.138 2.465 2.241l.962.755.962-.755c1.406-1.103 2.098-1.74 2.464-2.24.276-.378.37-.675.37-1.264 0-.888-.711-1.594-1.572-1.594a2.03 2.03 0 0 0-1.17.357l-.535.378a.9.9 0 0 1-1.039 0l-.55-.388a2 2 0 0 0-1.022-.344z" clip-rule="evenodd"/><path d="M11.255 2.063c.83-.117 1.594-.095 2.321.256q.26.126.5.288c.667.454 1.07 1.102 1.384 1.88.307.758.57 1.747.896 2.958l.536 1.99a.9.9 0 0 1-1.739.467l-.535-1.99c-.338-1.254-.571-2.117-.827-2.75-.248-.611-.473-.894-.728-1.067a2 2 0 0 0-.269-.155c-.277-.133-.634-.187-1.287-.095-.675.096-1.54.325-2.795.662-1.256.336-2.119.569-2.751.824-.612.247-.893.472-1.065.725q-.088.13-.156.269c-.133.276-.186.632-.093 1.286.095.675.326 1.538.664 2.793l1.322 4.914c.374 1.39.633 2.345.923 3.036.28.668.537.963.837 1.136.336.194.781.265 1.685.113a.901.901 0 0 1 .298 1.776c-1.056.177-2.007.175-2.882-.33-.777-.448-1.241-1.146-1.598-2-.348-.829-.64-1.922-1.001-3.263l-1.322-4.914c-.326-1.211-.594-2.199-.709-3.008-.118-.83-.095-1.593.255-2.32q.126-.26.288-.5c.454-.667 1.103-1.068 1.881-1.382.758-.306 1.747-.57 2.958-.894s2.2-.59 3.009-.705"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="currentColor"><path d="M15.037 2.095c-.554-.101-1.08-.14-1.612-.027a4 4 0 0 0-2.142 1.236c-.364.405-.593.88-.783 1.41-.186.52-.36 1.175-.573 1.97l-.669 2.499a1 1 0 1 0 1.932.518l.668-2.5c.222-.827.374-1.389.526-1.814.148-.414.268-.614.386-.744a2 2 0 0 1 1.071-.618c.172-.037.405-.042.838.037.444.08 1.007.231 1.834.453l3.284.88c.827.221 1.39.373 1.814.525.415.148.615.269.746.386.313.283.53.658.618 1.071.036.172.04.406-.038.838-.081.444-.23 1.007-.453 1.834l-2.692 10.046c-.222.827-.372 1.39-.524 1.815-.148.414-.27.614-.387.745-.283.313-.657.53-1.07.618-.337.071-.787.008-2.092-.337a1 1 0 0 0-.51 1.933c1.183.313 2.126.55 3.018.36a4 4 0 0 0 2.14-1.236c.365-.405.594-.879.784-1.41.185-.52.36-1.175.573-1.97l2.692-10.046c.213-.796.39-1.45.488-1.993.102-.555.14-1.08.027-1.613a4 4 0 0 0-1.236-2.141c-.404-.365-.879-.594-1.41-.784-.52-.185-1.175-.36-1.97-.573l-3.285-.88c-.795-.213-1.45-.389-1.993-.488"/><path d="M11.316 13.19a.707.707 0 0 0-1.35 0l-.54 1.655a3.59 3.59 0 0 1-2.247 2.292l-1.622.552c-.648.22-.648 1.154 0 1.375l1.622.552a3.59 3.59 0 0 1 2.248 2.292l.54 1.654a.707.707 0 0 0 1.349 0l.54-1.654a3.59 3.59 0 0 1 2.249-2.292l1.622-.552c.647-.22.647-1.155 0-1.375l-1.622-.552a3.59 3.59 0 0 1-2.248-2.292zm-5.31-3.106a.342.342 0 0 0-.648 0l-.26.78c-.17.51-.572.911-1.082 1.082l-.78.26a.342.342 0 0 0 0 .648l.78.26c.51.17.912.571 1.082 1.082l.26.78a.342.342 0 0 0 .648 0l.26-.78a1.71 1.71 0 0 1 1.082-1.081l.78-.261a.342.342 0 0 0 0-.649l-.78-.26a1.71 1.71 0 0 1-1.082-1.08z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="none" viewBox="0 0 28 28"><rect width="28" height="28" fill="url(#a)" rx="14"/><path fill="#fff" d="M18.868 6.141c.416.27.529.837.251 1.266-.277.43-3.558 5.273-3.883 5.845-.324.572.087 1.361.892.688.804-.673 3.384-3.988 3.73-4.363a.9.9 0 0 1 1.28-.063c.363.34.376.92.03 1.296-.345.375-3.429 3.552-3.824 4.07-.395.517.268 1.029.799.616a82 82 0 0 0 2.363-1.944.895.895 0 0 1 1.278.07.93.93 0 0 1-.103 1.296c-.38.339-1.418 1.127-2.297 1.886-.878.758-3.096 2.87-3.096 2.87-2.08 2.133-4.358 3.179-6.559 1.48l-1.139-.88c-.935-.722-1.543-2.127-1.577-3.47-.033-1.342.009-6.018 0-6.626a1.13 1.13 0 0 1 1.072-1.146 1.06 1.06 0 0 1 1.102 1.056c.009.608-.043 3.534-.043 3.534 1.387-.782 1.8-1.594 2.415-3.163l1.806-3.839a.925.925 0 0 1 1.183-.532c.463.18.684.711.495 1.185-.19.473-1.81 3.608-1.99 4.293-.178.685.384 1.323.877.677 0 0 3.403-5.385 3.68-5.814a.91.91 0 0 1 1.258-.288"/><defs><linearGradient id="a" x1="-14" x2="14" y1="14" y2="42" gradientUnits="userSpaceOnUse"><stop stop-color="#c48aff"/><stop offset="1" stop-color="#aa65f0"/></linearGradient></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="currentColor"><path d="M30.045 26.393a.574.574 0 0 0-1.09 0l-.436 1.31a2.87 2.87 0 0 1-1.816 1.816l-1.31.436a.574.574 0 0 0 0 1.09l1.31.436a2.87 2.87 0 0 1 1.816 1.816l.436 1.31a.574.574 0 0 0 1.09 0l.436-1.31a2.87 2.87 0 0 1 1.816-1.815l1.31-.437a.574.574 0 0 0 0-1.09l-1.31-.436a2.87 2.87 0 0 1-1.816-1.816zM26.566 5.247c-.722-.473-1.698-.246-2.18.504L18 15.926c-.855 1.129-1.83.013-1.52-1.185l3.45-7.513c.329-.83-.055-1.758-.858-2.074s-1.723.102-2.052.931l-3.134 6.719c-.293.753-4.113 8.472-4.114 4.645v-5.295c-.015-1.063-.871-1.89-1.913-1.847-1.041.043-1.874.94-1.859 2.005v11.596c.058 2.35 1.114 4.807 2.736 6.072l1.976 1.539c3.818 2.973 7.77 1.142 11.379-2.59l5.37-5.023 3.986-3.3c.66-.592.74-1.607.178-2.267s-1.556-.715-2.217-.123l-4.1 3.402c-.92.722-2.07-.173-1.386-1.079l6.635-7.122c.6-.657.576-1.672-.051-2.269-.628-.595-1.623-.545-2.223.112l-6.47 7.635c-1.396 1.177-2.11-.204-1.546-1.205l6.735-10.227c.481-.75.287-1.743-.436-2.216M10.363 2.262a.383.383 0 0 0-.726 0l-.291.874a1.91 1.91 0 0 1-1.21 1.21l-.874.29a.383.383 0 0 0 0 .727l.874.291c.57.19 1.02.64 1.21 1.21l.29.874c.117.35.611.35.727 0l.291-.874c.19-.57.64-1.02 1.21-1.21l.874-.29a.383.383 0 0 0 0-.727l-.874-.291a1.91 1.91 0 0 1-1.21-1.21z"/></svg>
|