@vkontakte/icons 3.67.0 → 3.69.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/bookmark_12.d.ts +7 -0
- package/dist/12/bookmark_12.js +20 -0
- package/dist/20/bus_outline_20.d.ts +7 -0
- package/dist/20/bus_outline_20.js +20 -0
- package/dist/20/metro_outline_20.d.ts +7 -0
- package/dist/20/metro_outline_20.js +20 -0
- package/dist/24/bookmark_circle_fill_gray_24.d.ts +7 -0
- package/dist/24/bookmark_circle_fill_gray_24.js +64 -0
- package/dist/24/bookmark_circle_outline_gray_24.d.ts +7 -0
- package/dist/24/bookmark_circle_outline_gray_24.js +66 -0
- package/dist/28/chevron_down_circle_28.d.ts +7 -0
- package/dist/28/chevron_down_circle_28.js +28 -0
- package/dist/28/chevron_up_circle_28.d.ts +7 -0
- package/dist/28/chevron_up_circle_28.js +28 -0
- package/dist/28/fish_outline_28.d.ts +7 -0
- package/dist/28/fish_outline_28.js +20 -0
- package/dist/28/hobby_outline_28.d.ts +7 -0
- package/dist/28/hobby_outline_28.js +20 -0
- package/dist/28/science_28.d.ts +7 -0
- package/dist/28/science_28.js +20 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.d.ts +10 -0
- package/dist/index.js +10 -0
- package/dist/typings/12/bookmark_12.d.ts +7 -0
- package/dist/typings/20/bus_outline_20.d.ts +7 -0
- package/dist/typings/20/metro_outline_20.d.ts +7 -0
- package/dist/typings/24/bookmark_circle_fill_gray_24.d.ts +7 -0
- package/dist/typings/24/bookmark_circle_outline_gray_24.d.ts +7 -0
- package/dist/typings/28/chevron_down_circle_28.d.ts +7 -0
- package/dist/typings/28/chevron_up_circle_28.d.ts +7 -0
- package/dist/typings/28/fish_outline_28.d.ts +7 -0
- package/dist/typings/28/hobby_outline_28.d.ts +7 -0
- package/dist/typings/28/science_28.d.ts +7 -0
- package/dist/typings/index.d.ts +10 -0
- package/package.json +8 -5
- package/src/svg/12/bookmark_12.svg +1 -0
- package/src/svg/20/bus_outline_20.svg +1 -0
- package/src/svg/20/metro_outline_20.svg +1 -0
- package/src/svg/24/bookmark_circle_fill_gray_24.svg +1 -0
- package/src/svg/24/bookmark_circle_outline_gray_24.svg +1 -0
- package/src/svg/28/chevron_down_circle_28.svg +1 -0
- package/src/svg/28/chevron_up_circle_28.svg +1 -0
- package/src/svg/28/fish_outline_28.svg +1 -0
- package/src/svg/28/hobby_outline_28.svg +1 -0
- package/src/svg/28/science_28.svg +1 -0
package/dist/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export { Icon12Articles } from "./12/articles_12.js";
|
|
|
15
15
|
export { Icon12ArticlesOutline } from "./12/articles_outline_12.js";
|
|
16
16
|
export { Icon12Block } from "./12/block_12.js";
|
|
17
17
|
export { Icon12Bomb } from "./12/bomb_12.js";
|
|
18
|
+
export { Icon12Bookmark } from "./12/bookmark_12.js";
|
|
18
19
|
export { Icon12BookmarkOutline } from "./12/bookmark_outline_12.js";
|
|
19
20
|
export { Icon12Cake } from "./12/cake_12.js";
|
|
20
21
|
export { Icon12Cancel } from "./12/cancel_12.js";
|
|
@@ -678,6 +679,7 @@ export { Icon20BrushOutline } from "./20/brush_outline_20.js";
|
|
|
678
679
|
export { Icon20BubbleLolOutline } from "./20/bubble_lol_outline_20.js";
|
|
679
680
|
export { Icon20BugOutline } from "./20/bug_outline_20.js";
|
|
680
681
|
export { Icon20BuildingOutline } from "./20/building_outline_20.js";
|
|
682
|
+
export { Icon20BusOutline } from "./20/bus_outline_20.js";
|
|
681
683
|
export { Icon20CakeCircleFillPurple } from "./20/cake_circle_fill_purple_20.js";
|
|
682
684
|
export { Icon20CakeCircleFillRaspberryPink } from "./20/cake_circle_fill_raspberry_pink_20.js";
|
|
683
685
|
export { Icon20CakeOutline } from "./20/cake_outline_20.js";
|
|
@@ -996,6 +998,7 @@ export { Icon20MessageTextOutline } from "./20/message_text_outline_20.js";
|
|
|
996
998
|
export { Icon20MessageUnreadCircleFillGray } from "./20/message_unread_circle_fill_gray_20.js";
|
|
997
999
|
export { Icon20MessageUnreadCircleFillRed } from "./20/message_unread_circle_fill_red_20.js";
|
|
998
1000
|
export { Icon20MessageUnreadTopOutline } from "./20/message_unread_top_outline_20.js";
|
|
1001
|
+
export { Icon20MetroOutline } from "./20/metro_outline_20.js";
|
|
999
1002
|
export { Icon20MicCircleFillRaspberryPink } from "./20/mic_circle_fill_raspberry_pink_20.js";
|
|
1000
1003
|
export { Icon20MinecraftOutline } from "./20/minecraft_outline_20.js";
|
|
1001
1004
|
export { Icon20MinusOutline } from "./20/minus_outline_20.js";
|
|
@@ -1384,6 +1387,8 @@ export { Icon24Bookmark } from "./24/bookmark_24.js";
|
|
|
1384
1387
|
export { Icon24BookmarkAddBadgeOutline } from "./24/bookmark_add_badge_outline_24.js";
|
|
1385
1388
|
export { Icon24BookmarkCheckBadge } from "./24/bookmark_check_badge_24.js";
|
|
1386
1389
|
export { Icon24BookmarkCheckOutline } from "./24/bookmark_check_outline_24.js";
|
|
1390
|
+
export { Icon24BookmarkCircleFillGray } from "./24/bookmark_circle_fill_gray_24.js";
|
|
1391
|
+
export { Icon24BookmarkCircleOutlineGray } from "./24/bookmark_circle_outline_gray_24.js";
|
|
1387
1392
|
export { Icon24BookmarkOutline } from "./24/bookmark_outline_24.js";
|
|
1388
1393
|
export { Icon24BookmarkSlashOutline } from "./24/bookmark_slash_outline_24.js";
|
|
1389
1394
|
export { Icon24BooksOutline } from "./24/books_outline_24.js";
|
|
@@ -2224,6 +2229,7 @@ export { Icon28ChecksOutline } from "./28/checks_outline_28.js";
|
|
|
2224
2229
|
export { Icon28CheckSquareOutline } from "./28/check_square_outline_28.js";
|
|
2225
2230
|
export { Icon28ChefHatOutline } from "./28/chef_hat_outline_28.js";
|
|
2226
2231
|
export { Icon28ChevronBack } from "./28/chevron_back_28.js";
|
|
2232
|
+
export { Icon28ChevronDownCircle } from "./28/chevron_down_circle_28.js";
|
|
2227
2233
|
export { Icon28ChevronDownOutline } from "./28/chevron_down_outline_28.js";
|
|
2228
2234
|
export { Icon28ChevronLeft } from "./28/chevron_left_28.js";
|
|
2229
2235
|
export { Icon28ChevronLeftCircle } from "./28/chevron_left_circle_28.js";
|
|
@@ -2233,6 +2239,7 @@ export { Icon28ChevronRightCircleOutline } from "./28/chevron_right_circle_outli
|
|
|
2233
2239
|
export { Icon28ChevronRightOutline } from "./28/chevron_right_outline_28.js";
|
|
2234
2240
|
export { Icon28Chevrons2LeftOutline } from "./28/chevrons_2_left_outline_28.js";
|
|
2235
2241
|
export { Icon28Chevrons2RightOutline } from "./28/chevrons_2_right_outline_28.js";
|
|
2242
|
+
export { Icon28ChevronUpCircle } from "./28/chevron_up_circle_28.js";
|
|
2236
2243
|
export { Icon28ChevronUpOutline } from "./28/chevron_up_outline_28.js";
|
|
2237
2244
|
export { Icon28ChristmasTreeOutline } from "./28/christmas_tree_outline_28.js";
|
|
2238
2245
|
export { Icon28CigaretteOutline } from "./28/cigarette_outline_28.js";
|
|
@@ -2349,6 +2356,7 @@ export { Icon28Fire } from "./28/fire_28.js";
|
|
|
2349
2356
|
export { Icon28FireAltOutline } from "./28/fire_alt_outline_28.js";
|
|
2350
2357
|
export { Icon28FireCircleFillRed } from "./28/fire_circle_fill_red_28.js";
|
|
2351
2358
|
export { Icon28FireOutline } from "./28/fire_outline_28.js";
|
|
2359
|
+
export { Icon28FishOutline } from "./28/fish_outline_28.js";
|
|
2352
2360
|
export { Icon28FlagOutline } from "./28/flag_outline_28.js";
|
|
2353
2361
|
export { Icon28Flash } from "./28/flash_28.js";
|
|
2354
2362
|
export { Icon28FlashCircleFillGray } from "./28/flash_circle_fill_gray_28.js";
|
|
@@ -2428,6 +2436,7 @@ export { Icon28HistoryBackwardOutline } from "./28/history_backward_outline_28.j
|
|
|
2428
2436
|
export { Icon28HistoryForwardLockOutline } from "./28/history_forward_lock_outline_28.js";
|
|
2429
2437
|
export { Icon28HistoryForwardOutline } from "./28/history_forward_outline_28.js";
|
|
2430
2438
|
export { Icon28HistoryForwardSubstractOutline } from "./28/history_forward_substract_outline_28.js";
|
|
2439
|
+
export { Icon28HobbyOutline } from "./28/hobby_outline_28.js";
|
|
2431
2440
|
export { Icon28HockeyOutline } from "./28/hockey_outline_28.js";
|
|
2432
2441
|
export { Icon28HomeArrowDownOutline } from "./28/home_arrow_down_outline_28.js";
|
|
2433
2442
|
export { Icon28HomeOutline } from "./28/home_outline_28.js";
|
|
@@ -2743,6 +2752,7 @@ export { Icon28SadFaceOutline } from "./28/sad_face_outline_28.js";
|
|
|
2743
2752
|
export { Icon28SafariOutline } from "./28/safari_outline_28.js";
|
|
2744
2753
|
export { Icon28ScanViewfinderOutline } from "./28/scan_viewfinder_outline_28.js";
|
|
2745
2754
|
export { Icon28SchoolOutline } from "./28/school_outline_28.js";
|
|
2755
|
+
export { Icon28Science } from "./28/science_28.js";
|
|
2746
2756
|
export { Icon28ScissorsOutline } from "./28/scissors_outline_28.js";
|
|
2747
2757
|
export { Icon28Screencast } from "./28/screencast_28.js";
|
|
2748
2758
|
export { Icon28ScreencastEnabledOutline } from "./28/screencast_enabled_outline_28.js";
|
package/dist/index.js
CHANGED
|
@@ -15,6 +15,7 @@ export { Icon12Articles } from "./12/articles_12.js";
|
|
|
15
15
|
export { Icon12ArticlesOutline } from "./12/articles_outline_12.js";
|
|
16
16
|
export { Icon12Block } from "./12/block_12.js";
|
|
17
17
|
export { Icon12Bomb } from "./12/bomb_12.js";
|
|
18
|
+
export { Icon12Bookmark } from "./12/bookmark_12.js";
|
|
18
19
|
export { Icon12BookmarkOutline } from "./12/bookmark_outline_12.js";
|
|
19
20
|
export { Icon12Cake } from "./12/cake_12.js";
|
|
20
21
|
export { Icon12Cancel } from "./12/cancel_12.js";
|
|
@@ -678,6 +679,7 @@ export { Icon20BrushOutline } from "./20/brush_outline_20.js";
|
|
|
678
679
|
export { Icon20BubbleLolOutline } from "./20/bubble_lol_outline_20.js";
|
|
679
680
|
export { Icon20BugOutline } from "./20/bug_outline_20.js";
|
|
680
681
|
export { Icon20BuildingOutline } from "./20/building_outline_20.js";
|
|
682
|
+
export { Icon20BusOutline } from "./20/bus_outline_20.js";
|
|
681
683
|
export { Icon20CakeCircleFillPurple } from "./20/cake_circle_fill_purple_20.js";
|
|
682
684
|
export { Icon20CakeCircleFillRaspberryPink } from "./20/cake_circle_fill_raspberry_pink_20.js";
|
|
683
685
|
export { Icon20CakeOutline } from "./20/cake_outline_20.js";
|
|
@@ -996,6 +998,7 @@ export { Icon20MessageTextOutline } from "./20/message_text_outline_20.js";
|
|
|
996
998
|
export { Icon20MessageUnreadCircleFillGray } from "./20/message_unread_circle_fill_gray_20.js";
|
|
997
999
|
export { Icon20MessageUnreadCircleFillRed } from "./20/message_unread_circle_fill_red_20.js";
|
|
998
1000
|
export { Icon20MessageUnreadTopOutline } from "./20/message_unread_top_outline_20.js";
|
|
1001
|
+
export { Icon20MetroOutline } from "./20/metro_outline_20.js";
|
|
999
1002
|
export { Icon20MicCircleFillRaspberryPink } from "./20/mic_circle_fill_raspberry_pink_20.js";
|
|
1000
1003
|
export { Icon20MinecraftOutline } from "./20/minecraft_outline_20.js";
|
|
1001
1004
|
export { Icon20MinusOutline } from "./20/minus_outline_20.js";
|
|
@@ -1384,6 +1387,8 @@ export { Icon24Bookmark } from "./24/bookmark_24.js";
|
|
|
1384
1387
|
export { Icon24BookmarkAddBadgeOutline } from "./24/bookmark_add_badge_outline_24.js";
|
|
1385
1388
|
export { Icon24BookmarkCheckBadge } from "./24/bookmark_check_badge_24.js";
|
|
1386
1389
|
export { Icon24BookmarkCheckOutline } from "./24/bookmark_check_outline_24.js";
|
|
1390
|
+
export { Icon24BookmarkCircleFillGray } from "./24/bookmark_circle_fill_gray_24.js";
|
|
1391
|
+
export { Icon24BookmarkCircleOutlineGray } from "./24/bookmark_circle_outline_gray_24.js";
|
|
1387
1392
|
export { Icon24BookmarkOutline } from "./24/bookmark_outline_24.js";
|
|
1388
1393
|
export { Icon24BookmarkSlashOutline } from "./24/bookmark_slash_outline_24.js";
|
|
1389
1394
|
export { Icon24BooksOutline } from "./24/books_outline_24.js";
|
|
@@ -2224,6 +2229,7 @@ export { Icon28ChecksOutline } from "./28/checks_outline_28.js";
|
|
|
2224
2229
|
export { Icon28CheckSquareOutline } from "./28/check_square_outline_28.js";
|
|
2225
2230
|
export { Icon28ChefHatOutline } from "./28/chef_hat_outline_28.js";
|
|
2226
2231
|
export { Icon28ChevronBack } from "./28/chevron_back_28.js";
|
|
2232
|
+
export { Icon28ChevronDownCircle } from "./28/chevron_down_circle_28.js";
|
|
2227
2233
|
export { Icon28ChevronDownOutline } from "./28/chevron_down_outline_28.js";
|
|
2228
2234
|
export { Icon28ChevronLeft } from "./28/chevron_left_28.js";
|
|
2229
2235
|
export { Icon28ChevronLeftCircle } from "./28/chevron_left_circle_28.js";
|
|
@@ -2233,6 +2239,7 @@ export { Icon28ChevronRightCircleOutline } from "./28/chevron_right_circle_outli
|
|
|
2233
2239
|
export { Icon28ChevronRightOutline } from "./28/chevron_right_outline_28.js";
|
|
2234
2240
|
export { Icon28Chevrons2LeftOutline } from "./28/chevrons_2_left_outline_28.js";
|
|
2235
2241
|
export { Icon28Chevrons2RightOutline } from "./28/chevrons_2_right_outline_28.js";
|
|
2242
|
+
export { Icon28ChevronUpCircle } from "./28/chevron_up_circle_28.js";
|
|
2236
2243
|
export { Icon28ChevronUpOutline } from "./28/chevron_up_outline_28.js";
|
|
2237
2244
|
export { Icon28ChristmasTreeOutline } from "./28/christmas_tree_outline_28.js";
|
|
2238
2245
|
export { Icon28CigaretteOutline } from "./28/cigarette_outline_28.js";
|
|
@@ -2349,6 +2356,7 @@ export { Icon28Fire } from "./28/fire_28.js";
|
|
|
2349
2356
|
export { Icon28FireAltOutline } from "./28/fire_alt_outline_28.js";
|
|
2350
2357
|
export { Icon28FireCircleFillRed } from "./28/fire_circle_fill_red_28.js";
|
|
2351
2358
|
export { Icon28FireOutline } from "./28/fire_outline_28.js";
|
|
2359
|
+
export { Icon28FishOutline } from "./28/fish_outline_28.js";
|
|
2352
2360
|
export { Icon28FlagOutline } from "./28/flag_outline_28.js";
|
|
2353
2361
|
export { Icon28Flash } from "./28/flash_28.js";
|
|
2354
2362
|
export { Icon28FlashCircleFillGray } from "./28/flash_circle_fill_gray_28.js";
|
|
@@ -2428,6 +2436,7 @@ export { Icon28HistoryBackwardOutline } from "./28/history_backward_outline_28.j
|
|
|
2428
2436
|
export { Icon28HistoryForwardLockOutline } from "./28/history_forward_lock_outline_28.js";
|
|
2429
2437
|
export { Icon28HistoryForwardOutline } from "./28/history_forward_outline_28.js";
|
|
2430
2438
|
export { Icon28HistoryForwardSubstractOutline } from "./28/history_forward_substract_outline_28.js";
|
|
2439
|
+
export { Icon28HobbyOutline } from "./28/hobby_outline_28.js";
|
|
2431
2440
|
export { Icon28HockeyOutline } from "./28/hockey_outline_28.js";
|
|
2432
2441
|
export { Icon28HomeArrowDownOutline } from "./28/home_arrow_down_outline_28.js";
|
|
2433
2442
|
export { Icon28HomeOutline } from "./28/home_outline_28.js";
|
|
@@ -2743,6 +2752,7 @@ export { Icon28SadFaceOutline } from "./28/sad_face_outline_28.js";
|
|
|
2743
2752
|
export { Icon28SafariOutline } from "./28/safari_outline_28.js";
|
|
2744
2753
|
export { Icon28ScanViewfinderOutline } from "./28/scan_viewfinder_outline_28.js";
|
|
2745
2754
|
export { Icon28SchoolOutline } from "./28/school_outline_28.js";
|
|
2755
|
+
export { Icon28Science } from "./28/science_28.js";
|
|
2746
2756
|
export { Icon28ScissorsOutline } from "./28/scissors_outline_28.js";
|
|
2747
2757
|
export { Icon28Screencast } from "./28/screencast_28.js";
|
|
2748
2758
|
export { Icon28ScreencastEnabledOutline } from "./28/screencast_enabled_outline_28.js";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon12BookmarkProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon12Bookmark: React.FC<Icon12BookmarkProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon20BusOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon20BusOutline: React.FC<Icon20BusOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon20MetroOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon20MetroOutline: React.FC<Icon20MetroOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon24BookmarkCircleFillGrayProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon24BookmarkCircleFillGray: React.FC<Icon24BookmarkCircleFillGrayProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon24BookmarkCircleOutlineGrayProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon24BookmarkCircleOutlineGray: React.FC<Icon24BookmarkCircleOutlineGrayProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon28ChevronDownCircleProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon28ChevronDownCircle: React.FC<Icon28ChevronDownCircleProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon28ChevronUpCircleProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon28ChevronUpCircle: React.FC<Icon28ChevronUpCircleProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon28FishOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon28FishOutline: React.FC<Icon28FishOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon28HobbyOutlineProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon28HobbyOutline: React.FC<Icon28HobbyOutlineProps> & {
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { type SvgIconProps } from "@vkontakte/icons-sprite";
|
|
3
|
+
export type Icon28ScienceProps = SvgIconProps;
|
|
4
|
+
/**
|
|
5
|
+
* 
|
|
6
|
+
*/ export declare const Icon28Science: React.FC<Icon28ScienceProps> & {
|
|
7
|
+
};
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export { Icon12Articles } from "./12/articles_12.js";
|
|
|
15
15
|
export { Icon12ArticlesOutline } from "./12/articles_outline_12.js";
|
|
16
16
|
export { Icon12Block } from "./12/block_12.js";
|
|
17
17
|
export { Icon12Bomb } from "./12/bomb_12.js";
|
|
18
|
+
export { Icon12Bookmark } from "./12/bookmark_12.js";
|
|
18
19
|
export { Icon12BookmarkOutline } from "./12/bookmark_outline_12.js";
|
|
19
20
|
export { Icon12Cake } from "./12/cake_12.js";
|
|
20
21
|
export { Icon12Cancel } from "./12/cancel_12.js";
|
|
@@ -678,6 +679,7 @@ export { Icon20BrushOutline } from "./20/brush_outline_20.js";
|
|
|
678
679
|
export { Icon20BubbleLolOutline } from "./20/bubble_lol_outline_20.js";
|
|
679
680
|
export { Icon20BugOutline } from "./20/bug_outline_20.js";
|
|
680
681
|
export { Icon20BuildingOutline } from "./20/building_outline_20.js";
|
|
682
|
+
export { Icon20BusOutline } from "./20/bus_outline_20.js";
|
|
681
683
|
export { Icon20CakeCircleFillPurple } from "./20/cake_circle_fill_purple_20.js";
|
|
682
684
|
export { Icon20CakeCircleFillRaspberryPink } from "./20/cake_circle_fill_raspberry_pink_20.js";
|
|
683
685
|
export { Icon20CakeOutline } from "./20/cake_outline_20.js";
|
|
@@ -996,6 +998,7 @@ export { Icon20MessageTextOutline } from "./20/message_text_outline_20.js";
|
|
|
996
998
|
export { Icon20MessageUnreadCircleFillGray } from "./20/message_unread_circle_fill_gray_20.js";
|
|
997
999
|
export { Icon20MessageUnreadCircleFillRed } from "./20/message_unread_circle_fill_red_20.js";
|
|
998
1000
|
export { Icon20MessageUnreadTopOutline } from "./20/message_unread_top_outline_20.js";
|
|
1001
|
+
export { Icon20MetroOutline } from "./20/metro_outline_20.js";
|
|
999
1002
|
export { Icon20MicCircleFillRaspberryPink } from "./20/mic_circle_fill_raspberry_pink_20.js";
|
|
1000
1003
|
export { Icon20MinecraftOutline } from "./20/minecraft_outline_20.js";
|
|
1001
1004
|
export { Icon20MinusOutline } from "./20/minus_outline_20.js";
|
|
@@ -1384,6 +1387,8 @@ export { Icon24Bookmark } from "./24/bookmark_24.js";
|
|
|
1384
1387
|
export { Icon24BookmarkAddBadgeOutline } from "./24/bookmark_add_badge_outline_24.js";
|
|
1385
1388
|
export { Icon24BookmarkCheckBadge } from "./24/bookmark_check_badge_24.js";
|
|
1386
1389
|
export { Icon24BookmarkCheckOutline } from "./24/bookmark_check_outline_24.js";
|
|
1390
|
+
export { Icon24BookmarkCircleFillGray } from "./24/bookmark_circle_fill_gray_24.js";
|
|
1391
|
+
export { Icon24BookmarkCircleOutlineGray } from "./24/bookmark_circle_outline_gray_24.js";
|
|
1387
1392
|
export { Icon24BookmarkOutline } from "./24/bookmark_outline_24.js";
|
|
1388
1393
|
export { Icon24BookmarkSlashOutline } from "./24/bookmark_slash_outline_24.js";
|
|
1389
1394
|
export { Icon24BooksOutline } from "./24/books_outline_24.js";
|
|
@@ -2224,6 +2229,7 @@ export { Icon28ChecksOutline } from "./28/checks_outline_28.js";
|
|
|
2224
2229
|
export { Icon28CheckSquareOutline } from "./28/check_square_outline_28.js";
|
|
2225
2230
|
export { Icon28ChefHatOutline } from "./28/chef_hat_outline_28.js";
|
|
2226
2231
|
export { Icon28ChevronBack } from "./28/chevron_back_28.js";
|
|
2232
|
+
export { Icon28ChevronDownCircle } from "./28/chevron_down_circle_28.js";
|
|
2227
2233
|
export { Icon28ChevronDownOutline } from "./28/chevron_down_outline_28.js";
|
|
2228
2234
|
export { Icon28ChevronLeft } from "./28/chevron_left_28.js";
|
|
2229
2235
|
export { Icon28ChevronLeftCircle } from "./28/chevron_left_circle_28.js";
|
|
@@ -2233,6 +2239,7 @@ export { Icon28ChevronRightCircleOutline } from "./28/chevron_right_circle_outli
|
|
|
2233
2239
|
export { Icon28ChevronRightOutline } from "./28/chevron_right_outline_28.js";
|
|
2234
2240
|
export { Icon28Chevrons2LeftOutline } from "./28/chevrons_2_left_outline_28.js";
|
|
2235
2241
|
export { Icon28Chevrons2RightOutline } from "./28/chevrons_2_right_outline_28.js";
|
|
2242
|
+
export { Icon28ChevronUpCircle } from "./28/chevron_up_circle_28.js";
|
|
2236
2243
|
export { Icon28ChevronUpOutline } from "./28/chevron_up_outline_28.js";
|
|
2237
2244
|
export { Icon28ChristmasTreeOutline } from "./28/christmas_tree_outline_28.js";
|
|
2238
2245
|
export { Icon28CigaretteOutline } from "./28/cigarette_outline_28.js";
|
|
@@ -2349,6 +2356,7 @@ export { Icon28Fire } from "./28/fire_28.js";
|
|
|
2349
2356
|
export { Icon28FireAltOutline } from "./28/fire_alt_outline_28.js";
|
|
2350
2357
|
export { Icon28FireCircleFillRed } from "./28/fire_circle_fill_red_28.js";
|
|
2351
2358
|
export { Icon28FireOutline } from "./28/fire_outline_28.js";
|
|
2359
|
+
export { Icon28FishOutline } from "./28/fish_outline_28.js";
|
|
2352
2360
|
export { Icon28FlagOutline } from "./28/flag_outline_28.js";
|
|
2353
2361
|
export { Icon28Flash } from "./28/flash_28.js";
|
|
2354
2362
|
export { Icon28FlashCircleFillGray } from "./28/flash_circle_fill_gray_28.js";
|
|
@@ -2428,6 +2436,7 @@ export { Icon28HistoryBackwardOutline } from "./28/history_backward_outline_28.j
|
|
|
2428
2436
|
export { Icon28HistoryForwardLockOutline } from "./28/history_forward_lock_outline_28.js";
|
|
2429
2437
|
export { Icon28HistoryForwardOutline } from "./28/history_forward_outline_28.js";
|
|
2430
2438
|
export { Icon28HistoryForwardSubstractOutline } from "./28/history_forward_substract_outline_28.js";
|
|
2439
|
+
export { Icon28HobbyOutline } from "./28/hobby_outline_28.js";
|
|
2431
2440
|
export { Icon28HockeyOutline } from "./28/hockey_outline_28.js";
|
|
2432
2441
|
export { Icon28HomeArrowDownOutline } from "./28/home_arrow_down_outline_28.js";
|
|
2433
2442
|
export { Icon28HomeOutline } from "./28/home_outline_28.js";
|
|
@@ -2743,6 +2752,7 @@ export { Icon28SadFaceOutline } from "./28/sad_face_outline_28.js";
|
|
|
2743
2752
|
export { Icon28SafariOutline } from "./28/safari_outline_28.js";
|
|
2744
2753
|
export { Icon28ScanViewfinderOutline } from "./28/scan_viewfinder_outline_28.js";
|
|
2745
2754
|
export { Icon28SchoolOutline } from "./28/school_outline_28.js";
|
|
2755
|
+
export { Icon28Science } from "./28/science_28.js";
|
|
2746
2756
|
export { Icon28ScissorsOutline } from "./28/scissors_outline_28.js";
|
|
2747
2757
|
export { Icon28Screencast } from "./28/screencast_28.js";
|
|
2748
2758
|
export { Icon28ScreencastEnabledOutline } from "./28/screencast_enabled_outline_28.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.69.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.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@rspack/cli": "^2.1
|
|
44
|
-
"@rspack/core": "^2.1
|
|
43
|
+
"@rspack/cli": "^2.2.1",
|
|
44
|
+
"@rspack/core": "^2.2.1",
|
|
45
45
|
"@size-limit/file": "^13.0.3",
|
|
46
46
|
"@size-limit/webpack": "^13.0.3",
|
|
47
47
|
"@swc/cli": "^0.8.1",
|
|
48
|
-
"@swc/core": "^1.
|
|
48
|
+
"@swc/core": "^1.16.1",
|
|
49
49
|
"@types/react": "^19.0.1",
|
|
50
50
|
"@vkontakte/icons-scripts": "^5.4.1",
|
|
51
51
|
"react": "^19.0.0",
|
|
@@ -87,5 +87,8 @@
|
|
|
87
87
|
"brotli": false,
|
|
88
88
|
"webpack": false
|
|
89
89
|
}
|
|
90
|
-
]
|
|
90
|
+
],
|
|
91
|
+
"publishConfig": {
|
|
92
|
+
"provenance": true
|
|
93
|
+
}
|
|
91
94
|
}
|
|
@@ -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.5 0c.692 0 1.24 0 1.683.036.447.037.83.113 1.18.291a3 3 0 0 1 1.31 1.31c.178.35.254.733.29 1.18C11 3.26 11 3.808 11 4.5v4.769c0 .515 0 .937-.03 1.262-.028.317-.091.642-.294.899a1.5 1.5 0 0 1-1.165.568c-.328.002-.623-.148-.89-.32-.274-.177-.607-.437-1.014-.754l-.93-.727c-.389-.303-.473-.357-.546-.377a.5.5 0 0 0-.262 0c-.073.02-.157.074-.546.377l-.93.727c-.407.317-.74.577-1.014.754-.267.172-.562.322-.89.32a1.5 1.5 0 0 1-1.165-.568c-.203-.257-.266-.582-.295-.899C1 10.206 1 9.784 1 9.27V4.5c0-.692 0-1.24.036-1.683.037-.447.113-.83.291-1.18a3 3 0 0 1 1.31-1.31c.35-.178.733-.254 1.18-.29C4.26 0 4.808 0 5.5 0z"/></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="M10.65 1.499c.968 0 1.739 0 2.36.05.63.051 1.172.16 1.67.413a4.25 4.25 0 0 1 1.857 1.857c.254.498.362 1.04.413 1.67.05.621.05 1.392.05 2.36v.648h.314c.38 0 .686.307.686.686v.399c0 .548-.351 1.035-.871 1.208a.5.5 0 0 1-.129.023v.8c0 .827.001 1.494-.043 2.032-.045.546-.14 1.026-.366 1.47a3.75 3.75 0 0 1-1.587 1.61v.525c0 .186 0 .279-.012.356a1.05 1.05 0 0 1-.882.882c-.077.012-.17.012-.356.012s-.279 0-.356-.012a1.05 1.05 0 0 1-.882-.882c-.012-.077-.012-.17-.012-.356v-.093q-.478.007-1.054.006h-2.9q-.575 0-1.05-.006v.092c0 .186 0 .279-.012.357a1.05 1.05 0 0 1-.882.881c-.077.012-.17.012-.356.012s-.279 0-.356-.012a1.05 1.05 0 0 1-.882-.881C5 17.528 5 17.435 5 17.249v-.522a3.75 3.75 0 0 1-1.59-1.612c-.227-.444-.322-.924-.367-1.47C2.999 13.107 3 12.44 3 11.612v-.8a.5.5 0 0 1-.129-.022A1.27 1.27 0 0 1 2 9.582v-.4c0-.378.307-.685.686-.685H3V7.85c0-.968 0-1.739.05-2.36.051-.63.16-1.172.413-1.67A4.25 4.25 0 0 1 5.32 1.962c.498-.254 1.04-.362 1.67-.413.621-.05 1.392-.05 2.36-.05zM4.5 11.612c0 .852 0 1.447.038 1.91.037.453.106.715.207.913.216.423.56.766.984.982.197.1.458.17.912.207.462.038 1.056.04 1.909.04h2.9c.853 0 1.447-.002 1.91-.04.453-.037.714-.106.912-.207a2.25 2.25 0 0 0 .983-.982c.1-.198.17-.46.207-.914.038-.462.038-1.057.038-1.909V11.5h-11zM7.255 13a.75.75 0 0 1 0 1.5h-.752a.75.75 0 0 1 0-1.5zm6.245 0a.75.75 0 0 1 0 1.5h-.75a.75.75 0 0 1 0-1.5zM9.35 2.999c-.993 0-1.692 0-2.238.045-.537.044-.86.127-1.11.255A2.75 2.75 0 0 0 4.8 4.5c-.128.25-.211.573-.255 1.11C4.5 6.157 4.5 6.856 4.5 7.85V10h11V7.849c0-.993 0-1.692-.045-2.238-.044-.537-.127-.86-.255-1.11a2.75 2.75 0 0 0-1.202-1.202c-.25-.128-.573-.211-1.11-.255-.546-.045-1.245-.045-2.238-.045z"/></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="M10 1.5a8.5 8.5 0 1 1 0 17 8.5 8.5 0 0 1 0-17M10 3a7 7 0 1 0 0 14 7 7 0 0 0 0-14M7.257 6.694c.308-.583 1.163-.594 1.486-.02l.06.133 1.198 3.261 1.197-3.261.06-.133c.348-.616 1.303-.558 1.544.154l1.909 5.679a.75.75 0 0 1-1.422.478L11.97 9.06l-1.076 2.934c-.305.83-1.479.83-1.784 0L8.032 9.06l-1.32 3.926a.75.75 0 0 1-1.421-.478l1.91-5.678z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g clip-path="url(#a)"><circle cx="12" cy="12" r="12" fill="url(#b)"/><path fill="#fff" d="M12.5 6c.692 0 1.24 0 1.683.036.447.037.83.113 1.18.291a3 3 0 0 1 1.31 1.31c.178.35.254.733.29 1.18C17 9.26 17 9.808 17 10.5v4.769c0 .515 0 .937-.03 1.262-.028.317-.091.642-.294.899a1.5 1.5 0 0 1-1.165.568c-.327.002-.623-.148-.89-.32-.274-.177-.607-.437-1.014-.754l-.93-.727c-.389-.303-.473-.357-.546-.377a.5.5 0 0 0-.262 0c-.073.02-.157.074-.546.377l-.93.727c-.407.317-.74.577-1.014.754-.267.172-.562.322-.89.32a1.5 1.5 0 0 1-1.165-.568c-.203-.257-.266-.582-.295-.899C7 16.206 7 15.784 7 15.27V10.5c0-.692 0-1.24.036-1.683.037-.447.113-.83.291-1.18a3 3 0 0 1 1.31-1.31c.35-.178.733-.254 1.18-.29C10.26 6 10.808 6 11.5 6z"/></g><defs><linearGradient id="b" x1="-12" x2="12" y1="12" y2="36" gradientUnits="userSpaceOnUse"><stop stop-color="#b1b6bd"/><stop offset="1" stop-color="#99a2ad"/></linearGradient><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></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"><g clip-path="url(#a)"><circle cx="12" cy="12" r="12" fill="url(#b)"/><path fill="#fff" fill-rule="evenodd" d="M11.478 6h1.044c.681 0 1.223 0 1.66.036.448.036.83.113 1.18.291a3 3 0 0 1 1.311 1.311c.178.35.255.731.291 1.18.036.437.036.979.036 1.66v4.816c0 .504 0 .917-.03 1.237-.028.317-.091.642-.294.898a1.5 1.5 0 0 1-1.165.569c-.327.002-.623-.148-.89-.32-.27-.174-.596-.428-.993-.739l-.951-.742c-.389-.303-.473-.357-.546-.377a.5.5 0 0 0-.262 0c-.073.02-.157.074-.546.377l-.95.742c-.398.31-.724.565-.994.739-.267.172-.563.322-.89.32a1.5 1.5 0 0 1-1.165-.569c-.203-.256-.266-.581-.295-.898C7 16.21 7 15.798 7 15.294v-4.816c0-.681 0-1.223.036-1.66.036-.449.113-.83.291-1.18a3 3 0 0 1 1.311-1.311c.35-.178.731-.255 1.18-.291C10.254 6 10.796 6 11.477 6m-1.58 1.032c-.385.032-.62.092-.806.186a2 2 0 0 0-.874.874c-.094.185-.154.42-.186.807C8 9.29 8 9.792 8 10.5v4.768c0 .536 0 .903.025 1.172.025.278.07.352.083.368a.5.5 0 0 0 .388.19c.021 0 .107-.01.342-.161.227-.146.516-.372.939-.702l.93-.726.063-.049c.289-.226.542-.425.837-.505.257-.07.529-.07.786 0 .295.08.548.279.837.505l.062.049.931.726c.423.33.712.556.94.702.234.15.32.16.34.16a.5.5 0 0 0 .389-.189c.013-.016.058-.09.083-.368.024-.269.025-.636.025-1.172V10.5c0-.708 0-1.21-.032-1.601-.032-.386-.092-.622-.186-.807a2 2 0 0 0-.874-.874c-.185-.094-.42-.154-.807-.186C13.71 7 13.208 7 12.5 7h-1c-.708 0-1.21 0-1.601.032" clip-rule="evenodd"/></g><defs><linearGradient id="b" x1="-12" x2="12" y1="12" y2="36" gradientUnits="userSpaceOnUse"><stop stop-color="#b1b6bd"/><stop offset="1" stop-color="#99a2ad"/></linearGradient><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></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 28c7.732 0 14-6.268 14-14S21.732 0 14 0 0 6.268 0 14s6.268 14 14 14" opacity=".12"/><path fill-rule="evenodd" d="M19.707 11.293a1 1 0 0 0-1.414 0L14 15.586l-4.293-4.293a1 1 0 0 0-1.414 1.414l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 0 0 0-1.414" 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="M14 28c7.732 0 14-6.268 14-14S21.732 0 14 0 0 6.268 0 14s6.268 14 14 14" opacity=".12"/><path fill-rule="evenodd" d="M19.707 16.707a1 1 0 0 1-1.414 0L14 12.414l-4.293 4.293a1 1 0 0 1-1.414-1.414l5-5a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414" 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="M16.4 7c1.184 0 2.26.135 3.237.373 2.362.576 4.18 2.163 5.37 3.519a16 16 0 0 1 1.744 2.404l.096.168.026.048.008.014.003.006c-.002.002-.044.025-.884.468l.884.467-.003.007-.008.014-.026.048-.096.168a14 14 0 0 1-.361.584 16 16 0 0 1-1.382 1.82c-1.192 1.356-3.009 2.943-5.371 3.519-.976.238-2.053.373-3.237.373-3.447 0-6.715-1.756-9.333-3.814a29 29 0 0 1-2.029-1.761 26 26 0 0 0-2.214 2.742 1 1 0 0 1-1.648-1.134A28 28 0 0 1 3.633 14a28 28 0 0 1-2.457-3.033 1 1 0 0 1 1.648-1.134 26 26 0 0 0 2.214 2.741c.631-.6 1.31-1.196 2.03-1.76C9.684 8.756 12.952 7 16.4 7m0 2c-2.792 0-5.625 1.444-8.097 3.387A27 27 0 0 0 6.44 14a27 27 0 0 0 1.862 1.613C10.775 17.556 13.607 19 16.4 19q.782-.001 1.479-.086c-1.006-2.273-1.785-6.04-.016-9.831A13 13 0 0 0 16.4 9m3.47.535c-1.821 3.487-.932 7.053.004 8.927 1.472-.553 2.707-1.62 3.632-2.674.527-.6.934-1.172 1.209-1.593l.12-.195-.12-.195a14 14 0 0 0-1.21-1.593c-.925-1.054-2.16-2.125-3.635-2.677M21 12.833a1.167 1.167 0 1 1 0 2.334 1.167 1.167 0 0 1 0-2.334M27.13 14l-.245.467L26 14l.885-.467z"/></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="M16 3c1.384 0 2.481 0 3.365.071.896.073 1.66.227 2.359.583a6 6 0 0 1 2.622 2.622c.356.7.51 1.463.583 2.359C25 9.519 25 10.617 25 12v4c0 1.384 0 2.481-.071 3.365-.073.896-.227 1.66-.583 2.359a6 6 0 0 1-2.622 2.622c-.7.356-1.463.51-2.359.583C18.481 25 17.384 25 16 25h-4c-1.383 0-2.481 0-3.365-.071-.896-.073-1.66-.227-2.359-.583a6 6 0 0 1-2.622-2.622c-.356-.7-.51-1.463-.583-2.359C3 18.481 3 17.384 3 16v-4c0-1.383 0-2.481.071-3.365.073-.896.227-1.66.583-2.359a6 6 0 0 1 2.622-2.622c.7-.356 1.463-.51 2.359-.583C9.519 3 10.617 3 12 3zm-7 9.5A1.5 1.5 0 0 0 7.5 14a1 1 0 0 1-1.14.988V15H5v1c0 1.416 0 2.419.064 3.202.064.772.183 1.244.372 1.614a4 4 0 0 0 1.748 1.749c.37.188.842.307 1.614.37C9.58 23 10.584 23 12 23h1v-.646a3.5 3.5 0 0 1 0-6.708V15h-1.528v-.002A1 1 0 0 1 10.5 14 1.5 1.5 0 0 0 9 12.5m6 4.028a1 1 0 0 1-1 .972 1.5 1.5 0 0 0 0 3 1 1 0 0 1 .99 1.14H15V23h1c1.416 0 2.419 0 3.202-.064.772-.064 1.244-.183 1.614-.372a4 4 0 0 0 1.749-1.748c.188-.37.307-.842.37-1.614C23 18.42 23 17.416 23 16v-1h-.645a3.501 3.501 0 0 1-6.71 0H15zm0-10.882a3.501 3.501 0 0 1 0 6.708V13h1.528v.001A1 1 0 0 1 17.5 14a1.5 1.5 0 0 0 3 0 1 1 0 0 1 1.14-.99V13H23v-1c0-1.416 0-2.419-.064-3.202-.064-.772-.183-1.244-.372-1.614a4 4 0 0 0-1.748-1.748c-.37-.19-.842-.308-1.614-.372C18.42 5 17.416 5 16 5h-1zM12 5c-1.416 0-2.419 0-3.202.064-.772.064-1.244.183-1.614.372a4 4 0 0 0-1.748 1.748c-.19.37-.308.842-.372 1.614C5 9.58 5 10.584 5 12v1h.646a3.501 3.501 0 0 1 6.709 0H13v-1.527h.001A1 1 0 0 1 14 10.5a1.5 1.5 0 0 0 0-3 1 1 0 0 1-.99-1.139H13V5z"/></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="M17.847 2.998c.74 0 1.416.294 1.907.773s.803 1.15.803 1.894c0 .745-.311 1.415-.803 1.895a2.72 2.72 0 0 1-1.728.762v3.093c0 .086.026.166.067.23 2.035 3.091 3.51 5.746 4.406 7.947l.09.245c.406 1.225.133 2.485-.54 3.445-.703 1.002-1.884 1.72-3.225 1.72H9.137c-1.344 0-2.514-.722-3.207-1.729-.704-1.023-.953-2.383-.429-3.68l.001-.003c.902-2.203 2.376-4.856 4.405-7.944a.4.4 0 0 0 .068-.229V8.322a2.72 2.72 0 0 1-1.729-.762 2.64 2.64 0 0 1-.802-1.895c0-.745.31-1.415.802-1.894a2.73 2.73 0 0 1 1.907-.773zm-5.872 8.419c0 .47-.137.933-.396 1.327-1.992 3.033-3.39 5.563-4.224 7.599-.246.608-.143 1.266.222 1.797.365.529.95.862 1.56.862h9.687c.615 0 1.215-.337 1.588-.87.376-.534.478-1.187.235-1.784v-.001c-.827-2.032-2.224-4.564-4.224-7.603a2.4 2.4 0 0 1-.396-1.329V8.332h-4.052zm4.138 7.584a.778.778 0 1 1 0 1.557.778.778 0 0 1 0-1.557m-4.667-.778a.779.779 0 1 1-.001 1.557.779.779 0 0 1 0-1.557m3.89-3.112a1.168 1.168 0 1 1-.001 2.337 1.168 1.168 0 0 1 0-2.337M10.152 4.998a.73.73 0 0 0-.51.204.64.64 0 0 0-.2.463c0 .176.073.339.2.463a.73.73 0 0 0 .51.204h7.694c.204 0 .383-.08.51-.204a.64.64 0 0 0 .2-.463.64.64 0 0 0-.2-.463.73.73 0 0 0-.51-.204z"/></svg>
|