@100mslive/react-icons 0.0.1-alpha → 0.0.3-alpha.1
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/HorizontalMenuIcon.d.ts +3 -0
- package/dist/InfoIcon.d.ts +3 -0
- package/dist/InviteIcon.d.ts +3 -0
- package/dist/InviteStageIcon.d.ts +3 -0
- package/dist/PeopleIcon.d.ts +3 -0
- package/dist/RemoveUserIcon.d.ts +3 -0
- package/dist/SendIcon.d.ts +3 -0
- package/dist/index.cjs.js +1 -495
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1 -30
- package/package.json +27 -24
- package/CHANGELOG.md +0 -7
- package/dist/ArrowRightIcon.js +0 -17
- package/dist/ArrowRightIcon.js.map +0 -1
- package/dist/AudioLevelIcon.js +0 -17
- package/dist/AudioLevelIcon.js.map +0 -1
- package/dist/AudioPlayerIcon.js +0 -23
- package/dist/AudioPlayerIcon.js.map +0 -1
- package/dist/ChatIcon.js +0 -19
- package/dist/ChatIcon.js.map +0 -1
- package/dist/CheckIcon.js +0 -17
- package/dist/CheckIcon.js.map +0 -1
- package/dist/ChevronDownIcon.js +0 -17
- package/dist/ChevronDownIcon.js.map +0 -1
- package/dist/ChevronLeftIcon.js +0 -17
- package/dist/ChevronLeftIcon.js.map +0 -1
- package/dist/ChevronRightIcon.js +0 -17
- package/dist/ChevronRightIcon.js.map +0 -1
- package/dist/ChevronUpIcon.js +0 -17
- package/dist/ChevronUpIcon.js.map +0 -1
- package/dist/ComputerIcon.js +0 -19
- package/dist/ComputerIcon.js.map +0 -1
- package/dist/CrossIcon.js +0 -17
- package/dist/CrossIcon.js.map +0 -1
- package/dist/ExitIcon.js +0 -19
- package/dist/ExitIcon.js.map +0 -1
- package/dist/HandIcon.js +0 -19
- package/dist/HandIcon.js.map +0 -1
- package/dist/HangUpIcon.js +0 -19
- package/dist/HangUpIcon.js.map +0 -1
- package/dist/MenuIcon.js +0 -19
- package/dist/MenuIcon.js.map +0 -1
- package/dist/MicOffIcon.js +0 -19
- package/dist/MicOffIcon.js.map +0 -1
- package/dist/MicOnIcon.js +0 -19
- package/dist/MicOnIcon.js.map +0 -1
- package/dist/MusicIcon.js +0 -26
- package/dist/MusicIcon.js.map +0 -1
- package/dist/PersonIcon.js +0 -19
- package/dist/PersonIcon.js.map +0 -1
- package/dist/RecordIcon.js +0 -17
- package/dist/RecordIcon.js.map +0 -1
- package/dist/SettingIcon.js +0 -19
- package/dist/SettingIcon.js.map +0 -1
- package/dist/ShareScreenIcon.js +0 -19
- package/dist/ShareScreenIcon.js.map +0 -1
- package/dist/SpeakerIcon.js +0 -19
- package/dist/SpeakerIcon.js.map +0 -1
- package/dist/SpotlightIcon.js +0 -19
- package/dist/SpotlightIcon.js.map +0 -1
- package/dist/SquareMenuIcon.js +0 -19
- package/dist/SquareMenuIcon.js.map +0 -1
- package/dist/VideoOffIcon.js +0 -20
- package/dist/VideoOffIcon.js.map +0 -1
- package/dist/VideoOnIcon.js +0 -19
- package/dist/VideoOnIcon.js.map +0 -1
- package/dist/VideoPlayerIcon.js +0 -23
- package/dist/VideoPlayerIcon.js.map +0 -1
- package/dist/VirtualBackgroundIcon.js +0 -19
- package/dist/VirtualBackgroundIcon.js.map +0 -1
- package/dist/index.cjs.js.map +0 -1
- package/dist/index.js.map +0 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1,495 +1 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
|
|
7
|
-
var React = require('react');
|
|
8
|
-
|
|
9
|
-
function _interopNamespace(e) {
|
|
10
|
-
if (e && e.__esModule) return e;
|
|
11
|
-
var n = Object.create(null);
|
|
12
|
-
|
|
13
|
-
if (e) {
|
|
14
|
-
Object.keys(e).forEach(function (k) {
|
|
15
|
-
if (k !== 'default') {
|
|
16
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
17
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
18
|
-
enumerable: true,
|
|
19
|
-
get: function () {
|
|
20
|
-
return e[k];
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
n["default"] = e;
|
|
28
|
-
return Object.freeze(n);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
32
|
-
|
|
33
|
-
function SvgArrowRightIcon(props) {
|
|
34
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
35
|
-
width: "24px",
|
|
36
|
-
height: "24px",
|
|
37
|
-
viewBox: "0 0 24 24",
|
|
38
|
-
fill: "none",
|
|
39
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
40
|
-
}, props), React__namespace.createElement("path", {
|
|
41
|
-
d: "M20.319 12.004c0-.272-.114-.536-.317-.73L14.228 5.5c-.229-.22-.466-.316-.712-.316-.562 0-.967.396-.967.932 0 .281.115.518.29.694l1.978 2.004 2.549 2.33-2.04-.124H4.675c-.589 0-.993.404-.993.984 0 .572.404.976.993.976h10.653l2.039-.123-2.55 2.329-1.977 2.004a.968.968 0 00-.29.694c0 .536.405.932.967.932a.99.99 0 00.694-.299l5.792-5.792c.203-.193.317-.457.317-.72z",
|
|
42
|
-
fill: "currentColor"
|
|
43
|
-
}));
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
function SvgAudioLevelIcon(props) {
|
|
47
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
48
|
-
width: "24px",
|
|
49
|
-
height: "24px",
|
|
50
|
-
viewBox: "0 0 24 24",
|
|
51
|
-
fill: "none",
|
|
52
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
53
|
-
}, props), React__namespace.createElement("path", {
|
|
54
|
-
d: "M12.5 5a.625.625 0 00-.625.625v13.75a.625.625 0 001.25 0V5.625A.625.625 0 0012.5 5zM10 6.25a.625.625 0 00-.625.625v11.25a.625.625 0 101.25 0V6.875A.625.625 0 0010 6.25zM7.5 8.75a.625.625 0 00-.625.625v6.25a.625.625 0 101.25 0v-6.25A.625.625 0 007.5 8.75zM5.625 11.25a.625.625 0 00-.625.625v1.25a.625.625 0 001.25 0v-1.25a.625.625 0 00-.625-.625zM15 6.25a.625.625 0 00-.625.625v11.25a.625.625 0 101.25 0V6.875A.625.625 0 0015 6.25zM17.5 8.75a.625.625 0 00-.625.625v6.25a.624.624 0 101.25 0v-6.25a.625.625 0 00-.625-.625zM19.375 11.25a.625.625 0 00-.625.625v1.25a.625.625 0 101.25 0v-1.25a.625.625 0 00-.625-.625z",
|
|
55
|
-
fill: "currentColor"
|
|
56
|
-
}));
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
function SvgAudioPlayerIcon(props) {
|
|
60
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
61
|
-
width: "24px",
|
|
62
|
-
height: "24px",
|
|
63
|
-
viewBox: "0 0 24 24",
|
|
64
|
-
fill: "none",
|
|
65
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
66
|
-
}, props), React__namespace.createElement("path", {
|
|
67
|
-
d: "M16.375 10.305l-4.09-2.324a.688.688 0 00-.688 0 .688.688 0 00-.358.618v4.655a.688.688 0 001.066.619l4.07-2.31a.687.687 0 000-1.245v-.013z",
|
|
68
|
-
fill: "currentColor"
|
|
69
|
-
}), React__namespace.createElement("path", {
|
|
70
|
-
d: "M19.125 4H7.781a1.375 1.375 0 00-1.375 1.375v11.344a1.375 1.375 0 001.375 1.375h11.344a1.375 1.375 0 001.375-1.375V5.375A1.375 1.375 0 0019.125 4zm-.096 12.616a.378.378 0 01-.248.103H8.125a.344.344 0 01-.344-.344V5.719a.344.344 0 01.344-.344h10.656a.344.344 0 01.344.344v10.656c0 .09-.034.176-.096.24z",
|
|
71
|
-
fill: "currentColor"
|
|
72
|
-
}), React__namespace.createElement("path", {
|
|
73
|
-
d: "M17.406 19.125H5.72a.344.344 0 01-.344-.344V7.094a.687.687 0 00-1.375 0v12.031A1.375 1.375 0 005.375 20.5h12.031a.687.687 0 100-1.375z",
|
|
74
|
-
fill: "currentColor"
|
|
75
|
-
}));
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
function SvgChatIcon(props) {
|
|
79
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
80
|
-
width: "24px",
|
|
81
|
-
height: "24px",
|
|
82
|
-
viewBox: "0 0 24 24",
|
|
83
|
-
fill: "none",
|
|
84
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
85
|
-
}, props), React__namespace.createElement("path", {
|
|
86
|
-
fillRule: "evenodd",
|
|
87
|
-
clipRule: "evenodd",
|
|
88
|
-
d: "M5.633 5.306a.327.327 0 00-.327.327v9.796a.327.327 0 00.327.326h1.959c.36 0 .653.292.653.653v1.633l2.873-2.155a.653.653 0 01.392-.13h6.857a.327.327 0 00.327-.327V5.633a.326.326 0 00-.327-.327H5.633zm-1.155-.828A1.633 1.633 0 015.633 4h12.734A1.633 1.633 0 0120 5.633v9.796a1.632 1.632 0 01-1.633 1.632h-6.64L7.985 19.87a.653.653 0 01-1.045-.522V17.06H5.633A1.633 1.633 0 014 15.43V5.633c0-.433.172-.849.478-1.155z",
|
|
89
|
-
fill: "currentColor"
|
|
90
|
-
}));
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
function SvgCheckIcon(props) {
|
|
94
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
95
|
-
width: "24px",
|
|
96
|
-
height: "24px",
|
|
97
|
-
viewBox: "0 0 24 24",
|
|
98
|
-
fill: "none",
|
|
99
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
100
|
-
}, props), React__namespace.createElement("path", {
|
|
101
|
-
d: "M8.844 19.434c.464.04.84-.123 1.125-.478L20.6 6.944c.209-.273.308-.511.328-.748.053-.622-.348-1.088-.979-1.141-.429-.037-.705.099-1.003.488L9.02 16.829l-4.354-5.406c-.233-.364-.493-.527-.878-.56-.63-.053-1.124.355-1.176.968-.023.272.051.543.256.834l4.937 6.116c.274.412.583.614 1.039.653z",
|
|
102
|
-
fill: "currentColor"
|
|
103
|
-
}));
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
function SvgChevronDownIcon(props) {
|
|
107
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
108
|
-
width: "24px",
|
|
109
|
-
height: "24px",
|
|
110
|
-
viewBox: "0 0 24 24",
|
|
111
|
-
fill: "none",
|
|
112
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
113
|
-
}, props), React__namespace.createElement("path", {
|
|
114
|
-
d: "M12 17.32c.308-.01.589-.123.817-.37l6.68-6.837c.193-.194.299-.44.299-.73 0-.58-.457-1.046-1.037-1.046-.282 0-.554.115-.756.317l-5.994 6.16-6.012-6.16a1.094 1.094 0 00-.756-.317c-.58 0-1.037.466-1.037 1.046 0 .29.106.536.299.73l6.688 6.838c.238.246.501.369.809.369z",
|
|
115
|
-
fill: "currentColor"
|
|
116
|
-
}));
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
function SvgChevronLeftIcon(props) {
|
|
120
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
121
|
-
width: "24px",
|
|
122
|
-
height: "24px",
|
|
123
|
-
viewBox: "0 0 24 24",
|
|
124
|
-
fill: "none",
|
|
125
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
126
|
-
}, props), React__namespace.createElement("path", {
|
|
127
|
-
d: "M6.44 12c.008.308.122.589.368.817l6.838 6.68c.194.193.44.299.73.299.58 0 1.046-.457 1.046-1.037 0-.282-.115-.554-.317-.756l-6.16-5.994 6.16-6.012c.194-.202.317-.466.317-.756 0-.58-.466-1.037-1.046-1.037-.29 0-.536.106-.73.299L6.808 11.19c-.246.238-.369.501-.369.809z",
|
|
128
|
-
fill: "currentColor"
|
|
129
|
-
}));
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
function SvgChevronRightIcon(props) {
|
|
133
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
134
|
-
width: "24px",
|
|
135
|
-
height: "24px",
|
|
136
|
-
viewBox: "0 0 24 24",
|
|
137
|
-
fill: "none",
|
|
138
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
139
|
-
}, props), React__namespace.createElement("path", {
|
|
140
|
-
d: "M17.542 12a1.123 1.123 0 01-.369.817l-6.838 6.68c-.193.193-.44.299-.73.299-.58 0-1.045-.457-1.045-1.037 0-.282.114-.554.316-.756l6.161-5.994-6.16-6.012a1.094 1.094 0 01-.317-.756c0-.58.466-1.037 1.046-1.037.29 0 .536.106.73.299l6.837 6.688c.246.238.37.501.37.809z",
|
|
141
|
-
fill: "currentColor"
|
|
142
|
-
}));
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
function SvgChevronUpIcon(props) {
|
|
146
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
147
|
-
width: "24px",
|
|
148
|
-
height: "24px",
|
|
149
|
-
viewBox: "0 0 24 24",
|
|
150
|
-
fill: "none",
|
|
151
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
152
|
-
}, props), React__namespace.createElement("path", {
|
|
153
|
-
d: "M12 6.78a1.124 1.124 0 00-.817.37l-6.68 6.838a1 1 0 00-.299.73c0 .58.457 1.045 1.037 1.045.281 0 .554-.114.756-.316l5.994-6.161 6.012 6.16c.202.194.466.317.756.317.58 0 1.037-.466 1.037-1.046 0-.29-.106-.536-.299-.729L12.81 7.15c-.238-.246-.501-.37-.809-.37z",
|
|
154
|
-
fill: "currentColor"
|
|
155
|
-
}));
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
function SvgComputerIcon(props) {
|
|
159
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
160
|
-
width: "24px",
|
|
161
|
-
height: "24px",
|
|
162
|
-
viewBox: "0 0 24 24",
|
|
163
|
-
fill: "none",
|
|
164
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
165
|
-
}, props), React__namespace.createElement("path", {
|
|
166
|
-
fillRule: "evenodd",
|
|
167
|
-
clipRule: "evenodd",
|
|
168
|
-
d: "M1.294 3.372a.75.75 0 01.75-.75h19.912a.75.75 0 01.75.75v13.274a.75.75 0 01-.75.75h-8.737l.07 2.482h4.02a.75.75 0 010 1.5H6.69a.75.75 0 010-1.5h4.021l.07-2.482H2.044a.75.75 0 01-.75-.75V3.372zm19.912 12.524H2.794V4.122h18.412v11.774z",
|
|
169
|
-
fill: "currentColor"
|
|
170
|
-
}));
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
function SvgCrossIcon(props) {
|
|
174
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
175
|
-
width: "24px",
|
|
176
|
-
height: "24px",
|
|
177
|
-
viewBox: "0 0 24 24",
|
|
178
|
-
fill: "none",
|
|
179
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
180
|
-
}, props), React__namespace.createElement("path", {
|
|
181
|
-
d: "M5.193 17.383c-.369.37-.386 1.029.01 1.415.386.387 1.045.378 1.414.01l5.38-5.389 5.387 5.388a1.016 1.016 0 001.415-.009c.378-.395.387-1.037 0-1.415l-5.379-5.387 5.379-5.38a1.008 1.008 0 000-1.414c-.396-.378-1.037-.387-1.415-.01l-5.388 5.389-5.379-5.388c-.369-.37-1.037-.387-1.415.009-.386.386-.378 1.046-.009 1.415l5.388 5.379-5.388 5.387z",
|
|
182
|
-
fill: "currentColor"
|
|
183
|
-
}));
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
function SvgExitIcon(props) {
|
|
187
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
188
|
-
width: "24px",
|
|
189
|
-
height: "24px",
|
|
190
|
-
viewBox: "0 0 24 24",
|
|
191
|
-
fill: "none",
|
|
192
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
193
|
-
}, props), React__namespace.createElement("path", {
|
|
194
|
-
fillRule: "evenodd",
|
|
195
|
-
clipRule: "evenodd",
|
|
196
|
-
d: "M5.333 3.375a1.827 1.827 0 00-1.772 1.89v13.47a1.828 1.828 0 001.772 1.89h9.205a1.828 1.828 0 001.773-1.89v-3.36a.75.75 0 00-1.5 0v3.409a.328.328 0 01-.297.341H5.357a.328.328 0 01-.297-.341V5.25v-.034a.327.327 0 01.297-.341h9.157a.328.328 0 01.298.341l-.001.034v3.375a.75.75 0 001.5 0v-3.36a1.828 1.828 0 00-1.773-1.89H5.333zm12.51 5.285a.75.75 0 011.06 0l2.813 2.813a.747.747 0 010 1.06l-2.813 2.813a.75.75 0 11-1.06-1.06l1.532-1.533H9.373a.75.75 0 010-1.5h10.002l-1.532-1.532a.75.75 0 010-1.06z",
|
|
197
|
-
fill: "currentColor"
|
|
198
|
-
}));
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
function SvgHandIcon(props) {
|
|
202
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
203
|
-
width: "24px",
|
|
204
|
-
height: "24px",
|
|
205
|
-
viewBox: "0 0 24 24",
|
|
206
|
-
fill: "none",
|
|
207
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
208
|
-
}, props), React__namespace.createElement("path", {
|
|
209
|
-
d: "M5.582 14.605l.006.032c.378 1.815.999 3.326 1.988 4.387 1.007 1.08 2.354 1.65 4.077 1.65 1.268 0 2.35-.26 3.266-.803.912-.542 1.624-1.345 2.19-2.378.8-1.283 1.349-3.015 1.784-4.446l.11-.343c.089-.277.183-.57.263-.84.11-.371.215-.766.23-1.042a1.28 1.28 0 00-.31-.95 1.308 1.308 0 00-.9-.42 1.41 1.41 0 00-1.042.325c-.277.232-.484.565-.663.94h0l-.003.005-.681 1.466.314-7.196V4.97c0-.787-.625-1.412-1.412-1.412-.777 0-1.396.619-1.404 1.396l-.122 2.022-.085-3.071A1.403 1.403 0 0011.776 2.5c-.782 0-1.404.628-1.404 1.412h0v.014l.105 3.766-.407-3.226a1.4 1.4 0 00-1.404-1.37 1.401 1.401 0 00-1.41 1.458l.494 4.601-.434-2.254A1.4 1.4 0 005.912 5.55c-.784 0-1.412.622-1.412 1.404a.5.5 0 00.005.07l1.077 7.581zm10.27-1.29s-.001-.003 NaN NaNcNaN NaN NaN NaN NaN NaNz",
|
|
210
|
-
stroke: "currentColor",
|
|
211
|
-
strokeLinecap: "round",
|
|
212
|
-
strokeLinejoin: "round"
|
|
213
|
-
}));
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
function SvgHangUpIcon(props) {
|
|
217
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
218
|
-
width: "24px",
|
|
219
|
-
height: "24px",
|
|
220
|
-
viewBox: "0 0 24 24",
|
|
221
|
-
fill: "none",
|
|
222
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
223
|
-
}, props), React__namespace.createElement("path", {
|
|
224
|
-
fillRule: "evenodd",
|
|
225
|
-
clipRule: "evenodd",
|
|
226
|
-
d: "M18.879 8.601a.75.75 0 01.072.012 4.704 4.704 0 013.684 4.593v.782a2.068 2.068 0 01-2.068 2.067h-3.295a2.068 2.068 0 01-2.068-2.067.568.568 0 00-.568-.568H9.364a.568.568 0 00-.568.568 2.068 2.068 0 01-2.068 2.067H3.433a2.068 2.068 0 01-2.068-2.067v-.782M18.879 8.6a36.435 36.435 0 00-13.83.01 4.704 4.704 0 00-3.684 4.595m3.856-3.863v.043l.065.291-.065-.334zm.142.735a3.204 3.204 0 00-2.498 3.127v.783a.568.568 0 00.568.568h3.295a.568.568 0 00.568-.568 2.068 2.068 0 012.068-2.068h5.272a2.068 2.068 0 012.068 2.068.568.568 0 00.568.568h3.295a.568.568 0 00.568-.568v-.782a3.204 3.204 0 00-2.499-3.124c-4.383-.85-8.889-.85-13.273-.003v-.002z",
|
|
227
|
-
fill: "currentColor"
|
|
228
|
-
}));
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
function SvgMenuIcon(props) {
|
|
232
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
233
|
-
width: "24px",
|
|
234
|
-
height: "24px",
|
|
235
|
-
viewBox: "0 0 24 24",
|
|
236
|
-
fill: "none",
|
|
237
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
238
|
-
}, props), React__namespace.createElement("path", {
|
|
239
|
-
fillRule: "evenodd",
|
|
240
|
-
clipRule: "evenodd",
|
|
241
|
-
d: "M5 6.5a.75.75 0 01.75-.75h12.5a.75.75 0 010 1.5H5.75A.75.75 0 015 6.5zM5 12a.75.75 0 01.75-.75h12.5a.75.75 0 010 1.5H5.75A.75.75 0 015 12zm.75 4.75a.75.75 0 000 1.5h12.5a.75.75 0 000-1.5H5.75z",
|
|
242
|
-
fill: "currentColor"
|
|
243
|
-
}));
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
function SvgMicOffIcon(props) {
|
|
247
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
248
|
-
width: "24px",
|
|
249
|
-
height: "24px",
|
|
250
|
-
viewBox: "0 0 24 24",
|
|
251
|
-
fill: "none",
|
|
252
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
253
|
-
}, props), React__namespace.createElement("path", {
|
|
254
|
-
fillRule: "evenodd",
|
|
255
|
-
clipRule: "evenodd",
|
|
256
|
-
d: "M8.15 11.659v-.798l1.494 1.555c.22.63.706 1.135 1.324 1.38l1.422 1.481a3.663 3.663 0 01-4.24-3.618zm5.961-5.496v4.359l1.356 1.412c.006-.091.01-.183.01-.275V6.163a3.663 3.663 0 00-7.001-1.512L9.549 5.77a2.298 2.298 0 014.562.393zm-2.262 10.92a5.408 5.408 0 001.924-.365l1.007 1.05a6.744 6.744 0 01-2.284.646v2.403a.683.683 0 01-1.365 0v-2.403a6.79 6.79 0 01-6.106-6.754V9.822a.683.683 0 011.366 0v1.838a5.423 5.423 0 005.458 5.422zm5.082-3.624l1.033 1.077c.41-.874.638-1.848.638-2.876V9.822a.683.683 0 10-1.366 0v1.838c0 .63-.107 1.236-.305 1.799zM4.903 3.28a.683.683 0 10-.985.946l15.179 15.68a.683.683 0 00.985-.945L4.903 3.282z",
|
|
257
|
-
fill: "currentColor"
|
|
258
|
-
}));
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
function SvgMicOnIcon(props) {
|
|
262
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
263
|
-
width: "24px",
|
|
264
|
-
height: "24px",
|
|
265
|
-
viewBox: "0 0 24 24",
|
|
266
|
-
fill: "none",
|
|
267
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
268
|
-
}, props), React__namespace.createElement("path", {
|
|
269
|
-
fillRule: "evenodd",
|
|
270
|
-
clipRule: "evenodd",
|
|
271
|
-
d: "M14.298 11.659V6.163a2.298 2.298 0 00-4.596 0v5.496a2.298 2.298 0 004.596 0zM12 2.5a3.663 3.663 0 00-3.663 3.663v5.496a3.663 3.663 0 007.326 0V6.163A3.663 3.663 0 0012 2.5zm-.683 15.914v2.403a.683.683 0 001.366 0v-2.403a6.79 6.79 0 006.106-6.754V9.822a.683.683 0 00-1.366 0v1.838a5.423 5.423 0 01-10.846 0V9.822a.683.683 0 00-1.366 0v1.838a6.79 6.79 0 006.106 6.754z",
|
|
272
|
-
fill: "currentColor"
|
|
273
|
-
}));
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
function SvgMusicIcon(props) {
|
|
277
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
278
|
-
width: "24px",
|
|
279
|
-
height: "24px",
|
|
280
|
-
viewBox: "0 0 24 24",
|
|
281
|
-
fill: "none",
|
|
282
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
283
|
-
}, props), React__namespace.createElement("path", {
|
|
284
|
-
d: "M5 16.94a2.059 2.059 0 104.118 0 2.059 2.059 0 00-4.118 0v0zM14.882 14.47a2.059 2.059 0 104.118 0 2.059 2.059 0 00-4.118 0z",
|
|
285
|
-
stroke: "currentColor",
|
|
286
|
-
strokeWidth: 1.75,
|
|
287
|
-
strokeLinecap: "round",
|
|
288
|
-
strokeLinejoin: "round"
|
|
289
|
-
}), React__namespace.createElement("path", {
|
|
290
|
-
d: "M19 14.47V4.746a.57.57 0 00-.723-.549L9.529 6.721a.572.572 0 00-.418.548v9.672M9.118 10.764L19 8.294",
|
|
291
|
-
stroke: "currentColor",
|
|
292
|
-
strokeWidth: 1.75,
|
|
293
|
-
strokeLinecap: "round",
|
|
294
|
-
strokeLinejoin: "round"
|
|
295
|
-
}));
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
function SvgPersonIcon(props) {
|
|
299
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
300
|
-
width: "24px",
|
|
301
|
-
height: "24px",
|
|
302
|
-
viewBox: "0 0 24 24",
|
|
303
|
-
fill: "none",
|
|
304
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
305
|
-
}, props), React__namespace.createElement("path", {
|
|
306
|
-
fillRule: "evenodd",
|
|
307
|
-
clipRule: "evenodd",
|
|
308
|
-
d: "M12 2.813a4.687 4.687 0 100 9.374 4.687 4.687 0 000-9.374zM9.746 5.245a3.188 3.188 0 114.508 4.508 3.188 3.188 0 01-4.508-4.508zM8.012 16.45a5.64 5.64 0 019.628 3.988.75.75 0 001.5 0 7.14 7.14 0 00-14.28 0 .75.75 0 001.5 0 5.64 5.64 0 011.652-3.988z",
|
|
309
|
-
fill: "currentColor"
|
|
310
|
-
}));
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
function SvgRecordIcon(props) {
|
|
314
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
315
|
-
width: "24px",
|
|
316
|
-
height: "24px",
|
|
317
|
-
viewBox: "0 0 24 24",
|
|
318
|
-
fill: "none",
|
|
319
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
320
|
-
}, props), React__namespace.createElement("path", {
|
|
321
|
-
d: "M11.992 20.59c4.706 0 8.591-3.885 8.591-8.583s-3.893-8.583-8.6-8.583c-4.698 0-8.574 3.885-8.574 8.583s3.884 8.583 8.583 8.583zm0-1.71a6.84 6.84 0 01-6.857-6.873 6.832 6.832 0 016.848-6.865 6.86 6.86 0 016.882 6.865 6.85 6.85 0 01-6.873 6.873zM12 15.26A3.25 3.25 0 0015.254 12 3.254 3.254 0 0012 8.745a3.256 3.256 0 00-3.262 3.254A3.252 3.252 0 0012 15.26z",
|
|
322
|
-
fill: "currentColor"
|
|
323
|
-
}));
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
function SvgSettingIcon(props) {
|
|
327
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
328
|
-
width: "24px",
|
|
329
|
-
height: "24px",
|
|
330
|
-
viewBox: "0 0 24 24",
|
|
331
|
-
fill: "none",
|
|
332
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
333
|
-
}, props), React__namespace.createElement("path", {
|
|
334
|
-
fillRule: "evenodd",
|
|
335
|
-
clipRule: "evenodd",
|
|
336
|
-
d: "M13.989 4.37l.32.919a.655.655 0 00.367.393.66.66 0 00.538-.01l.004-.001.88-.405a2.046 2.046 0 012.884 1.525 2.05 2.05 0 01-.178 1.226l-.424.873a.663.663 0 00.368.91l.912.334a2.044 2.044 0 011.342 1.94 2.05 2.05 0 01-1.376 1.918l-.918.317a.666.666 0 00-.384.908l.41.88a2.053 2.053 0 01-.421 2.324 2.05 2.05 0 01-2.329.383l-.873-.423a.653.653 0 00-.538-.019h-.001a.672.672 0 00-.374.388l-.334.916a2.045 2.045 0 01-3.107.954 2.047 2.047 0 01-.741-.984l-.32-.922a.666.666 0 00-.639-.447.674.674 0 00-.268.062l-.886.41A2.046 2.046 0 015.2 15.994l.425-.876a.665.665 0 00-.37-.914l-.91-.332a2.042 2.042 0 01-1.347-1.938 2.049 2.049 0 011.374-1.92l.917-.317a.667.667 0 00.447-.64.662.662 0 00-.063-.269l-.408-.885a2.044 2.044 0 01.421-2.318A2.048 2.048 0 018.01 5.2l.875.425a.658.658 0 00.768-.137.656.656 0 00.146-.233l.337-.916A2.04 2.04 0 0112.074 3a2.047 2.047 0 011.915 1.37zm-.55 2.1A2.054 2.054 0 0113 5.74v.002l-.317-.914a.664.664 0 00-1.249-.01l-.333.906a2.043 2.043 0 01-1.995 1.35 2.033 2.033 0 01-.826-.205l-.87-.423a.664.664 0 00-.889.877l.407.881a2.047 2.047 0 01-1.186 2.8l-.916.318a.662.662 0 00-.326 1.005c.078.112.189.198.318.244l.912.333a2.045 2.045 0 011.14 2.819l-.423.87a.665.665 0 00.877.889l.88-.407a2.039 2.039 0 012.359.458c.196.208.346.456.44.727l.317.914a.66.66 0 00.62.442.663.663 0 00.626-.432l.332-.908a2.045 2.045 0 012.817-1.141l.873.423c.123.06.262.08.396.059l.001-.001a.659.659 0 00.546-.536.663.663 0 00-.052-.398l-.41-.88a2.042 2.042 0 011.185-2.8l.918-.318a.672.672 0 00.322-.24.668.668 0 00-.31-1.01l-.913-.334a2.046 2.046 0 01-1.136-2.814l.423-.874a.661.661 0 00-.479-.942.662.662 0 00-.399.052h-.001l-.88.405c-.26.12-.542.186-.828.192a2.042 2.042 0 01-1.531-.65zm-4.967 6.96a3.81 3.81 0 012.1-4.958 3.805 3.805 0 014.932 5.014 3.807 3.807 0 01-7.032-.057zm2.618-3.675a2.423 2.423 0 101.82 4.492 2.423 2.423 0 00-1.82-4.492z",
|
|
337
|
-
fill: "currentColor"
|
|
338
|
-
}));
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
function SvgShareScreenIcon(props) {
|
|
342
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
343
|
-
width: "24px",
|
|
344
|
-
height: "24px",
|
|
345
|
-
viewBox: "0 0 24 24",
|
|
346
|
-
fill: "none",
|
|
347
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
348
|
-
}, props), React__namespace.createElement("path", {
|
|
349
|
-
fillRule: "evenodd",
|
|
350
|
-
clipRule: "evenodd",
|
|
351
|
-
d: "M21.2 8a2.75 2.75 0 00-2.75-2.75H5.55A2.75 2.75 0 002.8 8v7.64a2.75 2.75 0 002.75 2.75h3.075a.75.75 0 000-1.5H5.55c-.69 0-1.25-.56-1.25-1.25V8c0-.69.56-1.25 1.25-1.25h12.9c.69 0 1.25.56 1.25 1.25v7.64c0 .69-.56 1.25-1.25 1.25h-2.7a.75.75 0 000 1.5h2.7a2.75 2.75 0 002.75-2.75V8zM8.008 13.307a.925.925 0 101.309 1.308l1.89-1.89v6.839a.925.925 0 001.85 0v-6.839l1.89 1.89a.925.925 0 101.309-1.308l-3.47-3.47a.926.926 0 00-1.308 0l-3.47 3.47z",
|
|
352
|
-
fill: "currentColor"
|
|
353
|
-
}));
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
function SvgSpeakerIcon(props) {
|
|
357
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
358
|
-
width: "24px",
|
|
359
|
-
height: "24px",
|
|
360
|
-
viewBox: "0 0 24 24",
|
|
361
|
-
fill: "none",
|
|
362
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
363
|
-
}, props), React__namespace.createElement("path", {
|
|
364
|
-
fillRule: "evenodd",
|
|
365
|
-
clipRule: "evenodd",
|
|
366
|
-
d: "M14.19 5.058a2.031 2.031 0 00-2.101.173L6.657 8.688H4.313a2.031 2.031 0 00-2.031 2.03v2.563a2.031 2.031 0 002.031 2.031h2.344l5.432 3.457a2.03 2.03 0 003.224-1.644V6.875a2.03 2.03 0 00-1.123-1.817zm-.956 1.288a.532.532 0 01.579.53v10.249a.53.53 0 01-.85.425.768.768 0 00-.047-.033l-5.29-3.366V9.849l5.29-3.366a.733.733 0 00.047-.033.53.53 0 01.271-.104zm-7.108 3.842H4.313a.531.531 0 00-.531.53v2.563a.532.532 0 00.531.531h1.813v-3.624zm14.59-1.453a.75.75 0 10-1.265.807 4.888 4.888 0 010 5.258.75.75 0 101.264.807 6.388 6.388 0 000-6.872zM17.131 9.74a.75.75 0 011.055.11 3.734 3.734 0 010 4.708.75.75 0 01-1.164-.946 2.233 2.233 0 000-2.816.75.75 0 01.11-1.056z",
|
|
367
|
-
fill: "currentColor"
|
|
368
|
-
}));
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
function SvgSpotlightIcon(props) {
|
|
372
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
373
|
-
width: "24px",
|
|
374
|
-
height: "24px",
|
|
375
|
-
viewBox: "0 0 24 24",
|
|
376
|
-
fill: "none",
|
|
377
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
378
|
-
}, props), React__namespace.createElement("path", {
|
|
379
|
-
fillRule: "evenodd",
|
|
380
|
-
clipRule: "evenodd",
|
|
381
|
-
d: "M4.182 1.549a.6.6 0 01.6.6v1.087H5.87a.6.6 0 010 1.2H4.782v1.088a.6.6 0 01-1.2 0V4.436H2.495a.6.6 0 010-1.2h1.087V2.15a.6.6 0 01.6-.6zM21.646 12a.6.6 0 01.6.6v1.088h1.088a.6.6 0 110 1.2h-1.088v1.087a.6.6 0 11-1.2 0v-1.088H19.96a.6.6 0 110-1.2h1.087V12.6a.6.6 0 01.6-.6zM3.095 14.674a.6.6 0 00-1.2 0v1.088H.807a.6.6 0 000 1.2h1.088v1.087a.6.6 0 101.2 0v-1.087h1.087a.6.6 0 100-1.2H3.095v-1.088zm6.226-6.12l2.36-4.679 2.363 4.682c.115.227.337.38.59.404l4.485.445-3.717 3.684a.743.743 0 00-.193.725l1.375 4.996-4.574-2.265a.743.743 0 00-.659 0l-4.567 2.262 1.375-4.996a.743.743 0 00-.193-.725l-3.72-3.684 4.486-.445a.743.743 0 00.59-.404zm3.564-5.59l.126.25 2.175 4.31 4.372.433a1.34 1.34 0 01.826 2.287l-3.628 3.595 1.346 4.889a1.346 1.346 0 01-1.904 1.55l-.002-.002-4.515-2.235-4.508 2.232-.003.001a1.346 1.346 0 01-1.904-1.55l.002-.006 1.344-4.882-3.63-3.595a1.34 1.34 0 01.825-2.287L8.18 7.52l2.3-4.56a1.35 1.35 0 012.404 0l.002.004z",
|
|
382
|
-
fill: "currentColor"
|
|
383
|
-
}));
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
function SvgSquareMenuIcon(props) {
|
|
387
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
388
|
-
width: "24px",
|
|
389
|
-
height: "24px",
|
|
390
|
-
viewBox: "0 0 24 24",
|
|
391
|
-
fill: "none",
|
|
392
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
393
|
-
}, props), React__namespace.createElement("path", {
|
|
394
|
-
fillRule: "evenodd",
|
|
395
|
-
clipRule: "evenodd",
|
|
396
|
-
d: "M5 6.556a1.556 1.556 0 113.111 0 1.556 1.556 0 01-3.111 0zm5.445 0a1.556 1.556 0 113.111 0 1.556 1.556 0 01-3.111 0zm7-1.556a1.556 1.556 0 100 3.111 1.556 1.556 0 000-3.111zM5 12a1.556 1.556 0 113.111 0A1.556 1.556 0 015 12zm7-1.556a1.556 1.556 0 100 3.112 1.556 1.556 0 000-3.112zM15.89 12A1.556 1.556 0 1119 12a1.556 1.556 0 01-3.111 0zm-9.333 3.889a1.556 1.556 0 100 3.11 1.556 1.556 0 000-3.11zm3.889 1.555a1.556 1.556 0 113.11 0 1.556 1.556 0 01-3.11 0zm7-1.555a1.556 1.556 0 100 3.111 1.556 1.556 0 000-3.111z",
|
|
397
|
-
fill: "currentColor"
|
|
398
|
-
}));
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
function SvgVideoOffIcon(props) {
|
|
402
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
403
|
-
width: "24px",
|
|
404
|
-
height: "24px",
|
|
405
|
-
viewBox: "0 0 24 24",
|
|
406
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
407
|
-
fillRule: "evenodd",
|
|
408
|
-
clipRule: "evenodd",
|
|
409
|
-
strokeLinejoin: "round",
|
|
410
|
-
strokeMiterlimit: 2
|
|
411
|
-
}, props), React__namespace.createElement("path", {
|
|
412
|
-
d: "M20.227 20.563L2.318 3.018a.691.691 0 010-.973.69.69 0 01.973 0L21.199 19.59a.687.687 0 11-.972.973zM16.125 7.878v2.751a.688.688 0 01-1.375 0V7.878a.682.682 0 00-.202-.485.682.682 0 00-.485-.202h-3.438a.688.688 0 010-1.375h3.438a2.063 2.063 0 012.062 2.062zm-2.75 8.938H3.063a.688.688 0 01-.688-.688v-8.25a.685.685 0 01.688-.687.688.688 0 000-1.375A2.062 2.062 0 001 7.878v8.25a2.062 2.062 0 002.063 2.063h10.312a.688.688 0 100-1.375zm7.636.117l-2.372-1.184a2.061 2.061 0 01-1.139-1.845v-3.8c0-.383.106-.759.307-1.084v-.001c.202-.326.49-.589.832-.76l2.372-1.185A1.374 1.374 0 0123 8.304v7.399a1.377 1.377 0 01-1.313 1.374 1.364 1.364 0 01-.676-.144zm-2.033-2.667a.692.692 0 00.277.254l2.37 1.183V8.304l-2.37 1.184a.685.685 0 00-.38.615v3.802c0 .127.035.253.103.361z",
|
|
413
|
-
fill: "currentColor"
|
|
414
|
-
}));
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
function SvgVideoOnIcon(props) {
|
|
418
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
419
|
-
width: "24px",
|
|
420
|
-
height: "24px",
|
|
421
|
-
viewBox: "0 0 24 24",
|
|
422
|
-
fill: "none",
|
|
423
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
424
|
-
}, props), React__namespace.createElement("path", {
|
|
425
|
-
fillRule: "evenodd",
|
|
426
|
-
clipRule: "evenodd",
|
|
427
|
-
d: "M3.062 5.813A2.062 2.062 0 001 7.876v8.248c0 1.14.923 2.063 2.062 2.063H14.04a2.062 2.062 0 002.062-2.063V7.876a2.062 2.062 0 00-2.062-2.063H3.062zm-.687 2.063c0-.38.308-.688.687-.688H14.04c.38 0 .687.308.687.688v8.248c0 .38-.308.688-.687.688H3.062a.687.687 0 01-.687-.688V7.876zM21.01 16.94l-2.37-1.184a2.062 2.062 0 01-1.14-1.845v-3.8c0-.382.106-.758.307-1.084.201-.326.49-.589.832-.76l2.371-1.185a1.37 1.37 0 011.337.061A1.38 1.38 0 0123 8.313v7.398a1.384 1.384 0 01-.652 1.17 1.377 1.377 0 01-1.337.06zm-2.033-2.667a.69.69 0 00.277.254l2.37 1.183V8.313l-2.37 1.184a.684.684 0 00-.38.615v3.8c0 .128.035.253.103.362z",
|
|
428
|
-
fill: "currentColor"
|
|
429
|
-
}));
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
function SvgVideoPlayerIcon(props) {
|
|
433
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
434
|
-
width: "24px",
|
|
435
|
-
height: "24px",
|
|
436
|
-
viewBox: "0 0 24 24",
|
|
437
|
-
fill: "none",
|
|
438
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
439
|
-
}, props), React__namespace.createElement("path", {
|
|
440
|
-
d: "M17.618 8.747a.765.765 0 00-.72 0l-.842.513a.168.168 0 01-.158 0 .183.183 0 01-.073-.043.165.165 0 01-.043-.07 1.682 1.682 0 00-.667-.839A1.902 1.902 0 0014.04 8H10.8c-.477 0-.935.176-1.273.488A1.606 1.606 0 009 9.667v2.666c0 .442.19.866.527 1.179.338.312.796.488 1.273.488h3.24c.39 0 .77-.118 1.082-.336a1.67 1.67 0 00.646-.87.145.145 0 01.042-.069.162.162 0 01.073-.038.192.192 0 01.159 0l.842.52a.76.76 0 00.72.033.704.704 0 00.283-.236c.07-.101.109-.218.113-.337V9.334a.63.63 0 00-.103-.343.7.7 0 00-.279-.244z",
|
|
441
|
-
fill: "currentColor"
|
|
442
|
-
}), React__namespace.createElement("path", {
|
|
443
|
-
d: "M19.125 4H7.781a1.375 1.375 0 00-1.375 1.375v11.344a1.375 1.375 0 001.375 1.375h11.344a1.375 1.375 0 001.375-1.375V5.375A1.375 1.375 0 0019.125 4zm-.096 12.616a.378.378 0 01-.248.103H8.125a.344.344 0 01-.344-.344V5.719a.344.344 0 01.344-.344h10.656a.344.344 0 01.344.344v10.656c0 .09-.034.176-.096.24z",
|
|
444
|
-
fill: "currentColor"
|
|
445
|
-
}), React__namespace.createElement("path", {
|
|
446
|
-
d: "M17.406 19.125H5.72a.344.344 0 01-.344-.344V7.094a.688.688 0 10-1.375 0v12.031A1.375 1.375 0 005.375 20.5h12.031a.687.687 0 100-1.375z",
|
|
447
|
-
fill: "currentColor"
|
|
448
|
-
}));
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
function SvgVirtualBackgroundIcon(props) {
|
|
452
|
-
return React__namespace.createElement("svg", Object.assign({
|
|
453
|
-
width: "24px",
|
|
454
|
-
height: "24px",
|
|
455
|
-
viewBox: "0 0 24 25",
|
|
456
|
-
fill: "none",
|
|
457
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
458
|
-
}, props), React__namespace.createElement("path", {
|
|
459
|
-
fillRule: "evenodd",
|
|
460
|
-
clipRule: "evenodd",
|
|
461
|
-
d: "M15.815 7.497a.407.407 0 010-.576l1.802-1.802a.407.407 0 11.576.576L16.39 7.497a.407.407 0 01-.576 0zM3.129 9.93a.407.407 0 00.576.576L8.49 5.721a.407.407 0 10-.576-.576L3.13 9.93zm.038-3.263a.407.407 0 10.576.576L5.26 5.727a.407.407 0 00-.576-.576L3.167 6.667zm-.048 7.075a.407.407 0 010-.576l7.994-7.994a.407.407 0 01.576.576l-7.994 7.994a.407.407 0 01-.576 0zm10.268-7.618a.407.407 0 00.576.576l.975-.975a.407.407 0 00-.576-.576l-.975.975zM3.132 16.954a.407.407 0 010-.575l3.944-3.944a.407.407 0 11.576.576l-3.944 3.944a.407.407 0 01-.576 0zm-.01 2.66a.407.407 0 10.576.576l4.58-4.58a.407.407 0 00-.575-.576l-4.58 4.58zm13.735-10.51a.407.407 0 10.576.576l3.872-3.871a.407.407 0 10-.576-.576l-3.872 3.871zm-.019 3.821a.407.407 0 010-.576l3.905-3.905a.407.407 0 01.576.576l-3.905 3.905a.407.407 0 01-.576 0zm.306 2.344a.407.407 0 00.576.576l3.606-3.607a.407.407 0 10-.576-.575l-3.606 3.606zm1.015 2.787a.407.407 0 010-.576l2.646-2.646a.407.407 0 11.576.576l-2.646 2.646a.407.407 0 01-.576 0zm.816 1.603a.407.407 0 00.576.576l1.787-1.788a.407.407 0 00-.576-.576l-1.787 1.788zM9.865 8.815a3.415 3.415 0 114.828 4.829 3.415 3.415 0 01-4.829-4.83zm2.414.221a2.193 2.193 0 100 4.386 2.193 2.193 0 000-4.386zM9.53 17.617a3.887 3.887 0 016.62 2.404.61.61 0 101.216-.109 5.108 5.108 0 00-10.177 0 .611.611 0 001.218.109 3.887 3.887 0 011.123-2.404z",
|
|
462
|
-
fill: "currentColor"
|
|
463
|
-
}));
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
exports.ArrowRightIcon = SvgArrowRightIcon;
|
|
467
|
-
exports.AudioLevelIcon = SvgAudioLevelIcon;
|
|
468
|
-
exports.AudioPlayerIcon = SvgAudioPlayerIcon;
|
|
469
|
-
exports.ChatIcon = SvgChatIcon;
|
|
470
|
-
exports.CheckIcon = SvgCheckIcon;
|
|
471
|
-
exports.ChevronDownIcon = SvgChevronDownIcon;
|
|
472
|
-
exports.ChevronLeftIcon = SvgChevronLeftIcon;
|
|
473
|
-
exports.ChevronRightIcon = SvgChevronRightIcon;
|
|
474
|
-
exports.ChevronUpIcon = SvgChevronUpIcon;
|
|
475
|
-
exports.ComputerIcon = SvgComputerIcon;
|
|
476
|
-
exports.CrossIcon = SvgCrossIcon;
|
|
477
|
-
exports.ExitIcon = SvgExitIcon;
|
|
478
|
-
exports.HandIcon = SvgHandIcon;
|
|
479
|
-
exports.HangUpIcon = SvgHangUpIcon;
|
|
480
|
-
exports.MenuIcon = SvgMenuIcon;
|
|
481
|
-
exports.MicOffIcon = SvgMicOffIcon;
|
|
482
|
-
exports.MicOnIcon = SvgMicOnIcon;
|
|
483
|
-
exports.MusicIcon = SvgMusicIcon;
|
|
484
|
-
exports.PersonIcon = SvgPersonIcon;
|
|
485
|
-
exports.RecordIcon = SvgRecordIcon;
|
|
486
|
-
exports.SettingIcon = SvgSettingIcon;
|
|
487
|
-
exports.ShareScreenIcon = SvgShareScreenIcon;
|
|
488
|
-
exports.SpeakerIcon = SvgSpeakerIcon;
|
|
489
|
-
exports.SpotlightIcon = SvgSpotlightIcon;
|
|
490
|
-
exports.SquareMenuIcon = SvgSquareMenuIcon;
|
|
491
|
-
exports.VideoOffIcon = SvgVideoOffIcon;
|
|
492
|
-
exports.VideoOnIcon = SvgVideoOnIcon;
|
|
493
|
-
exports.VideoPlayerIcon = SvgVideoPlayerIcon;
|
|
494
|
-
exports.VirtualBackgroundIcon = SvgVirtualBackgroundIcon;
|
|
495
|
-
//# sourceMappingURL=index.cjs.js.map
|
|
1
|
+
var C0=Object.create;var n=Object.defineProperty;var H0=Object.getOwnPropertyDescriptor;var P0=Object.getOwnPropertyNames,D=Object.getOwnPropertySymbols,A0=Object.getPrototypeOf,b=Object.prototype.hasOwnProperty,L0=Object.prototype.propertyIsEnumerable;var F=(e,a,r)=>a in e?n(e,a,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[a]=r,o=(e,a)=>{for(var r in a||(a={}))b.call(a,r)&&F(e,r,a[r]);if(D)for(var r of D(a))L0.call(a,r)&&F(e,r,a[r]);return e};var J=e=>n(e,"__esModule",{value:!0});var k0=(e,a)=>{J(e);for(var r in a)n(e,r,{get:a[r],enumerable:!0})},B0=(e,a,r)=>{if(a&&typeof a=="object"||typeof a=="function")for(let l of P0(a))!b.call(e,l)&&l!=="default"&&n(e,l,{get:()=>a[l],enumerable:!(r=H0(a,l))||r.enumerable});return e},t=e=>B0(J(n(e!=null?C0(A0(e)):{},"default",e&&e.__esModule&&"default"in e?{get:()=>e.default,enumerable:!0}:{value:e,enumerable:!0})),e);k0(exports,{ArrowRightIcon:()=>K,AudioLevelIcon:()=>Q,AudioPlayerIcon:()=>T,ChatIcon:()=>X,CheckIcon:()=>Y,ChevronDownIcon:()=>Z,ChevronLeftIcon:()=>_,ChevronRightIcon:()=>$,ChevronUpIcon:()=>e0,ComputerIcon:()=>o0,CrossIcon:()=>t0,ExitIcon:()=>a0,HandIcon:()=>r0,HangUpIcon:()=>l0,HorizontalMenuIcon:()=>n0,InviteIcon:()=>c0,InviteStageIcon:()=>i0,MenuIcon:()=>p0,MicOffIcon:()=>v0,MicOnIcon:()=>s0,MusicIcon:()=>f0,PeopleIcon:()=>h0,PersonIcon:()=>d0,RecordIcon:()=>u0,RemoveUserIcon:()=>m0,SendIcon:()=>g0,SettingIcon:()=>w0,ShareScreenIcon:()=>x0,SpeakerIcon:()=>S0,SpotlightIcon:()=>V0,SquareMenuIcon:()=>z0,VideoOffIcon:()=>R0,VideoOnIcon:()=>I0,VideoPlayerIcon:()=>G0,VirtualBackgroundIcon:()=>M0});var s=t(require("react"));function E0(e){return s.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),s.createElement("path",{d:"M20.319 12.004c0-.272-.114-.536-.317-.73L14.228 5.5c-.229-.22-.466-.316-.712-.316-.562 0-.967.396-.967.932 0 .281.115.518.29.694l1.978 2.004 2.549 2.33-2.04-.124H4.675c-.589 0-.993.404-.993.984 0 .572.404.976.993.976h10.653l2.039-.123-2.55 2.329-1.977 2.004a.968.968 0 00-.29.694c0 .536.405.932.967.932a.99.99 0 00.694-.299l5.792-5.792c.203-.193.317-.457.317-.72z",fill:"currentColor"}))}var K=E0;var f=t(require("react"));function N0(e){return f.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),f.createElement("path",{d:"M12.5 5a.625.625 0 00-.625.625v13.75a.625.625 0 001.25 0V5.625A.625.625 0 0012.5 5zM10 6.25a.625.625 0 00-.625.625v11.25a.625.625 0 101.25 0V6.875A.625.625 0 0010 6.25zM7.5 8.75a.625.625 0 00-.625.625v6.25a.625.625 0 101.25 0v-6.25A.625.625 0 007.5 8.75zM5.625 11.25a.625.625 0 00-.625.625v1.25a.625.625 0 001.25 0v-1.25a.625.625 0 00-.625-.625zM15 6.25a.625.625 0 00-.625.625v11.25a.625.625 0 101.25 0V6.875A.625.625 0 0015 6.25zM17.5 8.75a.625.625 0 00-.625.625v6.25a.624.624 0 101.25 0v-6.25a.625.625 0 00-.625-.625zM19.375 11.25a.625.625 0 00-.625.625v1.25a.625.625 0 101.25 0v-1.25a.625.625 0 00-.625-.625z",fill:"currentColor"}))}var Q=N0;var c=t(require("react"));function O0(e){return c.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),c.createElement("path",{d:"M16.375 10.305l-4.09-2.324a.688.688 0 00-.688 0 .688.688 0 00-.358.618v4.655a.688.688 0 001.066.619l4.07-2.31a.687.687 0 000-1.245v-.013z",fill:"currentColor"}),c.createElement("path",{d:"M19.125 4H7.781a1.375 1.375 0 00-1.375 1.375v11.344a1.375 1.375 0 001.375 1.375h11.344a1.375 1.375 0 001.375-1.375V5.375A1.375 1.375 0 0019.125 4zm-.096 12.616a.378.378 0 01-.248.103H8.125a.344.344 0 01-.344-.344V5.719a.344.344 0 01.344-.344h10.656a.344.344 0 01.344.344v10.656c0 .09-.034.176-.096.24z",fill:"currentColor"}),c.createElement("path",{d:"M17.406 19.125H5.72a.344.344 0 01-.344-.344V7.094a.687.687 0 00-1.375 0v12.031A1.375 1.375 0 005.375 20.5h12.031a.687.687 0 100-1.375z",fill:"currentColor"}))}var T=O0;var h=t(require("react"));function U0(e){return h.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.633 5.306a.327.327 0 00-.327.327v9.796a.327.327 0 00.327.326h1.959c.36 0 .653.292.653.653v1.633l2.873-2.155a.653.653 0 01.392-.13h6.857a.327.327 0 00.327-.327V5.633a.326.326 0 00-.327-.327H5.633zm-1.155-.828A1.633 1.633 0 015.633 4h12.734A1.633 1.633 0 0120 5.633v9.796a1.632 1.632 0 01-1.633 1.632h-6.64L7.985 19.87a.653.653 0 01-1.045-.522V17.06H5.633A1.633 1.633 0 014 15.43V5.633c0-.433.172-.849.478-1.155z",fill:"currentColor"}))}var X=U0;var d=t(require("react"));function j0(e){return d.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),d.createElement("path",{d:"M8.844 19.434c.464.04.84-.123 1.125-.478L20.6 6.944c.209-.273.308-.511.328-.748.053-.622-.348-1.088-.979-1.141-.429-.037-.705.099-1.003.488L9.02 16.829l-4.354-5.406c-.233-.364-.493-.527-.878-.56-.63-.053-1.124.355-1.176.968-.023.272.051.543.256.834l4.937 6.116c.274.412.583.614 1.039.653z",fill:"currentColor"}))}var Y=j0;var u=t(require("react"));function y0(e){return u.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),u.createElement("path",{d:"M12 17.32c.308-.01.589-.123.817-.37l6.68-6.837c.193-.194.299-.44.299-.73 0-.58-.457-1.046-1.037-1.046-.282 0-.554.115-.756.317l-5.994 6.16-6.012-6.16a1.094 1.094 0 00-.756-.317c-.58 0-1.037.466-1.037 1.046 0 .29.106.536.299.73l6.688 6.838c.238.246.501.369.809.369z",fill:"currentColor"}))}var Z=y0;var m=t(require("react"));function W0(e){return m.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),m.createElement("path",{d:"M6.44 12c.008.308.122.589.368.817l6.838 6.68c.194.193.44.299.73.299.58 0 1.046-.457 1.046-1.037 0-.282-.115-.554-.317-.756l-6.16-5.994 6.16-6.012c.194-.202.317-.466.317-.756 0-.58-.466-1.037-1.046-1.037-.29 0-.536.106-.73.299L6.808 11.19c-.246.238-.369.501-.369.809z",fill:"currentColor"}))}var _=W0;var g=t(require("react"));function q0(e){return g.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),g.createElement("path",{d:"M17.542 12a1.123 1.123 0 01-.369.817l-6.838 6.68c-.193.193-.44.299-.73.299-.58 0-1.045-.457-1.045-1.037 0-.282.114-.554.316-.756l6.161-5.994-6.16-6.012a1.094 1.094 0 01-.317-.756c0-.58.466-1.037 1.046-1.037.29 0 .536.106.73.299l6.837 6.688c.246.238.37.501.37.809z",fill:"currentColor"}))}var $=q0;var w=t(require("react"));function D0(e){return w.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),w.createElement("path",{d:"M12 6.78a1.124 1.124 0 00-.817.37l-6.68 6.838a1 1 0 00-.299.73c0 .58.457 1.045 1.037 1.045.281 0 .554-.114.756-.316l5.994-6.161 6.012 6.16c.202.194.466.317.756.317.58 0 1.037-.466 1.037-1.046 0-.29-.106-.536-.299-.729L12.81 7.15c-.238-.246-.501-.37-.809-.37z",fill:"currentColor"}))}var e0=D0;var x=t(require("react"));function b0(e){return x.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),x.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.294 3.372a.75.75 0 01.75-.75h19.912a.75.75 0 01.75.75v13.274a.75.75 0 01-.75.75h-8.737l.07 2.482h4.02a.75.75 0 010 1.5H6.69a.75.75 0 010-1.5h4.021l.07-2.482H2.044a.75.75 0 01-.75-.75V3.372zm19.912 12.524H2.794V4.122h18.412v11.774z",fill:"currentColor"}))}var o0=b0;var S=t(require("react"));function F0(e){return S.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),S.createElement("path",{d:"M5.193 17.383c-.369.37-.386 1.029.01 1.415.386.387 1.045.378 1.414.01l5.38-5.389 5.387 5.388a1.016 1.016 0 001.415-.009c.378-.395.387-1.037 0-1.415l-5.379-5.387 5.379-5.38a1.008 1.008 0 000-1.414c-.396-.378-1.037-.387-1.415-.01l-5.388 5.389-5.379-5.388c-.369-.37-1.037-.387-1.415.009-.386.386-.378 1.046-.009 1.415l5.388 5.379-5.388 5.387z",fill:"currentColor"}))}var t0=F0;var V=t(require("react"));function J0(e){return V.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),V.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.333 3.375a1.827 1.827 0 00-1.772 1.89v13.47a1.828 1.828 0 001.772 1.89h9.205a1.828 1.828 0 001.773-1.89v-3.36a.75.75 0 00-1.5 0v3.409a.328.328 0 01-.297.341H5.357a.328.328 0 01-.297-.341V5.25v-.034a.327.327 0 01.297-.341h9.157a.328.328 0 01.298.341l-.001.034v3.375a.75.75 0 001.5 0v-3.36a1.828 1.828 0 00-1.773-1.89H5.333zm12.51 5.285a.75.75 0 011.06 0l2.813 2.813a.747.747 0 010 1.06l-2.813 2.813a.75.75 0 11-1.06-1.06l1.532-1.533H9.373a.75.75 0 010-1.5h10.002l-1.532-1.532a.75.75 0 010-1.06z",fill:"currentColor"}))}var a0=J0;var z=t(require("react"));function K0(e){return z.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),z.createElement("path",{d:"M5.582 14.605l.006.032c.378 1.815.999 3.326 1.988 4.387 1.007 1.08 2.354 1.65 4.077 1.65 1.268 0 2.35-.26 3.266-.803.912-.542 1.624-1.345 2.19-2.378.8-1.283 1.349-3.015 1.784-4.446l.11-.343c.089-.277.183-.57.263-.84.11-.371.215-.766.23-1.042a1.28 1.28 0 00-.31-.95 1.308 1.308 0 00-.9-.42 1.41 1.41 0 00-1.042.325c-.277.232-.484.565-.663.94h0l-.003.005-.681 1.466.314-7.196V4.97c0-.787-.625-1.412-1.412-1.412-.777 0-1.396.619-1.404 1.396l-.122 2.022-.085-3.071A1.403 1.403 0 0011.776 2.5c-.782 0-1.404.628-1.404 1.412h0v.014l.105 3.766-.407-3.226a1.4 1.4 0 00-1.404-1.37 1.401 1.401 0 00-1.41 1.458l.494 4.601-.434-2.254A1.4 1.4 0 005.912 5.55c-.784 0-1.412.622-1.412 1.404a.5.5 0 00.005.07l1.077 7.581zm10.27-1.29s-.001-.003 NaN NaNcNaN NaN NaN NaN NaN NaNz",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}var r0=K0;var R=t(require("react"));function Q0(e){return R.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),R.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.879 8.601a.75.75 0 01.072.012 4.704 4.704 0 013.684 4.593v.782a2.068 2.068 0 01-2.068 2.067h-3.295a2.068 2.068 0 01-2.068-2.067.568.568 0 00-.568-.568H9.364a.568.568 0 00-.568.568 2.068 2.068 0 01-2.068 2.067H3.433a2.068 2.068 0 01-2.068-2.067v-.782M18.879 8.6a36.435 36.435 0 00-13.83.01 4.704 4.704 0 00-3.684 4.595m3.856-3.863v.043l.065.291-.065-.334zm.142.735a3.204 3.204 0 00-2.498 3.127v.783a.568.568 0 00.568.568h3.295a.568.568 0 00.568-.568 2.068 2.068 0 012.068-2.068h5.272a2.068 2.068 0 012.068 2.068.568.568 0 00.568.568h3.295a.568.568 0 00.568-.568v-.782a3.204 3.204 0 00-2.499-3.124c-4.383-.85-8.889-.85-13.273-.003v-.002z",fill:"currentColor"}))}var l0=Q0;var I=t(require("react"));function T0(e){return I.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none"},e),I.createElement("path",{d:"M7.003 12c0-1.123-.881-2-2.006-2A1.997 1.997 0 003 12c0 1.094.89 2 1.997 2a2.017 2.017 0 002.006-2zm6.975 0c0-1.123-.872-2-1.978-2a2 2 0 000 4c1.088 0 1.978-.906 1.978-2zM21 12c0-1.123-.881-2-1.997-2a1.999 1.999 0 00-2.006 2c0 1.094.89 2 2.006 2A2.015 2.015 0 0021 12z",fill:"currentColor"}))}var n0=T0;var G=t(require("react"));function X0(e){return G.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),G.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.698 2.533a3.761 3.761 0 100 7.522 3.761 3.761 0 000-7.522zM7.076 4.672a2.293 2.293 0 113.243 3.243 2.293 2.293 0 01-3.243-3.243zm3.279 7.778a4.22 4.22 0 00-5.877 3.88.734.734 0 11-1.468 0 5.69 5.69 0 017.92-5.23.734.734 0 01-.575 1.35zm1.865.248a5.137 5.137 0 117.265 7.265 5.137 5.137 0 01-7.265-7.265zm3.633-.037a3.669 3.669 0 100 7.338 3.669 3.669 0 000-7.338zm0 .734c.405 0 .734.328.734.734v1.467h1.468a.734.734 0 010 1.468h-1.468v1.468a.734.734 0 11-1.468 0v-1.468h-1.468a.734.734 0 010-1.468h1.468V14.13c0-.406.329-.734.734-.734z",fill:"currentColor"}))}var c0=X0;var i=t(require("react"));function Y0(e){return i.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),i.createElement("path",{d:"M8.267 4v14.933a1.067 1.067 0 01-2.134 0M6.133 18.933V8.267",stroke:"currentColor",strokeWidth:1.067,strokeLinecap:"round",strokeLinejoin:"round"}),i.createElement("path",{d:"M6.133 18.933a1.067 1.067 0 01-2.133 0V5.067A1.067 1.067 0 015.067 4h13.866A1.067 1.067 0 0120 5.067v13.866a1.067 1.067 0 01-2.133 0v-1.066M8.267 18.4h2.666",stroke:"currentColor",strokeWidth:1.067,strokeLinecap:"round",strokeLinejoin:"round"}),i.createElement("path",{d:"M12 15.733v-1.6a2.667 2.667 0 015.333 0v1.6h-1.066L15.733 20H13.6l-.533-4.267H12zM12.533 8.267a2.133 2.133 0 104.267 0 2.133 2.133 0 00-4.267 0v0z",stroke:"currentColor",strokeWidth:1.067,strokeLinecap:"round",strokeLinejoin:"round"}))}var i0=Y0;var M=t(require("react"));function Z0(e){return M.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),M.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 6.5a.75.75 0 01.75-.75h12.5a.75.75 0 010 1.5H5.75A.75.75 0 015 6.5zM5 12a.75.75 0 01.75-.75h12.5a.75.75 0 010 1.5H5.75A.75.75 0 015 12zm.75 4.75a.75.75 0 000 1.5h12.5a.75.75 0 000-1.5H5.75z",fill:"currentColor"}))}var p0=Z0;var C=t(require("react"));function _0(e){return C.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.15 11.659v-.798l1.494 1.555c.22.63.706 1.135 1.324 1.38l1.422 1.481a3.663 3.663 0 01-4.24-3.618zm5.961-5.496v4.359l1.356 1.412c.006-.091.01-.183.01-.275V6.163a3.663 3.663 0 00-7.001-1.512L9.549 5.77a2.298 2.298 0 014.562.393zm-2.262 10.92a5.408 5.408 0 001.924-.365l1.007 1.05a6.744 6.744 0 01-2.284.646v2.403a.683.683 0 01-1.365 0v-2.403a6.79 6.79 0 01-6.106-6.754V9.822a.683.683 0 011.366 0v1.838a5.423 5.423 0 005.458 5.422zm5.082-3.624l1.033 1.077c.41-.874.638-1.848.638-2.876V9.822a.683.683 0 10-1.366 0v1.838c0 .63-.107 1.236-.305 1.799zM4.903 3.28a.683.683 0 10-.985.946l15.179 15.68a.683.683 0 00.985-.945L4.903 3.282z",fill:"currentColor"}))}var v0=_0;var H=t(require("react"));function $0(e){return H.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),H.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.298 11.659V6.163a2.298 2.298 0 00-4.596 0v5.496a2.298 2.298 0 004.596 0zM12 2.5a3.663 3.663 0 00-3.663 3.663v5.496a3.663 3.663 0 007.326 0V6.163A3.663 3.663 0 0012 2.5zm-.683 15.914v2.403a.683.683 0 001.366 0v-2.403a6.79 6.79 0 006.106-6.754V9.822a.683.683 0 00-1.366 0v1.838a5.423 5.423 0 01-10.846 0V9.822a.683.683 0 00-1.366 0v1.838a6.79 6.79 0 006.106 6.754z",fill:"currentColor"}))}var s0=$0;var v=t(require("react"));function e1(e){return v.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),v.createElement("path",{d:"M5 16.94a2.059 2.059 0 104.118 0 2.059 2.059 0 00-4.118 0v0zM14.882 14.47a2.059 2.059 0 104.118 0 2.059 2.059 0 00-4.118 0z",stroke:"currentColor",strokeWidth:1.75,strokeLinecap:"round",strokeLinejoin:"round"}),v.createElement("path",{d:"M19 14.47V4.746a.57.57 0 00-.723-.549L9.529 6.721a.572.572 0 00-.418.548v9.672M9.118 10.764L19 8.294",stroke:"currentColor",strokeWidth:1.75,strokeLinecap:"round",strokeLinejoin:"round"}))}var f0=e1;var P=t(require("react"));function o1(e){return P.createElement("svg",o({xmlns:"http://www.w3.org/2000/svg",width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none"},e),P.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.625 4.54a3.844 3.844 0 100 7.687 3.844 3.844 0 000-7.688zM6.968 6.725a2.344 2.344 0 113.314 3.314 2.344 2.344 0 01-3.314-3.314zm-1.392 8.936a4.312 4.312 0 017.362 3.049.75.75 0 001.5 0 5.813 5.813 0 00-11.626 0 .75.75 0 001.5 0c0-1.144.455-2.24 1.264-3.05zm8.4-8.21a3.281 3.281 0 114.64 4.64 3.281 3.281 0 01-4.64-4.64zm2.32.539a1.781 1.781 0 100 3.563 1.781 1.781 0 000-3.563zm-1.177 7.537a3.395 3.395 0 014.569 3.183.75.75 0 001.5 0 4.896 4.896 0 00-6.588-4.59.75.75 0 10.52 1.407z",fill:"currentColor"}))}var h0=o1;var A=t(require("react"));function t1(e){return A.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),A.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.813a4.687 4.687 0 100 9.374 4.687 4.687 0 000-9.374zM9.746 5.245a3.188 3.188 0 114.508 4.508 3.188 3.188 0 01-4.508-4.508zM8.012 16.45a5.64 5.64 0 019.628 3.988.75.75 0 001.5 0 7.14 7.14 0 00-14.28 0 .75.75 0 001.5 0 5.64 5.64 0 011.652-3.988z",fill:"currentColor"}))}var d0=t1;var L=t(require("react"));function a1(e){return L.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),L.createElement("path",{d:"M11.992 20.59c4.706 0 8.591-3.885 8.591-8.583s-3.893-8.583-8.6-8.583c-4.698 0-8.574 3.885-8.574 8.583s3.884 8.583 8.583 8.583zm0-1.71a6.84 6.84 0 01-6.857-6.873 6.832 6.832 0 016.848-6.865 6.86 6.86 0 016.882 6.865 6.85 6.85 0 01-6.873 6.873zM12 15.26A3.25 3.25 0 0015.254 12 3.254 3.254 0 0012 8.745a3.256 3.256 0 00-3.262 3.254A3.252 3.252 0 0012 15.26z",fill:"currentColor"}))}var u0=a1;var k=t(require("react"));function r1(e){return k.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),k.createElement("path",{d:"M3 16.322c0-1.433.574-2.807 1.597-3.82a5.477 5.477 0 013.855-1.583 5.576 5.576 0 012.14.433M8.452 9.727c1.842 0 3.335-1.48 3.335-3.306 0-1.825-1.493-3.305-3.335-3.305-1.843 0-3.336 1.48-3.336 3.305 0 1.826 1.493 3.306 3.336 3.306zM11.093 21.116a3.682 3.682 0 01-2.481-1.121 3.616 3.616 0 01-1.014-2.509c0-.934.363-1.832 1.014-2.508a3.681 3.681 0 012.48-1.121h6.413c.942.044 1.83.445 2.481 1.121A3.616 3.616 0 0121 17.486c0 .934-.363 1.833-1.014 2.509a3.682 3.682 0 01-2.48 1.121h-6.413zM13.063 16.314l2.423 2.4M15.486 16.314l-2.423 2.4",stroke:"currentColor",strokeWidth:1.211,strokeLinecap:"round",strokeLinejoin:"round"}))}var m0=r1;var B=t(require("react"));function l1(e){return B.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),B.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.7 3.195c.394-.07.8-.013 1.16.164l.007.004 14.26 7.245a1.313 1.313 0 01.718 1.162v.01a1.313 1.313 0 01-.717 1.168L5.859 20.206a1.875 1.875 0 01-2.451-2.622l3.554-5.806-3.554-5.796A1.875 1.875 0 014.7 3.195zm13.623 7.832L5.193 4.703a.375.375 0 00-.496.511l3.74 5.813h9.886zm-9.924 1.5h9.924l-13.13 6.335a.374.374 0 01-.496-.511L8.4 12.527z",fill:"currentColor"}))}var g0=l1;var E=t(require("react"));function n1(e){return E.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),E.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.989 4.37l.32.919a.655.655 0 00.367.393.66.66 0 00.538-.01l.004-.001.88-.405a2.046 2.046 0 012.884 1.525 2.05 2.05 0 01-.178 1.226l-.424.873a.663.663 0 00.368.91l.912.334a2.044 2.044 0 011.342 1.94 2.05 2.05 0 01-1.376 1.918l-.918.317a.666.666 0 00-.384.908l.41.88a2.053 2.053 0 01-.421 2.324 2.05 2.05 0 01-2.329.383l-.873-.423a.653.653 0 00-.538-.019h-.001a.672.672 0 00-.374.388l-.334.916a2.045 2.045 0 01-3.107.954 2.047 2.047 0 01-.741-.984l-.32-.922a.666.666 0 00-.639-.447.674.674 0 00-.268.062l-.886.41A2.046 2.046 0 015.2 15.994l.425-.876a.665.665 0 00-.37-.914l-.91-.332a2.042 2.042 0 01-1.347-1.938 2.049 2.049 0 011.374-1.92l.917-.317a.667.667 0 00.447-.64.662.662 0 00-.063-.269l-.408-.885a2.044 2.044 0 01.421-2.318A2.048 2.048 0 018.01 5.2l.875.425a.658.658 0 00.768-.137.656.656 0 00.146-.233l.337-.916A2.04 2.04 0 0112.074 3a2.047 2.047 0 011.915 1.37zm-.55 2.1A2.054 2.054 0 0113 5.74v.002l-.317-.914a.664.664 0 00-1.249-.01l-.333.906a2.043 2.043 0 01-1.995 1.35 2.033 2.033 0 01-.826-.205l-.87-.423a.664.664 0 00-.889.877l.407.881a2.047 2.047 0 01-1.186 2.8l-.916.318a.662.662 0 00-.326 1.005c.078.112.189.198.318.244l.912.333a2.045 2.045 0 011.14 2.819l-.423.87a.665.665 0 00.877.889l.88-.407a2.039 2.039 0 012.359.458c.196.208.346.456.44.727l.317.914a.66.66 0 00.62.442.663.663 0 00.626-.432l.332-.908a2.045 2.045 0 012.817-1.141l.873.423c.123.06.262.08.396.059l.001-.001a.659.659 0 00.546-.536.663.663 0 00-.052-.398l-.41-.88a2.042 2.042 0 011.185-2.8l.918-.318a.672.672 0 00.322-.24.668.668 0 00-.31-1.01l-.913-.334a2.046 2.046 0 01-1.136-2.814l.423-.874a.661.661 0 00-.479-.942.662.662 0 00-.399.052h-.001l-.88.405c-.26.12-.542.186-.828.192a2.042 2.042 0 01-1.531-.65zm-4.967 6.96a3.81 3.81 0 012.1-4.958 3.805 3.805 0 014.932 5.014 3.807 3.807 0 01-7.032-.057zm2.618-3.675a2.423 2.423 0 101.82 4.492 2.423 2.423 0 00-1.82-4.492z",fill:"currentColor"}))}var w0=n1;var N=t(require("react"));function c1(e){return N.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),N.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.2 8a2.75 2.75 0 00-2.75-2.75H5.55A2.75 2.75 0 002.8 8v7.64a2.75 2.75 0 002.75 2.75h3.075a.75.75 0 000-1.5H5.55c-.69 0-1.25-.56-1.25-1.25V8c0-.69.56-1.25 1.25-1.25h12.9c.69 0 1.25.56 1.25 1.25v7.64c0 .69-.56 1.25-1.25 1.25h-2.7a.75.75 0 000 1.5h2.7a2.75 2.75 0 002.75-2.75V8zM8.008 13.307a.925.925 0 101.309 1.308l1.89-1.89v6.839a.925.925 0 001.85 0v-6.839l1.89 1.89a.925.925 0 101.309-1.308l-3.47-3.47a.926.926 0 00-1.308 0l-3.47 3.47z",fill:"currentColor"}))}var x0=c1;var O=t(require("react"));function i1(e){return O.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),O.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.19 5.058a2.031 2.031 0 00-2.101.173L6.657 8.688H4.313a2.031 2.031 0 00-2.031 2.03v2.563a2.031 2.031 0 002.031 2.031h2.344l5.432 3.457a2.03 2.03 0 003.224-1.644V6.875a2.03 2.03 0 00-1.123-1.817zm-.956 1.288a.532.532 0 01.579.53v10.249a.53.53 0 01-.85.425.768.768 0 00-.047-.033l-5.29-3.366V9.849l5.29-3.366a.733.733 0 00.047-.033.53.53 0 01.271-.104zm-7.108 3.842H4.313a.531.531 0 00-.531.53v2.563a.532.532 0 00.531.531h1.813v-3.624zm14.59-1.453a.75.75 0 10-1.265.807 4.888 4.888 0 010 5.258.75.75 0 101.264.807 6.388 6.388 0 000-6.872zM17.131 9.74a.75.75 0 011.055.11 3.734 3.734 0 010 4.708.75.75 0 01-1.164-.946 2.233 2.233 0 000-2.816.75.75 0 01.11-1.056z",fill:"currentColor"}))}var S0=i1;var U=t(require("react"));function p1(e){return U.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),U.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.182 1.549a.6.6 0 01.6.6v1.087H5.87a.6.6 0 010 1.2H4.782v1.088a.6.6 0 01-1.2 0V4.436H2.495a.6.6 0 010-1.2h1.087V2.15a.6.6 0 01.6-.6zM21.646 12a.6.6 0 01.6.6v1.088h1.088a.6.6 0 110 1.2h-1.088v1.087a.6.6 0 11-1.2 0v-1.088H19.96a.6.6 0 110-1.2h1.087V12.6a.6.6 0 01.6-.6zM3.095 14.674a.6.6 0 00-1.2 0v1.088H.807a.6.6 0 000 1.2h1.088v1.087a.6.6 0 101.2 0v-1.087h1.087a.6.6 0 100-1.2H3.095v-1.088zm6.226-6.12l2.36-4.679 2.363 4.682c.115.227.337.38.59.404l4.485.445-3.717 3.684a.743.743 0 00-.193.725l1.375 4.996-4.574-2.265a.743.743 0 00-.659 0l-4.567 2.262 1.375-4.996a.743.743 0 00-.193-.725l-3.72-3.684 4.486-.445a.743.743 0 00.59-.404zm3.564-5.59l.126.25 2.175 4.31 4.372.433a1.34 1.34 0 01.826 2.287l-3.628 3.595 1.346 4.889a1.346 1.346 0 01-1.904 1.55l-.002-.002-4.515-2.235-4.508 2.232-.003.001a1.346 1.346 0 01-1.904-1.55l.002-.006 1.344-4.882-3.63-3.595a1.34 1.34 0 01.825-2.287L8.18 7.52l2.3-4.56a1.35 1.35 0 012.404 0l.002.004z",fill:"currentColor"}))}var V0=p1;var j=t(require("react"));function v1(e){return j.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),j.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 6.556a1.556 1.556 0 113.111 0 1.556 1.556 0 01-3.111 0zm5.445 0a1.556 1.556 0 113.111 0 1.556 1.556 0 01-3.111 0zm7-1.556a1.556 1.556 0 100 3.111 1.556 1.556 0 000-3.111zM5 12a1.556 1.556 0 113.111 0A1.556 1.556 0 015 12zm7-1.556a1.556 1.556 0 100 3.112 1.556 1.556 0 000-3.112zM15.89 12A1.556 1.556 0 1119 12a1.556 1.556 0 01-3.111 0zm-9.333 3.889a1.556 1.556 0 100 3.11 1.556 1.556 0 000-3.11zm3.889 1.555a1.556 1.556 0 113.11 0 1.556 1.556 0 01-3.11 0zm7-1.555a1.556 1.556 0 100 3.111 1.556 1.556 0 000-3.111z",fill:"currentColor"}))}var z0=v1;var y=t(require("react"));function s1(e){return y.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},e),y.createElement("path",{d:"M20.227 20.563L2.318 3.018a.691.691 0 010-.973.69.69 0 01.973 0L21.199 19.59a.687.687 0 11-.972.973zM16.125 7.878v2.751a.688.688 0 01-1.375 0V7.878a.682.682 0 00-.202-.485.682.682 0 00-.485-.202h-3.438a.688.688 0 010-1.375h3.438a2.063 2.063 0 012.062 2.062zm-2.75 8.938H3.063a.688.688 0 01-.688-.688v-8.25a.685.685 0 01.688-.687.688.688 0 000-1.375A2.062 2.062 0 001 7.878v8.25a2.062 2.062 0 002.063 2.063h10.312a.688.688 0 100-1.375zm7.636.117l-2.372-1.184a2.061 2.061 0 01-1.139-1.845v-3.8c0-.383.106-.759.307-1.084v-.001c.202-.326.49-.589.832-.76l2.372-1.185A1.374 1.374 0 0123 8.304v7.399a1.377 1.377 0 01-1.313 1.374 1.364 1.364 0 01-.676-.144zm-2.033-2.667a.692.692 0 00.277.254l2.37 1.183V8.304l-2.37 1.184a.685.685 0 00-.38.615v3.802c0 .127.035.253.103.361z",fill:"currentColor"}))}var R0=s1;var W=t(require("react"));function f1(e){return W.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),W.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.062 5.813A2.062 2.062 0 001 7.876v8.248c0 1.14.923 2.063 2.062 2.063H14.04a2.062 2.062 0 002.062-2.063V7.876a2.062 2.062 0 00-2.062-2.063H3.062zm-.687 2.063c0-.38.308-.688.687-.688H14.04c.38 0 .687.308.687.688v8.248c0 .38-.308.688-.687.688H3.062a.687.687 0 01-.687-.688V7.876zM21.01 16.94l-2.37-1.184a2.062 2.062 0 01-1.14-1.845v-3.8c0-.382.106-.758.307-1.084.201-.326.49-.589.832-.76l2.371-1.185a1.37 1.37 0 011.337.061A1.38 1.38 0 0123 8.313v7.398a1.384 1.384 0 01-.652 1.17 1.377 1.377 0 01-1.337.06zm-2.033-2.667a.69.69 0 00.277.254l2.37 1.183V8.313l-2.37 1.184a.684.684 0 00-.38.615v3.8c0 .128.035.253.103.362z",fill:"currentColor"}))}var I0=f1;var p=t(require("react"));function h1(e){return p.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),p.createElement("path",{d:"M17.618 8.747a.765.765 0 00-.72 0l-.842.513a.168.168 0 01-.158 0 .183.183 0 01-.073-.043.165.165 0 01-.043-.07 1.682 1.682 0 00-.667-.839A1.902 1.902 0 0014.04 8H10.8c-.477 0-.935.176-1.273.488A1.606 1.606 0 009 9.667v2.666c0 .442.19.866.527 1.179.338.312.796.488 1.273.488h3.24c.39 0 .77-.118 1.082-.336a1.67 1.67 0 00.646-.87.145.145 0 01.042-.069.162.162 0 01.073-.038.192.192 0 01.159 0l.842.52a.76.76 0 00.72.033.704.704 0 00.283-.236c.07-.101.109-.218.113-.337V9.334a.63.63 0 00-.103-.343.7.7 0 00-.279-.244z",fill:"currentColor"}),p.createElement("path",{d:"M19.125 4H7.781a1.375 1.375 0 00-1.375 1.375v11.344a1.375 1.375 0 001.375 1.375h11.344a1.375 1.375 0 001.375-1.375V5.375A1.375 1.375 0 0019.125 4zm-.096 12.616a.378.378 0 01-.248.103H8.125a.344.344 0 01-.344-.344V5.719a.344.344 0 01.344-.344h10.656a.344.344 0 01.344.344v10.656c0 .09-.034.176-.096.24z",fill:"currentColor"}),p.createElement("path",{d:"M17.406 19.125H5.72a.344.344 0 01-.344-.344V7.094a.688.688 0 10-1.375 0v12.031A1.375 1.375 0 005.375 20.5h12.031a.687.687 0 100-1.375z",fill:"currentColor"}))}var G0=h1;var q=t(require("react"));function d1(e){return q.createElement("svg",o({width:"24px",height:"24px",viewBox:"0 0 24 25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.815 7.497a.407.407 0 010-.576l1.802-1.802a.407.407 0 11.576.576L16.39 7.497a.407.407 0 01-.576 0zM3.129 9.93a.407.407 0 00.576.576L8.49 5.721a.407.407 0 10-.576-.576L3.13 9.93zm.038-3.263a.407.407 0 10.576.576L5.26 5.727a.407.407 0 00-.576-.576L3.167 6.667zm-.048 7.075a.407.407 0 010-.576l7.994-7.994a.407.407 0 01.576.576l-7.994 7.994a.407.407 0 01-.576 0zm10.268-7.618a.407.407 0 00.576.576l.975-.975a.407.407 0 00-.576-.576l-.975.975zM3.132 16.954a.407.407 0 010-.575l3.944-3.944a.407.407 0 11.576.576l-3.944 3.944a.407.407 0 01-.576 0zm-.01 2.66a.407.407 0 10.576.576l4.58-4.58a.407.407 0 00-.575-.576l-4.58 4.58zm13.735-10.51a.407.407 0 10.576.576l3.872-3.871a.407.407 0 10-.576-.576l-3.872 3.871zm-.019 3.821a.407.407 0 010-.576l3.905-3.905a.407.407 0 01.576.576l-3.905 3.905a.407.407 0 01-.576 0zm.306 2.344a.407.407 0 00.576.576l3.606-3.607a.407.407 0 10-.576-.575l-3.606 3.606zm1.015 2.787a.407.407 0 010-.576l2.646-2.646a.407.407 0 11.576.576l-2.646 2.646a.407.407 0 01-.576 0zm.816 1.603a.407.407 0 00.576.576l1.787-1.788a.407.407 0 00-.576-.576l-1.787 1.788zM9.865 8.815a3.415 3.415 0 114.828 4.829 3.415 3.415 0 01-4.829-4.83zm2.414.221a2.193 2.193 0 100 4.386 2.193 2.193 0 000-4.386zM9.53 17.617a3.887 3.887 0 016.62 2.404.61.61 0 101.216-.109 5.108 5.108 0 00-10.177 0 .611.611 0 001.218.109 3.887 3.887 0 011.123-2.404z",fill:"currentColor"}))}var M0=d1;
|
package/dist/index.d.ts
CHANGED
|
@@ -12,12 +12,18 @@ export { default as CrossIcon } from './CrossIcon';
|
|
|
12
12
|
export { default as ExitIcon } from './ExitIcon';
|
|
13
13
|
export { default as HandIcon } from './HandIcon';
|
|
14
14
|
export { default as HangUpIcon } from './HangUpIcon';
|
|
15
|
+
export { default as HorizontalMenuIcon } from './HorizontalMenuIcon';
|
|
16
|
+
export { default as InviteIcon } from './InviteIcon';
|
|
17
|
+
export { default as InviteStageIcon } from './InviteStageIcon';
|
|
15
18
|
export { default as MenuIcon } from './MenuIcon';
|
|
16
19
|
export { default as MicOffIcon } from './MicOffIcon';
|
|
17
20
|
export { default as MicOnIcon } from './MicOnIcon';
|
|
18
21
|
export { default as MusicIcon } from './MusicIcon';
|
|
22
|
+
export { default as PeopleIcon } from './PeopleIcon';
|
|
19
23
|
export { default as PersonIcon } from './PersonIcon';
|
|
20
24
|
export { default as RecordIcon } from './RecordIcon';
|
|
25
|
+
export { default as RemoveUserIcon } from './RemoveUserIcon';
|
|
26
|
+
export { default as SendIcon } from './SendIcon';
|
|
21
27
|
export { default as SettingIcon } from './SettingIcon';
|
|
22
28
|
export { default as ShareScreenIcon } from './ShareScreenIcon';
|
|
23
29
|
export { default as SpeakerIcon } from './SpeakerIcon';
|