@vkontakte/icons 2.98.0 → 2.100.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/horizontal_rectangle_16x9_outline_20.js +13 -0
- package/dist/20/horizontal_rectangle_outline_20.js +13 -0
- package/dist/20/vertical_rectangle_outline_20.js +13 -0
- package/dist/24/compass_24.js +13 -0
- package/dist/24/minus_square_outline_24.js +13 -0
- package/dist/36/compass_36.js +13 -0
- package/dist/es6/20/horizontal_rectangle_16x9_outline_20.js +3 -0
- package/dist/es6/20/horizontal_rectangle_outline_20.js +3 -0
- package/dist/es6/20/vertical_rectangle_outline_20.js +3 -0
- package/dist/es6/24/compass_24.js +3 -0
- package/dist/es6/24/minus_square_outline_24.js +3 -0
- package/dist/es6/36/compass_36.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/horizontal_rectangle_16x9_outline_20.d.ts +11 -0
- package/dist/typings/20/horizontal_rectangle_outline_20.d.ts +11 -0
- package/dist/typings/20/vertical_rectangle_outline_20.d.ts +11 -0
- package/dist/typings/24/compass_24.d.ts +11 -0
- package/dist/typings/24/minus_square_outline_24.d.ts +11 -0
- package/dist/typings/36/compass_36.d.ts +11 -0
- package/dist/typings/index.d.ts +6 -0
- package/package.json +3 -3
- package/src/svg/20/horizontal_rectangle_16x9_outline_20.svg +1 -0
- package/src/svg/20/horizontal_rectangle_outline_20.svg +1 -0
- package/src/svg/20/vertical_rectangle_outline_20.svg +1 -0
- package/src/svg/24/compass_24.svg +1 -0
- package/src/svg/24/minus_square_outline_24.svg +1 -0
- package/src/svg/36/compass_36.svg +1 -0
package/dist/index.js
CHANGED
|
@@ -2115,6 +2115,12 @@ _export(exports, {
|
|
|
2115
2115
|
Icon20HomeOutline: function() {
|
|
2116
2116
|
return _home_outline_20.Icon20HomeOutline;
|
|
2117
2117
|
},
|
|
2118
|
+
Icon20HorizontalRectangle16x9Outline: function() {
|
|
2119
|
+
return _horizontal_rectangle_16x9_outline_20.Icon20HorizontalRectangle16x9Outline;
|
|
2120
|
+
},
|
|
2121
|
+
Icon20HorizontalRectangleOutline: function() {
|
|
2122
|
+
return _horizontal_rectangle_outline_20.Icon20HorizontalRectangleOutline;
|
|
2123
|
+
},
|
|
2118
2124
|
Icon20HorseToyOutline: function() {
|
|
2119
2125
|
return _horse_toy_outline_20.Icon20HorseToyOutline;
|
|
2120
2126
|
},
|
|
@@ -3012,6 +3018,9 @@ _export(exports, {
|
|
|
3012
3018
|
Icon20Verified: function() {
|
|
3013
3019
|
return _verified_20.Icon20Verified;
|
|
3014
3020
|
},
|
|
3021
|
+
Icon20VerticalRectangleOutline: function() {
|
|
3022
|
+
return _vertical_rectangle_outline_20.Icon20VerticalRectangleOutline;
|
|
3023
|
+
},
|
|
3015
3024
|
Icon20VideoAddSquareOutline: function() {
|
|
3016
3025
|
return _video_add_square_outline_20.Icon20VideoAddSquareOutline;
|
|
3017
3026
|
},
|
|
@@ -3561,6 +3570,9 @@ _export(exports, {
|
|
|
3561
3570
|
Icon24CommentOutline: function() {
|
|
3562
3571
|
return _comment_outline_24.Icon24CommentOutline;
|
|
3563
3572
|
},
|
|
3573
|
+
Icon24Compass: function() {
|
|
3574
|
+
return _compass_24.Icon24Compass;
|
|
3575
|
+
},
|
|
3564
3576
|
Icon24CompassOutline: function() {
|
|
3565
3577
|
return _compass_outline_24.Icon24CompassOutline;
|
|
3566
3578
|
},
|
|
@@ -4239,6 +4251,9 @@ _export(exports, {
|
|
|
4239
4251
|
Icon24MinusOutline: function() {
|
|
4240
4252
|
return _minus_outline_24.Icon24MinusOutline;
|
|
4241
4253
|
},
|
|
4254
|
+
Icon24MinusSquareOutline: function() {
|
|
4255
|
+
return _minus_square_outline_24.Icon24MinusSquareOutline;
|
|
4256
|
+
},
|
|
4242
4257
|
Icon24MoneyCircle: function() {
|
|
4243
4258
|
return _money_circle_24.Icon24MoneyCircle;
|
|
4244
4259
|
},
|
|
@@ -7683,6 +7698,9 @@ _export(exports, {
|
|
|
7683
7698
|
Icon36CoinsStacks3Outline: function() {
|
|
7684
7699
|
return _coins_stacks_3_outline_36.Icon36CoinsStacks3Outline;
|
|
7685
7700
|
},
|
|
7701
|
+
Icon36Compass: function() {
|
|
7702
|
+
return _compass_36.Icon36Compass;
|
|
7703
|
+
},
|
|
7686
7704
|
Icon36Delete: function() {
|
|
7687
7705
|
return _delete_36.Icon36Delete;
|
|
7688
7706
|
},
|
|
@@ -9458,6 +9476,8 @@ var _hockey_outline_20 = require("./20/hockey_outline_20");
|
|
|
9458
9476
|
var _home_arrow_down_outline_20 = require("./20/home_arrow_down_outline_20");
|
|
9459
9477
|
var _home_check_outline_20 = require("./20/home_check_outline_20");
|
|
9460
9478
|
var _home_outline_20 = require("./20/home_outline_20");
|
|
9479
|
+
var _horizontal_rectangle_16x9_outline_20 = require("./20/horizontal_rectangle_16x9_outline_20");
|
|
9480
|
+
var _horizontal_rectangle_outline_20 = require("./20/horizontal_rectangle_outline_20");
|
|
9461
9481
|
var _horse_toy_outline_20 = require("./20/horse_toy_outline_20");
|
|
9462
9482
|
var _image_filter_outline_20 = require("./20/image_filter_outline_20");
|
|
9463
9483
|
var _incognito_outline_20 = require("./20/incognito_outline_20");
|
|
@@ -9757,6 +9777,7 @@ var _user_star_badge_outline_20 = require("./20/user_star_badge_outline_20");
|
|
|
9757
9777
|
var _user_star_outline_20 = require("./20/user_star_outline_20");
|
|
9758
9778
|
var _user_tag_outline_20 = require("./20/user_tag_outline_20");
|
|
9759
9779
|
var _verified_20 = require("./20/verified_20");
|
|
9780
|
+
var _vertical_rectangle_outline_20 = require("./20/vertical_rectangle_outline_20");
|
|
9760
9781
|
var _video_add_square_outline_20 = require("./20/video_add_square_outline_20");
|
|
9761
9782
|
var _videocam_20 = require("./20/videocam_20");
|
|
9762
9783
|
var _video_camera_circle_fill_red_20 = require("./20/video_camera_circle_fill_red_20");
|
|
@@ -9940,6 +9961,7 @@ var _color_picker_outline_24 = require("./24/color_picker_outline_24");
|
|
|
9940
9961
|
var _comment_24 = require("./24/comment_24");
|
|
9941
9962
|
var _comment_add_badge_outline_24 = require("./24/comment_add_badge_outline_24");
|
|
9942
9963
|
var _comment_outline_24 = require("./24/comment_outline_24");
|
|
9964
|
+
var _compass_24 = require("./24/compass_24");
|
|
9943
9965
|
var _compass_outline_24 = require("./24/compass_outline_24");
|
|
9944
9966
|
var _computer_outline_24 = require("./24/computer_outline_24");
|
|
9945
9967
|
var _connection_24 = require("./24/connection_24");
|
|
@@ -10166,6 +10188,7 @@ var _microphone_slash_24 = require("./24/microphone_slash_24");
|
|
|
10166
10188
|
var _microphone_slash_color_24 = require("./24/microphone_slash_color_24");
|
|
10167
10189
|
var _microphone_slash_outline_24 = require("./24/microphone_slash_outline_24");
|
|
10168
10190
|
var _minus_outline_24 = require("./24/minus_outline_24");
|
|
10191
|
+
var _minus_square_outline_24 = require("./24/minus_square_outline_24");
|
|
10169
10192
|
var _money_circle_24 = require("./24/money_circle_24");
|
|
10170
10193
|
var _money_circle_outline_24 = require("./24/money_circle_outline_24");
|
|
10171
10194
|
var _money_request_outline_24 = require("./24/money_request_outline_24");
|
|
@@ -11314,6 +11337,7 @@ var _coins_stack_high_outline_36 = require("./36/coins_stack_high_outline_36");
|
|
|
11314
11337
|
var _coins_stack_outline_36 = require("./36/coins_stack_outline_36");
|
|
11315
11338
|
var _coins_stacks_2_outline_36 = require("./36/coins_stacks_2_outline_36");
|
|
11316
11339
|
var _coins_stacks_3_outline_36 = require("./36/coins_stacks_3_outline_36");
|
|
11340
|
+
var _compass_36 = require("./36/compass_36");
|
|
11317
11341
|
var _delete_36 = require("./36/delete_36");
|
|
11318
11342
|
var _diamond_outline_36 = require("./36/diamond_outline_36");
|
|
11319
11343
|
var _discount_outline_36 = require("./36/discount_outline_36");
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon20HorizontalRectangle16x9OutlineProps 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 Icon20HorizontalRectangle16x9Outline: import("react").FC<Icon20HorizontalRectangle16x9OutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon20HorizontalRectangleOutlineProps 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 Icon20HorizontalRectangleOutline: import("react").FC<Icon20HorizontalRectangleOutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon20VerticalRectangleOutlineProps 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 Icon20VerticalRectangleOutline: import("react").FC<Icon20VerticalRectangleOutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon24CompassProps 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 Icon24Compass: import("react").FC<Icon24CompassProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon24MinusSquareOutlineProps 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 Icon24MinusSquareOutline: import("react").FC<Icon24MinusSquareOutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon36CompassProps 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 Icon36Compass: import("react").FC<Icon36CompassProps>;
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -701,6 +701,8 @@ export { Icon20HockeyOutline } from './20/hockey_outline_20';
|
|
|
701
701
|
export { Icon20HomeArrowDownOutline } from './20/home_arrow_down_outline_20';
|
|
702
702
|
export { Icon20HomeCheckOutline } from './20/home_check_outline_20';
|
|
703
703
|
export { Icon20HomeOutline } from './20/home_outline_20';
|
|
704
|
+
export { Icon20HorizontalRectangle16x9Outline } from './20/horizontal_rectangle_16x9_outline_20';
|
|
705
|
+
export { Icon20HorizontalRectangleOutline } from './20/horizontal_rectangle_outline_20';
|
|
704
706
|
export { Icon20HorseToyOutline } from './20/horse_toy_outline_20';
|
|
705
707
|
export { Icon20ImageFilterOutline } from './20/image_filter_outline_20';
|
|
706
708
|
export { Icon20IncognitoOutline } from './20/incognito_outline_20';
|
|
@@ -1000,6 +1002,7 @@ export { Icon20UserStarBadgeOutline } from './20/user_star_badge_outline_20';
|
|
|
1000
1002
|
export { Icon20UserStarOutline } from './20/user_star_outline_20';
|
|
1001
1003
|
export { Icon20UserTagOutline } from './20/user_tag_outline_20';
|
|
1002
1004
|
export { Icon20Verified } from './20/verified_20';
|
|
1005
|
+
export { Icon20VerticalRectangleOutline } from './20/vertical_rectangle_outline_20';
|
|
1003
1006
|
export { Icon20VideoAddSquareOutline } from './20/video_add_square_outline_20';
|
|
1004
1007
|
export { Icon20Videocam } from './20/videocam_20';
|
|
1005
1008
|
export { Icon20VideoCameraCircleFillRed } from './20/video_camera_circle_fill_red_20';
|
|
@@ -1183,6 +1186,7 @@ export { Icon24ColorPickerOutline } from './24/color_picker_outline_24';
|
|
|
1183
1186
|
export { Icon24Comment } from './24/comment_24';
|
|
1184
1187
|
export { Icon24CommentAddBadgeOutline } from './24/comment_add_badge_outline_24';
|
|
1185
1188
|
export { Icon24CommentOutline } from './24/comment_outline_24';
|
|
1189
|
+
export { Icon24Compass } from './24/compass_24';
|
|
1186
1190
|
export { Icon24CompassOutline } from './24/compass_outline_24';
|
|
1187
1191
|
export { Icon24ComputerOutline } from './24/computer_outline_24';
|
|
1188
1192
|
export { Icon24Connection } from './24/connection_24';
|
|
@@ -1409,6 +1413,7 @@ export { Icon24MicrophoneSlash } from './24/microphone_slash_24';
|
|
|
1409
1413
|
export { Icon24MicrophoneSlashColor } from './24/microphone_slash_color_24';
|
|
1410
1414
|
export { Icon24MicrophoneSlashOutline } from './24/microphone_slash_outline_24';
|
|
1411
1415
|
export { Icon24MinusOutline } from './24/minus_outline_24';
|
|
1416
|
+
export { Icon24MinusSquareOutline } from './24/minus_square_outline_24';
|
|
1412
1417
|
export { Icon24MoneyCircle } from './24/money_circle_24';
|
|
1413
1418
|
export { Icon24MoneyCircleOutline } from './24/money_circle_outline_24';
|
|
1414
1419
|
export { Icon24MoneyRequestOutline } from './24/money_request_outline_24';
|
|
@@ -2557,6 +2562,7 @@ export { Icon36CoinsStackHighOutline } from './36/coins_stack_high_outline_36';
|
|
|
2557
2562
|
export { Icon36CoinsStackOutline } from './36/coins_stack_outline_36';
|
|
2558
2563
|
export { Icon36CoinsStacks2Outline } from './36/coins_stacks_2_outline_36';
|
|
2559
2564
|
export { Icon36CoinsStacks3Outline } from './36/coins_stacks_3_outline_36';
|
|
2565
|
+
export { Icon36Compass } from './36/compass_36';
|
|
2560
2566
|
export { Icon36Delete } from './36/delete_36';
|
|
2561
2567
|
export { Icon36DiamondOutline } from './36/diamond_outline_36';
|
|
2562
2568
|
export { Icon36DiscountOutline } from './36/discount_outline_36';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.100.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": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@size-limit/file": "^11.0.2",
|
|
35
35
|
"@size-limit/webpack": "^11.0.2",
|
|
36
|
-
"@swc/cli": "^0.3.
|
|
36
|
+
"@swc/cli": "^0.3.10",
|
|
37
37
|
"@swc/core": "^1.4.2",
|
|
38
38
|
"@types/react": "16.14.34",
|
|
39
39
|
"@vkontakte/icons-scripts": "4.0.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"style-loader": "^3.3.4",
|
|
49
49
|
"swc-loader": "0.2.6",
|
|
50
50
|
"typescript": "^5.3.3",
|
|
51
|
-
"webpack": "^5.90.
|
|
51
|
+
"webpack": "^5.90.3"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"react": "^16.9.34 || ^17 || ^18"
|
|
@@ -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="M13 5.5H7c-1.075 0-1.79.001-2.34.046-.533.044-.777.12-.931.2a2.25 2.25 0 0 0-.984.983c-.078.154-.155.398-.199.93C2.501 8.21 2.5 8.925 2.5 10c0 1.075.001 1.79.046 2.34.044.533.12.777.2.931.215.424.56.768.983.984.154.078.398.155.93.199.55.045 1.266.046 2.341.046h6c1.075 0 1.79-.001 2.34-.046.533-.044.777-.12.931-.2a2.25 2.25 0 0 0 .984-.982c.078-.155.155-.399.199-.931.045-.55.046-1.266.046-2.341 0-1.075-.001-1.79-.046-2.34-.044-.533-.12-.777-.2-.931a2.25 2.25 0 0 0-.983-.984c-.154-.078-.398-.155-.93-.199C14.79 5.501 14.075 5.5 13 5.5Zm-11.591.548C1 6.85 1 7.9 1 10c0 2.1 0 3.15.409 3.953a3.75 3.75 0 0 0 1.639 1.638C3.85 16 4.9 16 7 16h6c2.1 0 3.15 0 3.953-.409a3.75 3.75 0 0 0 1.638-1.638C19 13.15 19 12.1 19 10c0-2.1 0-3.15-.409-3.952a3.75 3.75 0 0 0-1.639-1.64C16.15 4 15.1 4 13 4H7c-2.1 0-3.15 0-3.952.409a3.75 3.75 0 0 0-1.64 1.639Z" 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="M11.7 4.5H8.3c-1.215 0-2.036.001-2.67.053-.615.05-.92.14-1.128.247A2.75 2.75 0 0 0 3.3 6.002c-.106.207-.197.513-.247 1.129C3 7.764 3 8.585 3 9.8v.4c0 1.215.001 2.036.053 2.67.05.615.14.92.247 1.129A2.75 2.75 0 0 0 4.502 15.2c.207.106.513.197 1.129.247.633.052 1.454.053 2.669.053h3.4c1.215 0 2.036-.001 2.67-.053.615-.05.92-.14 1.129-.247A2.751 2.751 0 0 0 16.7 14c.106-.208.197-.514.247-1.13.053-.634.053-1.455.053-2.67v-.4c0-1.215-.001-2.036-.053-2.67-.05-.615-.14-.92-.247-1.128A2.75 2.75 0 0 0 15.5 4.8c-.208-.106-.514-.197-1.13-.247-.634-.053-1.455-.053-2.67-.053Zm-9.737.82C1.5 6.23 1.5 7.42 1.5 9.8v.4c0 2.38 0 3.57.463 4.48a4.25 4.25 0 0 0 1.858 1.857C4.73 17 5.92 17 8.3 17h3.4c2.38 0 3.57 0 4.48-.463a4.251 4.251 0 0 0 1.857-1.857c.463-.91.463-2.1.463-4.48v-.4c0-2.38 0-3.57-.463-4.48a4.25 4.25 0 0 0-1.857-1.857C15.27 3 14.08 3 11.7 3H8.3c-2.38 0-3.57 0-4.48.463a4.25 4.25 0 0 0-1.857 1.858Z" 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.2 3h-.4c-1.215 0-2.036.001-2.67.053-.615.05-.92.14-1.128.247A2.75 2.75 0 0 0 4.8 4.502c-.106.207-.197.513-.247 1.129C4.5 6.264 4.5 7.085 4.5 8.3v3.4c0 1.215.001 2.036.053 2.67.05.615.14.92.247 1.129A2.75 2.75 0 0 0 6.002 16.7c.207.106.513.197 1.129.247C7.764 17 8.585 17 9.8 17h.4c1.215 0 2.036-.001 2.67-.053.615-.05.92-.14 1.129-.247a2.751 2.751 0 0 0 1.201-1.2c.106-.208.197-.514.247-1.13.052-.633.053-1.454.053-2.669V8.3c0-1.215-.001-2.036-.053-2.67-.05-.615-.14-.92-.247-1.128A2.75 2.75 0 0 0 14 3.3c-.208-.106-.514-.197-1.13-.247C12.236 3 11.415 3 10.2 3Zm-6.737.82C3 4.73 3 5.92 3 8.3v3.4c0 2.38 0 3.57.463 4.48a4.25 4.25 0 0 0 1.858 1.857c.909.463 2.099.463 4.479.463h.4c2.38 0 3.57 0 4.48-.463a4.251 4.251 0 0 0 1.857-1.857c.463-.91.463-2.1.463-4.48V8.3c0-2.38 0-3.57-.463-4.48a4.25 4.25 0 0 0-1.857-1.857c-.91-.463-2.1-.463-4.48-.463h-.4c-2.38 0-3.57 0-4.48.463a4.25 4.25 0 0 0-1.857 1.858Z" 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="M7.392 5.889 20.02 3.02a.8.8 0 0 1 .957.958l-2.88 12.636a2 2 0 0 1-1.509 1.506l-12.61 2.86a.8.8 0 0 1-.957-.958L5.885 7.397a2 2 0 0 1 1.507-1.508ZM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" 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="M7.898 11.1a.9.9 0 1 0 0 1.8h8.2a.9.9 0 0 0 0-1.8h-8.2Z"/><path fill-rule="evenodd" d="M9.462 3c-.948 0-1.714 0-2.334.05-.64.053-1.203.163-1.726.43A4.4 4.4 0 0 0 3.48 5.402c-.267.523-.377 1.087-.43 1.726C3 7.748 3 8.514 3 9.462v5.076c0 .948 0 1.714.05 2.334.053.64.163 1.203.43 1.726a4.4 4.4 0 0 0 1.922 1.922c.523.267 1.087.377 1.726.43.62.05 1.386.05 2.334.05h5.076c.948 0 1.714 0 2.334-.05.64-.053 1.203-.163 1.726-.43a4.4 4.4 0 0 0 1.922-1.922c.267-.523.377-1.087.43-1.726.05-.62.05-1.386.05-2.334V9.462c0-.948 0-1.714-.05-2.334-.053-.64-.163-1.203-.43-1.726a4.4 4.4 0 0 0-1.922-1.922c-.523-.267-1.087-.377-1.726-.43C16.252 3 15.486 3 14.538 3H9.462ZM6.22 5.083c.226-.115.527-.195 1.054-.238C7.813 4.8 8.505 4.8 9.5 4.8h5c.995 0 1.687 0 2.226.045.527.043.828.123 1.054.238a2.6 2.6 0 0 1 1.137 1.137c.115.226.195.527.238 1.054.044.539.045 1.231.045 2.226v5c0 .995 0 1.687-.045 2.226-.043.527-.123.828-.238 1.054a2.6 2.6 0 0 1-1.137 1.137c-.226.115-.527.195-1.055.238-.538.044-1.23.045-2.225.045h-5c-.995 0-1.687 0-2.226-.045-.527-.043-.828-.123-1.054-.238a2.6 2.6 0 0 1-1.137-1.137c-.115-.226-.195-.527-.238-1.055-.044-.538-.045-1.23-.045-2.225v-5c0-.995 0-1.687.045-2.226.043-.527.123-.828.238-1.054A2.6 2.6 0 0 1 6.22 5.083Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="currentColor" viewBox="0 0 36 36"><path d="M19.414 19.414a2 2 0 1 1-2.828-2.828 2 2 0 0 1 2.828 2.828Z"/><path fill-rule="evenodd" d="M7.393 28.607c5.858 5.858 15.356 5.858 21.214 0 5.858-5.858 5.858-15.356 0-21.214-5.858-5.857-15.356-5.857-21.214 0-5.857 5.858-5.857 15.356 0 21.214Zm8.11-15.286 8.598-2.15a.6.6 0 0 1 .727.728l-2.149 8.597a3 3 0 0 1-2.183 2.183L11.9 24.83a.6.6 0 0 1-.727-.728l2.149-8.597a3 3 0 0 1 2.183-2.183Z" clip-rule="evenodd"/></svg>
|