@vkontakte/icons 2.84.0 → 2.85.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/20/article_box_simple_outline_20.js +13 -0
- package/dist/20/book_spread_simple_outline_20.js +13 -0
- package/dist/20/trash_simple_outline_20.js +13 -0
- package/dist/24/bookmark_check_outline_24.js +13 -0
- package/dist/24/trash_simple_outline_24.js +13 -0
- package/dist/32/send_circle_32.js +13 -0
- package/dist/es6/20/article_box_simple_outline_20.js +3 -0
- package/dist/es6/20/book_spread_simple_outline_20.js +3 -0
- package/dist/es6/20/trash_simple_outline_20.js +3 -0
- package/dist/es6/24/bookmark_check_outline_24.js +3 -0
- package/dist/es6/24/trash_simple_outline_24.js +3 -0
- package/dist/es6/32/send_circle_32.js +3 -0
- package/dist/es6/index.js +6 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +24 -0
- package/dist/typings/20/article_box_simple_outline_20.d.ts +11 -0
- package/dist/typings/20/book_spread_simple_outline_20.d.ts +11 -0
- package/dist/typings/20/trash_simple_outline_20.d.ts +11 -0
- package/dist/typings/24/bookmark_check_outline_24.d.ts +11 -0
- package/dist/typings/24/trash_simple_outline_24.d.ts +11 -0
- package/dist/typings/32/send_circle_32.d.ts +11 -0
- package/dist/typings/index.d.ts +6 -0
- package/package.json +1 -1
- package/src/svg/20/article_box_simple_outline_20.svg +1 -0
- package/src/svg/20/book_spread_simple_outline_20.svg +1 -0
- package/src/svg/20/trash_simple_outline_20.svg +1 -0
- package/src/svg/24/bookmark_check_outline_24.svg +1 -0
- package/src/svg/24/trash_simple_outline_24.svg +1 -0
- package/src/svg/32/send_circle_32.svg +1 -0
package/dist/index.js
CHANGED
|
@@ -1476,6 +1476,9 @@ _export(exports, {
|
|
|
1476
1476
|
Icon20ArticleBoxOutline: function() {
|
|
1477
1477
|
return _article_box_outline_20.Icon20ArticleBoxOutline;
|
|
1478
1478
|
},
|
|
1479
|
+
Icon20ArticleBoxSimpleOutline: function() {
|
|
1480
|
+
return _article_box_simple_outline_20.Icon20ArticleBoxSimpleOutline;
|
|
1481
|
+
},
|
|
1479
1482
|
Icon20ArticleOutline: function() {
|
|
1480
1483
|
return _article_outline_20.Icon20ArticleOutline;
|
|
1481
1484
|
},
|
|
@@ -1515,6 +1518,9 @@ _export(exports, {
|
|
|
1515
1518
|
Icon20BookSpreadOutline: function() {
|
|
1516
1519
|
return _book_spread_outline_20.Icon20BookSpreadOutline;
|
|
1517
1520
|
},
|
|
1521
|
+
Icon20BookSpreadSimpleOutline: function() {
|
|
1522
|
+
return _book_spread_simple_outline_20.Icon20BookSpreadSimpleOutline;
|
|
1523
|
+
},
|
|
1518
1524
|
Icon20Bookmark: function() {
|
|
1519
1525
|
return _bookmark_20.Icon20Bookmark;
|
|
1520
1526
|
},
|
|
@@ -2826,6 +2832,9 @@ _export(exports, {
|
|
|
2826
2832
|
Icon20TransparencyOutline: function() {
|
|
2827
2833
|
return _transparency_outline_20.Icon20TransparencyOutline;
|
|
2828
2834
|
},
|
|
2835
|
+
Icon20TrashSimpleOutline: function() {
|
|
2836
|
+
return _trash_simple_outline_20.Icon20TrashSimpleOutline;
|
|
2837
|
+
},
|
|
2829
2838
|
Icon20TrashSmileOutline: function() {
|
|
2830
2839
|
return _trash_smile_outline_20.Icon20TrashSmileOutline;
|
|
2831
2840
|
},
|
|
@@ -3243,6 +3252,9 @@ _export(exports, {
|
|
|
3243
3252
|
Icon24BookmarkCheckBadge: function() {
|
|
3244
3253
|
return _bookmark_check_badge_24.Icon24BookmarkCheckBadge;
|
|
3245
3254
|
},
|
|
3255
|
+
Icon24BookmarkCheckOutline: function() {
|
|
3256
|
+
return _bookmark_check_outline_24.Icon24BookmarkCheckOutline;
|
|
3257
|
+
},
|
|
3246
3258
|
Icon24BookmarkOutline: function() {
|
|
3247
3259
|
return _bookmark_outline_24.Icon24BookmarkOutline;
|
|
3248
3260
|
},
|
|
@@ -4806,6 +4818,9 @@ _export(exports, {
|
|
|
4806
4818
|
Icon24TicketOutline: function() {
|
|
4807
4819
|
return _ticket_outline_24.Icon24TicketOutline;
|
|
4808
4820
|
},
|
|
4821
|
+
Icon24TrashSimpleOutline: function() {
|
|
4822
|
+
return _trash_simple_outline_24.Icon24TrashSimpleOutline;
|
|
4823
|
+
},
|
|
4809
4824
|
Icon24TrashSmileOutline: function() {
|
|
4810
4825
|
return _trash_smile_outline_24.Icon24TrashSmileOutline;
|
|
4811
4826
|
},
|
|
@@ -7395,6 +7410,9 @@ _export(exports, {
|
|
|
7395
7410
|
Icon32SearchOutline: function() {
|
|
7396
7411
|
return _search_outline_32.Icon32SearchOutline;
|
|
7397
7412
|
},
|
|
7413
|
+
Icon32SendCircle: function() {
|
|
7414
|
+
return _send_circle_32.Icon32SendCircle;
|
|
7415
|
+
},
|
|
7398
7416
|
Icon32SongOutline: function() {
|
|
7399
7417
|
return _song_outline_32.Icon32SongOutline;
|
|
7400
7418
|
},
|
|
@@ -9053,6 +9071,7 @@ var _arrow_up_right_out_square_outline_20 = require("./20/arrow_up_right_out_squ
|
|
|
9053
9071
|
var _arrow_uturn_left_outline_20 = require("./20/arrow_uturn_left_outline_20");
|
|
9054
9072
|
var _arrow_uturn_right_outline_20 = require("./20/arrow_uturn_right_outline_20");
|
|
9055
9073
|
var _article_box_outline_20 = require("./20/article_box_outline_20");
|
|
9074
|
+
var _article_box_simple_outline_20 = require("./20/article_box_simple_outline_20");
|
|
9056
9075
|
var _article_outline_20 = require("./20/article_outline_20");
|
|
9057
9076
|
var _articles_20 = require("./20/articles_20");
|
|
9058
9077
|
var _articles_outline_20 = require("./20/articles_outline_20");
|
|
@@ -9070,6 +9089,7 @@ var _bookmark_outline_20 = require("./20/bookmark_outline_20");
|
|
|
9070
9089
|
var _bookmark_slash_outline_20 = require("./20/bookmark_slash_outline_20");
|
|
9071
9090
|
var _book_outline_20 = require("./20/book_outline_20");
|
|
9072
9091
|
var _book_spread_outline_20 = require("./20/book_spread_outline_20");
|
|
9092
|
+
var _book_spread_simple_outline_20 = require("./20/book_spread_simple_outline_20");
|
|
9073
9093
|
var _box_circle_fill_blue_20 = require("./20/box_circle_fill_blue_20");
|
|
9074
9094
|
var _brackets_slash_outline_20 = require("./20/brackets_slash_outline_20");
|
|
9075
9095
|
var _broken_heart_outline_20 = require("./20/broken_heart_outline_20");
|
|
@@ -9503,6 +9523,7 @@ var _thumbs_up_outline_20 = require("./20/thumbs_up_outline_20");
|
|
|
9503
9523
|
var _ticket_outline_20 = require("./20/ticket_outline_20");
|
|
9504
9524
|
var _touch_id_outline_20 = require("./20/touch_id_outline_20");
|
|
9505
9525
|
var _transparency_outline_20 = require("./20/transparency_outline_20");
|
|
9526
|
+
var _trash_simple_outline_20 = require("./20/trash_simple_outline_20");
|
|
9506
9527
|
var _trash_smile_outline_20 = require("./20/trash_smile_outline_20");
|
|
9507
9528
|
var _tv_text_outline_20 = require("./20/tv_text_outline_20");
|
|
9508
9529
|
var _umbrella_outline_20 = require("./20/umbrella_outline_20");
|
|
@@ -9641,6 +9662,7 @@ var _bomb_outline_24 = require("./24/bomb_outline_24");
|
|
|
9641
9662
|
var _bookmark_24 = require("./24/bookmark_24");
|
|
9642
9663
|
var _bookmark_add_badge_outline_24 = require("./24/bookmark_add_badge_outline_24");
|
|
9643
9664
|
var _bookmark_check_badge_24 = require("./24/bookmark_check_badge_24");
|
|
9665
|
+
var _bookmark_check_outline_24 = require("./24/bookmark_check_outline_24");
|
|
9644
9666
|
var _bookmark_outline_24 = require("./24/bookmark_outline_24");
|
|
9645
9667
|
var _books_outline_24 = require("./24/books_outline_24");
|
|
9646
9668
|
var _book_spread_outline_24 = require("./24/book_spread_outline_24");
|
|
@@ -10163,6 +10185,7 @@ var _thumbs_up_24 = require("./24/thumbs_up_24");
|
|
|
10163
10185
|
var _thumbs_up_outline_24 = require("./24/thumbs_up_outline_24");
|
|
10164
10186
|
var _thumb_up_24 = require("./24/thumb_up_24");
|
|
10165
10187
|
var _ticket_outline_24 = require("./24/ticket_outline_24");
|
|
10188
|
+
var _trash_simple_outline_24 = require("./24/trash_simple_outline_24");
|
|
10166
10189
|
var _trash_smile_outline_24 = require("./24/trash_smile_outline_24");
|
|
10167
10190
|
var _tree_nodes_24 = require("./24/tree_nodes_24");
|
|
10168
10191
|
var _tree_nodes_outline_24 = require("./24/tree_nodes_outline_24");
|
|
@@ -11026,6 +11049,7 @@ var _poll_outline_32 = require("./32/poll_outline_32");
|
|
|
11026
11049
|
var _privacy_circle_fill_purple_32 = require("./32/privacy_circle_fill_purple_32");
|
|
11027
11050
|
var _prometey_circle_fill_red_32 = require("./32/prometey_circle_fill_red_32");
|
|
11028
11051
|
var _search_outline_32 = require("./32/search_outline_32");
|
|
11052
|
+
var _send_circle_32 = require("./32/send_circle_32");
|
|
11029
11053
|
var _song_outline_32 = require("./32/song_outline_32");
|
|
11030
11054
|
var _spinner_32 = require("./32/spinner_32");
|
|
11031
11055
|
var _square_4_outline_32 = require("./32/square_4_outline_32");
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon20ArticleBoxSimpleOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Icon20ArticleBoxSimpleOutline: import("react").FC<Icon20ArticleBoxSimpleOutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon20BookSpreadSimpleOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Icon20BookSpreadSimpleOutline: import("react").FC<Icon20BookSpreadSimpleOutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon20TrashSimpleOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Icon20TrashSimpleOutline: import("react").FC<Icon20TrashSimpleOutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon24BookmarkCheckOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Icon24BookmarkCheckOutline: import("react").FC<Icon24BookmarkCheckOutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon24TrashSimpleOutlineProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Icon24TrashSimpleOutline: import("react").FC<Icon24TrashSimpleOutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon32SendCircleProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
fill?: string;
|
|
4
|
+
width?: number;
|
|
5
|
+
height?: number;
|
|
6
|
+
getRootRef?: Ref<SVGSVGElement>;
|
|
7
|
+
title?: string;
|
|
8
|
+
deprecated?: boolean;
|
|
9
|
+
replacement?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const Icon32SendCircle: import("react").FC<Icon32SendCircleProps>;
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -488,6 +488,7 @@ export { Icon20ArrowUpRightOutSquareOutline } from './20/arrow_up_right_out_squa
|
|
|
488
488
|
export { Icon20ArrowUturnLeftOutline } from './20/arrow_uturn_left_outline_20';
|
|
489
489
|
export { Icon20ArrowUturnRightOutline } from './20/arrow_uturn_right_outline_20';
|
|
490
490
|
export { Icon20ArticleBoxOutline } from './20/article_box_outline_20';
|
|
491
|
+
export { Icon20ArticleBoxSimpleOutline } from './20/article_box_simple_outline_20';
|
|
491
492
|
export { Icon20ArticleOutline } from './20/article_outline_20';
|
|
492
493
|
export { Icon20Articles } from './20/articles_20';
|
|
493
494
|
export { Icon20ArticlesOutline } from './20/articles_outline_20';
|
|
@@ -505,6 +506,7 @@ export { Icon20BookmarkOutline } from './20/bookmark_outline_20';
|
|
|
505
506
|
export { Icon20BookmarkSlashOutline } from './20/bookmark_slash_outline_20';
|
|
506
507
|
export { Icon20BookOutline } from './20/book_outline_20';
|
|
507
508
|
export { Icon20BookSpreadOutline } from './20/book_spread_outline_20';
|
|
509
|
+
export { Icon20BookSpreadSimpleOutline } from './20/book_spread_simple_outline_20';
|
|
508
510
|
export { Icon20BoxCircleFillBlue } from './20/box_circle_fill_blue_20';
|
|
509
511
|
export { Icon20BracketsSlashOutline } from './20/brackets_slash_outline_20';
|
|
510
512
|
export { Icon20BrokenHeartOutline } from './20/broken_heart_outline_20';
|
|
@@ -938,6 +940,7 @@ export { Icon20ThumbsUpOutline } from './20/thumbs_up_outline_20';
|
|
|
938
940
|
export { Icon20TicketOutline } from './20/ticket_outline_20';
|
|
939
941
|
export { Icon20TouchIdOutline } from './20/touch_id_outline_20';
|
|
940
942
|
export { Icon20TransparencyOutline } from './20/transparency_outline_20';
|
|
943
|
+
export { Icon20TrashSimpleOutline } from './20/trash_simple_outline_20';
|
|
941
944
|
export { Icon20TrashSmileOutline } from './20/trash_smile_outline_20';
|
|
942
945
|
export { Icon20TvTextOutline } from './20/tv_text_outline_20';
|
|
943
946
|
export { Icon20UmbrellaOutline } from './20/umbrella_outline_20';
|
|
@@ -1076,6 +1079,7 @@ export { Icon24BombOutline } from './24/bomb_outline_24';
|
|
|
1076
1079
|
export { Icon24Bookmark } from './24/bookmark_24';
|
|
1077
1080
|
export { Icon24BookmarkAddBadgeOutline } from './24/bookmark_add_badge_outline_24';
|
|
1078
1081
|
export { Icon24BookmarkCheckBadge } from './24/bookmark_check_badge_24';
|
|
1082
|
+
export { Icon24BookmarkCheckOutline } from './24/bookmark_check_outline_24';
|
|
1079
1083
|
export { Icon24BookmarkOutline } from './24/bookmark_outline_24';
|
|
1080
1084
|
export { Icon24BooksOutline } from './24/books_outline_24';
|
|
1081
1085
|
export { Icon24BookSpreadOutline } from './24/book_spread_outline_24';
|
|
@@ -1598,6 +1602,7 @@ export { Icon24ThumbsUp } from './24/thumbs_up_24';
|
|
|
1598
1602
|
export { Icon24ThumbsUpOutline } from './24/thumbs_up_outline_24';
|
|
1599
1603
|
export { Icon24ThumbUp } from './24/thumb_up_24';
|
|
1600
1604
|
export { Icon24TicketOutline } from './24/ticket_outline_24';
|
|
1605
|
+
export { Icon24TrashSimpleOutline } from './24/trash_simple_outline_24';
|
|
1601
1606
|
export { Icon24TrashSmileOutline } from './24/trash_smile_outline_24';
|
|
1602
1607
|
export { Icon24TreeNodes } from './24/tree_nodes_24';
|
|
1603
1608
|
export { Icon24TreeNodesOutline } from './24/tree_nodes_outline_24';
|
|
@@ -2461,6 +2466,7 @@ export { Icon32PollOutline } from './32/poll_outline_32';
|
|
|
2461
2466
|
export { Icon32PrivacyCircleFillPurple } from './32/privacy_circle_fill_purple_32';
|
|
2462
2467
|
export { Icon32PrometeyCircleFillRed } from './32/prometey_circle_fill_red_32';
|
|
2463
2468
|
export { Icon32SearchOutline } from './32/search_outline_32';
|
|
2469
|
+
export { Icon32SendCircle } from './32/send_circle_32';
|
|
2464
2470
|
export { Icon32SongOutline } from './32/song_outline_32';
|
|
2465
2471
|
export { Icon32Spinner } from './32/spinner_32';
|
|
2466
2472
|
export { Icon32Square4Outline } from './32/square_4_outline_32';
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path d="M6.75 6a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5ZM6 10a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 6 10Z"/><path fill-rule="evenodd" d="M10.683 1.5H9.317c-.952 0-1.713 0-2.327.05-.63.052-1.172.16-1.67.413a4.25 4.25 0 0 0-1.857 1.858c-.253.497-.361 1.04-.413 1.67C3 6.103 3 6.864 3 7.816v4.366c0 .952 0 1.713.05 2.327.052.63.16 1.172.413 1.67a4.25 4.25 0 0 0 1.858 1.857c.497.253 1.04.361 1.67.413.613.05 1.374.05 2.326.05h1.366c.952 0 1.713 0 2.327-.05.63-.052 1.172-.16 1.67-.413a4.251 4.251 0 0 0 1.857-1.857c.253-.498.361-1.04.413-1.67.05-.614.05-1.375.05-2.327V7.817c0-.952 0-1.713-.05-2.327-.052-.63-.16-1.172-.413-1.67a4.25 4.25 0 0 0-1.857-1.857c-.498-.253-1.04-.361-1.67-.413-.614-.05-1.375-.05-2.327-.05ZM6.002 3.3c.25-.128.573-.21 1.11-.255C7.658 3.001 8.358 3 9.35 3h1.3c.992 0 1.692 0 2.238.045.537.044.86.127 1.11.255A2.75 2.75 0 0 1 15.2 4.502c.128.25.21.573.255 1.11.044.546.045 1.246.045 2.238v4.3c0 .992 0 1.692-.045 2.238-.044.537-.127.86-.255 1.11A2.751 2.751 0 0 1 14 16.7c-.252.128-.574.21-1.111.255-.546.044-1.245.045-2.238.045h-1.3c-.992 0-1.692 0-2.238-.045-.537-.044-.86-.127-1.11-.255A2.75 2.75 0 0 1 4.8 15.5c-.128-.252-.21-.574-.255-1.111-.044-.546-.045-1.245-.045-2.238v-4.3c0-.992 0-1.692.045-2.238.044-.537.127-.86.255-1.11A2.75 2.75 0 0 1 6.002 3.3Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 4.346C8.326 3.355 6.668 2.97 4.414 3h-.116c-.585.007-1.109.013-1.588.262a2.34 2.34 0 0 0-.969.982 2.255 2.255 0 0 0-.218.842c-.023.265-.023.582-.023.943v6.564c0 .564 0 1.028.028 1.403.028.384.09.747.254 1.082.266.54.612.903 1.14 1.194.338.187.736.263 1.155.31.422.047.961.073 1.632.104l.027.001c1.506.071 2.649.41 3.853 1.19a.748.748 0 0 0 .769.032l.02-.011a.669.669 0 0 0 .033-.02c1.206-.782 2.349-1.124 3.855-1.198h.026c.672-.034 1.213-.06 1.635-.108.419-.048.817-.124 1.155-.311a2.576 2.576 0 0 0 1.136-1.194c.165-.335.226-.698.254-1.082.028-.374.028-.838.028-1.403v-6.55c0-.36 0-.678-.023-.943a2.245 2.245 0 0 0-.218-.842 2.331 2.331 0 0 0-.969-.981c-.479-.25-1.003-.256-1.587-.263l-.116-.001c-2.255-.03-3.912.353-5.587 1.344Zm.75 1.3v10.33c1.067-.493 2.164-.731 3.442-.794a27.68 27.68 0 0 0 1.566-.1c.376-.043.529-.096.597-.134a1.09 1.09 0 0 0 .517-.542c.04-.083.082-.223.104-.531.024-.313.024-.722.024-1.321V6.06c0-.398 0-.65-.017-.843a.814.814 0 0 0-.063-.295.838.838 0 0 0-.323-.327c-.123-.064-.261-.084-1.03-.094-2.026-.028-3.408.306-4.817 1.143Zm-1.5 0c-1.41-.839-2.792-1.174-4.817-1.147-.769.01-.907.03-1.03.094a.838.838 0 0 0-.323.327.814.814 0 0 0-.063.295A10.98 10.98 0 0 0 3 6.058v6.506c0 .6 0 1.009.024 1.321.022.309.064.449.104.531.13.265.26.4.518.543.07.038.222.09.597.132.368.041.86.065 1.563.098 1.279.06 2.376.295 3.444.788V5.646Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M6.837 4a3.25 3.25 0 0 1 6.326 0h4.087a.75.75 0 0 1 0 1.5h-.545l-.907 9.248c-.051.523-.094.96-.157 1.314-.066.37-.163.711-.353 1.028a2.9 2.9 0 0 1-1.247 1.131c-.334.158-.682.221-1.058.25-.36.029-.797.029-1.323.029H8.34c-.526 0-.964 0-1.323-.028-.376-.03-.724-.093-1.058-.25a2.9 2.9 0 0 1-1.247-1.132c-.19-.317-.287-.657-.353-1.028a18.29 18.29 0 0 1-.157-1.314L3.295 5.5H2.75a.75.75 0 0 1 0-1.5h4.087Zm1.581 0a1.75 1.75 0 0 1 3.164 0H8.418ZM4.803 5.5h10.394l-.889 9.072c-.055.56-.092.938-.144 1.228-.05.281-.104.422-.162.52a1.4 1.4 0 0 1-.603.546c-.102.048-.248.088-.533.11a17.64 17.64 0 0 1-1.235.024H8.369c-.562 0-.941 0-1.235-.023-.285-.023-.43-.063-.533-.111a1.4 1.4 0 0 1-.602-.547c-.059-.097-.113-.238-.163-.52-.051-.29-.089-.667-.144-1.226L4.802 5.5Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M8.641 4.85c.57-.047 1.293-.05 2.308-.05a.9.9 0 0 0 0-1.8c-.992 0-1.797.001-2.454.055-.704.058-1.316.179-1.88.466a4.789 4.789 0 0 0-2.093 2.093c-.287.564-.409 1.176-.466 1.88C4 8.179 4 9.027 4 10.082v7.616c0 .771 0 1.413.045 1.913.045.492.145 1.026.482 1.454A2.456 2.456 0 0 0 6.423 22c.545.007 1.029-.239 1.447-.503.424-.267.933-.658 1.546-1.128l1.617-1.24a12.7 12.7 0 0 1 .595-.44.676.676 0 0 1 .202-.109.655.655 0 0 1 .34 0c.042.012.09.033.202.108.113.076.291.208.595.44l1.618 1.241c.612.47 1.121.86 1.545 1.128.418.264.902.51 1.447.503a2.456 2.456 0 0 0 1.896-.935c.337-.428.437-.962.482-1.454.045-.5.045-1.142.045-1.914v-3.075a.9.9 0 0 0-1.8 0v3.075c0 .805-.002 1.352-.038 1.75a2.25 2.25 0 0 1-.067.411.37.37 0 0 1-.036.093.655.655 0 0 1-.506.249c.008 0-.017.003-.095-.027a2.256 2.256 0 0 1-.366-.198c-.339-.213-.774-.545-1.412-1.035l-1.618-1.24c-.302-.231-.52-.394-.684-.504a2.423 2.423 0 0 0-.743-.355 2.455 2.455 0 0 0-1.27 0 2.426 2.426 0 0 0-.743.355c-.164.11-.382.273-.684.504L8.32 18.94c-.638.49-1.073.822-1.412 1.035a2.257 2.257 0 0 1-.366.197.368.368 0 0 1-.096.028.655.655 0 0 1-.505-.25.372.372 0 0 1-.036-.092 2.254 2.254 0 0 1-.067-.41c-.036-.4-.038-.946-.038-1.751v-7.614c0-1.084.001-1.847.05-2.443.048-.592.14-.941.276-1.209a2.989 2.989 0 0 1 1.306-1.306c.268-.137.617-.228 1.21-.276Z"/><path fill-rule="evenodd" d="M18 1.999a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm2.78 3.22a.75.75 0 0 0-1.06 0l-2.47 2.47-.97-.97a.75.75 0 1 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M5.012 4.1h3.192a3.902 3.902 0 0 1 7.592 0H21a.9.9 0 0 1 0 1.8h-1.18l-1.155 12.316c-.045.484-.084.898-.143 1.237-.062.359-.157.704-.35 1.03a2.9 2.9 0 0 1-1.25 1.137c-.342.162-.695.225-1.057.253-.344.027-.76.027-1.245.027H9.38c-.485 0-.901 0-1.245-.027-.362-.028-.715-.09-1.057-.253a2.9 2.9 0 0 1-1.249-1.137c-.194-.326-.289-.671-.35-1.03a17.1 17.1 0 0 1-.144-1.237L4.18 5.9H3a.9.9 0 0 1 0-1.8h2.012ZM12 2.9a2.1 2.1 0 0 0-1.898 1.2h3.796A2.1 2.1 0 0 0 12 2.9Zm-6.012 3 1.136 12.115c.05.526.082.869.128 1.13.043.252.088.356.124.417a1.1 1.1 0 0 0 .474.432c.064.03.172.065.426.085.265.02.61.021 1.138.021h5.172c.529 0 .873 0 1.138-.021.254-.02.362-.055.427-.085a1.1 1.1 0 0 0 .473-.432c.037-.06.08-.166.124-.416.046-.262.079-.605.128-1.131L18.012 5.9H5.988Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 32 32"><path 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 16Zm-1-9a1 1 0 1 0 2 0V11.414l4.293 4.293a1 1 0 0 0 1.414-1.414l-6-6a1 1 0 0 0-1.414 0l-6 6a1 1 0 1 0 1.414 1.414L15 11.414V23Z" clip-rule="evenodd"/></svg>
|