@manychat/icons 1.43.0 → 1.44.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/index.d.ts +4 -3
- package/dist/index.es.js +179 -134
- package/dist/index.js +180 -134
- package/package.json +1 -1
- package/umd/mcicons.js +176 -136
- package/umd/mcicons.min.js +1 -1
package/umd/mcicons.js
CHANGED
|
@@ -7594,29 +7594,10 @@
|
|
|
7594
7594
|
|
|
7595
7595
|
var _excluded$3J = ["color", "size"];
|
|
7596
7596
|
|
|
7597
|
-
var Check = function Check(props) {
|
|
7598
|
-
var color = props.color,
|
|
7599
|
-
size = props.size,
|
|
7600
|
-
otherProps = _objectWithoutProperties(props, _excluded$3J);
|
|
7601
|
-
|
|
7602
|
-
return null;
|
|
7603
|
-
};
|
|
7604
|
-
|
|
7605
|
-
Check.propTypes = {
|
|
7606
|
-
color: PropTypes.string,
|
|
7607
|
-
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
7608
|
-
};
|
|
7609
|
-
Check.defaultProps = {
|
|
7610
|
-
color: 'currentColor',
|
|
7611
|
-
size: '24'
|
|
7612
|
-
};
|
|
7613
|
-
|
|
7614
|
-
var _excluded$3K = ["color", "size"];
|
|
7615
|
-
|
|
7616
7597
|
var CheckCircle = function CheckCircle(props) {
|
|
7617
7598
|
var color = props.color,
|
|
7618
7599
|
size = props.size,
|
|
7619
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7600
|
+
otherProps = _objectWithoutProperties(props, _excluded$3J);
|
|
7620
7601
|
|
|
7621
7602
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7622
7603
|
width: size,
|
|
@@ -7640,12 +7621,12 @@
|
|
|
7640
7621
|
size: '24'
|
|
7641
7622
|
};
|
|
7642
7623
|
|
|
7643
|
-
var _excluded$
|
|
7624
|
+
var _excluded$3K = ["color", "size"];
|
|
7644
7625
|
|
|
7645
7626
|
var Time = function Time(props) {
|
|
7646
7627
|
var color = props.color,
|
|
7647
7628
|
size = props.size,
|
|
7648
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7629
|
+
otherProps = _objectWithoutProperties(props, _excluded$3K);
|
|
7649
7630
|
|
|
7650
7631
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7651
7632
|
width: size,
|
|
@@ -7669,12 +7650,12 @@
|
|
|
7669
7650
|
size: '24'
|
|
7670
7651
|
};
|
|
7671
7652
|
|
|
7672
|
-
var _excluded$
|
|
7653
|
+
var _excluded$3L = ["color", "size"];
|
|
7673
7654
|
|
|
7674
7655
|
var Nationality = function Nationality(props) {
|
|
7675
7656
|
var color = props.color,
|
|
7676
7657
|
size = props.size,
|
|
7677
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7658
|
+
otherProps = _objectWithoutProperties(props, _excluded$3L);
|
|
7678
7659
|
|
|
7679
7660
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7680
7661
|
width: size,
|
|
@@ -7698,12 +7679,12 @@
|
|
|
7698
7679
|
size: '24'
|
|
7699
7680
|
};
|
|
7700
7681
|
|
|
7701
|
-
var _excluded$
|
|
7682
|
+
var _excluded$3M = ["color", "size"];
|
|
7702
7683
|
|
|
7703
7684
|
var Mention = function Mention(props) {
|
|
7704
7685
|
var color = props.color,
|
|
7705
7686
|
size = props.size,
|
|
7706
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7687
|
+
otherProps = _objectWithoutProperties(props, _excluded$3M);
|
|
7707
7688
|
|
|
7708
7689
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7709
7690
|
width: size,
|
|
@@ -7727,12 +7708,12 @@
|
|
|
7727
7708
|
size: '24'
|
|
7728
7709
|
};
|
|
7729
7710
|
|
|
7730
|
-
var _excluded$
|
|
7711
|
+
var _excluded$3N = ["color", "size"];
|
|
7731
7712
|
|
|
7732
7713
|
var Question = function Question(props) {
|
|
7733
7714
|
var color = props.color,
|
|
7734
7715
|
size = props.size,
|
|
7735
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7716
|
+
otherProps = _objectWithoutProperties(props, _excluded$3N);
|
|
7736
7717
|
|
|
7737
7718
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7738
7719
|
width: size,
|
|
@@ -7759,12 +7740,12 @@
|
|
|
7759
7740
|
size: '24'
|
|
7760
7741
|
};
|
|
7761
7742
|
|
|
7762
|
-
var _excluded$
|
|
7743
|
+
var _excluded$3O = ["color", "size"];
|
|
7763
7744
|
|
|
7764
7745
|
var AddCircle = function AddCircle(props) {
|
|
7765
7746
|
var color = props.color,
|
|
7766
7747
|
size = props.size,
|
|
7767
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7748
|
+
otherProps = _objectWithoutProperties(props, _excluded$3O);
|
|
7768
7749
|
|
|
7769
7750
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7770
7751
|
width: size,
|
|
@@ -7791,12 +7772,12 @@
|
|
|
7791
7772
|
size: '24'
|
|
7792
7773
|
};
|
|
7793
7774
|
|
|
7794
|
-
var _excluded$
|
|
7775
|
+
var _excluded$3P = ["color", "size"];
|
|
7795
7776
|
|
|
7796
7777
|
var Unsubscribed = function Unsubscribed(props) {
|
|
7797
7778
|
var color = props.color,
|
|
7798
7779
|
size = props.size,
|
|
7799
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7780
|
+
otherProps = _objectWithoutProperties(props, _excluded$3P);
|
|
7800
7781
|
|
|
7801
7782
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7802
7783
|
width: size,
|
|
@@ -7823,12 +7804,12 @@
|
|
|
7823
7804
|
size: '24'
|
|
7824
7805
|
};
|
|
7825
7806
|
|
|
7826
|
-
var _excluded$
|
|
7807
|
+
var _excluded$3Q = ["color", "size"];
|
|
7827
7808
|
|
|
7828
7809
|
var Smile = function Smile(props) {
|
|
7829
7810
|
var color = props.color,
|
|
7830
7811
|
size = props.size,
|
|
7831
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7812
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Q);
|
|
7832
7813
|
|
|
7833
7814
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7834
7815
|
width: size,
|
|
@@ -7855,12 +7836,12 @@
|
|
|
7855
7836
|
size: '24'
|
|
7856
7837
|
};
|
|
7857
7838
|
|
|
7858
|
-
var _excluded$
|
|
7839
|
+
var _excluded$3R = ["color", "size"];
|
|
7859
7840
|
|
|
7860
7841
|
var TimeAdd = function TimeAdd(props) {
|
|
7861
7842
|
var color = props.color,
|
|
7862
7843
|
size = props.size,
|
|
7863
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7844
|
+
otherProps = _objectWithoutProperties(props, _excluded$3R);
|
|
7864
7845
|
|
|
7865
7846
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7866
7847
|
width: size,
|
|
@@ -7884,12 +7865,12 @@
|
|
|
7884
7865
|
size: '24'
|
|
7885
7866
|
};
|
|
7886
7867
|
|
|
7887
|
-
var _excluded$
|
|
7868
|
+
var _excluded$3S = ["color", "size"];
|
|
7888
7869
|
|
|
7889
7870
|
var Retry = function Retry(props) {
|
|
7890
7871
|
var color = props.color,
|
|
7891
7872
|
size = props.size,
|
|
7892
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7873
|
+
otherProps = _objectWithoutProperties(props, _excluded$3S);
|
|
7893
7874
|
|
|
7894
7875
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7895
7876
|
width: size,
|
|
@@ -7916,12 +7897,12 @@
|
|
|
7916
7897
|
size: '24'
|
|
7917
7898
|
};
|
|
7918
7899
|
|
|
7919
|
-
var _excluded$
|
|
7900
|
+
var _excluded$3T = ["color", "size"];
|
|
7920
7901
|
|
|
7921
7902
|
var Stop = function Stop(props) {
|
|
7922
7903
|
var color = props.color,
|
|
7923
7904
|
size = props.size,
|
|
7924
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7905
|
+
otherProps = _objectWithoutProperties(props, _excluded$3T);
|
|
7925
7906
|
|
|
7926
7907
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7927
7908
|
width: size,
|
|
@@ -7948,12 +7929,12 @@
|
|
|
7948
7929
|
size: '24'
|
|
7949
7930
|
};
|
|
7950
7931
|
|
|
7951
|
-
var _excluded$
|
|
7932
|
+
var _excluded$3U = ["color", "size"];
|
|
7952
7933
|
|
|
7953
7934
|
var Info = function Info(props) {
|
|
7954
7935
|
var color = props.color,
|
|
7955
7936
|
size = props.size,
|
|
7956
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7937
|
+
otherProps = _objectWithoutProperties(props, _excluded$3U);
|
|
7957
7938
|
|
|
7958
7939
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7959
7940
|
width: size,
|
|
@@ -7980,12 +7961,12 @@
|
|
|
7980
7961
|
size: '24'
|
|
7981
7962
|
};
|
|
7982
7963
|
|
|
7983
|
-
var _excluded$
|
|
7964
|
+
var _excluded$3V = ["color", "size"];
|
|
7984
7965
|
|
|
7985
7966
|
var Attention = function Attention(props) {
|
|
7986
7967
|
var color = props.color,
|
|
7987
7968
|
size = props.size,
|
|
7988
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7969
|
+
otherProps = _objectWithoutProperties(props, _excluded$3V);
|
|
7989
7970
|
|
|
7990
7971
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7991
7972
|
width: size,
|
|
@@ -8012,12 +7993,12 @@
|
|
|
8012
7993
|
size: '24'
|
|
8013
7994
|
};
|
|
8014
7995
|
|
|
8015
|
-
var _excluded$
|
|
7996
|
+
var _excluded$3W = ["color", "size"];
|
|
8016
7997
|
|
|
8017
7998
|
var Help = function Help(props) {
|
|
8018
7999
|
var color = props.color,
|
|
8019
8000
|
size = props.size,
|
|
8020
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8001
|
+
otherProps = _objectWithoutProperties(props, _excluded$3W);
|
|
8021
8002
|
|
|
8022
8003
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8023
8004
|
width: size,
|
|
@@ -8044,12 +8025,12 @@
|
|
|
8044
8025
|
size: '24'
|
|
8045
8026
|
};
|
|
8046
8027
|
|
|
8047
|
-
var _excluded$
|
|
8028
|
+
var _excluded$3X = ["color", "size"];
|
|
8048
8029
|
|
|
8049
8030
|
var Spinner = function Spinner(props) {
|
|
8050
8031
|
var color = props.color,
|
|
8051
8032
|
size = props.size,
|
|
8052
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8033
|
+
otherProps = _objectWithoutProperties(props, _excluded$3X);
|
|
8053
8034
|
|
|
8054
8035
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8055
8036
|
width: size,
|
|
@@ -8076,12 +8057,12 @@
|
|
|
8076
8057
|
size: '24'
|
|
8077
8058
|
};
|
|
8078
8059
|
|
|
8079
|
-
var _excluded$
|
|
8060
|
+
var _excluded$3Y = ["color", "size"];
|
|
8080
8061
|
|
|
8081
8062
|
var Settings = function Settings(props) {
|
|
8082
8063
|
var color = props.color,
|
|
8083
8064
|
size = props.size,
|
|
8084
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8065
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Y);
|
|
8085
8066
|
|
|
8086
8067
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8087
8068
|
width: size,
|
|
@@ -8106,12 +8087,12 @@
|
|
|
8106
8087
|
size: '24'
|
|
8107
8088
|
};
|
|
8108
8089
|
|
|
8109
|
-
var _excluded$
|
|
8090
|
+
var _excluded$3Z = ["color", "size"];
|
|
8110
8091
|
|
|
8111
8092
|
var Dashboard = function Dashboard(props) {
|
|
8112
8093
|
var color = props.color,
|
|
8113
8094
|
size = props.size,
|
|
8114
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8095
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Z);
|
|
8115
8096
|
|
|
8116
8097
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8117
8098
|
width: size,
|
|
@@ -8135,12 +8116,12 @@
|
|
|
8135
8116
|
size: '24'
|
|
8136
8117
|
};
|
|
8137
8118
|
|
|
8138
|
-
var _excluded$
|
|
8119
|
+
var _excluded$3_ = ["color", "size"];
|
|
8139
8120
|
|
|
8140
8121
|
var WebChat = function WebChat(props) {
|
|
8141
8122
|
var color = props.color,
|
|
8142
8123
|
size = props.size,
|
|
8143
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8124
|
+
otherProps = _objectWithoutProperties(props, _excluded$3_);
|
|
8144
8125
|
|
|
8145
8126
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8146
8127
|
width: size,
|
|
@@ -8181,12 +8162,12 @@
|
|
|
8181
8162
|
size: '24'
|
|
8182
8163
|
};
|
|
8183
8164
|
|
|
8184
|
-
var _excluded$
|
|
8165
|
+
var _excluded$3$ = ["color", "size"];
|
|
8185
8166
|
|
|
8186
8167
|
var SortUp = function SortUp(props) {
|
|
8187
8168
|
var color = props.color,
|
|
8188
8169
|
size = props.size,
|
|
8189
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8170
|
+
otherProps = _objectWithoutProperties(props, _excluded$3$);
|
|
8190
8171
|
|
|
8191
8172
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8192
8173
|
width: size,
|
|
@@ -8219,12 +8200,12 @@
|
|
|
8219
8200
|
size: '24'
|
|
8220
8201
|
};
|
|
8221
8202
|
|
|
8222
|
-
var _excluded$
|
|
8203
|
+
var _excluded$40 = ["color", "size"];
|
|
8223
8204
|
|
|
8224
8205
|
var SortDown = function SortDown(props) {
|
|
8225
8206
|
var color = props.color,
|
|
8226
8207
|
size = props.size,
|
|
8227
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8208
|
+
otherProps = _objectWithoutProperties(props, _excluded$40);
|
|
8228
8209
|
|
|
8229
8210
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8230
8211
|
width: size,
|
|
@@ -8257,12 +8238,12 @@
|
|
|
8257
8238
|
size: '24'
|
|
8258
8239
|
};
|
|
8259
8240
|
|
|
8260
|
-
var _excluded$
|
|
8241
|
+
var _excluded$41 = ["color", "size"];
|
|
8261
8242
|
|
|
8262
8243
|
var Apple = function Apple(props) {
|
|
8263
8244
|
var color = props.color,
|
|
8264
8245
|
size = props.size,
|
|
8265
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8246
|
+
otherProps = _objectWithoutProperties(props, _excluded$41);
|
|
8266
8247
|
|
|
8267
8248
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8268
8249
|
width: size,
|
|
@@ -8286,12 +8267,12 @@
|
|
|
8286
8267
|
size: '24'
|
|
8287
8268
|
};
|
|
8288
8269
|
|
|
8289
|
-
var _excluded$
|
|
8270
|
+
var _excluded$42 = ["color", "size"];
|
|
8290
8271
|
|
|
8291
8272
|
var Google = function Google(props) {
|
|
8292
8273
|
var color = props.color,
|
|
8293
8274
|
size = props.size,
|
|
8294
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8275
|
+
otherProps = _objectWithoutProperties(props, _excluded$42);
|
|
8295
8276
|
|
|
8296
8277
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8297
8278
|
width: size,
|
|
@@ -8332,12 +8313,12 @@
|
|
|
8332
8313
|
size: '24'
|
|
8333
8314
|
};
|
|
8334
8315
|
|
|
8335
|
-
var _excluded$
|
|
8316
|
+
var _excluded$43 = ["color", "size"];
|
|
8336
8317
|
|
|
8337
8318
|
var Facebook = function Facebook(props) {
|
|
8338
8319
|
var color = props.color,
|
|
8339
8320
|
size = props.size,
|
|
8340
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8321
|
+
otherProps = _objectWithoutProperties(props, _excluded$43);
|
|
8341
8322
|
|
|
8342
8323
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8343
8324
|
width: size,
|
|
@@ -8363,12 +8344,12 @@
|
|
|
8363
8344
|
size: '24'
|
|
8364
8345
|
};
|
|
8365
8346
|
|
|
8366
|
-
var _excluded$
|
|
8347
|
+
var _excluded$44 = ["color", "size"];
|
|
8367
8348
|
|
|
8368
8349
|
var MessageTemplates = function MessageTemplates(props) {
|
|
8369
8350
|
var color = props.color,
|
|
8370
8351
|
size = props.size,
|
|
8371
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8352
|
+
otherProps = _objectWithoutProperties(props, _excluded$44);
|
|
8372
8353
|
|
|
8373
8354
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8374
8355
|
width: size,
|
|
@@ -8392,12 +8373,12 @@
|
|
|
8392
8373
|
size: '24'
|
|
8393
8374
|
};
|
|
8394
8375
|
|
|
8395
|
-
var _excluded$
|
|
8376
|
+
var _excluded$45 = ["color", "size"];
|
|
8396
8377
|
|
|
8397
8378
|
var OmnichannelWidget = function OmnichannelWidget(props) {
|
|
8398
8379
|
var color = props.color,
|
|
8399
8380
|
size = props.size,
|
|
8400
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8381
|
+
otherProps = _objectWithoutProperties(props, _excluded$45);
|
|
8401
8382
|
|
|
8402
8383
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8403
8384
|
width: size,
|
|
@@ -8427,12 +8408,12 @@
|
|
|
8427
8408
|
size: '24'
|
|
8428
8409
|
};
|
|
8429
8410
|
|
|
8430
|
-
var _excluded$
|
|
8411
|
+
var _excluded$46 = ["color", "size"];
|
|
8431
8412
|
|
|
8432
8413
|
var IncreaseEngagement = function IncreaseEngagement(props) {
|
|
8433
8414
|
var color = props.color,
|
|
8434
8415
|
size = props.size,
|
|
8435
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8416
|
+
otherProps = _objectWithoutProperties(props, _excluded$46);
|
|
8436
8417
|
|
|
8437
8418
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8438
8419
|
width: size,
|
|
@@ -8456,12 +8437,12 @@
|
|
|
8456
8437
|
size: '24'
|
|
8457
8438
|
};
|
|
8458
8439
|
|
|
8459
|
-
var _excluded$
|
|
8440
|
+
var _excluded$47 = ["color", "size"];
|
|
8460
8441
|
|
|
8461
8442
|
var ShowcaseProducts = function ShowcaseProducts(props) {
|
|
8462
8443
|
var color = props.color,
|
|
8463
8444
|
size = props.size,
|
|
8464
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8445
|
+
otherProps = _objectWithoutProperties(props, _excluded$47);
|
|
8465
8446
|
|
|
8466
8447
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8467
8448
|
width: size,
|
|
@@ -8485,12 +8466,12 @@
|
|
|
8485
8466
|
size: '24'
|
|
8486
8467
|
};
|
|
8487
8468
|
|
|
8488
|
-
var _excluded$
|
|
8469
|
+
var _excluded$48 = ["color", "size"];
|
|
8489
8470
|
|
|
8490
8471
|
var Faq = function Faq(props) {
|
|
8491
8472
|
var color = props.color,
|
|
8492
8473
|
size = props.size,
|
|
8493
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8474
|
+
otherProps = _objectWithoutProperties(props, _excluded$48);
|
|
8494
8475
|
|
|
8495
8476
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8496
8477
|
width: size,
|
|
@@ -8514,12 +8495,12 @@
|
|
|
8514
8495
|
size: '24'
|
|
8515
8496
|
};
|
|
8516
8497
|
|
|
8517
|
-
var _excluded$
|
|
8498
|
+
var _excluded$49 = ["color", "size"];
|
|
8518
8499
|
|
|
8519
8500
|
var WebsiteRedirect = function WebsiteRedirect(props) {
|
|
8520
8501
|
var color = props.color,
|
|
8521
8502
|
size = props.size,
|
|
8522
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8503
|
+
otherProps = _objectWithoutProperties(props, _excluded$49);
|
|
8523
8504
|
|
|
8524
8505
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8525
8506
|
width: size,
|
|
@@ -8545,12 +8526,12 @@
|
|
|
8545
8526
|
size: '24'
|
|
8546
8527
|
};
|
|
8547
8528
|
|
|
8548
|
-
var _excluded$
|
|
8529
|
+
var _excluded$4a = ["color", "size"];
|
|
8549
8530
|
|
|
8550
8531
|
var TriggerIgStoryReply = function TriggerIgStoryReply(props) {
|
|
8551
8532
|
var color = props.color,
|
|
8552
8533
|
size = props.size,
|
|
8553
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8534
|
+
otherProps = _objectWithoutProperties(props, _excluded$4a);
|
|
8554
8535
|
|
|
8555
8536
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8556
8537
|
width: size,
|
|
@@ -8577,6 +8558,46 @@
|
|
|
8577
8558
|
size: '24'
|
|
8578
8559
|
};
|
|
8579
8560
|
|
|
8561
|
+
var _excluded$4b = ["color", "size"];
|
|
8562
|
+
|
|
8563
|
+
var IgLiveComments = function IgLiveComments(props) {
|
|
8564
|
+
var color = props.color,
|
|
8565
|
+
size = props.size,
|
|
8566
|
+
otherProps = _objectWithoutProperties(props, _excluded$4b);
|
|
8567
|
+
|
|
8568
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8569
|
+
width: size,
|
|
8570
|
+
height: size,
|
|
8571
|
+
viewBox: "0 0 24 24",
|
|
8572
|
+
fill: "none",
|
|
8573
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8574
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
8575
|
+
}, otherProps), /*#__PURE__*/React.createElement("circle", {
|
|
8576
|
+
cx: "12",
|
|
8577
|
+
cy: "12",
|
|
8578
|
+
r: "9",
|
|
8579
|
+
stroke: color,
|
|
8580
|
+
strokeWidth: "1.5"
|
|
8581
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8582
|
+
d: "M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z",
|
|
8583
|
+
fill: color
|
|
8584
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8585
|
+
d: "M16.3332 8.25C17.1418 9.26748 17.6279 10.5745 17.6279 12C17.6279 13.4255 17.1418 14.7325 16.3332 15.75M7.66971 8.25C6.86113 9.26748 6.375 10.5745 6.375 12C6.375 13.4255 6.86113 14.7325 7.66971 15.75M14.6245 9.47507C15.1824 10.1433 15.5217 11.0257 15.5217 11.9931C15.5217 12.9605 15.1824 13.8429 14.6245 14.5111M9.37218 9.47507C8.81428 10.1433 8.47504 11.0257 8.47504 11.9931C8.47504 12.9605 8.81428 13.8429 9.37218 14.5111",
|
|
8586
|
+
stroke: color,
|
|
8587
|
+
strokeWidth: "1.2",
|
|
8588
|
+
strokeLinecap: "round"
|
|
8589
|
+
}));
|
|
8590
|
+
};
|
|
8591
|
+
|
|
8592
|
+
IgLiveComments.propTypes = {
|
|
8593
|
+
color: PropTypes.string,
|
|
8594
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8595
|
+
};
|
|
8596
|
+
IgLiveComments.defaultProps = {
|
|
8597
|
+
color: 'currentColor',
|
|
8598
|
+
size: '24'
|
|
8599
|
+
};
|
|
8600
|
+
|
|
8580
8601
|
var _excluded$4c = ["color", "size"];
|
|
8581
8602
|
|
|
8582
8603
|
var TelegramChannel = function TelegramChannel(props) {
|
|
@@ -8625,7 +8646,7 @@
|
|
|
8625
8646
|
|
|
8626
8647
|
var _excluded$4d = ["color", "size"];
|
|
8627
8648
|
|
|
8628
|
-
var
|
|
8649
|
+
var TelegramChannel2 = function TelegramChannel2(props) {
|
|
8629
8650
|
var color = props.color,
|
|
8630
8651
|
size = props.size,
|
|
8631
8652
|
otherProps = _objectWithoutProperties(props, _excluded$4d);
|
|
@@ -8640,23 +8661,28 @@
|
|
|
8640
8661
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8641
8662
|
fillRule: "evenodd",
|
|
8642
8663
|
clipRule: "evenodd",
|
|
8643
|
-
d: "
|
|
8644
|
-
fill:
|
|
8664
|
+
d: "M9.39801 2.28098H14.664C15.7562 2.28097 16.6217 2.28097 17.3193 2.33796C18.0327 2.39625 18.6363 2.51786 19.1875 2.79869C20.0812 3.25409 20.8079 3.98075 21.2633 4.87452C21.5441 5.42569 21.6657 6.02932 21.724 6.74271C21.781 7.44033 21.781 8.30582 21.781 9.39795V14.664C21.781 15.7561 21.781 16.6216 21.724 17.3192C21.6657 18.0326 21.5441 18.6363 21.2633 19.1874C20.8079 20.0812 20.0812 20.8079 19.1875 21.2633C18.6363 21.5441 18.0327 21.6657 17.3193 21.724C16.6217 21.781 15.7562 21.781 14.664 21.781H9.39798C8.30585 21.781 7.44036 21.781 6.74274 21.724C6.02935 21.6657 5.42573 21.5441 4.87455 21.2633C3.98078 20.8079 3.25412 20.0812 2.79873 19.1874C2.51789 18.6363 2.39628 18.0326 2.33799 17.3192C2.281 16.6216 2.281 15.7561 2.28101 14.664V9.39797C2.281 8.30583 2.281 7.44033 2.33799 6.74271C2.39628 6.02932 2.51789 5.42569 2.79873 4.87452C3.25412 3.98075 3.98078 3.25409 4.87455 2.79869C5.42573 2.51786 6.02935 2.39625 6.74274 2.33796C7.44036 2.28097 8.30586 2.28097 9.39801 2.28098ZM6.86489 3.83298C6.24426 3.88369 5.86001 3.98007 5.55554 4.1352C4.94401 4.44679 4.44682 4.94398 4.13523 5.55551C3.9801 5.85998 3.88372 6.24423 3.83301 6.86486C3.78159 7.49424 3.78101 8.29849 3.78101 9.43097V14.631C3.78101 15.7635 3.78159 16.5677 3.83301 17.1971C3.88372 17.8177 3.9801 18.202 4.13523 18.5064C4.44682 19.118 4.94401 19.6152 5.55554 19.9267C5.86001 20.0819 6.24426 20.1783 6.86489 20.229C7.49427 20.2804 8.29852 20.281 9.43101 20.281H14.631C15.7635 20.281 16.5677 20.2804 17.1971 20.229C17.8178 20.1783 18.202 20.0819 18.5065 19.9267C19.118 19.6152 19.6152 19.118 19.9268 18.5064C20.0819 18.202 20.1783 17.8177 20.229 17.1971C20.2804 16.5677 20.281 15.7635 20.281 14.631V9.43098C20.281 8.29849 20.2804 7.49424 20.229 6.86486C20.1783 6.24423 20.0819 5.85998 19.9268 5.55551C19.6152 4.94398 19.118 4.44679 18.5065 4.1352C18.202 3.98007 17.8178 3.88369 17.1971 3.83298C16.5677 3.78156 15.7635 3.78098 14.631 3.78098H9.43101C8.29853 3.78098 7.49427 3.78156 6.86489 3.83298Z",
|
|
8665
|
+
fill: color
|
|
8666
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8667
|
+
fillRule: "evenodd",
|
|
8668
|
+
clipRule: "evenodd",
|
|
8669
|
+
d: "M8.30895 12.8491C8.24822 12.8314 8.18807 12.8132 8.12931 12.7951C8.11306 12.7901 8.09692 12.7851 8.0809 12.7801C8.03152 12.7646 7.98332 12.7492 7.93679 12.7341C7.87137 12.7128 7.80756 12.6928 7.74598 12.6734C7.29324 12.531 6.96077 12.4265 6.99405 12.161C7.01374 12.0039 7.23008 11.8433 7.64305 11.679C7.84292 11.5919 8.03756 11.5072 8.22696 11.4248C8.27995 11.4017 8.33253 11.3789 8.3847 11.3562C8.40841 11.3458 8.43204 11.3356 8.45558 11.3253C9.80862 10.7369 10.8822 10.273 11.6762 9.93366C12.1118 9.74749 12.4633 9.5988 12.7306 9.48759C13.0756 9.34412 13.3816 9.21752 13.6538 9.10589C13.9351 8.9905 14.1803 8.89109 14.3948 8.80556C15.4302 8.39272 15.7518 8.30318 15.9849 8.29908C16.0571 8.2978 16.2184 8.31569 16.323 8.4005C16.4112 8.47212 16.4355 8.56886 16.4471 8.63676C16.4587 8.70465 16.4732 8.85933 16.4617 8.98019C16.3304 10.3596 15.7623 13.7072 15.4733 15.2522C15.351 15.906 15.1102 16.1252 14.8771 16.1466C14.4759 16.1835 14.1512 15.952 13.7898 15.6943C13.6948 15.6266 13.5973 15.5571 13.4951 15.4902C13.0943 15.2274 12.7845 15.0165 12.4739 14.805C12.1896 14.6113 11.9045 14.4172 11.5483 14.1824C11.3778 14.0701 11.2629 13.9677 11.1921 13.8719C10.9551 13.551 11.2124 13.303 11.5311 12.9958C11.5981 12.9312 11.6678 12.864 11.7362 12.793C11.7667 12.7613 11.916 12.6225 12.1266 12.4267C12.4074 12.1657 12.797 11.8034 13.1588 11.4592C13.5036 11.1311 13.8231 10.8194 13.999 10.6271C14.0207 10.6035 14.0401 10.5817 14.0572 10.5618C14.1061 10.5051 14.1354 10.4647 14.14 10.4451C14.1454 10.4221 14.1504 10.3362 14.0994 10.2909C14.0484 10.2455 13.9731 10.261 13.9188 10.2734C13.9051 10.2765 13.855 10.3047 13.7685 10.358C13.6543 10.4284 13.4765 10.5427 13.2353 10.7008C13.1039 10.7869 12.9536 10.886 12.7846 10.9981C12.6636 11.0783 12.5329 11.1652 12.3926 11.2587C12.0189 11.5079 11.5768 11.8043 11.0662 12.1479C10.8079 12.3217 10.5322 12.5076 10.239 12.7056C10.0548 12.832 9.87984 12.9242 9.71404 12.982C9.56638 13.0336 9.42599 13.0579 9.29288 13.055C9.11397 13.0511 8.84015 12.9936 8.55506 12.9179C8.47329 12.8962 8.3906 12.873 8.30895 12.8491ZM9.82217 14.5044C10.0587 14.9495 10.432 15.2432 10.7229 15.4349C11.0694 15.6632 11.3462 15.8517 11.6313 16.0459L11.669 16.0716C11.9677 16.275 12.2772 16.4854 12.6728 16.7447C12.7484 16.7942 12.8183 16.844 12.912 16.9107C12.9327 16.9255 12.9547 16.9412 12.9781 16.9578C13.0925 17.0391 13.2487 17.149 13.4204 17.2498C13.7722 17.4565 14.3187 17.7043 15.0146 17.6403C16.3228 17.5199 16.7987 16.3247 16.9478 15.528C17.2358 13.9883 17.8164 10.5781 17.955 9.1223C17.9827 8.83087 17.9519 8.53714 17.9256 8.38372C17.898 8.22227 17.7943 7.66268 17.2681 7.23572C16.9775 6.99992 16.6736 6.90234 16.4903 6.85856C16.2976 6.81251 16.1128 6.79659 15.9585 6.79931C15.5249 6.80695 15.1134 6.93274 14.6316 7.10758C14.1239 7.2918 13.3605 7.60104 12.1546 8.10262C11.2949 8.4602 9.5944 9.19272 7.06457 10.2949C6.81053 10.3972 6.52712 10.5325 6.27675 10.7185C6.05754 10.8812 5.59242 11.2827 5.5057 11.9744C5.44366 12.4693 5.59127 12.9384 5.88503 13.2995C6.13103 13.6018 6.42645 13.7636 6.59246 13.844C6.8369 13.9624 7.17286 14.0669 7.37013 14.1282C7.41113 14.141 7.44613 14.1519 7.47308 14.1606C7.71635 14.2397 8.01217 14.329 8.30022 14.4013C8.55347 14.4648 8.92264 14.5474 9.26049 14.5547C9.45484 14.5589 9.64237 14.5403 9.82217 14.5044Z",
|
|
8670
|
+
fill: color
|
|
8645
8671
|
}));
|
|
8646
8672
|
};
|
|
8647
8673
|
|
|
8648
|
-
|
|
8674
|
+
TelegramChannel2.propTypes = {
|
|
8649
8675
|
color: PropTypes.string,
|
|
8650
8676
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8651
8677
|
};
|
|
8652
|
-
|
|
8678
|
+
TelegramChannel2.defaultProps = {
|
|
8653
8679
|
color: 'currentColor',
|
|
8654
8680
|
size: '24'
|
|
8655
8681
|
};
|
|
8656
8682
|
|
|
8657
8683
|
var _excluded$4e = ["color", "size"];
|
|
8658
8684
|
|
|
8659
|
-
var
|
|
8685
|
+
var Telegram = function Telegram(props) {
|
|
8660
8686
|
var color = props.color,
|
|
8661
8687
|
size = props.size,
|
|
8662
8688
|
otherProps = _objectWithoutProperties(props, _excluded$4e);
|
|
@@ -8668,35 +8694,26 @@
|
|
|
8668
8694
|
fill: "none",
|
|
8669
8695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8670
8696
|
preserveAspectRatio: "xMidYMid meet"
|
|
8671
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
8672
|
-
|
|
8673
|
-
|
|
8674
|
-
|
|
8675
|
-
stroke: color,
|
|
8676
|
-
strokeWidth: "1.5"
|
|
8677
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8678
|
-
d: "M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z",
|
|
8697
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8698
|
+
fillRule: "evenodd",
|
|
8699
|
+
clipRule: "evenodd",
|
|
8700
|
+
d: "M3.16866 11.8311C8.30855 9.59178 11.736 8.11545 13.4509 7.40216C18.3473 5.36558 19.3647 5.01181 20.0279 5.00012C20.1737 4.99756 20.4998 5.0337 20.7111 5.20511C20.8894 5.34985 20.9385 5.54536 20.962 5.68259C20.9855 5.81981 21.0147 6.13242 20.9915 6.37668C20.7262 9.1646 19.578 15.9302 18.9939 19.0527C18.7468 20.3739 18.2601 20.8169 17.789 20.8603C16.7651 20.9545 15.9876 20.1837 14.9959 19.5336C13.4442 18.5164 12.5675 17.8832 11.0612 16.8905C9.32045 15.7434 10.4489 15.1129 11.441 14.0825C11.7006 13.8129 16.2119 9.70955 16.2992 9.33731C16.3101 9.29076 16.3202 9.11722 16.2171 9.02559C16.114 8.93396 15.9619 8.9653 15.8521 8.99022C15.6964 9.02554 13.2174 10.6641 8.41508 13.9058C7.71142 14.389 7.07407 14.6244 6.50303 14.6121C5.8735 14.5985 4.66254 14.2561 3.76231 13.9635C2.65815 13.6046 1.78058 13.4148 1.85699 12.8052C1.8968 12.4878 2.33402 12.163 3.16866 11.8311Z",
|
|
8679
8701
|
fill: color
|
|
8680
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8681
|
-
d: "M16.3332 8.25C17.1418 9.26748 17.6279 10.5745 17.6279 12C17.6279 13.4255 17.1418 14.7325 16.3332 15.75M7.66971 8.25C6.86113 9.26748 6.375 10.5745 6.375 12C6.375 13.4255 6.86113 14.7325 7.66971 15.75M14.6245 9.47507C15.1824 10.1433 15.5217 11.0257 15.5217 11.9931C15.5217 12.9605 15.1824 13.8429 14.6245 14.5111M9.37218 9.47507C8.81428 10.1433 8.47504 11.0257 8.47504 11.9931C8.47504 12.9605 8.81428 13.8429 9.37218 14.5111",
|
|
8682
|
-
stroke: color,
|
|
8683
|
-
strokeWidth: "1.2",
|
|
8684
|
-
strokeLinecap: "round"
|
|
8685
8702
|
}));
|
|
8686
8703
|
};
|
|
8687
8704
|
|
|
8688
|
-
|
|
8705
|
+
Telegram.propTypes = {
|
|
8689
8706
|
color: PropTypes.string,
|
|
8690
8707
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8691
8708
|
};
|
|
8692
|
-
|
|
8709
|
+
Telegram.defaultProps = {
|
|
8693
8710
|
color: 'currentColor',
|
|
8694
8711
|
size: '24'
|
|
8695
8712
|
};
|
|
8696
8713
|
|
|
8697
8714
|
var _excluded$4f = ["color", "size"];
|
|
8698
8715
|
|
|
8699
|
-
var
|
|
8716
|
+
var Tap = function Tap(props) {
|
|
8700
8717
|
var color = props.color,
|
|
8701
8718
|
size = props.size,
|
|
8702
8719
|
otherProps = _objectWithoutProperties(props, _excluded$4f);
|
|
@@ -8709,34 +8726,56 @@
|
|
|
8709
8726
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8710
8727
|
preserveAspectRatio: "xMidYMid meet"
|
|
8711
8728
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8712
|
-
|
|
8713
|
-
clipRule: "evenodd",
|
|
8714
|
-
d: "M9.39801 2.28098H14.664C15.7562 2.28097 16.6217 2.28097 17.3193 2.33796C18.0327 2.39625 18.6363 2.51786 19.1875 2.79869C20.0812 3.25409 20.8079 3.98075 21.2633 4.87452C21.5441 5.42569 21.6657 6.02932 21.724 6.74271C21.781 7.44033 21.781 8.30582 21.781 9.39795V14.664C21.781 15.7561 21.781 16.6216 21.724 17.3192C21.6657 18.0326 21.5441 18.6363 21.2633 19.1874C20.8079 20.0812 20.0812 20.8079 19.1875 21.2633C18.6363 21.5441 18.0327 21.6657 17.3193 21.724C16.6217 21.781 15.7562 21.781 14.664 21.781H9.39798C8.30585 21.781 7.44036 21.781 6.74274 21.724C6.02935 21.6657 5.42573 21.5441 4.87455 21.2633C3.98078 20.8079 3.25412 20.0812 2.79873 19.1874C2.51789 18.6363 2.39628 18.0326 2.33799 17.3192C2.281 16.6216 2.281 15.7561 2.28101 14.664V9.39797C2.281 8.30583 2.281 7.44033 2.33799 6.74271C2.39628 6.02932 2.51789 5.42569 2.79873 4.87452C3.25412 3.98075 3.98078 3.25409 4.87455 2.79869C5.42573 2.51786 6.02935 2.39625 6.74274 2.33796C7.44036 2.28097 8.30586 2.28097 9.39801 2.28098ZM6.86489 3.83298C6.24426 3.88369 5.86001 3.98007 5.55554 4.1352C4.94401 4.44679 4.44682 4.94398 4.13523 5.55551C3.9801 5.85998 3.88372 6.24423 3.83301 6.86486C3.78159 7.49424 3.78101 8.29849 3.78101 9.43097V14.631C3.78101 15.7635 3.78159 16.5677 3.83301 17.1971C3.88372 17.8177 3.9801 18.202 4.13523 18.5064C4.44682 19.118 4.94401 19.6152 5.55554 19.9267C5.86001 20.0819 6.24426 20.1783 6.86489 20.229C7.49427 20.2804 8.29852 20.281 9.43101 20.281H14.631C15.7635 20.281 16.5677 20.2804 17.1971 20.229C17.8178 20.1783 18.202 20.0819 18.5065 19.9267C19.118 19.6152 19.6152 19.118 19.9268 18.5064C20.0819 18.202 20.1783 17.8177 20.229 17.1971C20.2804 16.5677 20.281 15.7635 20.281 14.631V9.43098C20.281 8.29849 20.2804 7.49424 20.229 6.86486C20.1783 6.24423 20.0819 5.85998 19.9268 5.55551C19.6152 4.94398 19.118 4.44679 18.5065 4.1352C18.202 3.98007 17.8178 3.88369 17.1971 3.83298C16.5677 3.78156 15.7635 3.78098 14.631 3.78098H9.43101C8.29853 3.78098 7.49427 3.78156 6.86489 3.83298Z",
|
|
8715
|
-
fill: color
|
|
8716
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8717
|
-
fillRule: "evenodd",
|
|
8718
|
-
clipRule: "evenodd",
|
|
8719
|
-
d: "M8.30895 12.8491C8.24822 12.8314 8.18807 12.8132 8.12931 12.7951C8.11306 12.7901 8.09692 12.7851 8.0809 12.7801C8.03152 12.7646 7.98332 12.7492 7.93679 12.7341C7.87137 12.7128 7.80756 12.6928 7.74598 12.6734C7.29324 12.531 6.96077 12.4265 6.99405 12.161C7.01374 12.0039 7.23008 11.8433 7.64305 11.679C7.84292 11.5919 8.03756 11.5072 8.22696 11.4248C8.27995 11.4017 8.33253 11.3789 8.3847 11.3562C8.40841 11.3458 8.43204 11.3356 8.45558 11.3253C9.80862 10.7369 10.8822 10.273 11.6762 9.93366C12.1118 9.74749 12.4633 9.5988 12.7306 9.48759C13.0756 9.34412 13.3816 9.21752 13.6538 9.10589C13.9351 8.9905 14.1803 8.89109 14.3948 8.80556C15.4302 8.39272 15.7518 8.30318 15.9849 8.29908C16.0571 8.2978 16.2184 8.31569 16.323 8.4005C16.4112 8.47212 16.4355 8.56886 16.4471 8.63676C16.4587 8.70465 16.4732 8.85933 16.4617 8.98019C16.3304 10.3596 15.7623 13.7072 15.4733 15.2522C15.351 15.906 15.1102 16.1252 14.8771 16.1466C14.4759 16.1835 14.1512 15.952 13.7898 15.6943C13.6948 15.6266 13.5973 15.5571 13.4951 15.4902C13.0943 15.2274 12.7845 15.0165 12.4739 14.805C12.1896 14.6113 11.9045 14.4172 11.5483 14.1824C11.3778 14.0701 11.2629 13.9677 11.1921 13.8719C10.9551 13.551 11.2124 13.303 11.5311 12.9958C11.5981 12.9312 11.6678 12.864 11.7362 12.793C11.7667 12.7613 11.916 12.6225 12.1266 12.4267C12.4074 12.1657 12.797 11.8034 13.1588 11.4592C13.5036 11.1311 13.8231 10.8194 13.999 10.6271C14.0207 10.6035 14.0401 10.5817 14.0572 10.5618C14.1061 10.5051 14.1354 10.4647 14.14 10.4451C14.1454 10.4221 14.1504 10.3362 14.0994 10.2909C14.0484 10.2455 13.9731 10.261 13.9188 10.2734C13.9051 10.2765 13.855 10.3047 13.7685 10.358C13.6543 10.4284 13.4765 10.5427 13.2353 10.7008C13.1039 10.7869 12.9536 10.886 12.7846 10.9981C12.6636 11.0783 12.5329 11.1652 12.3926 11.2587C12.0189 11.5079 11.5768 11.8043 11.0662 12.1479C10.8079 12.3217 10.5322 12.5076 10.239 12.7056C10.0548 12.832 9.87984 12.9242 9.71404 12.982C9.56638 13.0336 9.42599 13.0579 9.29288 13.055C9.11397 13.0511 8.84015 12.9936 8.55506 12.9179C8.47329 12.8962 8.3906 12.873 8.30895 12.8491ZM9.82217 14.5044C10.0587 14.9495 10.432 15.2432 10.7229 15.4349C11.0694 15.6632 11.3462 15.8517 11.6313 16.0459L11.669 16.0716C11.9677 16.275 12.2772 16.4854 12.6728 16.7447C12.7484 16.7942 12.8183 16.844 12.912 16.9107C12.9327 16.9255 12.9547 16.9412 12.9781 16.9578C13.0925 17.0391 13.2487 17.149 13.4204 17.2498C13.7722 17.4565 14.3187 17.7043 15.0146 17.6403C16.3228 17.5199 16.7987 16.3247 16.9478 15.528C17.2358 13.9883 17.8164 10.5781 17.955 9.1223C17.9827 8.83087 17.9519 8.53714 17.9256 8.38372C17.898 8.22227 17.7943 7.66268 17.2681 7.23572C16.9775 6.99992 16.6736 6.90234 16.4903 6.85856C16.2976 6.81251 16.1128 6.79659 15.9585 6.79931C15.5249 6.80695 15.1134 6.93274 14.6316 7.10758C14.1239 7.2918 13.3605 7.60104 12.1546 8.10262C11.2949 8.4602 9.5944 9.19272 7.06457 10.2949C6.81053 10.3972 6.52712 10.5325 6.27675 10.7185C6.05754 10.8812 5.59242 11.2827 5.5057 11.9744C5.44366 12.4693 5.59127 12.9384 5.88503 13.2995C6.13103 13.6018 6.42645 13.7636 6.59246 13.844C6.8369 13.9624 7.17286 14.0669 7.37013 14.1282C7.41113 14.141 7.44613 14.1519 7.47308 14.1606C7.71635 14.2397 8.01217 14.329 8.30022 14.4013C8.55347 14.4648 8.92264 14.5474 9.26049 14.5547C9.45484 14.5589 9.64237 14.5403 9.82217 14.5044Z",
|
|
8729
|
+
d: "M16 22.9999L16 22.2499H16V22.9999ZM12 22.9999L12 23.7499H12V22.9999ZM8 14.9997L7.32918 15.3351C7.48474 15.6462 7.83379 15.8095 8.17231 15.7296C8.51084 15.6497 8.75 15.3475 8.75 14.9997H8ZM4 13.9997H3.25V14.3103L3.46963 14.53L4 13.9997ZM7 12.9997L7.67082 12.6643L7.61639 12.5554L7.53033 12.4693L7 12.9997ZM7 18.9999L6.28849 19.2371L6.30534 19.2877L6.32918 19.3354L7 18.9999ZM11 10.9997H10.25H11ZM10.25 12.9997C10.25 13.4139 10.5858 13.7497 11 13.7497C11.4142 13.7497 11.75 13.4139 11.75 12.9997H10.25ZM13.25 13.9997C13.25 14.4139 13.5858 14.7497 14 14.7497C14.4142 14.7497 14.75 14.4139 14.75 13.9997H13.25ZM16.25 14.9997C16.25 15.4139 16.5858 15.7497 17 15.7497C17.4142 15.7497 17.75 15.4139 17.75 14.9997H16.25ZM13.9725 6L14.718 6.08241L14.718 6.08241L13.9725 6ZM5.02746 6L4.28201 6.08241L5.02746 6ZM13.0368 6.75006C12.8988 7.1406 13.1035 7.56909 13.494 7.70713C13.8845 7.84517 14.313 7.64047 14.4511 7.24994L13.0368 6.75006ZM4.54893 7.24993C4.68696 7.64047 5.11546 7.84516 5.50599 7.70713C5.89653 7.56909 6.10122 7.1406 5.96319 6.75007L4.54893 7.24993ZM16 22.2499H12V23.7499H16V22.2499ZM19.25 13.9999V17.9997H20.75V13.9999H19.25ZM19.25 17.9997C19.25 19.5123 18.6094 20.5712 17.8646 21.2628C17.4879 21.6127 17.0858 21.8664 16.7318 22.0303C16.3612 22.2018 16.0989 22.2499 16 22.2499L16 23.7499C16.4011 23.75 16.8888 23.6106 17.362 23.3915C17.8517 23.1648 18.3871 22.8246 18.8854 22.362C19.8906 21.4286 20.75 19.9873 20.75 17.9997H19.25ZM8.75 14.9997V5.99994H7.25V14.9997H8.75ZM4.75 13.9997C4.75 13.6506 4.96055 13.3945 5.34051 13.2805C5.74246 13.16 6.19343 13.2538 6.46967 13.53L7.53033 12.4693C6.80657 11.7456 5.75754 11.5894 4.90949 11.8438C4.03945 12.1048 3.25 12.8488 3.25 13.9997H4.75ZM6.32918 13.3351L7.32918 15.3351L8.67082 14.6643L7.67082 12.6643L6.32918 13.3351ZM12 22.2499C11.5254 22.2499 10.9433 22.2465 10.2471 21.8487C9.53972 21.4445 8.62807 20.579 7.67082 18.6645L6.32918 19.3354C7.37184 21.4207 8.46017 22.5552 9.50284 23.151C10.5566 23.7532 11.4746 23.7499 12 23.7499L12 22.2499ZM16.25 11.9997V13.9997H17.75V11.9997H16.25ZM10.25 10.9997L10.25 12.9997H11.75L11.75 10.9997H10.25ZM11.75 10.9997V5.99994H10.25V10.9997H11.75ZM13.25 11.9997V13.9997H14.75V11.9997H13.25ZM16.25 13.9997V14.9997H17.75V13.9997H16.25ZM14.75 11.9997C14.75 11.7033 14.8537 11.5361 14.967 11.4354C15.0941 11.3224 15.2848 11.2499 15.5 11.2499C15.7152 11.2499 15.9059 11.3224 16.033 11.4354C16.1463 11.5361 16.25 11.7033 16.25 11.9997H17.75C17.75 11.2962 17.4787 10.7135 17.0295 10.3142C16.5941 9.92726 16.0348 9.74987 15.5 9.74987C14.9652 9.74987 14.4059 9.92726 13.9705 10.3142C13.5213 10.7135 13.25 11.2962 13.25 11.9997H14.75ZM17.75 13.9997C17.75 13.7032 17.8537 13.536 17.967 13.4353C18.0941 13.3223 18.2847 13.2498 18.4999 13.2498C18.7151 13.2498 18.9058 13.3224 19.0329 13.4354C19.1463 13.5362 19.25 13.7035 19.25 13.9999H20.75C20.75 13.2964 20.4787 12.7137 20.0296 12.3144C19.5942 11.9273 19.0349 11.7498 18.5001 11.7498C17.9653 11.7498 17.4059 11.9271 16.9705 12.3141C16.5213 12.7134 16.25 13.2961 16.25 13.9997H17.75ZM14.75 11.9997V10.9997H13.25V11.9997H14.75ZM14.75 10.9997C14.75 10.2962 14.4787 9.71347 14.0295 9.31422C13.5941 8.92724 13.0348 8.74982 12.5 8.74981C11.9652 8.74979 11.4059 8.92718 10.9705 9.31417C10.5213 9.71343 10.25 10.2962 10.25 10.9997H11.75C11.75 10.7032 11.8537 10.536 11.967 10.4353C12.0941 10.3224 12.2848 10.2498 12.5 10.2498C12.7152 10.2498 12.9059 10.3224 13.033 10.4354C13.1463 10.5361 13.25 10.7033 13.25 10.9997H14.75ZM8.75 5.99994C8.75 5.70348 8.85372 5.53625 8.96701 5.43554C9.09411 5.32257 9.28479 5.24999 9.5 5.24999C9.7152 5.24999 9.90588 5.32257 10.033 5.43555C10.1463 5.53625 10.25 5.70349 10.25 5.99994H11.75C11.75 5.29643 11.4787 4.71369 11.0295 4.31442C10.5941 3.92741 10.0348 3.75 9.5 3.74999C8.96521 3.74999 8.40589 3.9274 7.97049 4.31441C7.52128 4.71369 7.25 5.29643 7.25 5.99994H8.75ZM7 18.9999C7.71151 18.7628 7.71146 18.7626 7.71141 18.7625C7.71139 18.7624 7.71133 18.7622 7.71128 18.7621C7.71119 18.7618 7.71108 18.7615 7.71096 18.7611C7.71071 18.7604 7.7104 18.7594 7.71003 18.7583C7.70929 18.7561 7.7083 18.7532 7.70706 18.7496C7.70458 18.7423 7.70111 18.7322 7.69665 18.7194C7.68774 18.6937 7.67484 18.6572 7.65797 18.6108C7.62424 18.5181 7.57455 18.3856 7.50886 18.2214C7.37764 17.8933 7.18176 17.4364 6.92083 16.9145C6.40318 15.8792 5.61056 14.5497 4.53037 13.4694L3.46963 14.53C4.38944 15.4499 5.09682 16.6206 5.57917 17.5853C5.81824 18.0634 5.99736 18.4815 6.11614 18.7785C6.17545 18.9268 6.21951 19.0443 6.24828 19.1234C6.26266 19.163 6.2732 19.1929 6.27991 19.2121C6.28326 19.2218 6.28565 19.2288 6.28708 19.233C6.2878 19.2351 6.28827 19.2365 6.28851 19.2372C6.28862 19.2375 6.28868 19.2377 6.28868 19.2377C6.28868 19.2377 6.28866 19.2376 6.28863 19.2375C6.28861 19.2375 6.28858 19.2374 6.28857 19.2374C6.28853 19.2372 6.28849 19.2371 7 18.9999ZM5.75 5.5C5.75 3.42893 7.42893 1.75 9.5 1.75V0.25C6.6005 0.25 4.25 2.6005 4.25 5.5H5.75ZM9.5 1.75C11.5711 1.75 13.25 3.42893 13.25 5.5H14.75C14.75 2.6005 12.3995 0.25 9.5 0.25V1.75ZM13.25 5.5C13.25 5.64142 13.2422 5.78074 13.2271 5.91759L14.718 6.08241C14.7392 5.89093 14.75 5.69659 14.75 5.5H13.25ZM5.77292 5.91759C5.75779 5.78074 5.75 5.64142 5.75 5.5H4.25C4.25 5.69659 4.26084 5.89093 4.28201 6.08241L5.77292 5.91759ZM13.2271 5.91759C13.1951 6.20655 13.1304 6.48523 13.0368 6.75006L14.4511 7.24994C14.5825 6.87795 14.6733 6.48691 14.718 6.08241L13.2271 5.91759ZM5.96319 6.75007C5.86958 6.48523 5.80487 6.20655 5.77292 5.91759L4.28201 6.08241C4.32672 6.48691 4.41745 6.87795 4.54893 7.24993L5.96319 6.75007Z",
|
|
8720
8730
|
fill: color
|
|
8721
8731
|
}));
|
|
8722
8732
|
};
|
|
8723
8733
|
|
|
8724
|
-
|
|
8734
|
+
Tap.propTypes = {
|
|
8725
8735
|
color: PropTypes.string,
|
|
8726
8736
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8727
8737
|
};
|
|
8728
|
-
|
|
8738
|
+
Tap.defaultProps = {
|
|
8729
8739
|
color: 'currentColor',
|
|
8730
8740
|
size: '24'
|
|
8731
8741
|
};
|
|
8732
8742
|
|
|
8733
8743
|
var _excluded$4g = ["color", "size"];
|
|
8734
8744
|
|
|
8735
|
-
var
|
|
8745
|
+
var VideoCircleTg = function VideoCircleTg(props) {
|
|
8736
8746
|
var color = props.color,
|
|
8737
8747
|
size = props.size,
|
|
8738
8748
|
otherProps = _objectWithoutProperties(props, _excluded$4g);
|
|
8739
8749
|
|
|
8750
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8751
|
+
width: size,
|
|
8752
|
+
height: size,
|
|
8753
|
+
viewBox: "0 0 24 24",
|
|
8754
|
+
fill: "none",
|
|
8755
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8756
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
8757
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8758
|
+
d: "M11 10.5L11.3859 9.85688C11.1542 9.71786 10.8656 9.71422 10.6305 9.84735C10.3953 9.98048 10.25 10.2298 10.25 10.5H11ZM11 13.5H10.25C10.25 13.7702 10.3953 14.0195 10.6305 14.1526C10.8656 14.2858 11.1542 14.2821 11.3859 14.1431L11 13.5ZM13.5 12L13.8859 12.6431C14.1118 12.5076 14.25 12.2634 14.25 12C14.25 11.7366 14.1118 11.4924 13.8859 11.3569L13.5 12ZM10.25 10.5V13.5H11.75V10.5H10.25ZM11.3859 14.1431L13.8859 12.6431L13.1141 11.3569L10.6141 12.8569L11.3859 14.1431ZM13.8859 11.3569L11.3859 9.85688L10.6141 11.1431L13.1141 12.6431L13.8859 11.3569ZM20.25 12C20.25 16.5563 16.5563 20.25 12 20.25V21.75C17.3848 21.75 21.75 17.3848 21.75 12H20.25ZM12 20.25C7.44365 20.25 3.75 16.5563 3.75 12H2.25C2.25 17.3848 6.61522 21.75 12 21.75V20.25ZM3.75 12C3.75 7.44365 7.44365 3.75 12 3.75V2.25C6.61522 2.25 2.25 6.61522 2.25 12H3.75ZM12 3.75C16.5563 3.75 20.25 7.44365 20.25 12H21.75C21.75 6.61522 17.3848 2.25 12 2.25V3.75Z",
|
|
8759
|
+
fill: color
|
|
8760
|
+
}));
|
|
8761
|
+
};
|
|
8762
|
+
|
|
8763
|
+
VideoCircleTg.propTypes = {
|
|
8764
|
+
color: PropTypes.string,
|
|
8765
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8766
|
+
};
|
|
8767
|
+
VideoCircleTg.defaultProps = {
|
|
8768
|
+
color: 'currentColor',
|
|
8769
|
+
size: '24'
|
|
8770
|
+
};
|
|
8771
|
+
|
|
8772
|
+
var _excluded$4h = ["color", "size"];
|
|
8773
|
+
|
|
8774
|
+
var Create = function Create(props) {
|
|
8775
|
+
var color = props.color,
|
|
8776
|
+
size = props.size,
|
|
8777
|
+
otherProps = _objectWithoutProperties(props, _excluded$4h);
|
|
8778
|
+
|
|
8740
8779
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8741
8780
|
width: size,
|
|
8742
8781
|
height: size,
|
|
@@ -8762,12 +8801,12 @@
|
|
|
8762
8801
|
size: '24'
|
|
8763
8802
|
};
|
|
8764
8803
|
|
|
8765
|
-
var _excluded$
|
|
8804
|
+
var _excluded$4i = ["color", "size"];
|
|
8766
8805
|
|
|
8767
8806
|
var GtCheckbox = function GtCheckbox(props) {
|
|
8768
8807
|
var color = props.color,
|
|
8769
8808
|
size = props.size,
|
|
8770
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8809
|
+
otherProps = _objectWithoutProperties(props, _excluded$4i);
|
|
8771
8810
|
|
|
8772
8811
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8773
8812
|
width: size,
|
|
@@ -8794,12 +8833,12 @@
|
|
|
8794
8833
|
size: '24'
|
|
8795
8834
|
};
|
|
8796
8835
|
|
|
8797
|
-
var _excluded$
|
|
8836
|
+
var _excluded$4j = ["color", "size"];
|
|
8798
8837
|
|
|
8799
8838
|
var GtFbComment = function GtFbComment(props) {
|
|
8800
8839
|
var color = props.color,
|
|
8801
8840
|
size = props.size,
|
|
8802
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8841
|
+
otherProps = _objectWithoutProperties(props, _excluded$4j);
|
|
8803
8842
|
|
|
8804
8843
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8805
8844
|
width: size,
|
|
@@ -8823,12 +8862,12 @@
|
|
|
8823
8862
|
size: '24'
|
|
8824
8863
|
};
|
|
8825
8864
|
|
|
8826
|
-
var _excluded$
|
|
8865
|
+
var _excluded$4k = ["color", "size"];
|
|
8827
8866
|
|
|
8828
8867
|
var GtAdsJson = function GtAdsJson(props) {
|
|
8829
8868
|
var color = props.color,
|
|
8830
8869
|
size = props.size,
|
|
8831
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8870
|
+
otherProps = _objectWithoutProperties(props, _excluded$4k);
|
|
8832
8871
|
|
|
8833
8872
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8834
8873
|
width: size,
|
|
@@ -8861,12 +8900,12 @@
|
|
|
8861
8900
|
size: '24'
|
|
8862
8901
|
};
|
|
8863
8902
|
|
|
8864
|
-
var _excluded$
|
|
8903
|
+
var _excluded$4l = ["color", "size"];
|
|
8865
8904
|
|
|
8866
8905
|
var GtFbCode = function GtFbCode(props) {
|
|
8867
8906
|
var color = props.color,
|
|
8868
8907
|
size = props.size,
|
|
8869
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8908
|
+
otherProps = _objectWithoutProperties(props, _excluded$4l);
|
|
8870
8909
|
|
|
8871
8910
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8872
8911
|
width: size,
|
|
@@ -8895,12 +8934,12 @@
|
|
|
8895
8934
|
size: '24'
|
|
8896
8935
|
};
|
|
8897
8936
|
|
|
8898
|
-
var _excluded$
|
|
8937
|
+
var _excluded$4m = ["color", "size"];
|
|
8899
8938
|
|
|
8900
8939
|
var GtRef = function GtRef(props) {
|
|
8901
8940
|
var color = props.color,
|
|
8902
8941
|
size = props.size,
|
|
8903
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8942
|
+
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
8904
8943
|
|
|
8905
8944
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8906
8945
|
width: size,
|
|
@@ -8924,12 +8963,12 @@
|
|
|
8924
8963
|
size: '24'
|
|
8925
8964
|
};
|
|
8926
8965
|
|
|
8927
|
-
var _excluded$
|
|
8966
|
+
var _excluded$4n = ["color", "size"];
|
|
8928
8967
|
|
|
8929
8968
|
var GtCustomerChat = function GtCustomerChat(props) {
|
|
8930
8969
|
var color = props.color,
|
|
8931
8970
|
size = props.size,
|
|
8932
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8971
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
8933
8972
|
|
|
8934
8973
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8935
8974
|
width: size,
|
|
@@ -8958,12 +8997,12 @@
|
|
|
8958
8997
|
size: '24'
|
|
8959
8998
|
};
|
|
8960
8999
|
|
|
8961
|
-
var _excluded$
|
|
9000
|
+
var _excluded$4o = ["color", "size"];
|
|
8962
9001
|
|
|
8963
9002
|
var GtTakeover = function GtTakeover(props) {
|
|
8964
9003
|
var color = props.color,
|
|
8965
9004
|
size = props.size,
|
|
8966
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9005
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
8967
9006
|
|
|
8968
9007
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8969
9008
|
width: size,
|
|
@@ -9021,12 +9060,12 @@
|
|
|
9021
9060
|
size: '24'
|
|
9022
9061
|
};
|
|
9023
9062
|
|
|
9024
|
-
var _excluded$
|
|
9063
|
+
var _excluded$4p = ["color", "size"];
|
|
9025
9064
|
|
|
9026
9065
|
var FlowPlaceholder = function FlowPlaceholder(props) {
|
|
9027
9066
|
var color = props.color,
|
|
9028
9067
|
size = props.size,
|
|
9029
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9068
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
9030
9069
|
|
|
9031
9070
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9032
9071
|
width: size,
|
|
@@ -9105,12 +9144,12 @@
|
|
|
9105
9144
|
size: '24'
|
|
9106
9145
|
};
|
|
9107
9146
|
|
|
9108
|
-
var _excluded$
|
|
9147
|
+
var _excluded$4q = ["color", "size"];
|
|
9109
9148
|
|
|
9110
9149
|
var AddStep = function AddStep(props) {
|
|
9111
9150
|
var color = props.color,
|
|
9112
9151
|
size = props.size,
|
|
9113
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9152
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
9114
9153
|
|
|
9115
9154
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9116
9155
|
width: size,
|
|
@@ -9146,12 +9185,12 @@
|
|
|
9146
9185
|
size: '24'
|
|
9147
9186
|
};
|
|
9148
9187
|
|
|
9149
|
-
var _excluded$
|
|
9188
|
+
var _excluded$4r = ["color", "size"];
|
|
9150
9189
|
|
|
9151
9190
|
var Stats = function Stats(props) {
|
|
9152
9191
|
var color = props.color,
|
|
9153
9192
|
size = props.size,
|
|
9154
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9193
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
9155
9194
|
|
|
9156
9195
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9157
9196
|
width: size,
|
|
@@ -9191,12 +9230,12 @@
|
|
|
9191
9230
|
size: '24'
|
|
9192
9231
|
};
|
|
9193
9232
|
|
|
9194
|
-
var _excluded$
|
|
9233
|
+
var _excluded$4s = ["color", "size"];
|
|
9195
9234
|
|
|
9196
9235
|
var Coursor = function Coursor(props) {
|
|
9197
9236
|
var color = props.color,
|
|
9198
9237
|
size = props.size,
|
|
9199
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9238
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9200
9239
|
|
|
9201
9240
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9202
9241
|
width: size,
|
|
@@ -9220,12 +9259,12 @@
|
|
|
9220
9259
|
size: '24'
|
|
9221
9260
|
};
|
|
9222
9261
|
|
|
9223
|
-
var _excluded$
|
|
9262
|
+
var _excluded$4t = ["color", "size"];
|
|
9224
9263
|
|
|
9225
9264
|
var CoursorFullcolor = function CoursorFullcolor(props) {
|
|
9226
9265
|
var color = props.color,
|
|
9227
9266
|
size = props.size,
|
|
9228
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9267
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9229
9268
|
|
|
9230
9269
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9231
9270
|
width: size,
|
|
@@ -9330,7 +9369,6 @@
|
|
|
9330
9369
|
exports.Camera = Camera;
|
|
9331
9370
|
exports.Cart = Cart;
|
|
9332
9371
|
exports.Cgt20 = Cgt20;
|
|
9333
|
-
exports.Check = Check;
|
|
9334
9372
|
exports.CheckCircle = CheckCircle;
|
|
9335
9373
|
exports.CheckboxDone = CheckboxDone;
|
|
9336
9374
|
exports.ChevronDown = ChevronDown;
|
|
@@ -9533,6 +9571,7 @@
|
|
|
9533
9571
|
exports.Stop = Stop;
|
|
9534
9572
|
exports.SystemField = SystemField;
|
|
9535
9573
|
exports.TableView = TableView;
|
|
9574
|
+
exports.Tap = Tap;
|
|
9536
9575
|
exports.Telegram = Telegram;
|
|
9537
9576
|
exports.TelegramChannel = TelegramChannel;
|
|
9538
9577
|
exports.TelegramChannel2 = TelegramChannel2;
|
|
@@ -9564,6 +9603,7 @@
|
|
|
9564
9603
|
exports.User = User;
|
|
9565
9604
|
exports.UserAdd = UserAdd;
|
|
9566
9605
|
exports.Video = Video;
|
|
9606
|
+
exports.VideoCircleTg = VideoCircleTg;
|
|
9567
9607
|
exports.Warning = Warning;
|
|
9568
9608
|
exports.WebChat = WebChat;
|
|
9569
9609
|
exports.WebsiteRedirect = WebsiteRedirect;
|