@vkontakte/icons 2.87.0 → 2.88.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/24/location_24.js +13 -0
- package/dist/24/square_4_outline_24.js +1 -1
- package/dist/24/square_4_plus_outline_24.js +13 -0
- package/dist/24/square_4_slash_outline_24.js +13 -0
- package/dist/24/user_microphone_badge_outline_24.js +13 -0
- package/dist/28/thumbs_down_28.js +1 -1
- package/dist/28/thumbs_up_28.js +1 -1
- package/dist/36/nft_heptagon_outline_36.js +13 -0
- package/dist/es6/24/location_24.js +3 -0
- package/dist/es6/24/square_4_outline_24.js +1 -1
- package/dist/es6/24/square_4_plus_outline_24.js +3 -0
- package/dist/es6/24/square_4_slash_outline_24.js +3 -0
- package/dist/es6/24/user_microphone_badge_outline_24.js +3 -0
- package/dist/es6/28/thumbs_down_28.js +1 -1
- package/dist/es6/28/thumbs_up_28.js +1 -1
- package/dist/es6/36/nft_heptagon_outline_36.js +3 -0
- package/dist/es6/index.js +5 -0
- package/dist/icons-map.json +1 -1
- package/dist/index.js +20 -0
- package/dist/typings/24/location_24.d.ts +11 -0
- package/dist/typings/24/square_4_plus_outline_24.d.ts +11 -0
- package/dist/typings/24/square_4_slash_outline_24.d.ts +11 -0
- package/dist/typings/24/user_microphone_badge_outline_24.d.ts +11 -0
- package/dist/typings/36/nft_heptagon_outline_36.d.ts +11 -0
- package/dist/typings/index.d.ts +5 -0
- package/package.json +6 -6
- package/src/svg/24/location_24.svg +1 -0
- package/src/svg/24/square_4_outline_24.svg +1 -1
- package/src/svg/24/square_4_plus_outline_24.svg +1 -0
- package/src/svg/24/square_4_slash_outline_24.svg +1 -0
- package/src/svg/24/user_microphone_badge_outline_24.svg +1 -0
- package/src/svg/28/thumbs_down_28.svg +1 -1
- package/src/svg/28/thumbs_up_28.svg +1 -1
- package/src/svg/36/nft_heptagon_outline_36.svg +1 -0
package/dist/index.js
CHANGED
|
@@ -4017,6 +4017,9 @@ _export(exports, {
|
|
|
4017
4017
|
Icon24Locate: function() {
|
|
4018
4018
|
return _locate_24.Icon24Locate;
|
|
4019
4019
|
},
|
|
4020
|
+
Icon24Location: function() {
|
|
4021
|
+
return _location_24.Icon24Location;
|
|
4022
|
+
},
|
|
4020
4023
|
Icon24LocationMapOutline: function() {
|
|
4021
4024
|
return _location_map_outline_24.Icon24LocationMapOutline;
|
|
4022
4025
|
},
|
|
@@ -4668,6 +4671,12 @@ _export(exports, {
|
|
|
4668
4671
|
Icon24Square4Outline: function() {
|
|
4669
4672
|
return _square_4_outline_24.Icon24Square4Outline;
|
|
4670
4673
|
},
|
|
4674
|
+
Icon24Square4PlusOutline: function() {
|
|
4675
|
+
return _square_4_plus_outline_24.Icon24Square4PlusOutline;
|
|
4676
|
+
},
|
|
4677
|
+
Icon24Square4SlashOutline: function() {
|
|
4678
|
+
return _square_4_slash_outline_24.Icon24Square4SlashOutline;
|
|
4679
|
+
},
|
|
4671
4680
|
Icon24SquareFilled: function() {
|
|
4672
4681
|
return _square_filled_24.Icon24SquareFilled;
|
|
4673
4682
|
},
|
|
@@ -4914,6 +4923,9 @@ _export(exports, {
|
|
|
4914
4923
|
Icon24UserIncoming: function() {
|
|
4915
4924
|
return _user_incoming_24.Icon24UserIncoming;
|
|
4916
4925
|
},
|
|
4926
|
+
Icon24UserMicrophoneBadgeOutline: function() {
|
|
4927
|
+
return _user_microphone_badge_outline_24.Icon24UserMicrophoneBadgeOutline;
|
|
4928
|
+
},
|
|
4917
4929
|
Icon24UserOutgoing: function() {
|
|
4918
4930
|
return _user_outgoing_24.Icon24UserOutgoing;
|
|
4919
4931
|
},
|
|
@@ -7677,6 +7689,9 @@ _export(exports, {
|
|
|
7677
7689
|
Icon36Newsfeed: function() {
|
|
7678
7690
|
return _newsfeed_36.Icon36Newsfeed;
|
|
7679
7691
|
},
|
|
7692
|
+
Icon36NftHeptagonOutline: function() {
|
|
7693
|
+
return _nft_heptagon_outline_36.Icon36NftHeptagonOutline;
|
|
7694
|
+
},
|
|
7680
7695
|
Icon36NotebookCheckOutline: function() {
|
|
7681
7696
|
return _notebook_check_outline_36.Icon36NotebookCheckOutline;
|
|
7682
7697
|
},
|
|
@@ -9960,6 +9975,7 @@ var _live_clock_badge_outline_24 = require("./24/live_clock_badge_outline_24");
|
|
|
9960
9975
|
var _live_disable_outline_24 = require("./24/live_disable_outline_24");
|
|
9961
9976
|
var _live_outline_24 = require("./24/live_outline_24");
|
|
9962
9977
|
var _locate_24 = require("./24/locate_24");
|
|
9978
|
+
var _location_24 = require("./24/location_24");
|
|
9963
9979
|
var _location_map_outline_24 = require("./24/location_map_outline_24");
|
|
9964
9980
|
var _location_outline_24 = require("./24/location_outline_24");
|
|
9965
9981
|
var _lock_24 = require("./24/lock_24");
|
|
@@ -10177,6 +10193,8 @@ var _speedometer_middle_outline_24 = require("./24/speedometer_middle_outline_24
|
|
|
10177
10193
|
var _spinner_24 = require("./24/spinner_24");
|
|
10178
10194
|
var _square_4_24 = require("./24/square_4_24");
|
|
10179
10195
|
var _square_4_outline_24 = require("./24/square_4_outline_24");
|
|
10196
|
+
var _square_4_plus_outline_24 = require("./24/square_4_plus_outline_24");
|
|
10197
|
+
var _square_4_slash_outline_24 = require("./24/square_4_slash_outline_24");
|
|
10180
10198
|
var _square_filled_24 = require("./24/square_filled_24");
|
|
10181
10199
|
var _square_grid_3x3_24 = require("./24/square_grid_3x3_24");
|
|
10182
10200
|
var _square_outline_24 = require("./24/square_outline_24");
|
|
@@ -10259,6 +10277,7 @@ var _user_add_outline_24 = require("./24/user_add_outline_24");
|
|
|
10259
10277
|
var _user_background_outline_24 = require("./24/user_background_outline_24");
|
|
10260
10278
|
var _user_circle_outline_24 = require("./24/user_circle_outline_24");
|
|
10261
10279
|
var _user_incoming_24 = require("./24/user_incoming_24");
|
|
10280
|
+
var _user_microphone_badge_outline_24 = require("./24/user_microphone_badge_outline_24");
|
|
10262
10281
|
var _user_outgoing_24 = require("./24/user_outgoing_24");
|
|
10263
10282
|
var _user_outline_24 = require("./24/user_outline_24");
|
|
10264
10283
|
var _users_24 = require("./24/users_24");
|
|
@@ -11180,6 +11199,7 @@ var _music_36 = require("./36/music_36");
|
|
|
11180
11199
|
var _music_mic_outline_36 = require("./36/music_mic_outline_36");
|
|
11181
11200
|
var _music_outline_36 = require("./36/music_outline_36");
|
|
11182
11201
|
var _newsfeed_36 = require("./36/newsfeed_36");
|
|
11202
|
+
var _nft_heptagon_outline_36 = require("./36/nft_heptagon_outline_36");
|
|
11183
11203
|
var _notebook_check_outline_36 = require("./36/notebook_check_outline_36");
|
|
11184
11204
|
var _pause_36 = require("./36/pause_36");
|
|
11185
11205
|
var _phone_36 = require("./36/phone_36");
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon24LocationProps 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 Icon24Location: import("react").FC<Icon24LocationProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon24Square4PlusOutlineProps 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 Icon24Square4PlusOutline: import("react").FC<Icon24Square4PlusOutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon24Square4SlashOutlineProps 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 Icon24Square4SlashOutline: import("react").FC<Icon24Square4SlashOutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon24UserMicrophoneBadgeOutlineProps 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 Icon24UserMicrophoneBadgeOutline: import("react").FC<Icon24UserMicrophoneBadgeOutlineProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SVGProps, Ref } from 'react';
|
|
2
|
+
export interface Icon36NftHeptagonOutlineProps 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 Icon36NftHeptagonOutline: import("react").FC<Icon36NftHeptagonOutlineProps>;
|
package/dist/typings/index.d.ts
CHANGED
|
@@ -1335,6 +1335,7 @@ export { Icon24LiveClockBadgeOutline } from './24/live_clock_badge_outline_24';
|
|
|
1335
1335
|
export { Icon24LiveDisableOutline } from './24/live_disable_outline_24';
|
|
1336
1336
|
export { Icon24LiveOutline } from './24/live_outline_24';
|
|
1337
1337
|
export { Icon24Locate } from './24/locate_24';
|
|
1338
|
+
export { Icon24Location } from './24/location_24';
|
|
1338
1339
|
export { Icon24LocationMapOutline } from './24/location_map_outline_24';
|
|
1339
1340
|
export { Icon24LocationOutline } from './24/location_outline_24';
|
|
1340
1341
|
export { Icon24Lock } from './24/lock_24';
|
|
@@ -1552,6 +1553,8 @@ export { Icon24SpeedometerMiddleOutline } from './24/speedometer_middle_outline_
|
|
|
1552
1553
|
export { Icon24Spinner } from './24/spinner_24';
|
|
1553
1554
|
export { Icon24Square4 } from './24/square_4_24';
|
|
1554
1555
|
export { Icon24Square4Outline } from './24/square_4_outline_24';
|
|
1556
|
+
export { Icon24Square4PlusOutline } from './24/square_4_plus_outline_24';
|
|
1557
|
+
export { Icon24Square4SlashOutline } from './24/square_4_slash_outline_24';
|
|
1555
1558
|
export { Icon24SquareFilled } from './24/square_filled_24';
|
|
1556
1559
|
export { Icon24SquareGrid3x3 } from './24/square_grid_3x3_24';
|
|
1557
1560
|
export { Icon24SquareOutline } from './24/square_outline_24';
|
|
@@ -1634,6 +1637,7 @@ export { Icon24UserAddOutline } from './24/user_add_outline_24';
|
|
|
1634
1637
|
export { Icon24UserBackgroundOutline } from './24/user_background_outline_24';
|
|
1635
1638
|
export { Icon24UserCircleOutline } from './24/user_circle_outline_24';
|
|
1636
1639
|
export { Icon24UserIncoming } from './24/user_incoming_24';
|
|
1640
|
+
export { Icon24UserMicrophoneBadgeOutline } from './24/user_microphone_badge_outline_24';
|
|
1637
1641
|
export { Icon24UserOutgoing } from './24/user_outgoing_24';
|
|
1638
1642
|
export { Icon24UserOutline } from './24/user_outline_24';
|
|
1639
1643
|
export { Icon24Users } from './24/users_24';
|
|
@@ -2555,6 +2559,7 @@ export { Icon36Music } from './36/music_36';
|
|
|
2555
2559
|
export { Icon36MusicMicOutline } from './36/music_mic_outline_36';
|
|
2556
2560
|
export { Icon36MusicOutline } from './36/music_outline_36';
|
|
2557
2561
|
export { Icon36Newsfeed } from './36/newsfeed_36';
|
|
2562
|
+
export { Icon36NftHeptagonOutline } from './36/nft_heptagon_outline_36';
|
|
2558
2563
|
export { Icon36NotebookCheckOutline } from './36/notebook_check_outline_36';
|
|
2559
2564
|
export { Icon36Pause } from './36/pause_36';
|
|
2560
2565
|
export { Icon36Phone } from './36/phone_36';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.88.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": {
|
|
@@ -31,23 +31,23 @@
|
|
|
31
31
|
"@vkontakte/icons-sprite": "2.0.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@size-limit/file": "^11.0.
|
|
35
|
-
"@size-limit/webpack": "^11.0.
|
|
34
|
+
"@size-limit/file": "^11.0.1",
|
|
35
|
+
"@size-limit/webpack": "^11.0.1",
|
|
36
36
|
"@swc/cli": "^0.1.63",
|
|
37
37
|
"@swc/core": "^1.3.100",
|
|
38
38
|
"@types/react": "16.14.34",
|
|
39
39
|
"@vkontakte/icons-scripts": "4.0.0",
|
|
40
40
|
"css-loader": "^6.7.3",
|
|
41
41
|
"file-loader": "^6.2.0",
|
|
42
|
-
"html-webpack-plugin": "^5.
|
|
42
|
+
"html-webpack-plugin": "^5.5.4",
|
|
43
43
|
"pre-commit": "^1.2.2",
|
|
44
44
|
"react": "16.10.0",
|
|
45
45
|
"react-color": "^2.18.0",
|
|
46
46
|
"react-dom": "^16.9.0",
|
|
47
|
-
"size-limit": "^11.0.
|
|
47
|
+
"size-limit": "^11.0.1",
|
|
48
48
|
"style-loader": "^3.3.1",
|
|
49
49
|
"swc-loader": "0.2.3",
|
|
50
|
-
"typescript": "^5.3.
|
|
50
|
+
"typescript": "^5.3.3",
|
|
51
51
|
"webpack": "^5.89.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
@@ -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="M10.887 20.9a1.698 1.698 0 0 1-.101-.44l-.62-6.626-6.626-.62a1.699 1.699 0 0 1-.47-3.268L17.671 4.12a1.698 1.698 0 0 1 2.206 2.207L14.054 20.93a1.698 1.698 0 0 1-3.167-.03Z"/></svg>
|
|
@@ -1 +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="
|
|
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="M6.267 3h1.466c.392 0 .738 0 1.025.023.306.025.623.081.932.239a2.4 2.4 0 0 1 1.048 1.048c.158.309.213.626.239.932.023.287.023.633.023 1.025v1.466c0 .392 0 .738-.024 1.026-.025.305-.08.622-.238.93a2.4 2.4 0 0 1-1.048 1.05 2.448 2.448 0 0 1-.932.238A13.42 13.42 0 0 1 7.733 11H6.267c-.392 0-.738 0-1.026-.023-.305-.025-.622-.081-.93-.239A2.4 2.4 0 0 1 3.26 9.69a2.447 2.447 0 0 1-.238-.931C3 8.47 3 8.125 3 7.733V6.267c0-.392 0-.738.023-1.025.025-.306.081-.623.239-.932A2.4 2.4 0 0 1 4.31 3.262c.309-.158.626-.214.931-.239C5.53 3 5.875 3 6.267 3Zm-.879 1.817c-.194.016-.248.042-.26.048a.6.6 0 0 0-.263.263c-.006.012-.032.066-.048.26A13.19 13.19 0 0 0 4.8 6.3v1.4c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.048-.26.016-.205.017-.477.017-.912V6.3c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.048A12.65 12.65 0 0 0 7.7 4.8H6.3c-.435 0-.707 0-.912.017ZM6.267 13h1.466c.392 0 .738 0 1.025.023.306.025.623.081.932.239a2.4 2.4 0 0 1 1.048 1.048c.158.309.214.626.239.931.023.288.023.634.023 1.026v1.466c0 .392 0 .738-.023 1.026-.025.305-.081.622-.239.93a2.4 2.4 0 0 1-1.048 1.05 2.448 2.448 0 0 1-.932.238C8.471 21 8.125 21 7.733 21H6.267c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.932-.239a2.4 2.4 0 0 1-1.048-1.048 2.439 2.439 0 0 1-.239-.931A13.482 13.482 0 0 1 3 17.733v-1.466c0-.392 0-.738.023-1.025.025-.306.081-.623.239-.932a2.4 2.4 0 0 1 1.048-1.048c.309-.158.626-.214.932-.239C5.529 13 5.875 13 6.267 13Zm-.879 1.818c-.194.015-.248.041-.26.047a.6.6 0 0 0-.263.263c-.006.012-.032.066-.048.26a12.65 12.65 0 0 0-.017.912v1.4c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.048-.26.016-.205.017-.477.017-.912v-1.4c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.047A12.613 12.613 0 0 0 7.7 14.8H6.3c-.435 0-.707 0-.912.018ZM16.267 3h1.466c.392 0 .738 0 1.025.023.306.025.623.081.931.239a2.4 2.4 0 0 1 1.05 1.048c.156.309.212.626.238.932.023.287.023.633.023 1.025v1.466c0 .392 0 .738-.023 1.026-.026.305-.082.622-.239.93a2.4 2.4 0 0 1-1.049 1.05 2.438 2.438 0 0 1-.93.238c-.288.023-.634.023-1.026.023h-1.466c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.932-.239a2.4 2.4 0 0 1-1.049-1.048 2.447 2.447 0 0 1-.238-.931A13.42 13.42 0 0 1 13 7.732V6.267c0-.392 0-.738.023-1.025.025-.306.081-.623.239-.932a2.4 2.4 0 0 1 1.048-1.048c.309-.158.626-.214.931-.239C15.53 3 15.876 3 16.268 3Zm-.879 1.817c-.194.016-.248.042-.26.048a.6.6 0 0 0-.263.263c-.006.012-.032.066-.048.26a13.19 13.19 0 0 0-.017.912v1.4c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.047-.26.017-.205.018-.477.018-.912V6.3c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.048A12.66 12.66 0 0 0 17.7 4.8h-1.4c-.435 0-.707 0-.912.017ZM16.267 13h1.466c.392 0 .738 0 1.025.023.306.025.623.081.931.239a2.4 2.4 0 0 1 1.05 1.048c.156.309.212.626.238.931.023.288.023.634.023 1.026v1.466c0 .392 0 .738-.023 1.026a2.44 2.44 0 0 1-.239.93 2.4 2.4 0 0 1-1.049 1.05 2.438 2.438 0 0 1-.93.238c-.288.023-.634.023-1.026.023h-1.466c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.932-.239a2.4 2.4 0 0 1-1.049-1.048 2.44 2.44 0 0 1-.238-.931A13.423 13.423 0 0 1 13 17.733v-1.466c0-.392 0-.738.023-1.025a2.44 2.44 0 0 1 .239-.932 2.4 2.4 0 0 1 1.048-1.048c.309-.158.626-.214.931-.239.288-.023.634-.023 1.026-.023Zm-.879 1.817c-.194.016-.248.042-.26.048a.6.6 0 0 0-.263.263c-.006.012-.032.066-.048.26a13.19 13.19 0 0 0-.017.912v1.4c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.047.205.017.477.018.912.018h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.047-.26.017-.205.018-.477.018-.912v-1.4c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.048a12.69 12.69 0 0 0-.912-.017h-1.4c-.435 0-.707 0-.912.017Z" 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="M6.267 3h1.466c.392 0 .738 0 1.026.023.305.025.622.081.93.239a2.4 2.4 0 0 1 1.05 1.048c.157.309.213.626.238.932.023.287.023.633.023 1.025v1.466c0 .392 0 .738-.023 1.026-.025.305-.081.622-.239.93a2.4 2.4 0 0 1-1.048 1.05 2.447 2.447 0 0 1-.931.238C8.47 11 8.124 11 7.732 11H6.267c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.932-.239A2.4 2.4 0 0 1 3.262 9.69a2.431 2.431 0 0 1-.239-.931C3 8.47 3 8.124 3 7.732V6.267c0-.392 0-.738.023-1.025.025-.306.081-.623.239-.932A2.4 2.4 0 0 1 4.31 3.262c.309-.158.626-.214.932-.239C5.529 3 5.875 3 6.267 3Zm-.879 1.817c-.194.016-.248.042-.26.048a.6.6 0 0 0-.263.263c-.006.012-.032.066-.048.26A13.19 13.19 0 0 0 4.8 6.3v1.4c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.048-.26.016-.205.017-.477.017-.912V6.3c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.048A12.658 12.658 0 0 0 7.7 4.8H6.3c-.435 0-.707 0-.912.017ZM6.267 13h1.466c.392 0 .738 0 1.026.023.305.025.622.081.93.239a2.4 2.4 0 0 1 1.05 1.048c.157.309.213.626.238.931.023.288.023.634.023 1.026v1.466c0 .392 0 .738-.023 1.026-.025.305-.081.622-.239.93a2.4 2.4 0 0 1-1.048 1.05 2.447 2.447 0 0 1-.931.238C8.47 21 8.124 21 7.732 21H6.267c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.932-.239a2.4 2.4 0 0 1-1.048-1.048 2.44 2.44 0 0 1-.239-.931C3 18.47 3 18.125 3 17.733v-1.466c0-.392 0-.738.023-1.025a2.44 2.44 0 0 1 .239-.932 2.4 2.4 0 0 1 1.048-1.048c.309-.158.626-.214.932-.239C5.529 13 5.875 13 6.267 13Zm-.879 1.818c-.194.015-.248.041-.26.047a.6.6 0 0 0-.263.263c-.006.012-.032.066-.048.26a13.19 13.19 0 0 0-.017.912v1.4c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.048-.26.016-.205.017-.477.017-.912v-1.4c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.047A12.613 12.613 0 0 0 7.7 14.8H6.3c-.435 0-.707 0-.912.018ZM16.267 3h1.466c.392 0 .738 0 1.026.023.305.025.622.081.93.239a2.4 2.4 0 0 1 1.05 1.048c.157.309.213.626.238.932.023.287.023.633.023 1.025v1.466c0 .392 0 .738-.023 1.026-.025.305-.081.622-.239.93a2.4 2.4 0 0 1-1.048 1.05 2.447 2.447 0 0 1-.931.238c-.288.023-.634.023-1.026.023h-1.466c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.932-.239a2.4 2.4 0 0 1-1.048-1.048 2.431 2.431 0 0 1-.239-.931C13 8.47 13 8.124 13 7.732V6.267c0-.392 0-.738.023-1.025.025-.306.081-.623.239-.932a2.4 2.4 0 0 1 1.048-1.048 2.44 2.44 0 0 1 .931-.239C15.53 3 15.876 3 16.268 3Zm-.879 1.817c-.194.016-.248.042-.26.048a.6.6 0 0 0-.263.263c-.006.012-.032.066-.047.26-.017.205-.018.477-.018.912v1.4c0 .435 0 .707.018.912.015.194.041.248.047.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.048-.26.016-.205.017-.477.017-.912V6.3c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.048A12.658 12.658 0 0 0 17.7 4.8h-1.4c-.435 0-.707 0-.912.017Z" clip-rule="evenodd"/><path d="M17.9 13.9a.9.9 0 0 0-1.8 0v2.2h-2.2a.9.9 0 1 0 0 1.8h2.2v2.2a.9.9 0 0 0 1.8 0v-2.2h2.2a.9.9 0 0 0 0-1.8h-2.2v-2.2Z"/></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.09 3.9a.9.9 0 0 1 .9-.9h.61A2.4 2.4 0 0 1 11 5.4v.61a.9.9 0 1 1-1.8 0V5.4a.6.6 0 0 0-.6-.6h-.61a.9.9 0 0 1-.9-.9ZM6.267 13h1.466c.392 0 .738 0 1.026.023.305.025.622.081.93.239a2.4 2.4 0 0 1 1.05 1.048c.157.309.213.626.238.931.023.288.023.634.023 1.026v1.466c0 .392 0 .738-.023 1.026-.025.305-.081.622-.239.93a2.4 2.4 0 0 1-1.048 1.05 2.447 2.447 0 0 1-.931.238C8.47 21 8.125 21 7.733 21H6.267c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.931-.239a2.4 2.4 0 0 1-1.05-1.048 2.439 2.439 0 0 1-.238-.931A13.48 13.48 0 0 1 3 17.733v-1.466c0-.392 0-.738.023-1.025a2.44 2.44 0 0 1 .239-.932 2.4 2.4 0 0 1 1.049-1.048c.308-.158.625-.214.93-.239C5.53 13 5.876 13 6.268 13Zm-.879 1.818c-.194.015-.248.041-.26.047a.6.6 0 0 0-.263.263c-.006.012-.032.066-.047.26a12.65 12.65 0 0 0-.018.912v1.4c0 .435 0 .707.018.912.015.194.041.248.047.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.048-.26.016-.205.017-.477.017-.912v-1.4c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.047A12.613 12.613 0 0 0 7.7 14.8H6.3c-.435 0-.707 0-.912.018ZM16.267 3h1.466c.392 0 .738 0 1.026.023.305.025.622.081.93.239a2.4 2.4 0 0 1 1.05 1.048c.157.309.213.626.238.932.023.287.023.633.023 1.025v1.466c0 .392 0 .738-.023 1.026-.025.305-.081.622-.239.93a2.4 2.4 0 0 1-1.048 1.05 2.447 2.447 0 0 1-.931.238c-.288.023-.634.023-1.026.023h-1.466c-.392 0-.738 0-1.025-.023-.306-.025-.623-.081-.932-.239a2.4 2.4 0 0 1-1.048-1.048 2.431 2.431 0 0 1-.239-.931C13 8.47 13 8.125 13 7.733V6.267c0-.392 0-.738.023-1.025.025-.306.081-.623.239-.932a2.4 2.4 0 0 1 1.048-1.048 2.44 2.44 0 0 1 .931-.239C15.53 3 15.876 3 16.268 3Zm-.879 1.817c-.194.016-.248.042-.26.048a.6.6 0 0 0-.263.263c-.006.012-.032.066-.047.26-.017.205-.018.477-.018.912v1.4c0 .435 0 .707.018.912.015.194.041.248.047.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h1.4c.435 0 .707 0 .912-.017.194-.016.248-.042.26-.048a.6.6 0 0 0 .263-.263c.006-.012.032-.066.048-.26.016-.205.017-.477.017-.912V6.3c0-.435 0-.707-.017-.912-.016-.194-.042-.248-.048-.26a.6.6 0 0 0-.263-.263c-.012-.006-.066-.032-.26-.048A12.649 12.649 0 0 0 17.7 4.8h-1.4c-.435 0-.707 0-.912.017ZM17.09 13.9a.9.9 0 0 1 .9-.9h.61a2.4 2.4 0 0 1 2.4 2.4v.61a.9.9 0 1 1-1.8 0v-.61a.6.6 0 0 0-.6-.6h-.61a.9.9 0 0 1-.9-.9Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M3.036 2.764a.9.9 0 0 0-1.272 1.272l1.25 1.251A.906.906 0 0 0 3 5.45v2.283c0 .392 0 .738.023 1.026.025.305.081.622.239.93a2.4 2.4 0 0 0 1.048 1.05c.309.157.626.213.932.238.287.023.633.023 1.025.023H8.55c.056 0 .11-.005.163-.015l4.302 4.302a.899.899 0 0 0-.015.163v2.283c0 .392 0 .738.023 1.026.025.305.081.622.239.93a2.4 2.4 0 0 0 1.048 1.05c.309.157.626.213.931.238.288.023.634.023 1.026.023h2.283c.055 0 .11-.005.163-.015l1.25 1.251a.9.9 0 0 0 1.273-1.272l-18.2-18.2ZM16.927 19.2 14.8 17.073v.627c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h.627Zm-10-10L4.8 7.073V7.7c0 .435 0 .707.017.912.016.194.042.248.048.26a.6.6 0 0 0 .263.263c.012.006.066.032.26.048.205.016.477.017.912.017h.627Z" 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="M12 3.839A2.91 2.91 0 0 0 9.089 6.75 2.91 2.91 0 0 0 12 9.661a2.91 2.91 0 0 0 2.911-2.911A2.91 2.91 0 0 0 12 3.839ZM7.25 6.75A4.749 4.749 0 0 1 12 2a4.749 4.749 0 0 1 4.75 4.75A4.749 4.749 0 0 1 12 11.5a4.749 4.749 0 0 1-4.75-4.75Zm2.738 6.712a.884.884 0 0 1-.672 1.018c-.725.157-1.381.384-1.87.664-.927.532-1.304 1.176-1.304 1.994 0 .348.038.536.063.624.049.01.127.018.243.018H8.57c.454 0 .926.352.926.828s-.472.895-.926.895H6.448c-.666 0-1.151-.178-1.47-.56-.322-.383-.479-.973-.479-1.805 0-1.59.836-2.747 2.159-3.506.663-.38 1.514-.682 2.358-.865.444-.096.88.229.972.695ZM21 17a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm-3.751-2.248a1.25 1.25 0 0 0-2.5 0v1.498a1.25 1.25 0 1 0 2.5 0v-1.498Zm1.64 1.801c.332.126.432.504.31.847-.465 1.318-1.33 1.987-2.446 2.2v.72c0 .366-.397.684-.75.684-.354 0-.75-.318-.75-.684v-.72c-1.125-.208-1.982-.877-2.453-2.2-.122-.343-.003-.72.328-.846.332-.127.7-.026.822.317.707 1.985 3.418 1.98 4.118.002.121-.344.489-.445.82-.32Z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M23.75 4.004a1.25 1.25 0 0 0-1.251 1.25v11.5a1.25 1.25 0 0 0 2.5 0v-11.5c0-.69-.559-1.25-1.25-1.25Zm-4.235 14.602-2.37 4.997a2.443 2.443 0 0 1-4.65-1.046v-3.768a.287.287 0 0 0-.288-.287H6.503c-2.456 0-4.149-2.465-3.266-4.757l2.96-7.69a3.2 3.2 0 0 1 2.987-2.05h7.213a3.6 3.6 0 0 1 3.6 3.6v8.86a5 5 0 0 1-.482 2.141Z" clip-rule="evenodd"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M4.25 23.996a1.25 1.25 0 0 0 1.251-1.25v-11.5a1.25 1.25 0 0 0-2.501 0v11.5c0 .69.56 1.25 1.25 1.25ZM8.486 9.393l2.37-4.996a2.443 2.443 0 0 1 4.65 1.046v3.768c0 .158.13.287.288.287h5.704c2.456 0 4.149 2.465 3.266 4.757l-2.96 7.69a3.2 3.2 0 0 1-2.987 2.05h-7.213a3.6 3.6 0 0 1-3.6-3.6v-8.86a5 5 0 0 1 .482-2.142Z" 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 fill-rule="evenodd" d="M13.91 5.788a.88.88 0 0 1 .822-.235l12.24 2.824a.88.88 0 0 1 .66.66l2.825 12.242a.88.88 0 0 1-.235.82L22.1 30.222a.88.88 0 0 1-.82.235L9.038 27.633a.88.88 0 0 1-.66-.66L5.552 14.732a.88.88 0 0 1 .235-.821l8.123-8.123Zm1.384-2.671a3.38 3.38 0 0 0-3.151.903L4.02 12.143a3.38 3.38 0 0 0-.903 3.15l2.825 12.242a3.38 3.38 0 0 0 2.533 2.534l12.241 2.824a3.38 3.38 0 0 0 3.151-.903l8.123-8.123a3.38 3.38 0 0 0 .903-3.15L30.07 8.474a3.38 3.38 0 0 0-2.534-2.533L15.294 3.117Zm8.848 12.509a1.25 1.25 0 0 0-1.784-1.752l-5.983 6.092-2.233-2.274a1.25 1.25 0 1 0-1.784 1.752l3.125 3.182a1.25 1.25 0 0 0 1.784 0l6.875-7Z" clip-rule="evenodd"/></svg>
|