@manychat/icons 4.3.0 → 4.3.2
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.es.js +510 -744
- package/dist/index.js +510 -744
- package/package.json +1 -1
- package/umd/mcicons.js +510 -744
- package/umd/mcicons.min.js +1 -1
package/dist/index.js
CHANGED
|
@@ -603,24 +603,17 @@ const Settings = props => {
|
|
|
603
603
|
fill: "none",
|
|
604
604
|
xmlns: "http://www.w3.org/2000/svg",
|
|
605
605
|
preserveAspectRatio: "xMidYMid meet"
|
|
606
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
d: "M12
|
|
610
|
-
|
|
611
|
-
strokeWidth: "1.5"
|
|
606
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
607
|
+
fillRule: "evenodd",
|
|
608
|
+
clipRule: "evenodd",
|
|
609
|
+
d: "M12 8.29108C10.0009 8.29108 8.39921 9.93976 8.39921 11.9498C8.39921 13.9599 10.0009 15.6086 12 15.6086C13.9991 15.6086 15.6008 13.9599 15.6008 11.9498C15.6008 9.93976 13.9991 8.29108 12 8.29108ZM9.89072 11.9498C9.89072 10.7457 10.8456 9.78869 12 9.78869C13.1544 9.78869 14.1093 10.7457 14.1093 11.9498C14.1093 13.154 13.1544 14.111 12 14.111C10.8456 14.111 9.89072 13.154 9.89072 11.9498Z",
|
|
610
|
+
fill: color
|
|
612
611
|
}), /*#__PURE__*/React.createElement("path", {
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
619
|
-
width: "20",
|
|
620
|
-
height: "20",
|
|
621
|
-
fill: "white",
|
|
622
|
-
transform: "translate(2 2)"
|
|
623
|
-
}))));
|
|
612
|
+
fillRule: "evenodd",
|
|
613
|
+
clipRule: "evenodd",
|
|
614
|
+
d: "M19.052 4.35003L14.953 2L13.65 3.18052L13.6346 3.1962C12.7565 4.09125 11.3492 4.1208 10.3441 3.1752L9.04696 2L8.57829 2.2687C7.78263 2.72486 7.40706 2.9545 7.03419 3.18253L7.03267 3.18345C6.66769 3.40665 6.3048 3.62857 5.52636 4.07487L5.08215 4.32954L5.36079 6.17554L5.36892 6.20867C5.6576 7.38559 4.9476 8.645 3.67418 9.13806L2 9.70685V14.3935L3.69487 14.9693L3.70166 14.9715C4.8705 15.3438 5.58735 16.6419 5.36335 17.9144L4.93891 19.6448L9.04696 22L10.3266 20.8407C11.3384 19.9735 12.7755 20.0022 13.6578 20.8265L14.953 22L19.0611 19.6448L18.6367 17.9144C18.4127 16.6418 19.1295 15.3438 20.2983 14.9715L20.3051 14.9693L22 14.3935V9.70685L20.3051 9.13103L20.2983 9.12887C19.1276 8.75598 18.4103 7.45427 18.6378 6.17975L19.052 4.35003ZM6.82555 5.88547L6.70988 5.11917C7.21701 4.82421 7.51436 4.64239 7.81002 4.46159L7.81154 4.46066C8.09435 4.28771 8.3759 4.11553 8.8505 3.83914L9.32957 4.27317C10.8785 5.72552 13.1973 5.75845 14.6809 4.26368L15.1508 3.83794L17.3526 5.10026L17.1764 5.87853L17.1736 5.89358C16.8186 7.82321 17.8695 9.92215 19.8402 10.5541L20.5085 10.7811V13.3192L19.8402 13.5462C17.8695 14.1782 16.8186 16.2771 17.1736 18.2068L17.1776 18.2284L17.3435 18.9049L15.1508 20.1621L14.6695 19.7259C13.1907 18.3487 10.8942 18.3769 9.34821 19.7102L9.3413 19.7162L8.84918 20.1621L6.65646 18.9049L6.8224 18.2284L6.82638 18.2068C7.18136 16.2771 6.13049 14.1782 4.15979 13.5462L3.49151 13.3192V10.7811L4.1794 10.5474L4.19245 10.5425C6.05094 9.83211 7.30074 7.90309 6.82555 5.88547Z",
|
|
615
|
+
fill: color
|
|
616
|
+
}));
|
|
624
617
|
};
|
|
625
618
|
|
|
626
619
|
Settings.propTypes = {
|
|
@@ -835,7 +828,7 @@ const Close = props => {
|
|
|
835
828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
836
829
|
preserveAspectRatio: "xMidYMid meet"
|
|
837
830
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
838
|
-
d: "
|
|
831
|
+
d: "M5 19V16.971L10.8248 12L5 7.02899V5L12.0511 10.9855L19 5V7.02899L13.1752 12L19 16.971V19L12.0511 13.0145L5 19Z",
|
|
839
832
|
fill: color
|
|
840
833
|
}));
|
|
841
834
|
};
|
|
@@ -866,9 +859,7 @@ const Plus = props => {
|
|
|
866
859
|
xmlns: "http://www.w3.org/2000/svg",
|
|
867
860
|
preserveAspectRatio: "xMidYMid meet"
|
|
868
861
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
869
|
-
|
|
870
|
-
clipRule: "evenodd",
|
|
871
|
-
d: "M12.7007 11.2007V2H11.2007V11.2007H2V12.7007H11.2007V22H12.7007V12.7007H22V11.2007H12.7007Z",
|
|
862
|
+
d: "M11.25 19V12.75H5V11.25H11.25V5H12.75V11.25H19V12.75H12.75V19H11.25Z",
|
|
872
863
|
fill: color
|
|
873
864
|
}));
|
|
874
865
|
};
|
|
@@ -899,9 +890,8 @@ const Minus = props => {
|
|
|
899
890
|
xmlns: "http://www.w3.org/2000/svg",
|
|
900
891
|
preserveAspectRatio: "xMidYMid meet"
|
|
901
892
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
902
|
-
d: "
|
|
903
|
-
|
|
904
|
-
strokeWidth: "1.5"
|
|
893
|
+
d: "M5 11.25V12.75H19V11.25H5Z",
|
|
894
|
+
fill: color
|
|
905
895
|
}));
|
|
906
896
|
};
|
|
907
897
|
|
|
@@ -1166,10 +1156,15 @@ const Reels = props => {
|
|
|
1166
1156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1167
1157
|
preserveAspectRatio: "xMidYMid meet"
|
|
1168
1158
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1159
|
+
fillRule: "evenodd",
|
|
1160
|
+
clipRule: "evenodd",
|
|
1161
|
+
d: "M16.1918 13.1384L9.73131 9.32475V16.9521L16.1918 13.1384ZM13.241 13.1384L11.2313 14.3248V11.9521L13.241 13.1384Z",
|
|
1162
|
+
fill: color
|
|
1163
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1164
|
+
fillRule: "evenodd",
|
|
1165
|
+
clipRule: "evenodd",
|
|
1166
|
+
d: "M13.0993 3.03333C13.1083 3.03316 13.1174 3.03316 13.1264 3.03333H20.9666V20.9665H3.03345V3.03333H7.98529C7.99378 3.03318 8.00227 3.03318 8.01075 3.03333H13.0993ZM15.7051 6.74994L14.4169 4.53333H19.4666V6.74994H15.7051ZM12.682 4.53333L13.9702 6.74994H10.6054L9.30715 4.53333H12.682ZM7.56881 4.53333L8.86705 6.74994H4.53345V4.53333H7.56881ZM19.4666 8.24994H4.53345V19.4665H19.4666V8.24994Z",
|
|
1167
|
+
fill: color
|
|
1173
1168
|
}));
|
|
1174
1169
|
};
|
|
1175
1170
|
|
|
@@ -1198,20 +1193,18 @@ const InstagramChannel3 = props => {
|
|
|
1198
1193
|
fill: "none",
|
|
1199
1194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1200
1195
|
preserveAspectRatio: "xMidYMid meet"
|
|
1201
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
1202
|
-
|
|
1203
|
-
cy: "6.82353",
|
|
1204
|
-
r: "1.32353",
|
|
1196
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1197
|
+
d: "M18.497 6.82353C18.497 7.55449 17.9045 8.14706 17.1735 8.14706C16.4425 8.14706 15.85 7.55449 15.85 6.82353C15.85 6.09256 16.4425 5.5 17.1735 5.5C17.9045 5.5 18.497 6.09256 18.497 6.82353Z",
|
|
1205
1198
|
fill: color
|
|
1206
1199
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1207
1200
|
fillRule: "evenodd",
|
|
1208
1201
|
clipRule: "evenodd",
|
|
1209
|
-
d: "
|
|
1202
|
+
d: "M12.005 7.08008C9.28502 7.08008 7.08002 9.28508 7.08002 12.0051C7.08002 14.7251 9.28502 16.9301 12.005 16.9301C14.725 16.9301 16.93 14.7251 16.93 12.0051C16.93 9.28508 14.725 7.08008 12.005 7.08008ZM8.93002 12.0051C8.93002 10.3068 10.3067 8.93008 12.005 8.93008C13.7033 8.93008 15.08 10.3068 15.08 12.0051C15.08 13.7034 13.7033 15.0801 12.005 15.0801C10.3067 15.0801 8.93002 13.7034 8.93002 12.0051Z",
|
|
1210
1203
|
fill: color
|
|
1211
1204
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1212
1205
|
fillRule: "evenodd",
|
|
1213
1206
|
clipRule: "evenodd",
|
|
1214
|
-
d: "
|
|
1207
|
+
d: "M7.53648 2.37373C8.67861 2.24999 10.1182 2.24999 11.9548 2.25H12.0452C13.8818 2.24999 15.3214 2.24999 16.4635 2.37373C17.6291 2.50001 18.5734 2.76232 19.3798 3.34815C19.8679 3.70281 20.2972 4.13209 20.6518 4.62024C21.2377 5.42656 21.5 6.37094 21.6263 7.53648C21.75 8.67859 21.75 10.1182 21.75 11.9547V12.0453C21.75 13.8818 21.75 15.3214 21.6263 16.4635C21.5 17.6291 21.2377 18.5734 20.6518 19.3798C20.2972 19.8679 19.8679 20.2972 19.3798 20.6518C18.5734 21.2377 17.6291 21.5 16.4635 21.6263C15.3214 21.75 13.8818 21.75 12.0453 21.75H11.9547C10.1182 21.75 8.67859 21.75 7.53648 21.6263C6.37094 21.5 5.42656 21.2377 4.62024 20.6518C4.13209 20.2972 3.70281 19.8679 3.34815 19.3798C2.76232 18.5734 2.50001 17.6291 2.37373 16.4635C2.24999 15.3214 2.24999 13.8818 2.25 12.0452V11.9548C2.24999 10.1182 2.24999 8.67861 2.37373 7.53648C2.50001 6.37094 2.76232 5.42656 3.34815 4.62024C3.70281 4.13209 4.13209 3.70281 4.62024 3.34815C5.42656 2.76232 6.37094 2.50001 7.53648 2.37373ZM7.69805 3.865C6.66013 3.97745 6.00992 4.19259 5.50191 4.56168C5.14111 4.82382 4.82382 5.14111 4.56168 5.50191C4.19259 6.00992 3.97745 6.66013 3.865 7.69805C3.75103 8.74999 3.75 10.1084 3.75 12C3.75 13.8916 3.75103 15.25 3.865 16.302C3.97745 17.3399 4.19259 17.9901 4.56168 18.4981C4.82382 18.8589 5.14111 19.1762 5.50191 19.4383C6.00992 19.8074 6.66013 20.0225 7.69805 20.135C8.74999 20.249 10.1084 20.25 12 20.25C13.8916 20.25 15.25 20.249 16.302 20.135C17.3399 20.0225 17.9901 19.8074 18.4981 19.4383C18.8589 19.1762 19.1762 18.8589 19.4383 18.4981C19.8074 17.9901 20.0225 17.3399 20.135 16.302C20.249 15.25 20.25 13.8916 20.25 12C20.25 10.1084 20.249 8.74999 20.135 7.69805C20.0225 6.66013 19.8074 6.00992 19.4383 5.50191C19.1762 5.14111 18.8589 4.82382 18.4981 4.56168C17.9901 4.19259 17.3399 3.97745 16.302 3.865C15.25 3.75103 13.8916 3.75 12 3.75C10.1084 3.75 8.74999 3.75103 7.69805 3.865Z",
|
|
1215
1208
|
fill: color
|
|
1216
1209
|
}));
|
|
1217
1210
|
};
|
|
@@ -1278,12 +1271,13 @@ const Data = props => {
|
|
|
1278
1271
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1279
1272
|
preserveAspectRatio: "xMidYMid meet"
|
|
1280
1273
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1281
|
-
d: "M5.21302
|
|
1274
|
+
d: "M5.21302 10.1818C5.11243 9.37374 5.01183 7.65657 5.21302 5.93939C5.51479 4.22222 6.31953 2 9.63905 2V3.51515C7.62722 3.51515 7.02367 4.52525 6.72189 6.14141C6.42012 8.16162 6.72189 10.3838 6.72189 10.3838L6.82249 10.8889L5.4142 12L6.6213 13.1111V13.5152C6.6213 13.5278 6.61817 13.5782 6.61307 13.66C6.57731 14.2345 6.44527 16.3561 6.6213 17.8586C6.92308 19.6768 7.72781 20.4848 9.53846 20.4848V22C7.02367 22 5.61538 20.6869 5.21302 18.0606C5.01183 16.5455 5.11243 14.6263 5.21302 13.8182L3 12L5.21302 10.1818Z",
|
|
1282
1275
|
fill: color
|
|
1283
|
-
}), /*#__PURE__*/React.createElement("
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1276
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1277
|
+
d: "M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z",
|
|
1278
|
+
fill: color
|
|
1279
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1280
|
+
d: "M21 12L18.787 10.1818C18.8876 9.37374 18.9882 7.65657 18.6864 5.93939C18.3846 4.22222 17.6805 2 14.3609 2V3.51515C16.3728 3.51515 16.9763 4.52525 17.2781 6.14141C17.5799 8.16162 17.2781 10.3838 17.2781 10.3838L17.1775 10.7879L18.5858 11.899L17.1775 13.1111V13.5152C17.1775 13.5152 17.3787 16.1414 17.1775 17.8586C16.8757 19.7778 16.071 20.4848 14.2604 20.4848V22C16.7751 22 18.284 20.6869 18.5858 18.0606C18.787 16.5455 18.6864 14.6263 18.5858 13.8182L21 12Z",
|
|
1287
1281
|
fill: color
|
|
1288
1282
|
}));
|
|
1289
1283
|
};
|
|
@@ -1348,13 +1342,13 @@ const Sms = props => {
|
|
|
1348
1342
|
d: "M12.0526 20.0415C12.7502 20.0415 13.3157 19.4745 13.3157 18.7751C13.3157 18.0757 12.7502 17.5088 12.0526 17.5088C11.355 17.5088 10.7894 18.0757 10.7894 18.7751C10.7894 19.4745 11.355 20.0415 12.0526 20.0415Z",
|
|
1349
1343
|
fill: color
|
|
1350
1344
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1351
|
-
d: "
|
|
1352
|
-
|
|
1353
|
-
strokeWidth: "1.5"
|
|
1345
|
+
d: "M10.1578 5.59546H13.842V4.09546H10.1578V5.59546Z",
|
|
1346
|
+
fill: color
|
|
1354
1347
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1348
|
+
fillRule: "evenodd",
|
|
1349
|
+
clipRule: "evenodd",
|
|
1350
|
+
d: "M5.09216 4.00119C5.09216 2.639 6.16302 1.56274 7.52637 1.56274H16.4737C17.8371 1.56274 18.908 2.639 18.908 4.00119V19.8983C19.0434 21.3757 17.7388 22.3743 16.4737 22.3743H7.52637C6.16302 22.3743 5.09216 21.298 5.09216 19.9359V4.00119ZM7.52637 3.06274C6.99499 3.06274 6.59216 3.46388 6.59216 4.00119V19.9359C6.59216 20.4732 6.99499 20.8743 7.52637 20.8743H16.4737C17.0906 20.8743 17.4566 20.4158 17.4125 20.0185L17.408 19.9773V4.00119C17.408 3.46388 17.0051 3.06274 16.4737 3.06274H7.52637Z",
|
|
1351
|
+
fill: color
|
|
1358
1352
|
}));
|
|
1359
1353
|
};
|
|
1360
1354
|
|
|
@@ -1663,9 +1657,10 @@ const Ads = props => {
|
|
|
1663
1657
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1664
1658
|
preserveAspectRatio: "xMidYMid meet"
|
|
1665
1659
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1660
|
+
fillRule: "evenodd",
|
|
1661
|
+
clipRule: "evenodd",
|
|
1662
|
+
d: "M13.4729 8.35116C13.0143 8.79757 12.8228 9.29883 12.8228 9.81568V12.5229H15.4513L15.2563 13.8042H13.1402V22.1601L14.0335 21.9862C15.1284 21.773 16.262 21.4469 17.3016 20.8872C18.2155 20.4407 19.0175 19.8808 19.8102 19.1091C20.3719 18.5623 20.9338 17.9066 21.3873 17.2443L21.3936 17.2351L21.3996 17.2257C21.9499 16.3686 22.4219 15.4641 22.6614 14.4221C22.8875 13.5385 23 12.6545 23 11.6699C23 10.7018 22.8916 9.68228 22.5359 8.74633C22.1881 7.62999 21.6188 6.63765 20.952 5.76898C20.2446 4.74246 19.3176 3.96247 18.3197 3.31487L18.3105 3.30893L18.3012 3.30326C17.3955 2.7522 16.3878 2.31774 15.3915 1.99446C14.7455 1.78483 13.9097 1.5458 13.0437 1.5458C12.8045 1.5458 12.6028 1.53482 12.3907 1.52327C12.2921 1.5179 12.1912 1.51241 12.0833 1.50784C11.7634 1.49431 11.4189 1.4921 11.034 1.55304C10.1396 1.66302 9.23304 1.88203 8.42463 2.2182C7.31368 2.65154 6.28544 3.20416 5.36156 3.99111C4.49841 4.72632 3.67748 5.51454 3.08244 6.55549L3.06348 6.58778C2.65805 7.27831 2.19459 8.06765 1.95432 8.98229C1.60752 10.0092 1.5 11.1197 1.5 12.185C1.5 13.3179 1.73272 14.442 2.18803 15.5526C2.52102 16.4154 2.97716 17.3139 3.67562 18.115C4.25049 18.8915 5.04678 19.6663 5.96748 20.2305C6.76471 20.782 7.66167 21.2163 8.54639 21.5398C9.07057 21.7428 9.67908 21.8574 10.1479 21.9457C10.2227 21.9598 10.2939 21.9732 10.3606 21.9862L11.254 22.1601V13.8042H8.71429V12.5229H11.254V9.71267C11.254 9.29974 11.2565 9.07663 11.3362 8.76609C11.4297 8.40222 11.5973 8.04683 11.7679 7.8808L11.8125 7.83733L11.8494 7.78708C12.2452 7.24759 12.8063 6.91449 13.6255 6.73728L13.6349 6.73524L13.6443 6.73296C13.9662 6.65462 14.2998 6.65122 14.7368 6.65122C15.0857 6.65122 15.4687 6.69187 15.7857 6.7376L15.7847 7.72652H14.724L14.6111 7.76314L14.5622 7.77889C14.2829 7.86862 13.8137 8.01935 13.4729 8.35116ZM11.259 3.03612C11.5029 2.99655 11.7355 2.99446 12.0199 3.0065C12.0948 3.00967 12.1772 3.01413 12.2656 3.01892C12.4939 3.03128 12.7622 3.0458 13.0437 3.0458C13.6591 3.0458 14.3048 3.21881 14.9286 3.42123C15.8335 3.71487 16.7271 4.1026 17.5123 4.57909C18.4095 5.16245 19.1674 5.81777 19.7264 6.63404L19.7383 6.65136L19.7511 6.66799C20.3438 7.43729 20.8243 8.28556 21.11 9.21247L21.1176 9.23712L21.1269 9.26119C21.3987 9.96678 21.5 10.7922 21.5 11.6699C21.5 12.5359 21.4016 13.2973 21.2061 14.0586L21.2036 14.0684L21.2014 14.0783C21.0176 14.883 20.6465 15.621 20.1435 16.4058C19.7515 16.9767 19.2578 17.5535 18.7639 18.0343C18.0793 18.7007 17.4041 19.1691 16.6308 19.5455L16.6163 19.5526L16.6022 19.5602C15.9967 19.8877 15.3338 20.1282 14.6402 20.311V15.3042H16.5453L17.1969 11.0229H14.3228V9.81568C14.3228 9.75008 14.3333 9.69762 14.3548 9.64725C14.3769 9.5957 14.4213 9.52125 14.5192 9.42598C14.5741 9.37251 14.6824 9.32078 14.963 9.22652H17.2857V5.50214L16.6936 5.37405L16.6925 5.37382L16.6894 5.37315L16.679 5.37096L16.6426 5.36344C16.6117 5.35715 16.5676 5.3484 16.5125 5.33802C16.4025 5.3173 16.2476 5.28989 16.0648 5.26251C15.7042 5.20851 15.2132 5.15122 14.7368 5.15122L14.7057 5.15122C14.3039 5.15113 13.8073 5.15103 13.2992 5.27317C12.2366 5.50466 11.3327 5.98245 10.6749 6.8528C10.24 7.30362 9.99754 7.94839 9.88336 8.39298C9.75388 8.89716 9.75392 9.28705 9.75397 9.69019L9.75397 11.0229H7.21429V15.3042H9.75397V20.3357C9.51464 20.2813 9.28874 20.2192 9.08298 20.1391L9.07554 20.1362L9.06803 20.1334C8.26889 19.8417 7.48257 19.4571 6.80515 18.9861L6.78636 18.973L6.76681 18.9611C6.01332 18.5027 5.34309 17.8521 4.86526 17.2009L4.84552 17.174L4.82348 17.149C4.26668 16.5166 3.88297 15.7798 3.58479 15.0057L3.5818 14.998L3.57864 14.9903C3.18948 14.0432 3 13.1096 3 12.185C3 11.1995 3.10218 10.2602 3.38284 9.44057L3.39238 9.4127L3.39971 9.38416C3.58084 8.67886 3.94636 8.04693 4.37833 7.31104L4.38287 7.30309C4.84584 6.49186 5.50537 5.83901 6.33421 5.13302C7.10116 4.47975 7.97488 4.00303 8.97716 3.61276L8.98552 3.6095L8.9938 3.60605C9.66046 3.32792 10.4385 3.13656 11.2295 3.04031L11.2443 3.03851L11.259 3.03612ZM16.5357 6.10725L16.6936 5.37405C16.6936 5.37405 16.6943 5.3742 16.5357 6.10725Z",
|
|
1663
|
+
fill: color
|
|
1669
1664
|
}));
|
|
1670
1665
|
};
|
|
1671
1666
|
|
|
@@ -1850,7 +1845,9 @@ const ClearMobile = props => {
|
|
|
1850
1845
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1851
1846
|
preserveAspectRatio: "xMidYMid meet"
|
|
1852
1847
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1853
|
-
|
|
1848
|
+
fillRule: "evenodd",
|
|
1849
|
+
clipRule: "evenodd",
|
|
1850
|
+
d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12 12.9091L16 16V14.1818L13.1429 12L16 9.81818V8.09091L12 11.0909L8 8V9.72727L10.8571 12L8 14.2727V16L12 12.9091Z",
|
|
1854
1851
|
fill: color
|
|
1855
1852
|
}));
|
|
1856
1853
|
};
|
|
@@ -2006,7 +2003,7 @@ const Image = props => {
|
|
|
2006
2003
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2007
2004
|
preserveAspectRatio: "xMidYMid meet"
|
|
2008
2005
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2009
|
-
d: "M2
|
|
2006
|
+
d: "M2 3.5V12.483V12.6761V13.5455H2.97087L7.92233 8.8125L12.1942 12.8693L8.01942 17.2159H10.0583L15.4951 11.6136L21.8058 17.7955L22 17.9886V16.3466V15.9602V3.5H2ZM15.3981 9.48864L13.165 11.8068L7.92233 6.78409L3.45631 11.1307V4.94886H20.5437V14.4148L15.3981 9.48864ZM3.45631 19.0511H22V20.5H2V15.4773H3.45631V19.0511ZM19.2816 7.75C19.2816 8.61932 18.5049 9.29545 17.6311 9.29545C16.7573 9.29545 15.9806 8.61932 15.9806 7.65341C15.9806 6.6875 16.6602 6.01136 17.6311 6.01136C18.6019 6.01136 19.2816 6.78409 19.2816 7.75Z",
|
|
2010
2007
|
fill: color
|
|
2011
2008
|
}));
|
|
2012
2009
|
};
|
|
@@ -2077,13 +2074,15 @@ const VideoCircleTg = props => {
|
|
|
2077
2074
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2078
2075
|
preserveAspectRatio: "xMidYMid meet"
|
|
2079
2076
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2077
|
+
fillRule: "evenodd",
|
|
2078
|
+
clipRule: "evenodd",
|
|
2079
|
+
d: "M16.9091 11.9897L9.15002 7.61633V16.5041L16.9091 11.9897ZM13.8909 12.0103L10.65 13.8959V10.1836L13.8909 12.0103Z",
|
|
2080
|
+
fill: color
|
|
2083
2081
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2082
|
+
fillRule: "evenodd",
|
|
2083
|
+
clipRule: "evenodd",
|
|
2084
|
+
d: "M12 1.95001C6.44949 1.95001 1.94995 6.44955 1.94995 12C1.94995 17.5505 6.44949 22.05 12 22.05C17.5504 22.05 22.0499 17.5505 22.0499 12C22.0499 6.44955 17.5504 1.95001 12 1.95001ZM3.44995 12C3.44995 7.27798 7.27792 3.45001 12 3.45001C16.722 3.45001 20.5499 7.27798 20.5499 12C20.5499 16.722 16.722 20.55 12 20.55C7.27792 20.55 3.44995 16.722 3.44995 12Z",
|
|
2085
|
+
fill: color
|
|
2087
2086
|
}));
|
|
2088
2087
|
};
|
|
2089
2088
|
|
|
@@ -2579,57 +2578,10 @@ const TemplateMediaBg = props => {
|
|
|
2579
2578
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2580
2579
|
preserveAspectRatio: "xMidYMid meet"
|
|
2581
2580
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
d: "M3 15.1411V18.9103",
|
|
2587
|
-
stroke: color,
|
|
2588
|
-
strokeWidth: "1.5"
|
|
2589
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2590
|
-
d: "M7.45264 15.1411V18.9103",
|
|
2591
|
-
stroke: color,
|
|
2592
|
-
strokeWidth: "1.5"
|
|
2593
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2594
|
-
d: "M11.9053 15.1411V18.9103",
|
|
2595
|
-
stroke: color,
|
|
2596
|
-
strokeWidth: "1.5"
|
|
2597
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2598
|
-
d: "M16.4526 15.1411V18.9103",
|
|
2599
|
-
stroke: color,
|
|
2600
|
-
strokeWidth: "1.5"
|
|
2601
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2602
|
-
d: "M20.9053 15.1411V18.9103",
|
|
2603
|
-
stroke: color,
|
|
2604
|
-
strokeWidth: "1.5"
|
|
2605
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2606
|
-
d: "M3 5V8.67949",
|
|
2607
|
-
stroke: color,
|
|
2608
|
-
strokeWidth: "1.5"
|
|
2609
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2610
|
-
d: "M7.45264 5V8.67949",
|
|
2611
|
-
stroke: color,
|
|
2612
|
-
strokeWidth: "1.5"
|
|
2613
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2614
|
-
d: "M11.9053 5V8.67949",
|
|
2615
|
-
stroke: color,
|
|
2616
|
-
strokeWidth: "1.5"
|
|
2617
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2618
|
-
d: "M16.4526 5V8.67949",
|
|
2619
|
-
stroke: color,
|
|
2620
|
-
strokeWidth: "1.5"
|
|
2621
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2622
|
-
d: "M20.9053 5V8.67949",
|
|
2623
|
-
stroke: color,
|
|
2624
|
-
strokeWidth: "1.5"
|
|
2625
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2626
|
-
d: "M20.9053 15.1411H3",
|
|
2627
|
-
stroke: color,
|
|
2628
|
-
strokeWidth: "1.5"
|
|
2629
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2630
|
-
d: "M20.9053 8.6795H3",
|
|
2631
|
-
stroke: color,
|
|
2632
|
-
strokeWidth: "1.5"
|
|
2581
|
+
fillRule: "evenodd",
|
|
2582
|
+
clipRule: "evenodd",
|
|
2583
|
+
d: "M2.25 4.25H21.75V19.75H2.25V4.25ZM3.75 7.9295H6.70264V5.75H3.75V7.9295ZM8.20264 7.9295H11.1553V5.75H8.20264V7.9295ZM12.6553 7.9295H15.7026V5.75H12.6553V7.9295ZM17.2026 7.9295H20.1553V5.75H17.2026V7.9295ZM20.25 9.4295H3.75V14.3911H20.25V9.4295ZM3.75 18.25V15.8911H6.70264V18.25H3.75ZM8.20264 18.25V15.8911H11.1553V18.25H8.20264ZM12.6553 18.25V15.8911H15.7026V18.25H12.6553ZM17.2026 18.25V15.8911H20.1553V18.25H17.2026Z",
|
|
2584
|
+
fill: color
|
|
2633
2585
|
}));
|
|
2634
2586
|
};
|
|
2635
2587
|
|
|
@@ -2659,21 +2611,21 @@ const TemplateTextMedia = props => {
|
|
|
2659
2611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2660
2612
|
preserveAspectRatio: "xMidYMid meet"
|
|
2661
2613
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2614
|
+
fillRule: "evenodd",
|
|
2615
|
+
clipRule: "evenodd",
|
|
2616
|
+
d: "M12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12ZM13.5 9C13.5 9.82843 12.8284 10.5 12 10.5C11.1716 10.5 10.5 9.82843 10.5 9C10.5 8.17157 11.1716 7.5 12 7.5C12.8284 7.5 13.5 8.17157 13.5 9Z",
|
|
2617
|
+
fill: color
|
|
2665
2618
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2666
|
-
d: "M16.8
|
|
2667
|
-
|
|
2668
|
-
strokeWidth: "1.5"
|
|
2619
|
+
d: "M16.8 13.25H7V14.75H16.8V13.25Z",
|
|
2620
|
+
fill: color
|
|
2669
2621
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2670
|
-
d: "
|
|
2671
|
-
|
|
2672
|
-
strokeWidth: "1.5"
|
|
2622
|
+
d: "M8 16.25H15.6V17.75H8V16.25Z",
|
|
2623
|
+
fill: color
|
|
2673
2624
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2625
|
+
fillRule: "evenodd",
|
|
2626
|
+
clipRule: "evenodd",
|
|
2627
|
+
d: "M22 21V3H2V21H22ZM3.5 4.5H20.5V19.5H3.5V4.5Z",
|
|
2628
|
+
fill: color
|
|
2677
2629
|
}));
|
|
2678
2630
|
};
|
|
2679
2631
|
|
|
@@ -2703,13 +2655,12 @@ const WhatsAppWidget = props => {
|
|
|
2703
2655
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2704
2656
|
preserveAspectRatio: "xMidYMid meet"
|
|
2705
2657
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2706
|
-
d: "
|
|
2707
|
-
|
|
2708
|
-
strokeWidth: "1.5"
|
|
2658
|
+
d: "M15.9604 13.7C15.9604 13.7 16.1584 13.7 16.1584 14C16.1584 14.024 16.1598 14.0538 16.1615 14.0884C16.1736 14.3413 16.1979 14.8481 15.7624 15.2C15.2673 15.8 14.2772 16 13.5841 15.9C12.8911 15.8 11.3069 15.2 10.2178 14.2C9.02969 13.2 8.1386 12 7.74256 11.2C6.95049 9.79999 7.34652 8.49999 8.23761 7.99999C8.23761 7.99999 8.53464 7.79999 8.63365 7.79999H9.32672C9.32672 7.79999 9.52474 7.79999 9.62375 7.99999C9.72276 8.19999 10.3168 9.59999 10.3168 9.69999C10.4158 9.79999 10.5148 10.1 10.3168 10.3C10.1188 10.6 9.72276 11 9.72276 11C9.72276 11 9.62375 11.1 9.72276 11.3C9.82177 11.5 10.3168 12.3 10.8119 12.8C11.4059 13.4 12.099 13.8 12.495 13.9C12.8911 14 12.9901 13.9 13.0891 13.7C13.2871 13.6 13.6832 13 13.6832 13C13.6832 13 13.8812 12.8 14.1782 12.9C14.4752 13 15.9604 13.7 15.9604 13.7Z",
|
|
2659
|
+
fill: color
|
|
2709
2660
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2710
2661
|
fillRule: "evenodd",
|
|
2711
2662
|
clipRule: "evenodd",
|
|
2712
|
-
d: "
|
|
2663
|
+
d: "M11.9999 2.95001C6.52857 2.95001 2.04199 6.79997 2.04199 11.8C2.04199 14.546 3.41815 16.4985 4.41048 17.5161L2.96415 22.0313L7.94997 19.911C9.19057 20.3791 10.7248 20.65 11.9999 20.65C17.4713 20.65 21.9578 16.8001 21.9578 11.8C21.9578 6.90068 17.3731 2.95001 11.9999 2.95001ZM3.54199 11.8C3.54199 7.80005 7.17423 4.45001 11.9999 4.45001C16.7258 4.45001 20.4578 7.89934 20.4578 11.8C20.4578 15.8 16.8256 19.15 11.9999 19.15C10.8058 19.15 9.32128 18.8674 8.23142 18.4087L7.93898 18.2857L5.39211 19.3688L6.12963 17.0663L5.76828 16.7419C4.96263 16.0186 3.54199 14.3055 3.54199 11.8Z",
|
|
2713
2664
|
fill: color
|
|
2714
2665
|
}));
|
|
2715
2666
|
};
|
|
@@ -2897,19 +2848,10 @@ const TriggerIgStoryReply = props => {
|
|
|
2897
2848
|
fill: "none",
|
|
2898
2849
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2899
2850
|
preserveAspectRatio: "xMidYMid meet"
|
|
2900
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
2901
|
-
clipPath: "url(#clip0_7615_699)"
|
|
2902
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
2851
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2903
2852
|
d: "M11.2683 17.122V12.7317H6.87805V11.2683H11.2683V6.87805H12.7317V11.2683H17.122V12.7317H12.7317V17.122H11.2683ZM11.9512 2V3.46341C16.6341 3.46341 20.439 7.26829 20.439 11.9512C20.439 16.6341 16.7317 20.5366 11.9512 20.5366V22C17.4146 22 21.9024 17.5122 21.9024 12.0488C21.9024 6.58537 17.5122 2 11.9512 2ZM10.1951 3.65854L9.80488 2.19512C8.82927 2.4878 7.7561 2.87805 6.87805 3.46341L7.65854 4.73171C8.43902 4.2439 9.31707 3.85366 10.1951 3.65854ZM6.39024 5.60976L5.41463 4.53659C4.14634 5.60976 3.17073 6.97561 2.58537 8.53659L3.95122 9.02439C4.43902 7.7561 5.31707 6.4878 6.39024 5.60976ZM3.46341 11.9512C3.46341 11.3659 3.56098 10.6829 3.65854 10.0976L2.19512 9.80488C2.09756 10.4878 2 11.2683 2 11.9512C2 13.7073 2.4878 15.3659 3.26829 16.9268L4.53659 16.2439C3.85366 14.9756 3.46341 13.5122 3.46341 11.9512ZM5.31707 17.2195L4.14634 18.0976C5.70732 20.1463 8.04878 21.5122 10.5854 21.8049L10.7805 20.439C8.63415 20.1463 6.68293 18.9756 5.31707 17.2195Z",
|
|
2904
2853
|
fill: color
|
|
2905
|
-
}))
|
|
2906
|
-
id: "clip0_7615_699"
|
|
2907
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
2908
|
-
width: "20",
|
|
2909
|
-
height: "20",
|
|
2910
|
-
fill: "white",
|
|
2911
|
-
transform: "translate(2 2)"
|
|
2912
|
-
}))));
|
|
2854
|
+
}));
|
|
2913
2855
|
};
|
|
2914
2856
|
|
|
2915
2857
|
TriggerIgStoryReply.propTypes = {
|
|
@@ -3103,9 +3045,10 @@ const OrphanIntegration = props => {
|
|
|
3103
3045
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3104
3046
|
preserveAspectRatio: "xMidYMid meet"
|
|
3105
3047
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3048
|
+
fillRule: "evenodd",
|
|
3049
|
+
clipRule: "evenodd",
|
|
3050
|
+
d: "M14.3633 5.35307C14.4073 5.43559 14.447 5.51307 14.4824 5.58428H18.9501V10.2655C19.1765 10.2802 19.4355 10.3138 19.707 10.3817C20.5886 10.6021 21.6326 11.2031 22.0236 12.6369L22.026 12.6461C22.4854 14.4178 21.4364 15.7891 20.5093 16.6087C20.0303 17.0321 19.5335 17.3567 19.1609 17.5742C19.0857 17.6181 19.0151 17.6579 18.9501 17.6936V22.1843H2.05005V15.5659L2.90796 15.6921L2.90917 15.6923L2.91145 15.6926L2.93201 15.6952C2.95155 15.6977 2.98243 15.7014 3.02313 15.7055C3.1047 15.7138 3.22474 15.724 3.37138 15.7303C3.66796 15.7431 4.05732 15.7394 4.4508 15.6801C5.29554 15.5529 5.83363 15.2352 5.97044 14.6606L5.97262 14.6514L5.97502 14.6424C6.14968 13.9825 6.0458 13.4673 5.81254 13.0414C5.56767 12.5942 5.15721 12.2071 4.67152 11.8833C4.18979 11.5622 3.67328 11.3294 3.26962 11.176C3.06965 11.1 2.90183 11.0452 2.78595 11.0099C2.72812 10.9923 2.68351 10.9796 2.65464 10.9717L2.62356 10.9633L2.61815 10.9619L2.61699 10.9616L2.05005 10.8199V5.58428H7.01662C7.02249 5.33365 7.04468 5.04245 7.09945 4.73868C7.25564 3.87257 7.73306 2.67111 9.10918 2.30897L9.11264 2.30807C11.0714 1.80259 12.5176 2.88088 13.3836 3.89809C13.8228 4.41392 14.1485 4.95053 14.3633 5.35307ZM8.57564 5.00487C8.69434 4.34666 8.96647 3.89838 9.48928 3.76001C10.6297 3.46658 11.5329 4.03811 12.2415 4.87046C12.5898 5.27963 12.8578 5.71803 13.0399 6.05924C13.1302 6.22843 13.1975 6.37023 13.2414 6.46774C13.2634 6.51641 13.2794 6.55381 13.2894 6.57777L13.2999 6.6033L13.3014 6.60693L13.4876 7.08428H17.45V11.9138L18.3154 11.7754L18.3247 11.7741C18.3353 11.7727 18.3541 11.7705 18.3799 11.768C18.4319 11.763 18.5111 11.7574 18.6097 11.7561C18.8099 11.7535 19.0733 11.7694 19.3431 11.8369C19.8605 11.9662 20.3655 12.2642 20.5752 13.027C20.8131 13.9534 20.3124 14.7806 19.5158 15.4849C19.1323 15.8239 18.7228 16.0931 18.4048 16.2787C18.247 16.3708 18.1149 16.4405 18.024 16.4864C17.9786 16.5093 17.9437 16.5262 17.9213 16.5368L17.8974 16.548L17.8938 16.5497L17.45 16.7482V20.6843H3.55005V17.2357C3.87254 17.2398 4.26499 17.2251 4.6743 17.1634C5.65255 17.016 7.06067 16.5354 7.4274 15.0174C7.69952 13.9809 7.54063 13.0741 7.12818 12.3209C6.72618 11.5868 6.10539 11.0364 5.50357 10.6352C4.89781 10.2314 4.27057 9.95169 3.80236 9.7738C3.71269 9.73973 3.6282 9.70915 3.55005 9.68194V7.08428H8.66481L8.54271 6.22965L8.54255 6.22842L8.54072 6.2137C8.53898 6.1991 8.53631 6.17526 8.53334 6.14339C8.52738 6.07946 8.5203 5.98427 8.51692 5.8673C8.51007 5.63013 8.51891 5.31947 8.57564 5.00487Z",
|
|
3051
|
+
fill: color
|
|
3109
3052
|
}));
|
|
3110
3053
|
};
|
|
3111
3054
|
|
|
@@ -3383,13 +3326,10 @@ const OrphanLongArrow = props => {
|
|
|
3383
3326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3384
3327
|
preserveAspectRatio: "xMidYMid meet"
|
|
3385
3328
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
d: "M20.5 11.4L10.5 6L12.6 11.4L10.5 16.8L20.5 11.4Z",
|
|
3391
|
-
stroke: color,
|
|
3392
|
-
strokeWidth: "1.5"
|
|
3329
|
+
fillRule: "evenodd",
|
|
3330
|
+
clipRule: "evenodd",
|
|
3331
|
+
d: "M22.0784 11.4L9.06177 4.37097L11.5036 10.65H2V12.15H11.5036L9.06177 18.429L22.0784 11.4ZM13.4047 11.4L11.9382 7.62898L18.9215 11.4L11.9382 15.171L13.4047 11.4Z",
|
|
3332
|
+
fill: color
|
|
3393
3333
|
}));
|
|
3394
3334
|
};
|
|
3395
3335
|
|
|
@@ -3512,20 +3452,20 @@ const OrphanMainMenu = props => {
|
|
|
3512
3452
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3513
3453
|
preserveAspectRatio: "xMidYMid meet"
|
|
3514
3454
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3455
|
+
fillRule: "evenodd",
|
|
3456
|
+
clipRule: "evenodd",
|
|
3457
|
+
d: "M2.0343 4.00293H22.0637V7.94999H2.0343V4.00293ZM3.5343 5.50293V6.44999H20.5637V5.50293H3.5343Z",
|
|
3458
|
+
fill: color
|
|
3519
3459
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3460
|
+
fillRule: "evenodd",
|
|
3461
|
+
clipRule: "evenodd",
|
|
3462
|
+
d: "M2.0343 10.0265H22.0637V13.9735H2.0343V10.0265ZM3.5343 11.5265V12.4735H20.5637V11.5265H3.5343Z",
|
|
3463
|
+
fill: color
|
|
3524
3464
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3465
|
+
fillRule: "evenodd",
|
|
3466
|
+
clipRule: "evenodd",
|
|
3467
|
+
d: "M22.0637 16.05H2.0343V19.997H22.0637V16.05ZM3.5343 18.497V17.55H20.5637V18.497H3.5343Z",
|
|
3468
|
+
fill: color
|
|
3529
3469
|
}));
|
|
3530
3470
|
};
|
|
3531
3471
|
|
|
@@ -3555,9 +3495,10 @@ const OrphanLiveChatDone = props => {
|
|
|
3555
3495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3556
3496
|
preserveAspectRatio: "xMidYMid meet"
|
|
3557
3497
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3498
|
+
fillRule: "evenodd",
|
|
3499
|
+
clipRule: "evenodd",
|
|
3500
|
+
d: "M23.0627 7.15387L19.8378 3.94141L19.3085 4.46874L19.3074 4.46974L19.3043 4.47277L19.2934 4.48322L19.2571 4.51738C19.227 4.54548 19.1873 4.5821 19.1382 4.62712C19.0402 4.71706 18.9078 4.83743 18.7457 4.98425C18.4216 5.27773 17.9816 5.67408 17.465 6.13829C16.4318 7.06658 15.0945 8.26421 13.7702 9.44873C12.4461 10.6332 11.1355 11.8042 10.1558 12.6791L9.05524 13.6618L4.16216 8.78756L0.946899 11.9905L1.46119 12.5217L1.67531 12.7424C1.8129 12.8841 2.01177 13.0885 2.25714 13.3399C2.74781 13.8428 3.4247 14.5339 4.16941 15.287C5.65404 16.7883 7.42388 18.5518 8.52129 19.5539L9.03543 20.0233L9.54179 19.5455C11.2465 17.9367 14.2668 15.1966 16.9762 12.7446L18.0235 11.797C20.2705 9.76435 22.1393 8.07376 22.5293 7.68523L23.0627 7.15387ZM8.99874 15.7228L11.155 13.7979C12.1348 12.9228 13.4458 11.7515 14.7703 10.5667C16.7803 8.76879 18.8473 6.91684 19.8168 6.03766L20.9218 7.13849C20.1412 7.85841 18.6896 9.17168 17.0006 10.6997L15.9697 11.6324C13.5164 13.8526 10.7927 16.3231 9.02487 17.9736C7.96337 16.9709 6.50663 15.5172 5.23599 14.2323C4.49422 13.4822 3.81975 12.7935 3.3307 12.2923L3.0541 12.0086L4.16216 10.9048L8.99874 15.7228Z",
|
|
3501
|
+
fill: color
|
|
3561
3502
|
}));
|
|
3562
3503
|
};
|
|
3563
3504
|
|
|
@@ -3586,20 +3527,12 @@ const OrphanFbChat = props => {
|
|
|
3586
3527
|
fill: "none",
|
|
3587
3528
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3588
3529
|
preserveAspectRatio: "xMidYMid meet"
|
|
3589
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
d: "
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3596
|
-
id: "clip0_7615_839"
|
|
3597
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
3598
|
-
width: "20",
|
|
3599
|
-
height: "19",
|
|
3600
|
-
fill: "white",
|
|
3601
|
-
transform: "translate(2 2)"
|
|
3602
|
-
}))));
|
|
3530
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
3531
|
+
fillRule: "evenodd",
|
|
3532
|
+
clipRule: "evenodd",
|
|
3533
|
+
d: "M12.0503 2.04169C6.61524 2.04169 2.05408 5.84245 2.05408 10.8073C2.05408 13.5471 3.47058 15.4846 4.38378 16.4691L3.17157 21.1108L7.94098 18.7627C9.21594 19.3104 10.7722 19.5729 12.0503 19.5729C17.4854 19.5729 22.0465 15.7722 22.0465 10.8073C22.0465 5.84245 17.4854 2.04169 12.0503 2.04169ZM3.55408 10.8073C3.55408 6.86593 7.23412 3.54169 12.0503 3.54169C16.8665 3.54169 20.5465 6.86593 20.5465 10.8073C20.5465 14.7487 16.8665 18.0729 12.0503 18.0729C10.8323 18.0729 9.34269 17.792 8.26097 17.2594L7.92971 17.0963L5.45166 18.3163L6.05139 16.0199L5.74235 15.7156C4.9899 14.9747 3.55408 13.2775 3.55408 10.8073Z",
|
|
3534
|
+
fill: color
|
|
3535
|
+
}));
|
|
3603
3536
|
};
|
|
3604
3537
|
|
|
3605
3538
|
OrphanFbChat.propTypes = {
|
|
@@ -3844,28 +3777,13 @@ const CufText = props => {
|
|
|
3844
3777
|
fill: "none",
|
|
3845
3778
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3846
3779
|
preserveAspectRatio: "xMidYMid meet"
|
|
3847
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
d: "M21.293 6.64649V2.80811H2.80811V6.64649",
|
|
3851
|
-
stroke: color,
|
|
3852
|
-
strokeWidth: "1.5"
|
|
3853
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
3854
|
-
d: "M12 4.62628V21.2929H8.66663",
|
|
3855
|
-
stroke: color,
|
|
3856
|
-
strokeWidth: "1.5"
|
|
3780
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
3781
|
+
d: "M2.05811 2.05811H22.043V6.64649H20.543V3.55811H3.55811V6.64649H2.05811V2.05811Z",
|
|
3782
|
+
fill: color
|
|
3857
3783
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3858
|
-
d: "
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3862
|
-
id: "clip0_7615_833"
|
|
3863
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
3864
|
-
width: "20",
|
|
3865
|
-
height: "20",
|
|
3866
|
-
fill: "white",
|
|
3867
|
-
transform: "translate(2 2)"
|
|
3868
|
-
}))));
|
|
3784
|
+
d: "M11.25 20.5429V4.62628H12.75V20.5429H15.4343V22.0429L8.66663 22.0429V20.5429H11.25Z",
|
|
3785
|
+
fill: color
|
|
3786
|
+
}));
|
|
3869
3787
|
};
|
|
3870
3788
|
|
|
3871
3789
|
CufText.propTypes = {
|
|
@@ -3988,9 +3906,10 @@ const OrphanAction = props => {
|
|
|
3988
3906
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3989
3907
|
preserveAspectRatio: "xMidYMid meet"
|
|
3990
3908
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3909
|
+
fillRule: "evenodd",
|
|
3910
|
+
clipRule: "evenodd",
|
|
3911
|
+
d: "M14.571 10.7345L14.8122 2.04456L3.15051 13.2655H9.42851L9.18772 21.8225L20.9874 10.7345H14.571ZM10.7886 18.2599L10.9713 11.7655H6.87283L13.2111 5.66677L13.0288 12.2345H17.2007L10.7886 18.2599Z",
|
|
3912
|
+
fill: color
|
|
3994
3913
|
}));
|
|
3995
3914
|
};
|
|
3996
3915
|
|
|
@@ -4082,10 +4001,14 @@ const CufEnum = props => {
|
|
|
4082
4001
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4083
4002
|
preserveAspectRatio: "xMidYMid meet"
|
|
4084
4003
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4085
|
-
d: "
|
|
4086
|
-
|
|
4087
|
-
|
|
4088
|
-
|
|
4004
|
+
d: "M21.75 5.25H2.25V6.75H21.75V5.25Z",
|
|
4005
|
+
fill: color
|
|
4006
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4007
|
+
d: "M21.75 11.25H2.25V12.75H21.75V11.25Z",
|
|
4008
|
+
fill: color
|
|
4009
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4010
|
+
d: "M21.75 17.25H2.25V18.75H21.75V17.25Z",
|
|
4011
|
+
fill: color
|
|
4089
4012
|
}));
|
|
4090
4013
|
};
|
|
4091
4014
|
|
|
@@ -4115,9 +4038,10 @@ const CufNoIcon = props => {
|
|
|
4115
4038
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4116
4039
|
preserveAspectRatio: "xMidYMid meet"
|
|
4117
4040
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4041
|
+
fillRule: "evenodd",
|
|
4042
|
+
clipRule: "evenodd",
|
|
4043
|
+
d: "M12.2 6.25C8.91391 6.25 6.25 8.91391 6.25 12.2C6.25 15.4861 8.91391 18.15 12.2 18.15C15.4861 18.15 18.15 15.4861 18.15 12.2C18.15 8.91391 15.4861 6.25 12.2 6.25ZM7.75 12.2C7.75 9.74233 9.74233 7.75 12.2 7.75C14.6577 7.75 16.65 9.74233 16.65 12.2C16.65 14.6577 14.6577 16.65 12.2 16.65C9.74233 16.65 7.75 14.6577 7.75 12.2Z",
|
|
4044
|
+
fill: color
|
|
4121
4045
|
}));
|
|
4122
4046
|
};
|
|
4123
4047
|
|
|
@@ -4147,9 +4071,11 @@ const CufArray = props => {
|
|
|
4147
4071
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4148
4072
|
preserveAspectRatio: "xMidYMid meet"
|
|
4149
4073
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4150
|
-
d: "M9
|
|
4151
|
-
|
|
4152
|
-
|
|
4074
|
+
d: "M9 2.25H3.25V21.75H9V20.25H4.75V3.75H9V2.25Z",
|
|
4075
|
+
fill: color
|
|
4076
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4077
|
+
d: "M20.75 2.25H15V3.75H19.25V20.25H15V21.75H20.75V2.25Z",
|
|
4078
|
+
fill: color
|
|
4153
4079
|
}));
|
|
4154
4080
|
};
|
|
4155
4081
|
|
|
@@ -4181,9 +4107,8 @@ const PhoneOutgoing = props => {
|
|
|
4181
4107
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4182
4108
|
fillRule: "evenodd",
|
|
4183
4109
|
clipRule: "evenodd",
|
|
4184
|
-
d: "
|
|
4185
|
-
|
|
4186
|
-
strokeWidth: "1.5"
|
|
4110
|
+
d: "M8.98009 4.00658C8.85578 3.75921 8.63187 3.40623 8.1952 3.16923C7.75936 2.93269 7.21813 2.86863 6.56724 2.97657L6.50944 2.98616L6.45383 3.0046C6.35212 3.03834 6.20388 3.07572 6.01389 3.12298L5.99673 3.12724C5.82979 3.16875 5.6265 3.2193 5.46383 3.27326L5.43433 3.28304L5.40574 3.29523C4.197 3.81069 3.41567 4.90817 3.10295 6.21763C2.79121 7.52302 2.93097 9.06976 3.56344 10.6216C4.23452 12.3364 5.46477 14.3912 7.69093 16.6063C9.93762 18.8418 12.9349 20.4384 14.8789 20.922L14.889 20.9243C16.621 21.3298 18.6119 20.9417 19.9089 19.6511C21.0301 18.5355 21.03 17.2841 21.0299 16.7122V16.7015C21.0299 16.4809 20.9922 16.2046 20.813 15.9371C20.6472 15.6895 20.4125 15.5287 20.1798 15.4111C19.9402 15.2784 19.62 15.0944 19.2654 14.8907C19.0256 14.7529 18.77 14.606 18.5131 14.46C17.9078 14.1158 17.2698 13.7611 16.9031 13.6019C16.4382 13.3777 16.0078 13.4067 15.6863 13.521C15.5321 13.5758 15.4109 13.6468 15.326 13.706C15.283 13.7359 15.2478 13.7639 15.2205 13.787C15.2188 13.7885 15.2171 13.7899 15.2155 13.7913C15.2039 13.8013 15.1938 13.8104 15.1851 13.8184L15.1717 13.8311L15.166 13.8366L15.1634 13.8391L15.1621 13.8404L15.1609 13.8415L15.1388 13.8635L15.118 13.8881L15.0762 13.937L14.9613 14.0715C14.8649 14.1841 14.7337 14.3369 14.5943 14.4977C14.3048 14.8319 14.0114 15.1644 13.9009 15.2744C13.8742 15.3009 13.8449 15.3309 13.8215 15.3549L13.7971 15.3798C13.779 15.3983 13.7645 15.4127 13.7522 15.4245C13.7267 15.4171 13.6912 15.4048 13.6441 15.3848L13.6283 15.378L13.6121 15.372C13.3605 15.2781 12.9385 15.0221 12.3942 14.6131C11.8744 14.2226 11.2945 13.7322 10.7295 13.2144C10.2226 12.6656 9.75536 12.0735 9.39344 11.5651C9.02964 11.0541 8.81085 10.6814 8.74461 10.5321C8.75011 10.5211 8.75717 10.5104 8.76296 10.5028L8.78286 10.4828C8.80408 10.4615 8.83454 10.4309 8.87211 10.3928C8.94716 10.3167 9.05109 10.2104 9.16675 10.0895C9.39285 9.85331 9.68246 9.54212 9.88445 9.29089C10.4869 8.54162 10.2183 7.75086 10.1204 7.47384C10.1155 7.44903 10.111 7.43075 10.1089 7.42212L10.108 7.4187C10.0968 7.37195 10.0824 7.32003 10.0674 7.26835C10.037 7.16363 9.99522 7.0306 9.94739 6.88286C9.85128 6.58599 9.72309 6.20623 9.59379 5.82583L9.46913 5.45965C9.38218 5.20446 9.29882 4.95975 9.22749 4.7478C9.17508 4.59202 9.13018 4.45693 9.09592 4.35081C9.07878 4.29771 9.06491 4.25375 9.05438 4.21916C9.04914 4.20193 9.04505 4.18813 9.04199 4.17743L9.03851 4.16501L9.03733 4.16058L9.0172 4.08043L8.98009 4.00658ZM15.118 13.8881L15.1313 13.8981C15.1293 13.8964 15.1276 13.895 15.1262 13.8939C15.1184 13.8875 15.118 13.8881 15.118 13.8881ZM16.1008 15.047L16.1972 14.9341C16.2053 14.9353 16.2244 14.9395 16.2559 14.9551L16.2755 14.9649L16.2957 14.9735C16.5625 15.0873 17.1277 15.3978 17.7717 15.764C18.0121 15.9006 18.2605 16.0433 18.4985 16.18C18.8709 16.394 19.2176 16.5931 19.4671 16.7311L19.4813 16.7389L19.4959 16.7462C19.5087 16.7525 19.5199 16.7584 19.5299 16.7638C19.5283 17.2664 19.4957 17.9462 18.8509 18.5878C17.9891 19.4454 16.5624 19.7739 15.2359 19.465C13.5793 19.0513 10.8201 17.6039 8.74895 15.543C6.65737 13.4619 5.54793 11.5783 4.95856 10.0703L4.9543 10.0598C4.41859 8.74775 4.33402 7.52038 4.56193 6.56605C4.78598 5.62783 5.29806 4.98403 5.96519 4.68761C6.06529 4.65632 6.20342 4.62154 6.37599 4.57861L6.39315 4.57435C6.53913 4.53805 6.71291 4.49484 6.86303 4.44848C7.25589 4.39077 7.42289 4.45676 7.47968 4.48758C7.52761 4.51359 7.56727 4.55199 7.61079 4.62635C7.68729 4.88169 7.8697 5.41678 8.05351 5.95598L8.17359 6.30859C8.30304 6.68939 8.42797 7.05963 8.5203 7.34485C8.5667 7.48815 8.60297 7.60419 8.62702 7.68697C8.62833 7.69146 8.62957 7.69577 8.63076 7.6999C8.63432 7.7123 8.63736 7.72314 8.63994 7.7325V7.77905L8.68744 7.92081C8.738 8.07156 8.76071 8.13929 8.76486 8.2135C8.76646 8.24226 8.7636 8.26082 8.75945 8.27482C8.75568 8.28751 8.74621 8.31271 8.71543 8.351C8.55742 8.54753 8.30703 8.81842 8.08313 9.05235C7.97379 9.16659 7.87522 9.26739 7.80402 9.3396C7.79958 9.34411 7.79524 9.3485 7.79102 9.35278C7.76146 9.38271 7.73742 9.40691 7.7203 9.42409L7.69802 9.4464L7.69091 9.4535C7.69091 9.4535 7.69093 9.45347 8.21994 9.98512C7.69094 9.45347 7.69001 9.4544 7.69001 9.4544L7.68904 9.45536L7.68701 9.45741L7.6825 9.46199L7.67184 9.47306C7.66404 9.48128 7.65483 9.49124 7.64448 9.50287C7.62387 9.52604 7.59828 9.55638 7.57008 9.59337C7.51464 9.66607 7.44388 9.77136 7.38207 9.90461C7.25745 10.1733 7.15378 10.5975 7.34406 11.0708C7.47055 11.3855 7.78842 11.897 8.17144 12.435C8.5697 12.9945 9.08487 13.6471 9.6501 14.2564L9.67051 14.2784L9.6926 14.2987C10.2906 14.8479 10.9173 15.3797 11.4932 15.8123C12.0449 16.2269 12.6063 16.594 13.0714 16.7712C13.4862 16.9452 13.9094 17.0065 14.3191 16.8317C14.505 16.7525 14.6434 16.6421 14.7402 16.5542C14.8004 16.4995 14.8752 16.4231 14.9228 16.3744C14.9302 16.3669 14.9369 16.36 14.9428 16.354C14.9492 16.3475 14.9546 16.342 14.9589 16.3377C15.1184 16.179 15.455 15.7951 15.728 15.48C15.8699 15.3162 16.0031 15.1611 16.1008 15.047ZM8.65264 7.78356C8.65264 7.78356 8.65133 7.77855 8.64982 7.77029C8.65207 7.77972 8.65264 7.78356 8.65264 7.78356Z",
|
|
4111
|
+
fill: color
|
|
4187
4112
|
}));
|
|
4188
4113
|
};
|
|
4189
4114
|
|
|
@@ -4213,13 +4138,15 @@ const Camera = props => {
|
|
|
4213
4138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4214
4139
|
preserveAspectRatio: "xMidYMid meet"
|
|
4215
4140
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4141
|
+
fillRule: "evenodd",
|
|
4142
|
+
clipRule: "evenodd",
|
|
4143
|
+
d: "M9.88388 8.83289C7.28653 10.1495 5.81266 13.0758 7.0361 15.4894C8.25955 17.903 11.4911 18.4441 14.0884 17.1276C16.6858 15.811 18.1596 12.8847 16.9362 10.4711C15.7127 8.05746 12.4812 7.5163 9.88388 8.83289ZM8.37395 14.8112C7.64983 13.3827 8.43059 11.2512 10.562 10.1707C12.6935 9.09032 14.8742 9.72067 15.5983 11.1492C16.3225 12.5778 15.5417 14.7093 13.4103 15.7897C11.2788 16.8701 9.09807 16.2398 8.37395 14.8112Z",
|
|
4144
|
+
fill: color
|
|
4219
4145
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
|
|
4146
|
+
fillRule: "evenodd",
|
|
4147
|
+
clipRule: "evenodd",
|
|
4148
|
+
d: "M17.4387 7.25005L15.6387 4.05005H8.17312L6.27312 7.25005H2.05005V20.65H21.9501V7.25005H17.4387ZM7.12698 8.75005L9.02698 5.55005H14.7614L16.5614 8.75005H20.4501V19.15H3.55005V8.75005H7.12698Z",
|
|
4149
|
+
fill: color
|
|
4223
4150
|
}));
|
|
4224
4151
|
};
|
|
4225
4152
|
|
|
@@ -4311,9 +4238,10 @@ const DefaultReply = props => {
|
|
|
4311
4238
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4312
4239
|
preserveAspectRatio: "xMidYMid meet"
|
|
4313
4240
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
|
|
4241
|
+
fillRule: "evenodd",
|
|
4242
|
+
clipRule: "evenodd",
|
|
4243
|
+
d: "M10.1727 6.27836L10.2873 2.24658L2.38232 9.50831L10.063 16.3566V12.4867C12.2513 12.6027 13.6594 13.0444 14.551 13.6096C15.5079 14.2161 15.9206 14.996 16.0632 15.8258C16.1779 16.5661 16.1459 17.6996 15.6364 18.6147C15.1641 19.4632 14.2139 20.25 12.1872 20.25V21.75C16.3903 21.75 18.9007 20.3672 20.5463 18.0958L20.5544 18.0846L20.5621 18.0731C21.5337 16.6223 21.8254 14.9762 21.7341 13.6342C21.7281 12.1694 21.2329 10.9109 20.4571 9.87392C18.9266 7.73721 15.8765 6.09016 10.1727 6.27836ZM19.3234 17.227C18.7244 18.0508 17.9799 18.751 16.9878 19.2695C17.6779 17.975 17.6874 16.5035 17.5445 15.5891L17.5428 15.5789C17.3362 14.367 16.7034 13.198 15.3541 12.3427C14.0373 11.5079 12.0958 11.0082 9.32587 10.9605L8.56297 10.9474V13.0095L4.61764 9.49172L8.68705 5.75345L8.62708 7.86409L9.4457 7.8142C15.3996 7.45133 18.0547 9.09146 19.2416 10.7529L19.2466 10.76L19.2519 10.767C19.8619 11.5802 20.2341 12.5397 20.2341 13.6612V13.6882L20.2361 13.7152C20.3129 14.78 20.0812 16.0891 19.3234 17.227Z",
|
|
4244
|
+
fill: color
|
|
4317
4245
|
}));
|
|
4318
4246
|
};
|
|
4319
4247
|
|
|
@@ -4343,16 +4271,16 @@ const Fullscreen = props => {
|
|
|
4343
4271
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4344
4272
|
preserveAspectRatio: "xMidYMid meet"
|
|
4345
4273
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4346
|
-
d: "M13.0218
|
|
4274
|
+
d: "M13.0218 3.48352L20.5201 3.48352V11H22V2H13.0218V3.48352Z",
|
|
4347
4275
|
fill: color
|
|
4348
4276
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4349
|
-
d: "
|
|
4277
|
+
d: "M19.3485 5.67944L14.0464 10.9944L13 9.94539L18.3021 4.63044L19.3485 5.67944Z",
|
|
4350
4278
|
fill: color
|
|
4351
4279
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4352
|
-
d: "
|
|
4280
|
+
d: "M3.47991 13L3.47991 20.5165H10.9778V22H2.00006V13H3.47991Z",
|
|
4353
4281
|
fill: color
|
|
4354
4282
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4355
|
-
d: "
|
|
4283
|
+
d: "M11 14.0544L5.69821 19.3694L4.6518 18.3204L9.95361 13.0054L11 14.0544Z",
|
|
4356
4284
|
fill: color
|
|
4357
4285
|
}));
|
|
4358
4286
|
};
|
|
@@ -4389,7 +4317,7 @@ const ArrowDrag = props => {
|
|
|
4389
4317
|
d: "M15.0189 17L12 19.9808L9.07547 17H7L12 22L17 17H15.0189Z",
|
|
4390
4318
|
fill: color
|
|
4391
4319
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4392
|
-
d: "
|
|
4320
|
+
d: "M11.2452 7.30005H12.6603V16.6H11.2452V7.30005Z",
|
|
4393
4321
|
fill: color
|
|
4394
4322
|
}));
|
|
4395
4323
|
};
|
|
@@ -4451,16 +4379,16 @@ const ExitFullscreen = props => {
|
|
|
4451
4379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4452
4380
|
preserveAspectRatio: "xMidYMid meet"
|
|
4453
4381
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4454
|
-
d: "
|
|
4382
|
+
d: "M15.6515 7.32056L20.9536 2.0056L22.0001 3.05461L16.698 8.36956L15.6515 7.32056Z",
|
|
4455
4383
|
fill: color
|
|
4456
4384
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4457
|
-
d: "
|
|
4385
|
+
d: "M2 20.9456L7.30181 15.6306L8.34822 16.6796L3.04641 21.9946L2 20.9456Z",
|
|
4458
4386
|
fill: color
|
|
4459
4387
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4460
|
-
d: "
|
|
4388
|
+
d: "M13 11H21.9782V9.51648H14.4799V2H13V11Z",
|
|
4461
4389
|
fill: color
|
|
4462
4390
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4463
|
-
d: "
|
|
4391
|
+
d: "M11 22H9.52011V14.4835H2.02222V13H11V22Z",
|
|
4464
4392
|
fill: color
|
|
4465
4393
|
}));
|
|
4466
4394
|
};
|
|
@@ -4522,10 +4450,10 @@ const ArrowLeft = props => {
|
|
|
4522
4450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4523
4451
|
preserveAspectRatio: "xMidYMid meet"
|
|
4524
4452
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4525
|
-
d: "
|
|
4453
|
+
d: "M4.07042 12L9 16.9296V19L2 12L9 5V7.07042L4.07042 12Z",
|
|
4526
4454
|
fill: color
|
|
4527
4455
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4528
|
-
d: "
|
|
4456
|
+
d: "M22 12.7999L9 12.7999V11.2999L22 11.2999V12.7999Z",
|
|
4529
4457
|
fill: color
|
|
4530
4458
|
}));
|
|
4531
4459
|
};
|
|
@@ -4556,10 +4484,10 @@ const ArrowRight = props => {
|
|
|
4556
4484
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4557
4485
|
preserveAspectRatio: "xMidYMid meet"
|
|
4558
4486
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4559
|
-
d: "
|
|
4487
|
+
d: "M19.9296 12L15 7.07042V5L22 12L15 19V16.9296L19.9296 12Z",
|
|
4560
4488
|
fill: color
|
|
4561
4489
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4562
|
-
d: "
|
|
4490
|
+
d: "M2 11.2H15V12.7H2V11.2Z",
|
|
4563
4491
|
fill: color
|
|
4564
4492
|
}));
|
|
4565
4493
|
};
|
|
@@ -4590,10 +4518,10 @@ const ArrowDown = props => {
|
|
|
4590
4518
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4591
4519
|
preserveAspectRatio: "xMidYMid meet"
|
|
4592
4520
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4593
|
-
d: "
|
|
4521
|
+
d: "M12.8 2L12.8 15H11.3L11.3 2H12.8Z",
|
|
4594
4522
|
fill: color
|
|
4595
4523
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4596
|
-
d: "M12
|
|
4524
|
+
d: "M12 19.9296L16.9296 15H19L12 22L5 15H7.07042L12 19.9296Z",
|
|
4597
4525
|
fill: color
|
|
4598
4526
|
}));
|
|
4599
4527
|
};
|
|
@@ -4624,10 +4552,10 @@ const ArrowUp = props => {
|
|
|
4624
4552
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4625
4553
|
preserveAspectRatio: "xMidYMid meet"
|
|
4626
4554
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4627
|
-
d: "
|
|
4555
|
+
d: "M7.07042 9L5 9L12 2L19 9L16.9296 9L12 4.07042L7.07042 9Z",
|
|
4628
4556
|
fill: color
|
|
4629
4557
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4630
|
-
d: "M11.2
|
|
4558
|
+
d: "M11.2 22L11.2 9H12.7L12.7 22H11.2Z",
|
|
4631
4559
|
fill: color
|
|
4632
4560
|
}));
|
|
4633
4561
|
};
|
|
@@ -4658,7 +4586,7 @@ const ChevronLeft = props => {
|
|
|
4658
4586
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4659
4587
|
preserveAspectRatio: "xMidYMid meet"
|
|
4660
4588
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4661
|
-
d: "
|
|
4589
|
+
d: "M14 15.9174L10.0656 12.0496L14 8.08264V6L8 12.0496L14 18V15.9174Z",
|
|
4662
4590
|
fill: color
|
|
4663
4591
|
}));
|
|
4664
4592
|
};
|
|
@@ -4689,7 +4617,7 @@ const ChevronRight = props => {
|
|
|
4689
4617
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4690
4618
|
preserveAspectRatio: "xMidYMid meet"
|
|
4691
4619
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4692
|
-
d: "
|
|
4620
|
+
d: "M10 8.08264L13.9344 11.9504L10 15.9174L10 18L16 11.9504L10 6L10 8.08264Z",
|
|
4693
4621
|
fill: color
|
|
4694
4622
|
}));
|
|
4695
4623
|
};
|
|
@@ -4720,7 +4648,7 @@ const ChevronDown = props => {
|
|
|
4720
4648
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4721
4649
|
preserveAspectRatio: "xMidYMid meet"
|
|
4722
4650
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4723
|
-
d: "
|
|
4651
|
+
d: "M15.9174 9L12.0496 12.9344L8.08264 9L6 9L12.0496 15L18 9L15.9174 9Z",
|
|
4724
4652
|
fill: color
|
|
4725
4653
|
}));
|
|
4726
4654
|
};
|
|
@@ -4751,7 +4679,7 @@ const ChevronUp = props => {
|
|
|
4751
4679
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4752
4680
|
preserveAspectRatio: "xMidYMid meet"
|
|
4753
4681
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4754
|
-
d: "
|
|
4682
|
+
d: "M8.08264 15L11.9504 11.0656L15.9174 15L18 15L11.9504 9L6 15L8.08264 15Z",
|
|
4755
4683
|
fill: color
|
|
4756
4684
|
}));
|
|
4757
4685
|
};
|
|
@@ -4782,10 +4710,9 @@ const DoubleChevrotBack = props => {
|
|
|
4782
4710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4783
4711
|
preserveAspectRatio: "xMidYMid meet"
|
|
4784
4712
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
d: "M20 18.8644L12.3864 12.0508L20 5.13559L20 3L10 12.0508L20 21L20 18.8644Z",
|
|
4713
|
+
fillRule: "evenodd",
|
|
4714
|
+
clipRule: "evenodd",
|
|
4715
|
+
d: "M13.0656 12.0496L17 15.9174L17 18L11 12.0496L17 6L17 8.08265L13.0656 12.0496ZM7.06557 12.0496L11 15.9174L11 18L5 12.0496L11 6L11 8.08264L7.06557 12.0496Z",
|
|
4789
4716
|
fill: color
|
|
4790
4717
|
}));
|
|
4791
4718
|
};
|
|
@@ -4816,10 +4743,9 @@ const DoubleChevrotForward = props => {
|
|
|
4816
4743
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4817
4744
|
preserveAspectRatio: "xMidYMid meet"
|
|
4818
4745
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
d: "M4 5.13559L11.6136 11.9492L4 18.8644L4 21L14 11.9492L4 3L4 5.13559Z",
|
|
4746
|
+
fillRule: "evenodd",
|
|
4747
|
+
clipRule: "evenodd",
|
|
4748
|
+
d: "M10.9344 11.9504L7 8.08264V6L13 11.9504L7 18V15.9174L10.9344 11.9504ZM16.9344 11.9504L13 8.08264V6L19 11.9504L13 18V15.9174L16.9344 11.9504Z",
|
|
4823
4749
|
fill: color
|
|
4824
4750
|
}));
|
|
4825
4751
|
};
|
|
@@ -4850,10 +4776,9 @@ const DoubleChevrotExpand = props => {
|
|
|
4850
4776
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4851
4777
|
preserveAspectRatio: "xMidYMid meet"
|
|
4852
4778
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
|
|
4856
|
-
d: "M18.8644 4L12.0508 11.6136L5.13559 4L3 4L12.0508 14L21 4L18.8644 4Z",
|
|
4779
|
+
fillRule: "evenodd",
|
|
4780
|
+
clipRule: "evenodd",
|
|
4781
|
+
d: "M12.0496 9.93443L15.9174 6L18 6L12.0496 12L6 6L8.08265 6L12.0496 9.93443ZM12.0496 15.9344L15.9174 12L18 12L12.0496 18L6 12L8.08265 12L12.0496 15.9344Z",
|
|
4857
4782
|
fill: color
|
|
4858
4783
|
}));
|
|
4859
4784
|
};
|
|
@@ -4884,10 +4809,9 @@ const DoubleChevrotCollapse = props => {
|
|
|
4884
4809
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4885
4810
|
preserveAspectRatio: "xMidYMid meet"
|
|
4886
4811
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
|
|
4890
|
-
d: "M5.13559 20L11.9492 12.3864L18.8644 20H21L11.9492 10L3 20L5.13559 20Z",
|
|
4812
|
+
fillRule: "evenodd",
|
|
4813
|
+
clipRule: "evenodd",
|
|
4814
|
+
d: "M11.9504 14.0656L8.08264 18L6 18L11.9504 12L18 18L15.9174 18L11.9504 14.0656ZM11.9504 8.06557L8.08264 12L6 12L11.9504 6L18 12L15.9174 12L11.9504 8.06557Z",
|
|
4891
4815
|
fill: color
|
|
4892
4816
|
}));
|
|
4893
4817
|
};
|
|
@@ -4979,19 +4903,21 @@ const Delete = props => {
|
|
|
4979
4903
|
fill: "none",
|
|
4980
4904
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4981
4905
|
preserveAspectRatio: "xMidYMid meet"
|
|
4982
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
4983
|
-
|
|
4984
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
4985
|
-
d: "M20 6.29648H18.0838H5.91617H4V7.72864H5.91617V21H17.988V7.72864H19.9042V6.29648H20ZM16.5509 19.5678H7.35329V7.72864H16.5509V19.5678ZM10.7066 17.6583H9.26946V9.63819H10.7066V17.6583ZM14.6347 17.6583H13.1976V9.63819H14.6347V17.6583ZM9.46108 5.43719H7.83234C8.21557 4.57789 9.84431 2 12.8144 2C13.7725 2 14.6347 2.28643 15.2096 2.95477C15.976 3.71859 16.1677 4.76884 16.2635 5.43719H14.8263C14.7305 4.9598 14.5389 4.38693 14.1557 3.90955C13.8683 3.52764 13.3892 3.43216 12.8144 3.43216C11.0898 3.43216 10.0359 4.57789 9.46108 5.43719Z",
|
|
4906
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4907
|
+
d: "M12.8144 2C9.84431 2 8.21557 4.57789 7.83234 5.43719H9.46108C10.0359 4.57789 11.0898 3.43216 12.8144 3.43216C13.3892 3.43216 13.8683 3.52764 14.1557 3.90955C14.5389 4.38693 14.7305 4.9598 14.8263 5.43719H16.2635C16.1677 4.76884 15.976 3.71859 15.2096 2.95477C14.6347 2.28643 13.7725 2 12.8144 2Z",
|
|
4986
4908
|
fill: color
|
|
4987
|
-
})
|
|
4988
|
-
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
|
|
4992
|
-
fill:
|
|
4993
|
-
|
|
4994
|
-
|
|
4909
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4910
|
+
d: "M9.26946 17.6583H10.7066V9.63819H9.26946V17.6583Z",
|
|
4911
|
+
fill: color
|
|
4912
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4913
|
+
d: "M13.1976 17.6583H14.6347V9.63819H13.1976V17.6583Z",
|
|
4914
|
+
fill: color
|
|
4915
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4916
|
+
fillRule: "evenodd",
|
|
4917
|
+
clipRule: "evenodd",
|
|
4918
|
+
d: "M4 6.29648H19.9042V7.72864H17.988V21H5.91617V7.72864H4V6.29648ZM7.35329 19.5678H16.5509V7.72864H7.35329V19.5678Z",
|
|
4919
|
+
fill: color
|
|
4920
|
+
}));
|
|
4995
4921
|
};
|
|
4996
4922
|
|
|
4997
4923
|
Delete.propTypes = {
|
|
@@ -5019,19 +4945,10 @@ const DeleteForever = props => {
|
|
|
5019
4945
|
fill: "none",
|
|
5020
4946
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5021
4947
|
preserveAspectRatio: "xMidYMid meet"
|
|
5022
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
5023
|
-
clipPath: "url(#clip0_7619_1106)"
|
|
5024
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
4948
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5025
4949
|
d: "M9.46108 5.43719H7.83234C8.21557 4.57789 9.84431 2 12.8144 2C13.7725 2 14.6347 2.28643 15.2096 2.95477C15.976 3.71859 16.1677 4.76884 16.2635 5.43719H14.8263C14.7305 4.9598 14.5389 4.38693 14.1557 3.90955C13.8683 3.52764 13.3892 3.43216 12.8144 3.43216C11.0898 3.43216 10.0359 4.57789 9.46108 5.43719ZM20 6.29648V7.72864H18.0838V21H5.91617V7.72864H4V6.29648H5.91617H17.988H20ZM16.5509 7.72864H7.35329V19.5678H16.5509V7.72864ZM10.0359 17.2764L11.9521 15.3668L13.9641 17.3719H15.976L13.006 14.4121L15.3054 12.1206V10.0201L12.0479 13.3618L8.69461 10.0201V12.0251L10.994 14.3166L8.02395 17.2764H10.0359Z",
|
|
5026
4950
|
fill: color
|
|
5027
|
-
}))
|
|
5028
|
-
id: "clip0_7619_1106"
|
|
5029
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
5030
|
-
width: "16",
|
|
5031
|
-
height: "19",
|
|
5032
|
-
fill: "white",
|
|
5033
|
-
transform: "translate(4 2)"
|
|
5034
|
-
}))));
|
|
4951
|
+
}));
|
|
5035
4952
|
};
|
|
5036
4953
|
|
|
5037
4954
|
DeleteForever.propTypes = {
|
|
@@ -5091,17 +5008,10 @@ const Edit = props => {
|
|
|
5091
5008
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5092
5009
|
preserveAspectRatio: "xMidYMid meet"
|
|
5093
5010
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5094
|
-
|
|
5095
|
-
|
|
5096
|
-
|
|
5097
|
-
|
|
5098
|
-
d: "M2.90002 21.2L3.50002 15.7L4.10002 15.1L9.00002 20L8.40002 20.6L2.90002 21.2Z",
|
|
5099
|
-
stroke: color,
|
|
5100
|
-
strokeWidth: "1.5"
|
|
5101
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
5102
|
-
d: "M13.4 6L18 10.6",
|
|
5103
|
-
stroke: color,
|
|
5104
|
-
strokeWidth: "1.5"
|
|
5011
|
+
fillRule: "evenodd",
|
|
5012
|
+
clipRule: "evenodd",
|
|
5013
|
+
d: "M16.1433 1.97717L22.083 7.91681L10.0303 19.9695L10.0607 20L8.74376 21.3169L2.05322 22.0468L2.7831 15.3563L3.0714 15.068L3.06196 15.0585L16.1433 1.97717ZM13.2906 6.95121L5.18326 15.0585L9.0016 18.8769L17.1089 10.7695L13.2906 6.95121ZM14.3512 5.89055L18.1696 9.70889L19.9617 7.91681L16.1433 4.09847L14.3512 5.89055ZM4.194 16.2546L3.74689 20.3531L7.84545 19.906L4.194 16.2546Z",
|
|
5014
|
+
fill: color
|
|
5105
5015
|
}));
|
|
5106
5016
|
};
|
|
5107
5017
|
|
|
@@ -5130,23 +5040,17 @@ const AddTag = props => {
|
|
|
5130
5040
|
fill: "none",
|
|
5131
5041
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5132
5042
|
preserveAspectRatio: "xMidYMid meet"
|
|
5133
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
d: "
|
|
5043
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5044
|
+
fillRule: "evenodd",
|
|
5045
|
+
clipRule: "evenodd",
|
|
5046
|
+
d: "M15.4444 5.17932C13.7471 5.17932 12.3712 6.55525 12.3712 8.25255C12.3712 9.94985 13.7471 11.3258 15.4444 11.3258C17.1417 11.3258 18.5177 9.94985 18.5177 8.25255C18.5177 6.55525 17.1417 5.17932 15.4444 5.17932ZM13.8712 8.25255C13.8712 7.38368 14.5756 6.67932 15.4444 6.67932C16.3133 6.67932 17.0177 7.38368 17.0177 8.25255C17.0177 9.12143 16.3133 9.82579 15.4444 9.82579C14.5756 9.82579 13.8712 9.12143 13.8712 8.25255Z",
|
|
5137
5047
|
fill: color
|
|
5138
5048
|
}), /*#__PURE__*/React.createElement("path", {
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
|
|
5142
|
-
|
|
5143
|
-
|
|
5144
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
5145
|
-
width: "20",
|
|
5146
|
-
height: "20",
|
|
5147
|
-
fill: "white",
|
|
5148
|
-
transform: "translate(1 3)"
|
|
5149
|
-
}))));
|
|
5049
|
+
fillRule: "evenodd",
|
|
5050
|
+
clipRule: "evenodd",
|
|
5051
|
+
d: "M1 13.7071L11.7071 3H21V12.2929L10.2929 23L1 13.7071ZM10.2929 20.8788L19.4848 11.6869V4.51515H12.3131L3.12121 13.7071L10.2929 20.8788Z",
|
|
5052
|
+
fill: color
|
|
5053
|
+
}));
|
|
5150
5054
|
};
|
|
5151
5055
|
|
|
5152
5056
|
AddTag.propTypes = {
|
|
@@ -5268,9 +5172,10 @@ const Star = props => {
|
|
|
5268
5172
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5269
5173
|
preserveAspectRatio: "xMidYMid meet"
|
|
5270
5174
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5271
|
-
|
|
5272
|
-
|
|
5273
|
-
|
|
5175
|
+
fillRule: "evenodd",
|
|
5176
|
+
clipRule: "evenodd",
|
|
5177
|
+
d: "M7.76087 13.7257L5.80435 21L12 16.44L18.087 21L16.2391 13.7257L22 9.27429L14.7174 9.05714L12 2L9.3913 8.94857L2 9.27429L7.76087 13.7257ZM15.5876 17.2534L12.0079 14.5717L8.36562 17.2524L9.46903 13.15L6.15918 10.5925L10.4473 10.4035L12.0177 6.22045L13.6759 10.5268L17.768 10.6488L14.5429 13.1408L15.5876 17.2534Z",
|
|
5178
|
+
fill: color
|
|
5274
5179
|
}));
|
|
5275
5180
|
};
|
|
5276
5181
|
|
|
@@ -5427,9 +5332,10 @@ const Condition = props => {
|
|
|
5427
5332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5428
5333
|
preserveAspectRatio: "xMidYMid meet"
|
|
5429
5334
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5430
|
-
|
|
5431
|
-
|
|
5432
|
-
|
|
5335
|
+
fillRule: "evenodd",
|
|
5336
|
+
clipRule: "evenodd",
|
|
5337
|
+
d: "M14.75 12.8299L20.75 6.42992V3.25H3.25V6.42992L9.25 12.8299V21.25L14.75 18.3167V12.8299ZM10.75 12.2367L4.75 5.83675V4.75H19.25V5.83675L13.25 12.2367V17.4167L10.75 18.75V12.2367Z",
|
|
5338
|
+
fill: color
|
|
5433
5339
|
}));
|
|
5434
5340
|
};
|
|
5435
5341
|
|
|
@@ -5459,7 +5365,18 @@ const LiveChat = props => {
|
|
|
5459
5365
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5460
5366
|
preserveAspectRatio: "xMidYMid meet"
|
|
5461
5367
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5462
|
-
d: "
|
|
5368
|
+
d: "M17.1 8.21685H7.40002V9.71685H17.1V8.21685Z",
|
|
5369
|
+
fill: color
|
|
5370
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
5371
|
+
d: "M17.1 11.2003H7.40002V12.7003H17.1V11.2003Z",
|
|
5372
|
+
fill: color
|
|
5373
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
5374
|
+
d: "M12.3 14.1837H7.40002V15.6837H12.3V14.1837Z",
|
|
5375
|
+
fill: color
|
|
5376
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
5377
|
+
fillRule: "evenodd",
|
|
5378
|
+
clipRule: "evenodd",
|
|
5379
|
+
d: "M12 2.25C6.1923 2.25 1.25 6.3652 1.25 11.6519C1.25 14.4894 2.81588 16.6006 3.75356 17.6211L2.32852 22.2591L7.58402 20.2195C8.95147 20.7825 10.6174 21.0539 12 21.0539C17.8077 21.0539 22.75 16.9387 22.75 11.6519C22.75 6.3652 17.8077 2.25 12 2.25ZM2.75 11.6519C2.75 7.3917 6.8077 3.75 12 3.75C17.1923 3.75 21.25 7.3917 21.25 11.6519C21.25 15.9122 17.1923 19.5539 12 19.5539C10.6844 19.5539 9.09531 19.2699 7.91286 18.7272L7.62447 18.5948L4.67148 19.7409L5.4499 17.2074L5.12886 16.8881C4.36868 16.1321 2.75 14.2281 2.75 11.6519Z",
|
|
5463
5380
|
fill: color
|
|
5464
5381
|
}));
|
|
5465
5382
|
};
|
|
@@ -5738,7 +5655,7 @@ const User = props => {
|
|
|
5738
5655
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5739
5656
|
preserveAspectRatio: "xMidYMid meet"
|
|
5740
5657
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5741
|
-
d: "
|
|
5658
|
+
d: "M12.076 12.2463C14.976 12.2463 17.276 9.9803 17.276 7.12315C17.276 4.26601 14.976 2 12.076 2C9.17601 2 6.87601 4.26601 6.87601 7.12315C6.87601 9.9803 9.17601 12.2463 12.076 12.2463ZM12.076 3.47783C14.176 3.47783 15.776 5.15271 15.776 7.12315C15.776 9.0936 14.076 10.7685 12.076 10.7685C10.076 10.7685 8.37601 9.19212 8.37601 7.12315C8.37601 5.05419 10.076 3.47783 12.076 3.47783ZM3.17601 22C2.87601 21.0148 2.67601 19.734 2.77601 18.7488C3.27601 14.2167 8.97601 13.0345 11.976 13.0345H12.076C15.076 13.0345 20.776 14.2167 21.276 18.7488C21.376 19.734 21.176 21.0148 20.976 22H19.476C19.776 20.7192 19.876 19.6355 19.876 18.9458C19.476 15.399 14.576 14.5123 12.076 14.5123C9.57601 14.5123 4.67601 15.399 4.27601 18.9458C4.17601 19.6355 4.37601 20.7192 4.67601 22H3.17601Z",
|
|
5742
5659
|
fill: color
|
|
5743
5660
|
}));
|
|
5744
5661
|
};
|
|
@@ -6088,19 +6005,10 @@ const Automation = props => {
|
|
|
6088
6005
|
fill: "none",
|
|
6089
6006
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6090
6007
|
preserveAspectRatio: "xMidYMid meet"
|
|
6091
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
6092
|
-
|
|
6093
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
6094
|
-
d: "M21.3 2.70004C19.5 1.00004 15.7 2.50004 12 5.30004C8.29998 2.50004 4.49998 1.00004 2.69998 2.70004C0.999978 4.50004 2.49998 8.30004 5.29998 12C2.49998 15.7 0.999978 19.5 2.69998 21.3C3.19998 21.8 3.89998 22 4.69998 22C6.69998 22 9.29998 20.7 11.9 18.7C14.5 20.7 17.2 22 19.1 22C19.9 22 20.6 21.8 21.1 21.3C22.8 19.6 21.3 15.7 18.5 12C21.5 8.30004 23 4.50004 21.3 2.70004ZM16.3 4.40004C17.6 3.80004 18.5 3.60004 19.2 3.60004C19.7 3.60004 20 3.70004 20.1 3.90004C20.9 4.70004 20.1 7.40004 17.7 10.8C17 10 16.3 9.20004 15.6 8.50004C14.9 7.80004 14.1 7.10004 13.3 6.40004C14.3 5.50004 15.4 4.90004 16.3 4.40004ZM16.7 12C16 12.8 15.3 13.6 14.5 14.5C13.7 15.3 12.8 16.1 12 16.7C11.2 16 10.4 15.3 9.49998 14.5C8.69998 13.7 7.89998 12.8 7.29998 12C7.99998 11.2 8.69998 10.3 9.49998 9.50004C10.3 8.70004 11.2 8.00004 12 7.30004C12.8 8.00004 13.7 8.70004 14.5 9.50004C15.3 10.3 16 11.2 16.7 12ZM3.89998 3.90004C3.99998 3.70004 4.29998 3.60004 4.79998 3.60004C5.39998 3.60004 6.39998 3.80004 7.69998 4.40004C8.69998 4.90004 9.69998 5.50004 10.8 6.30004C9.89998 7.00004 9.19998 7.70004 8.39998 8.40004C7.69998 9.20004 6.99998 9.90004 6.29998 10.7C3.79998 7.30004 3.09998 4.60004 3.89998 3.90004ZM3.89998 20.1C3.49998 19.7 3.39998 18.5 4.49998 16.3C4.99998 15.3 5.59998 14.3 6.39998 13.2C7.09998 14 7.79998 14.8 8.49998 15.5C9.19998 16.2 9.99998 17 10.8 17.6C7.29998 20.2 4.59998 20.9 3.89998 20.1ZM19.6 16.3C20.6 18.5 20.6 19.7 20.2 20.1C19.4 20.9 16.7 20.1 13.3 17.7C14.1 17 14.9 16.3 15.6 15.6C16.3 14.9 17 14.1 17.7 13.3C18.5 14.3 19.1 15.4 19.6 16.3ZM13.2 12C13.2 12.7 12.7 13.2 12 13.2C11.3 13.2 10.8 12.7 10.8 12C10.8 11.3 11.3 10.8 12 10.8C12.7 10.8 13.2 11.3 13.2 12Z",
|
|
6008
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6009
|
+
d: "M21.27 2.69927C19.4728 1.0008 15.6787 2.49945 11.9845 5.29694C8.29022 2.49945 4.49613 1.0008 2.69892 2.69927C1.00157 4.49765 2.49923 8.29424 5.29488 11.9909C2.49923 15.6876 1.00157 19.4842 2.69892 21.2826C3.19815 21.7821 3.89706 21.9819 4.69581 21.9819C6.69271 21.9819 9.28867 20.6831 11.8846 18.6849C14.4806 20.6831 17.1764 21.9819 19.0734 21.9819C19.8722 21.9819 20.5711 21.7821 21.0703 21.2826C22.7677 19.5841 21.27 15.6876 18.4744 11.9909C21.4697 8.29424 22.9674 4.49765 21.27 2.69927ZM16.2778 4.39774C17.5758 3.79828 18.4744 3.59846 19.1733 3.59846C19.6725 3.59846 19.972 3.69837 20.0719 3.89819C20.8706 4.69748 20.0719 7.39505 17.6756 10.792C16.9767 9.99271 16.2778 9.19343 15.5789 8.49406C14.88 7.79469 14.0812 7.09532 13.2824 6.39595C14.2809 5.49676 15.3792 4.8973 16.2778 4.39774ZM16.6772 11.9909C15.9783 12.7902 15.2793 13.5895 14.4806 14.4887C13.6818 15.288 12.7832 16.0872 11.9845 16.6867C11.1857 15.9873 10.387 15.288 9.48835 14.4887C8.6896 13.6894 7.89084 12.7902 7.29177 11.9909C7.99069 11.1916 8.6896 10.2924 9.48835 9.49316C10.2871 8.69388 11.1857 7.99451 11.9845 7.29514C12.7832 7.99451 13.6818 8.69388 14.4806 9.49316C15.2793 10.2924 15.9783 11.1916 16.6772 11.9909ZM3.89706 3.89819C3.9969 3.69837 4.29644 3.59846 4.79566 3.59846C5.39473 3.59846 6.39317 3.79828 7.69115 4.39774C8.6896 4.8973 9.68804 5.49676 10.7863 6.29604C9.88773 6.99541 9.18882 7.69478 8.39006 8.39415C7.69115 9.19343 6.99224 9.8928 6.29333 10.6921C3.79721 7.29514 3.0983 4.59756 3.89706 3.89819ZM3.89706 20.0836C3.49768 19.684 3.39784 18.4851 4.49613 16.2871C4.99535 15.288 5.59442 14.2889 6.39317 13.1898C7.09208 13.9891 7.791 14.7884 8.48991 15.4878C9.18882 16.1871 9.98758 16.9864 10.7863 17.5859C7.29177 20.1836 4.59597 20.8829 3.89706 20.0836ZM19.5727 16.2871C20.5711 18.4851 20.5711 19.684 20.1717 20.0836C19.373 20.8829 16.6772 20.0836 13.2824 17.6858C14.0812 16.9864 14.88 16.2871 15.5789 15.5877C16.2778 14.8883 16.9767 14.089 17.6756 13.2898C18.4744 14.2889 19.0734 15.3879 19.5727 16.2871ZM13.1826 11.9909C13.1826 12.6903 12.6834 13.1898 11.9845 13.1898C11.2856 13.1898 10.7863 12.6903 10.7863 11.9909C10.7863 11.2915 11.2856 10.792 11.9845 10.792C12.6834 10.792 13.1826 11.2915 13.1826 11.9909Z",
|
|
6095
6010
|
fill: color
|
|
6096
|
-
}))
|
|
6097
|
-
id: "clip0_7619_1312"
|
|
6098
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
6099
|
-
width: "20",
|
|
6100
|
-
height: "20",
|
|
6101
|
-
fill: "white",
|
|
6102
|
-
transform: "translate(2 2)"
|
|
6103
|
-
}))));
|
|
6011
|
+
}));
|
|
6104
6012
|
};
|
|
6105
6013
|
|
|
6106
6014
|
Automation.propTypes = {
|
|
@@ -6253,9 +6161,10 @@ const WelcomeMessage = props => {
|
|
|
6253
6161
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6254
6162
|
preserveAspectRatio: "xMidYMid meet"
|
|
6255
6163
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6256
|
-
|
|
6257
|
-
|
|
6258
|
-
|
|
6164
|
+
fillRule: "evenodd",
|
|
6165
|
+
clipRule: "evenodd",
|
|
6166
|
+
d: "M5.95072 4.221C5.86038 4.37477 5.79045 4.54113 5.74367 4.71557C4.74751 4.4083 3.78184 4.79038 3.29509 5.57765C3.01068 6.03766 2.91175 6.61185 3.07077 7.18472C3.11196 7.33308 3.16919 7.4773 3.24187 7.61641C2.96657 7.78293 2.73202 8.01437 2.55921 8.29387C2.28028 8.74502 2.17171 9.30911 2.30973 9.87735C2.44883 10.45 2.82299 10.9691 3.40717 11.37L3.42479 11.3821L3.57764 11.4747C3.4242 11.6102 3.2913 11.7705 3.18484 11.9518C2.91424 12.4124 2.83324 12.9864 3.0219 13.5506C3.20839 14.1083 3.63368 14.5887 4.25458 14.9451C5.87833 15.9897 7.78499 17.2294 8.38068 17.6382C8.4275 17.6703 8.48225 17.7091 8.54333 17.7526C8.54333 17.7526 8.54333 17.7526 8.54333 17.7526C8.55206 17.7588 8.56092 17.7652 8.5699 17.7716C8.8301 17.9569 9.19481 18.2167 9.55019 18.4033C13.7506 21.0013 19.283 19.7509 21.8331 15.4174L21.8345 15.415L22.9211 13.5977L22.5688 13.1879C20.3596 10.6174 19.7851 7.7747 20.6652 5.60055L20.9081 5.00072L20.3503 4.67265C19.5088 4.17776 18.5146 3.97099 17.5968 4.44331L17.5821 4.45089L17.5677 4.45911C16.8594 4.86416 16.4477 5.6162 16.245 6.49569C16.1257 7.01283 16.0698 7.60756 16.0754 8.27219C15.3645 7.81667 14.426 7.21487 13.4607 6.5947C11.4611 5.31 9.36938 3.96103 8.92486 3.65601L8.91566 3.6497L8.90628 3.64366C8.35158 3.28684 7.75334 3.17283 7.1998 3.30035C6.65536 3.42576 6.2145 3.77198 5.95072 4.221ZM11.5455 9.28898C11.9538 8.65983 11.9537 8.65979 11.9537 8.65979L11.5455 9.28898ZM11.2105 8.17699L11.9537 8.65979L11.2023 9.95585C10.5468 9.61847 8.57812 8.33664 6.87442 7.20208C6.68642 7.08302 6.51909 6.95108 6.37344 6.80832C6.01826 6.57381 5.73105 6.38251 5.55823 6.26434C5.0334 5.95509 4.69441 6.16675 4.57093 6.36647C4.50009 6.48104 4.47214 6.62508 4.51612 6.7835C4.55941 6.93944 4.69074 7.16898 5.04298 7.40045C6.7762 8.45026 10.2281 10.6443 10.8534 11.0734L10.0333 12.3259C10.0412 12.3137 10.0926 12.2324 10.429 11.6918L10.0319 12.328L9.84299 12.2103C9.7217 12.1347 9.54746 12.0261 9.33553 11.8937C8.9117 11.6291 8.33696 11.2695 7.73353 10.8904C6.54377 10.1427 5.21855 9.30365 4.73709 8.9743C4.48775 8.81641 4.29559 8.80956 4.17001 8.83828C4.03317 8.86958 3.91272 8.95707 3.83505 9.08269C3.75874 9.20612 3.72774 9.36026 3.76735 9.52331C3.80524 9.67929 3.92256 9.89974 4.23968 10.1219C5.10337 10.645 6.28932 11.3723 7.32595 12.0229C8.34228 12.6607 9.28515 13.2677 9.58626 13.5156L8.72297 14.7373C8.72335 14.7367 8.73537 14.7178 9.10952 14.0946L8.72297 14.7373L8.61594 14.6729C8.54716 14.6314 8.448 14.5716 8.32618 14.4978C8.08262 14.3504 7.74819 14.1471 7.38492 13.9241C6.66991 13.4851 5.82317 12.9573 5.34604 12.6307C5.09604 12.4724 4.90316 12.4658 4.78033 12.4935C4.64666 12.5237 4.54003 12.6063 4.47818 12.7116C4.4189 12.8125 4.3984 12.9371 4.44446 13.0748C4.49074 13.2132 4.62946 13.4337 5.01299 13.6509L5.03144 13.6613L5.04927 13.6728C6.6699 14.7153 8.6091 15.9757 9.22936 16.4013C9.32296 16.4656 9.41467 16.5307 9.50534 16.5952C9.76006 16.7761 10.0067 16.9514 10.2647 17.0842L10.292 17.0982L10.3181 17.1145C13.8279 19.301 18.4271 18.2502 20.5415 14.6546L20.5443 14.65L21.085 13.7456C19.077 11.2044 18.3101 8.27683 19.0385 5.72493C18.7362 5.64439 18.4918 5.6747 18.2986 5.76935C18.0962 5.89176 17.8557 6.18593 17.7066 6.83266C17.5556 7.4878 17.5232 8.41152 17.6696 9.61644L17.8614 11.1964L16.5205 10.3384C16.5205 10.3384 16.5208 10.3386 16.925 9.70686L16.5205 10.3384L15.3325 9.57768C14.614 9.11726 13.6463 8.49679 12.6499 7.85669C10.6801 6.5911 8.57583 5.23442 8.08662 4.89999C7.83347 4.73959 7.64788 4.73641 7.53651 4.76206C7.41485 4.79009 7.31015 4.86828 7.24406 4.98079C7.17899 5.09154 7.15431 5.23123 7.19588 5.37959C7.21718 5.45564 7.26079 5.55006 7.3452 5.6524C7.95944 6.05722 8.75033 6.57441 9.50654 7.06761C10.1469 7.48522 10.7587 7.8833 11.2105 8.17699Z",
|
|
6167
|
+
fill: color
|
|
6259
6168
|
}));
|
|
6260
6169
|
};
|
|
6261
6170
|
|
|
@@ -6347,17 +6256,20 @@ const MoreHor = props => {
|
|
|
6347
6256
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6348
6257
|
preserveAspectRatio: "xMidYMid meet"
|
|
6349
6258
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6350
|
-
|
|
6351
|
-
|
|
6352
|
-
|
|
6259
|
+
fillRule: "evenodd",
|
|
6260
|
+
clipRule: "evenodd",
|
|
6261
|
+
d: "M2.47583 12C2.47583 13.6435 3.80814 14.9758 5.45164 14.9758C7.09513 14.9758 8.42744 13.6435 8.42744 12C8.42744 10.3565 7.09513 9.02417 5.45164 9.02417C3.80814 9.02417 2.47583 10.3565 2.47583 12ZM5.45164 13.4758C4.63657 13.4758 3.97583 12.815 3.97583 12C3.97583 11.1849 4.63657 10.5242 5.45164 10.5242C6.2667 10.5242 6.92744 11.1849 6.92744 12C6.92744 12.815 6.2667 13.4758 5.45164 13.4758Z",
|
|
6262
|
+
fill: color
|
|
6353
6263
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6354
|
-
|
|
6355
|
-
|
|
6356
|
-
|
|
6264
|
+
fillRule: "evenodd",
|
|
6265
|
+
clipRule: "evenodd",
|
|
6266
|
+
d: "M9.25002 12C9.25002 13.6435 10.5823 14.9758 12.2258 14.9758C13.8693 14.9758 15.2016 13.6435 15.2016 12C15.2016 10.3565 13.8693 9.02417 12.2258 9.02417C10.5823 9.02417 9.25002 10.3565 9.25002 12ZM12.2258 13.4758C11.4108 13.4758 10.75 12.815 10.75 12C10.75 11.1849 11.4108 10.5242 12.2258 10.5242C13.0409 10.5242 13.7016 11.1849 13.7016 12C13.7016 12.815 13.0409 13.4758 12.2258 13.4758Z",
|
|
6267
|
+
fill: color
|
|
6357
6268
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6358
|
-
|
|
6359
|
-
|
|
6360
|
-
|
|
6269
|
+
fillRule: "evenodd",
|
|
6270
|
+
clipRule: "evenodd",
|
|
6271
|
+
d: "M16.0242 12C16.0242 13.6435 17.3565 14.9758 19 14.9758C20.6435 14.9758 21.9758 13.6435 21.9758 12C21.9758 10.3565 20.6435 9.02417 19 9.02417C17.3565 9.02417 16.0242 10.3565 16.0242 12ZM19 13.4758C18.185 13.4758 17.5242 12.815 17.5242 12C17.5242 11.1849 18.185 10.5242 19 10.5242C19.8151 10.5242 20.4758 11.1849 20.4758 12C20.4758 12.815 19.8151 13.4758 19 13.4758Z",
|
|
6272
|
+
fill: color
|
|
6361
6273
|
}));
|
|
6362
6274
|
};
|
|
6363
6275
|
|
|
@@ -6427,17 +6339,20 @@ const MoreVert = props => {
|
|
|
6427
6339
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6428
6340
|
preserveAspectRatio: "xMidYMid meet"
|
|
6429
6341
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6430
|
-
|
|
6431
|
-
|
|
6432
|
-
|
|
6342
|
+
fillRule: "evenodd",
|
|
6343
|
+
clipRule: "evenodd",
|
|
6344
|
+
d: "M12.2258 2.25C10.5823 2.25 9.25 3.58231 9.25 5.22581C9.25 6.8693 10.5823 8.20161 12.2258 8.20161C13.8693 8.20161 15.2016 6.8693 15.2016 5.22581C15.2016 3.58231 13.8693 2.25 12.2258 2.25ZM10.75 5.22581C10.75 4.41074 11.4107 3.75 12.2258 3.75C13.0409 3.75 13.7016 4.41074 13.7016 5.22581C13.7016 6.04087 13.0409 6.70161 12.2258 6.70161C11.4107 6.70161 10.75 6.04087 10.75 5.22581Z",
|
|
6345
|
+
fill: color
|
|
6433
6346
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6434
|
-
|
|
6435
|
-
|
|
6436
|
-
|
|
6347
|
+
fillRule: "evenodd",
|
|
6348
|
+
clipRule: "evenodd",
|
|
6349
|
+
d: "M12.2258 9.02419C10.5823 9.02419 9.25 10.3565 9.25 12C9.25 13.6435 10.5823 14.9758 12.2258 14.9758C13.8693 14.9758 15.2016 13.6435 15.2016 12C15.2016 10.3565 13.8693 9.02419 12.2258 9.02419ZM10.75 12C10.75 11.1849 11.4107 10.5242 12.2258 10.5242C13.0409 10.5242 13.7016 11.1849 13.7016 12C13.7016 12.8151 13.0409 13.4758 12.2258 13.4758C11.4107 13.4758 10.75 12.8151 10.75 12Z",
|
|
6350
|
+
fill: color
|
|
6437
6351
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6438
|
-
|
|
6439
|
-
|
|
6440
|
-
|
|
6352
|
+
fillRule: "evenodd",
|
|
6353
|
+
clipRule: "evenodd",
|
|
6354
|
+
d: "M12.2258 15.7984C10.5823 15.7984 9.25 17.1307 9.25 18.7742C9.25 20.4177 10.5823 21.75 12.2258 21.75C13.8693 21.75 15.2016 20.4177 15.2016 18.7742C15.2016 17.1307 13.8693 15.7984 12.2258 15.7984ZM10.75 18.7742C10.75 17.9591 11.4107 17.2984 12.2258 17.2984C13.0409 17.2984 13.7016 17.9591 13.7016 18.7742C13.7016 19.5893 13.0409 20.25 12.2258 20.25C11.4107 20.25 10.75 19.5893 10.75 18.7742Z",
|
|
6355
|
+
fill: color
|
|
6441
6356
|
}));
|
|
6442
6357
|
};
|
|
6443
6358
|
|
|
@@ -6467,29 +6382,35 @@ const DragItem = props => {
|
|
|
6467
6382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6468
6383
|
preserveAspectRatio: "xMidYMid meet"
|
|
6469
6384
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6470
|
-
|
|
6471
|
-
|
|
6472
|
-
|
|
6385
|
+
fillRule: "evenodd",
|
|
6386
|
+
clipRule: "evenodd",
|
|
6387
|
+
d: "M8.92376 4.26746C7.86682 4.26746 7.01001 5.12427 7.01001 6.1812C7.01001 7.23814 7.86682 8.09495 8.92376 8.09495C9.98069 8.09495 10.8375 7.23814 10.8375 6.1812C10.8375 5.12427 9.98069 4.26746 8.92376 4.26746ZM8.51001 6.1812C8.51001 5.9527 8.69525 5.76746 8.92376 5.76746C9.15226 5.76746 9.3375 5.9527 9.3375 6.1812C9.3375 6.40971 9.15226 6.59495 8.92376 6.59495C8.69525 6.59495 8.51001 6.40971 8.51001 6.1812Z",
|
|
6388
|
+
fill: color
|
|
6473
6389
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6474
|
-
|
|
6475
|
-
|
|
6476
|
-
|
|
6390
|
+
fillRule: "evenodd",
|
|
6391
|
+
clipRule: "evenodd",
|
|
6392
|
+
d: "M15.0672 4.26746C14.0102 4.26746 13.1534 5.12427 13.1534 6.1812C13.1534 7.23814 14.0102 8.09495 15.0672 8.09495C16.1241 8.09495 16.9809 7.23813 16.9809 6.1812C16.9809 5.12427 16.1241 4.26746 15.0672 4.26746ZM14.6534 6.1812C14.6534 5.9527 14.8387 5.76746 15.0672 5.76746C15.2957 5.76746 15.4809 5.95269 15.4809 6.1812C15.4809 6.40971 15.2957 6.59495 15.0672 6.59495C14.8387 6.59495 14.6534 6.40971 14.6534 6.1812Z",
|
|
6393
|
+
fill: color
|
|
6477
6394
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6478
|
-
|
|
6479
|
-
|
|
6480
|
-
|
|
6395
|
+
fillRule: "evenodd",
|
|
6396
|
+
clipRule: "evenodd",
|
|
6397
|
+
d: "M8.92376 10.0862C7.86682 10.0862 7.01001 10.943 7.01001 11.9999C7.01001 13.0569 7.86682 13.9137 8.92376 13.9137C9.98069 13.9137 10.8375 13.0569 10.8375 11.9999C10.8375 10.943 9.98069 10.0862 8.92376 10.0862ZM8.51001 11.9999C8.51001 11.7714 8.69525 11.5862 8.92376 11.5862C9.15226 11.5862 9.3375 11.7714 9.3375 11.9999C9.3375 12.2284 9.15226 12.4137 8.92376 12.4137C8.69525 12.4137 8.51001 12.2284 8.51001 11.9999Z",
|
|
6398
|
+
fill: color
|
|
6481
6399
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6482
|
-
|
|
6483
|
-
|
|
6484
|
-
|
|
6400
|
+
fillRule: "evenodd",
|
|
6401
|
+
clipRule: "evenodd",
|
|
6402
|
+
d: "M15.0672 10.0862C14.0102 10.0862 13.1534 10.943 13.1534 11.9999C13.1534 13.0569 14.0102 13.9137 15.0672 13.9137C16.1241 13.9137 16.9809 13.0569 16.9809 11.9999C16.9809 10.943 16.1241 10.0862 15.0672 10.0862ZM14.6534 11.9999C14.6534 11.7714 14.8387 11.5862 15.0672 11.5862C15.2957 11.5862 15.4809 11.7714 15.4809 11.9999C15.4809 12.2284 15.2957 12.4137 15.0672 12.4137C14.8387 12.4137 14.6534 12.2284 14.6534 11.9999Z",
|
|
6403
|
+
fill: color
|
|
6485
6404
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6486
|
-
|
|
6487
|
-
|
|
6488
|
-
|
|
6405
|
+
fillRule: "evenodd",
|
|
6406
|
+
clipRule: "evenodd",
|
|
6407
|
+
d: "M8.92376 15.9049C7.86682 15.9049 7.01001 16.7617 7.01001 17.8187C7.01001 18.8756 7.86682 19.7324 8.92376 19.7324C9.98069 19.7324 10.8375 18.8756 10.8375 17.8187C10.8375 16.7617 9.98069 15.9049 8.92376 15.9049ZM8.51001 17.8187C8.51001 17.5902 8.69525 17.4049 8.92376 17.4049C9.15226 17.4049 9.3375 17.5902 9.3375 17.8187C9.3375 18.0472 9.15226 18.2324 8.92376 18.2324C8.69525 18.2324 8.51001 18.0472 8.51001 17.8187Z",
|
|
6408
|
+
fill: color
|
|
6489
6409
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6490
|
-
|
|
6491
|
-
|
|
6492
|
-
|
|
6410
|
+
fillRule: "evenodd",
|
|
6411
|
+
clipRule: "evenodd",
|
|
6412
|
+
d: "M15.0672 15.9049C14.0102 15.9049 13.1534 16.7617 13.1534 17.8187C13.1534 18.8756 14.0102 19.7324 15.0672 19.7324C16.1241 19.7324 16.9809 18.8756 16.9809 17.8187C16.9809 16.7617 16.1241 15.9049 15.0672 15.9049ZM14.6534 17.8187C14.6534 17.5902 14.8387 17.4049 15.0672 17.4049C15.2957 17.4049 15.4809 17.5902 15.4809 17.8187C15.4809 18.0472 15.2957 18.2324 15.0672 18.2324C14.8387 18.2324 14.6534 18.0472 14.6534 17.8187Z",
|
|
6413
|
+
fill: color
|
|
6493
6414
|
}));
|
|
6494
6415
|
};
|
|
6495
6416
|
|
|
@@ -6519,17 +6440,14 @@ const Filter = props => {
|
|
|
6519
6440
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6520
6441
|
preserveAspectRatio: "xMidYMid meet"
|
|
6521
6442
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6522
|
-
d: "
|
|
6523
|
-
|
|
6524
|
-
strokeWidth: "1.5"
|
|
6443
|
+
d: "M2 6.09961H22V7.59961H2V6.09961Z",
|
|
6444
|
+
fill: color
|
|
6525
6445
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6526
|
-
d: "
|
|
6527
|
-
|
|
6528
|
-
strokeWidth: "1.5"
|
|
6446
|
+
d: "M5.59998 11.1969H18.4V12.6969H5.59998V11.1969Z",
|
|
6447
|
+
fill: color
|
|
6529
6448
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6530
|
-
d: "M15
|
|
6531
|
-
|
|
6532
|
-
strokeWidth: "1.5"
|
|
6449
|
+
d: "M15 16.4004H9V17.9004H15V16.4004Z",
|
|
6450
|
+
fill: color
|
|
6533
6451
|
}));
|
|
6534
6452
|
};
|
|
6535
6453
|
|
|
@@ -6559,13 +6477,10 @@ const BuilderAudio = props => {
|
|
|
6559
6477
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6560
6478
|
preserveAspectRatio: "xMidYMid meet"
|
|
6561
6479
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6562
|
-
|
|
6563
|
-
|
|
6564
|
-
|
|
6565
|
-
|
|
6566
|
-
d: "M10.4237 8.23767V15.7624",
|
|
6567
|
-
stroke: color,
|
|
6568
|
-
strokeWidth: "1.5"
|
|
6480
|
+
fillRule: "evenodd",
|
|
6481
|
+
clipRule: "evenodd",
|
|
6482
|
+
d: "M10.2461 16.5124L21.0382 21.9284V1.96167L10.243 7.48765H3.0636V16.5124H10.2461ZM11.1737 8.69631L19.5382 4.41461V19.4974L11.1737 15.2996V8.69631ZM9.67371 8.98765V15.0124H4.5636V8.98765H9.67371Z",
|
|
6483
|
+
fill: color
|
|
6569
6484
|
}));
|
|
6570
6485
|
};
|
|
6571
6486
|
|
|
@@ -6718,19 +6633,10 @@ const SequencesRemove = props => {
|
|
|
6718
6633
|
fill: "none",
|
|
6719
6634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6720
6635
|
preserveAspectRatio: "xMidYMid meet"
|
|
6721
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
6722
|
-
clipPath: "url(#clip0_7619_1341)"
|
|
6723
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
6636
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6724
6637
|
d: "M23 20.9109L21.9109 22L3 3.08911L4.08911 2L23 20.9109ZM11.3168 5.86139L20.3267 12L17.8515 13.6832L18.9406 14.7723L23 12L9.83168 2.9901V5.66337L11.3168 7.14851V5.86139ZM11.3168 18.1386V15.3663L12.4059 14.5743L11.3168 13.4851L4.58416 18.1386V15.3663L9.43564 12L4.58416 8.63366V6.75248L3.09901 5.26733V9.42574L6.86139 12L3.09901 14.5743V21.0099L9.83168 16.3564V21.0099L15.1782 17.3465L14.0891 16.2574L11.3168 18.1386Z",
|
|
6725
6638
|
fill: color
|
|
6726
|
-
}))
|
|
6727
|
-
id: "clip0_7619_1341"
|
|
6728
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
6729
|
-
width: "20",
|
|
6730
|
-
height: "20",
|
|
6731
|
-
fill: "white",
|
|
6732
|
-
transform: "translate(3 2)"
|
|
6733
|
-
}))));
|
|
6639
|
+
}));
|
|
6734
6640
|
};
|
|
6735
6641
|
|
|
6736
6642
|
SequencesRemove.propTypes = {
|
|
@@ -6759,9 +6665,10 @@ const Send = props => {
|
|
|
6759
6665
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6760
6666
|
preserveAspectRatio: "xMidYMid meet"
|
|
6761
6667
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6762
|
-
|
|
6763
|
-
|
|
6764
|
-
|
|
6668
|
+
fillRule: "evenodd",
|
|
6669
|
+
clipRule: "evenodd",
|
|
6670
|
+
d: "M21.5884 21.488L11.9433 2.323L2.42004 21.4948L11.9496 17.4021L21.5884 21.488ZM18.4115 18.5121L12.75 16.1122V10.0001H11.25V16.0701L5.57992 18.5053L11.9521 5.67711L18.4115 18.5121Z",
|
|
6671
|
+
fill: color
|
|
6765
6672
|
}));
|
|
6766
6673
|
};
|
|
6767
6674
|
|
|
@@ -6791,9 +6698,10 @@ const Send2 = props => {
|
|
|
6791
6698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6792
6699
|
preserveAspectRatio: "xMidYMid meet"
|
|
6793
6700
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6794
|
-
|
|
6795
|
-
|
|
6796
|
-
|
|
6701
|
+
fillRule: "evenodd",
|
|
6702
|
+
clipRule: "evenodd",
|
|
6703
|
+
d: "M1 23L5.69334 11.9281L1 1L23 11.9281L1 23ZM3.98957 4.15988L7.03459 11.25L14.75 11.25L14.75 12.75L6.97414 12.75L3.97588 19.8231L19.6459 11.9369L3.98957 4.15988Z",
|
|
6704
|
+
fill: color
|
|
6797
6705
|
}));
|
|
6798
6706
|
};
|
|
6799
6707
|
|
|
@@ -6885,9 +6793,10 @@ const Broadcasting = props => {
|
|
|
6885
6793
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6886
6794
|
preserveAspectRatio: "xMidYMid meet"
|
|
6887
6795
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6888
|
-
|
|
6889
|
-
|
|
6890
|
-
|
|
6796
|
+
fillRule: "evenodd",
|
|
6797
|
+
clipRule: "evenodd",
|
|
6798
|
+
d: "M14.52 21.988L20.6998 2.97803L1.76599 9.24355L10.7944 12.8923L14.52 21.988ZM14.3579 17.6348L12.2717 12.5416L16.2033 8.61004L15.1426 7.54938L11.2382 11.4538L6.11647 9.3839L18.3569 5.33334L14.3579 17.6348Z",
|
|
6799
|
+
fill: color
|
|
6891
6800
|
}));
|
|
6892
6801
|
};
|
|
6893
6802
|
|
|
@@ -6951,13 +6860,13 @@ const DuplicateSms = props => {
|
|
|
6951
6860
|
d: "M12.0526 20.0415C12.7502 20.0415 13.3157 19.4745 13.3157 18.7751C13.3157 18.0757 12.7502 17.5088 12.0526 17.5088C11.355 17.5088 10.7894 18.0757 10.7894 18.7751C10.7894 19.4745 11.355 20.0415 12.0526 20.0415Z",
|
|
6952
6861
|
fill: color
|
|
6953
6862
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6954
|
-
d: "
|
|
6955
|
-
|
|
6956
|
-
strokeWidth: "1.5"
|
|
6863
|
+
d: "M10.1578 5.59546H13.842V4.09546H10.1578V5.59546Z",
|
|
6864
|
+
fill: color
|
|
6957
6865
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6958
|
-
|
|
6959
|
-
|
|
6960
|
-
|
|
6866
|
+
fillRule: "evenodd",
|
|
6867
|
+
clipRule: "evenodd",
|
|
6868
|
+
d: "M5.09216 4.00119C5.09216 2.639 6.16302 1.56274 7.52637 1.56274H16.4737C17.8371 1.56274 18.908 2.639 18.908 4.00119V19.8983C19.0434 21.3757 17.7388 22.3743 16.4737 22.3743H7.52637C6.16302 22.3743 5.09216 21.298 5.09216 19.9359V4.00119ZM7.52637 3.06274C6.99499 3.06274 6.59216 3.46388 6.59216 4.00119V19.9359C6.59216 20.4732 6.99499 20.8743 7.52637 20.8743H16.4737C17.0906 20.8743 17.4566 20.4158 17.4125 20.0185L17.408 19.9773V4.00119C17.408 3.46388 17.0051 3.06274 16.4737 3.06274H7.52637Z",
|
|
6869
|
+
fill: color
|
|
6961
6870
|
}));
|
|
6962
6871
|
};
|
|
6963
6872
|
|
|
@@ -6987,20 +6896,19 @@ const HeadlineBlockEmail = props => {
|
|
|
6987
6896
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6988
6897
|
preserveAspectRatio: "xMidYMid meet"
|
|
6989
6898
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6990
|
-
|
|
6899
|
+
fillRule: "evenodd",
|
|
6900
|
+
clipRule: "evenodd",
|
|
6901
|
+
d: "M2 2H22V10.3H2V2ZM20.5 8.8V3.5H3.5V8.8H20.5Z",
|
|
6991
6902
|
fill: color
|
|
6992
6903
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6993
|
-
d: "M17.1
|
|
6994
|
-
|
|
6995
|
-
strokeWidth: "1.5"
|
|
6904
|
+
d: "M17.1 13.55H2V15.05H17.1V13.55Z",
|
|
6905
|
+
fill: color
|
|
6996
6906
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6997
|
-
d: "
|
|
6998
|
-
|
|
6999
|
-
strokeWidth: "1.5"
|
|
6907
|
+
d: "M2 16.95H22V18.45H2V16.95Z",
|
|
6908
|
+
fill: color
|
|
7000
6909
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7001
|
-
d: "M12
|
|
7002
|
-
|
|
7003
|
-
strokeWidth: "1.5"
|
|
6910
|
+
d: "M12 20.45H2V21.95H12V20.45Z",
|
|
6911
|
+
fill: color
|
|
7004
6912
|
}));
|
|
7005
6913
|
};
|
|
7006
6914
|
|
|
@@ -7125,24 +7033,13 @@ const ShopifyDeprecated = props => {
|
|
|
7125
7033
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7126
7034
|
preserveAspectRatio: "xMidYMid meet"
|
|
7127
7035
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7128
|
-
d: "
|
|
7129
|
-
|
|
7130
|
-
strokeWidth: "1.5",
|
|
7131
|
-
strokeLinecap: "round"
|
|
7132
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7133
|
-
d: "M16.4753 6.44189L19.6993 8.63495L20.445 20.3592L17 21.4685",
|
|
7134
|
-
stroke: color,
|
|
7135
|
-
strokeWidth: "1.5",
|
|
7136
|
-
strokeLinecap: "round"
|
|
7137
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7138
|
-
d: "M12.0634 10.6822C11.2052 10.415 9.62359 10.2809 9.29528 11.7932C8.84932 13.8473 12.363 13.5428 11.8941 15.8435C11.6046 17.264 9.50091 17.1552 8.31907 16.6231",
|
|
7139
|
-
stroke: color,
|
|
7140
|
-
strokeWidth: "1.5"
|
|
7036
|
+
d: "M10.3048 9.83969C11.0269 9.6775 11.7818 9.81343 12.2771 9.96765L11.8498 11.3967C11.4869 11.2837 11.022 11.2191 10.6566 11.3011C10.4851 11.3397 10.3584 11.4051 10.2662 11.492C10.1779 11.5753 10.0837 11.7129 10.0296 11.9625C9.97084 12.233 10.0331 12.3575 10.1417 12.4817C10.3067 12.6701 10.5694 12.8322 10.9894 13.0896L10.9928 13.0916C11.3567 13.3146 11.8582 13.622 12.2122 14.0734C12.6098 14.5804 12.7902 15.2192 12.6303 16.0037C12.3943 17.162 11.4029 17.6075 10.5411 17.7093C9.67979 17.811 8.72041 17.6207 8.01894 17.3048L8.61935 15.9414C9.09973 16.1577 9.78311 16.2878 10.3415 16.2218C10.8993 16.1559 11.1046 15.9456 11.158 15.6835C11.2326 15.3176 11.1497 15.1316 11.0342 14.9845C10.8764 14.7831 10.6173 14.6073 10.2174 14.3622L10.1363 14.3128C9.79773 14.1065 9.34355 13.8299 9.0167 13.4566C8.60664 12.9882 8.39688 12.3804 8.56114 11.6239C8.67111 11.1173 8.8978 10.7047 9.22524 10.3961C9.54875 10.0911 9.93263 9.92329 10.3048 9.83969Z",
|
|
7037
|
+
fill: color
|
|
7141
7038
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7142
|
-
|
|
7143
|
-
|
|
7144
|
-
|
|
7145
|
-
|
|
7039
|
+
fillRule: "evenodd",
|
|
7040
|
+
clipRule: "evenodd",
|
|
7041
|
+
d: "M7.65942 6.39596C8.74782 4.08615 10.6786 2.22955 13.5313 2.22974C14.804 2.22982 15.7703 2.79884 16.392 3.68151C16.8584 4.34358 17.1228 5.16598 17.2189 6.04043L20.4245 8.22104L21.2307 20.8941L17.2299 22.1823L17.2235 22.1843L17.2231 22.235L17.0401 22.2175C16.9647 22.2215 16.8902 22.2141 16.8188 22.1962L2.67615 20.8386L4.98419 6.62784L7.65942 6.39596ZM13.4688 3.70764C14.2174 3.70769 14.7516 4.01979 15.1248 4.54955C15.3433 4.85983 15.5097 5.25215 15.6139 5.70651L9.42113 6.24326C10.3579 4.6749 11.7094 3.70753 13.4688 3.70764ZM15.8126 7.20062C15.8165 7.20852 15.8206 7.21633 15.8249 7.22405L15.7343 20.5852L4.41346 19.4985L6.27752 8.02136L15.8099 7.19514C15.8108 7.19697 15.8117 7.1988 15.8126 7.20062ZM17.2342 20.605L19.6596 19.8241L18.9741 9.04857L17.3202 7.92347L17.2342 20.605Z",
|
|
7042
|
+
fill: color
|
|
7146
7043
|
}));
|
|
7147
7044
|
};
|
|
7148
7045
|
|
|
@@ -7208,36 +7105,12 @@ const Flow = props => {
|
|
|
7208
7105
|
fill: "none",
|
|
7209
7106
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7210
7107
|
preserveAspectRatio: "xMidYMid meet"
|
|
7211
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
7212
|
-
|
|
7213
|
-
|
|
7214
|
-
d: "
|
|
7215
|
-
|
|
7216
|
-
|
|
7217
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7218
|
-
d: "M2.78052 8.96851H8.04881V15.2211H2.78052V8.96851Z",
|
|
7219
|
-
stroke: color,
|
|
7220
|
-
strokeWidth: "1.5"
|
|
7221
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7222
|
-
d: "M16.0488 14.179H21.3171V20.3368H16.0488V14.179Z",
|
|
7223
|
-
stroke: color,
|
|
7224
|
-
strokeWidth: "1.5"
|
|
7225
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7226
|
-
d: "M7.95123 12.0001C15.9512 12.0001 9.12197 6.78955 15.9512 6.78955",
|
|
7227
|
-
stroke: color,
|
|
7228
|
-
strokeWidth: "1.5"
|
|
7229
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7230
|
-
d: "M16.0488 17.2105C9.02438 17.2105 16.0488 12 8.04877 12",
|
|
7231
|
-
stroke: color,
|
|
7232
|
-
strokeWidth: "1.5"
|
|
7233
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
7234
|
-
id: "clip0_7619_1567"
|
|
7235
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
7236
|
-
width: "20",
|
|
7237
|
-
height: "18",
|
|
7238
|
-
fill: "white",
|
|
7239
|
-
transform: "translate(2 3)"
|
|
7240
|
-
}))));
|
|
7108
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7109
|
+
fillRule: "evenodd",
|
|
7110
|
+
clipRule: "evenodd",
|
|
7111
|
+
d: "M12.3908 7.09854C12.9722 6.46051 13.9073 6.1309 15.2988 6.05616V3.00781H22.0671V10.7604H15.2988V7.55869C14.136 7.63186 13.6897 7.90017 13.4995 8.10885C13.2597 8.37196 13.2209 8.71785 13.1407 9.43256L13.1356 9.47854C13.0618 10.1349 12.9355 11.0687 12.0935 11.7642C12.0025 11.8393 11.9052 11.91 11.8011 11.9764C11.9352 12.058 12.0582 12.1465 12.1709 12.2421C13.0004 12.9452 13.1008 13.8887 13.1614 14.5354C13.2306 15.2755 13.2656 15.6233 13.5096 15.8856C13.7021 16.0927 14.1524 16.3561 15.2988 16.4363V13.429H22.0671V21.0868H15.2988V17.9395C13.9193 17.857 12.9904 17.53 12.4111 16.9071C11.8019 16.252 11.7293 15.3951 11.6809 14.8236C11.6801 14.8139 11.6792 14.8042 11.6784 14.7946C11.6749 14.7531 11.6715 14.7133 11.6679 14.6752C11.6065 14.0192 11.524 13.66 11.201 13.3862C10.8882 13.1211 10.2304 12.8404 8.79881 12.7679V15.9711H2.03052V8.21851H8.79881V11.2269C10.166 11.147 10.8171 10.8729 11.1383 10.6077C11.4791 10.3261 11.5723 9.95735 11.6449 9.31108C11.6507 9.2598 11.6563 9.20521 11.6621 9.14778C11.7196 8.58188 11.8051 7.74132 12.3908 7.09854ZM16.7988 4.50781V9.26044H20.5671V4.50781H16.7988ZM3.53052 9.71851V14.4711H7.29881V9.71851H3.53052ZM16.7988 19.5868V14.929H20.5671V19.5868H16.7988Z",
|
|
7112
|
+
fill: color
|
|
7113
|
+
}));
|
|
7241
7114
|
};
|
|
7242
7115
|
|
|
7243
7116
|
Flow.propTypes = {
|
|
@@ -7421,10 +7294,12 @@ const FolderAdd = props => {
|
|
|
7421
7294
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7422
7295
|
preserveAspectRatio: "xMidYMid meet"
|
|
7423
7296
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7424
|
-
d: "
|
|
7297
|
+
d: "M8.90002 14.4304V12.9114H11.2V10.5823H12.7V12.9114H14.9V14.4304H12.7V16.6582H11.2V14.4304H8.90002Z",
|
|
7425
7298
|
fill: color
|
|
7426
7299
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7427
|
-
|
|
7300
|
+
fillRule: "evenodd",
|
|
7301
|
+
clipRule: "evenodd",
|
|
7302
|
+
d: "M9.5 4L11.2 7.34177H22V20H2V4H9.5ZM9.8 8.05063L8.6 5.51899H3.5V18.481H20.4V8.86076H10.2L9.8 8.05063Z",
|
|
7428
7303
|
fill: color
|
|
7429
7304
|
}));
|
|
7430
7305
|
};
|
|
@@ -7454,25 +7329,18 @@ const MoveTo = props => {
|
|
|
7454
7329
|
fill: "none",
|
|
7455
7330
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7456
7331
|
preserveAspectRatio: "xMidYMid meet"
|
|
7457
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
7458
|
-
|
|
7459
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
7460
|
-
d: "M8.6 5.51899L9.8 8.05063L10.2 8.86076H11.1H20.4V18.481H3.4V5.51899H8.6ZM9.5 4H2V20H22V7.34177H11.2L9.5 4Z",
|
|
7332
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7333
|
+
d: "M17 13.5191L13.2 9.87354V12.0001L14.9 13.6204L13.2 15.3419V17.4685L17 13.5191Z",
|
|
7461
7334
|
fill: color
|
|
7462
7335
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7463
|
-
d: "
|
|
7336
|
+
d: "M7 12.9114H13.1V14.4304H7V12.9114Z",
|
|
7464
7337
|
fill: color
|
|
7465
7338
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7466
|
-
|
|
7339
|
+
fillRule: "evenodd",
|
|
7340
|
+
clipRule: "evenodd",
|
|
7341
|
+
d: "M11.2 7.34177L9.5 4H2V20H22V7.34177H11.2ZM8.6 5.51899L9.8 8.05063L10.2 8.86076H20.4V18.481H3.4V5.51899H8.6Z",
|
|
7467
7342
|
fill: color
|
|
7468
|
-
}))
|
|
7469
|
-
id: "clip0_7619_1574"
|
|
7470
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
7471
|
-
width: "20",
|
|
7472
|
-
height: "16",
|
|
7473
|
-
fill: "white",
|
|
7474
|
-
transform: "translate(2 4)"
|
|
7475
|
-
}))));
|
|
7343
|
+
}));
|
|
7476
7344
|
};
|
|
7477
7345
|
|
|
7478
7346
|
MoveTo.propTypes = {
|
|
@@ -7501,21 +7369,22 @@ const TemplateStore = props => {
|
|
|
7501
7369
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7502
7370
|
preserveAspectRatio: "xMidYMid meet"
|
|
7503
7371
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7504
|
-
|
|
7505
|
-
|
|
7506
|
-
|
|
7507
|
-
|
|
7508
|
-
d: "M17.1361 21V13.3665",
|
|
7509
|
-
stroke: color,
|
|
7510
|
-
strokeWidth: "1.5"
|
|
7372
|
+
fillRule: "evenodd",
|
|
7373
|
+
clipRule: "evenodd",
|
|
7374
|
+
d: "M10.6335 3H3V10.6335H10.6335V3ZM9.2199 4.41361V9.2199H4.41361V4.41361H9.2199Z",
|
|
7375
|
+
fill: color
|
|
7511
7376
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7512
|
-
|
|
7377
|
+
fillRule: "evenodd",
|
|
7378
|
+
clipRule: "evenodd",
|
|
7379
|
+
d: "M21 3H13.3665V10.6335H21V3ZM19.5864 4.41361V9.2199H14.7801V4.41361H19.5864Z",
|
|
7513
7380
|
fill: color
|
|
7514
7381
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7515
|
-
|
|
7382
|
+
fillRule: "evenodd",
|
|
7383
|
+
clipRule: "evenodd",
|
|
7384
|
+
d: "M3 13.3665H10.6335V21H3V13.3665ZM9.2199 19.5864V14.7801H4.41361V19.5864H9.2199Z",
|
|
7516
7385
|
fill: color
|
|
7517
7386
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7518
|
-
d: "
|
|
7387
|
+
d: "M17.8861 16.3862H21V17.8862H17.8861V21H16.3861V17.8862H13.3665V16.3862H16.3861V13.3665H17.8861V16.3862Z",
|
|
7519
7388
|
fill: color
|
|
7520
7389
|
}));
|
|
7521
7390
|
};
|
|
@@ -7546,16 +7415,24 @@ const MosaicView = props => {
|
|
|
7546
7415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7547
7416
|
preserveAspectRatio: "xMidYMid meet"
|
|
7548
7417
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7549
|
-
|
|
7418
|
+
fillRule: "evenodd",
|
|
7419
|
+
clipRule: "evenodd",
|
|
7420
|
+
d: "M3 3H10.6335V10.6335H3V3ZM9.2199 9.2199V4.41361H4.41361V9.2199H9.2199Z",
|
|
7550
7421
|
fill: color
|
|
7551
7422
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7552
|
-
|
|
7423
|
+
fillRule: "evenodd",
|
|
7424
|
+
clipRule: "evenodd",
|
|
7425
|
+
d: "M13.3665 3H21V10.6335H13.3665V3ZM19.5864 9.2199V4.41361H14.7801V9.2199H19.5864Z",
|
|
7553
7426
|
fill: color
|
|
7554
7427
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7555
|
-
|
|
7428
|
+
fillRule: "evenodd",
|
|
7429
|
+
clipRule: "evenodd",
|
|
7430
|
+
d: "M10.6335 13.3665H3V21H10.6335V13.3665ZM9.2199 14.7801V19.5864H4.41361V14.7801H9.2199Z",
|
|
7556
7431
|
fill: color
|
|
7557
7432
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7558
|
-
|
|
7433
|
+
fillRule: "evenodd",
|
|
7434
|
+
clipRule: "evenodd",
|
|
7435
|
+
d: "M13.3665 13.3665H21V21H13.3665V13.3665ZM19.5864 19.5864V14.7801H14.7801V19.5864H19.5864Z",
|
|
7559
7436
|
fill: color
|
|
7560
7437
|
}));
|
|
7561
7438
|
};
|
|
@@ -7586,33 +7463,25 @@ const AdsAdSet = props => {
|
|
|
7586
7463
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7587
7464
|
preserveAspectRatio: "xMidYMid meet"
|
|
7588
7465
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7589
|
-
|
|
7466
|
+
fillRule: "evenodd",
|
|
7467
|
+
clipRule: "evenodd",
|
|
7468
|
+
d: "M3 3H10.6335V10.6335H3V3ZM9.2199 9.2199V8.08496H4.41361V9.2199H9.2199ZM9.2199 4.41361V6.58496H4.41361V4.41361H9.2199Z",
|
|
7590
7469
|
fill: color
|
|
7591
7470
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7592
|
-
|
|
7471
|
+
fillRule: "evenodd",
|
|
7472
|
+
clipRule: "evenodd",
|
|
7473
|
+
d: "M13.3665 3H21V10.6335H13.3665V3ZM19.5864 6.58496V4.41361H14.7801V6.58496H19.5864ZM19.5864 8.08496H14.7801V9.2199H19.5864V8.08496Z",
|
|
7593
7474
|
fill: color
|
|
7594
7475
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7595
|
-
|
|
7476
|
+
fillRule: "evenodd",
|
|
7477
|
+
clipRule: "evenodd",
|
|
7478
|
+
d: "M10.6335 13.3665H3V21H10.6335V13.3665ZM9.2199 14.7801V16.9517H4.41361V14.7801H9.2199ZM4.41361 18.4517H9.2199V19.5864H4.41361V18.4517Z",
|
|
7596
7479
|
fill: color
|
|
7597
7480
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7598
|
-
|
|
7481
|
+
fillRule: "evenodd",
|
|
7482
|
+
clipRule: "evenodd",
|
|
7483
|
+
d: "M13.3665 13.3665H21V21H13.3665V13.3665ZM19.5864 16.9517V14.7801H14.7801V16.9517H19.5864ZM19.5864 18.4517H14.7801V19.5864H19.5864V18.4517Z",
|
|
7599
7484
|
fill: color
|
|
7600
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7601
|
-
d: "M3.94238 7.33496H9.78531",
|
|
7602
|
-
stroke: color,
|
|
7603
|
-
strokeWidth: "1.5"
|
|
7604
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7605
|
-
d: "M14.1204 7.33496H20.246",
|
|
7606
|
-
stroke: color,
|
|
7607
|
-
strokeWidth: "1.5"
|
|
7608
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7609
|
-
d: "M3.94238 17.7017H9.78531",
|
|
7610
|
-
stroke: color,
|
|
7611
|
-
strokeWidth: "1.5"
|
|
7612
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7613
|
-
d: "M14.309 17.7017H20.0577",
|
|
7614
|
-
stroke: color,
|
|
7615
|
-
strokeWidth: "1.5"
|
|
7616
7485
|
}));
|
|
7617
7486
|
};
|
|
7618
7487
|
|
|
@@ -7641,66 +7510,46 @@ const Qr = props => {
|
|
|
7641
7510
|
fill: "none",
|
|
7642
7511
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7643
7512
|
preserveAspectRatio: "xMidYMid meet"
|
|
7644
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
7645
|
-
|
|
7646
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
7647
|
-
d: "M8.16923 4.41361V8.27749H4.38462V4.41361H8.16923ZM9.55385 3H3V9.6911H9.55385V3Z",
|
|
7513
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7514
|
+
d: "M5.58459 5.63867H6.96921V7.05228H5.58459V5.63867Z",
|
|
7648
7515
|
fill: color
|
|
7649
7516
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7650
|
-
|
|
7517
|
+
fillRule: "evenodd",
|
|
7518
|
+
clipRule: "evenodd",
|
|
7519
|
+
d: "M3 3H9.55385V9.6911H3V3ZM8.16923 8.27749V4.41361H4.38462V8.27749H8.16923Z",
|
|
7651
7520
|
fill: color
|
|
7652
7521
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7653
|
-
d: "
|
|
7522
|
+
d: "M18.0461 5.63867H16.6615V7.05228H18.0461V5.63867Z",
|
|
7654
7523
|
fill: color
|
|
7655
7524
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7656
|
-
|
|
7657
|
-
|
|
7658
|
-
|
|
7659
|
-
|
|
7660
|
-
d: "M9.46155 12.2356H18.2308",
|
|
7661
|
-
stroke: color,
|
|
7662
|
-
strokeWidth: "1.5"
|
|
7663
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7664
|
-
d: "M3 12.2356H7.61538",
|
|
7665
|
-
stroke: color,
|
|
7666
|
-
strokeWidth: "1.5"
|
|
7667
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7668
|
-
d: "M15.9231 12.2356H20.6308",
|
|
7669
|
-
stroke: color,
|
|
7670
|
-
strokeWidth: "1.5"
|
|
7525
|
+
fillRule: "evenodd",
|
|
7526
|
+
clipRule: "evenodd",
|
|
7527
|
+
d: "M20.6308 3H14.0769V9.6911H20.6308V3ZM19.2461 4.41361V8.27749H15.4615V4.41361H19.2461Z",
|
|
7528
|
+
fill: color
|
|
7671
7529
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7672
|
-
d: "
|
|
7673
|
-
|
|
7674
|
-
strokeWidth: "1.5"
|
|
7530
|
+
d: "M5.58459 16.9478H6.96921V18.3614H5.58459V16.9478Z",
|
|
7531
|
+
fill: color
|
|
7675
7532
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7676
|
-
|
|
7533
|
+
fillRule: "evenodd",
|
|
7534
|
+
clipRule: "evenodd",
|
|
7535
|
+
d: "M3 14.3088H9.55385V20.9999H3V14.3088ZM8.16923 19.5863V15.7225H4.38462V19.5863H8.16923Z",
|
|
7677
7536
|
fill: color
|
|
7678
7537
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7679
|
-
d: "
|
|
7538
|
+
d: "M11.0193 9.7854H12.5193V11.4856H20.6308V12.9856H19.0731V15.8168H17.5731V12.9856H12.5193V14.4071H16.2116V19.021H14.7116V15.9071H11.0193V12.9856H9.46155V11.4856H11.0193V9.7854Z",
|
|
7680
7539
|
fill: color
|
|
7681
7540
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7682
|
-
d: "
|
|
7541
|
+
d: "M7.61538 12.9856H3V11.4856H7.61538V12.9856Z",
|
|
7683
7542
|
fill: color
|
|
7684
7543
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7685
|
-
d: "
|
|
7686
|
-
|
|
7687
|
-
strokeWidth: "1.5"
|
|
7544
|
+
d: "M12.5193 3V7.90052H11.0193V3H12.5193Z",
|
|
7545
|
+
fill: color
|
|
7688
7546
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7689
|
-
d: "
|
|
7690
|
-
|
|
7691
|
-
strokeWidth: "1.5"
|
|
7547
|
+
d: "M12.6116 17.8901H11.1116V20.9962H14.1693V19.4962H12.6116V17.8901Z",
|
|
7548
|
+
fill: color
|
|
7692
7549
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7693
|
-
d: "
|
|
7694
|
-
|
|
7695
|
-
|
|
7696
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
7697
|
-
id: "clip0_7619_1560"
|
|
7698
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
7699
|
-
width: "18",
|
|
7700
|
-
height: "18",
|
|
7701
|
-
fill: "white",
|
|
7702
|
-
transform: "translate(3 3)"
|
|
7703
|
-
}))));
|
|
7550
|
+
d: "M21.1038 15.8167V18.7342H18.9807V20.996H16.1077V19.496H17.4807V17.2342H19.6038V15.8167H21.1038Z",
|
|
7551
|
+
fill: color
|
|
7552
|
+
}));
|
|
7704
7553
|
};
|
|
7705
7554
|
|
|
7706
7555
|
Qr.propTypes = {
|
|
@@ -7729,9 +7578,10 @@ const Publish = props => {
|
|
|
7729
7578
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7730
7579
|
preserveAspectRatio: "xMidYMid meet"
|
|
7731
7580
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7732
|
-
|
|
7733
|
-
|
|
7734
|
-
|
|
7581
|
+
fillRule: "evenodd",
|
|
7582
|
+
clipRule: "evenodd",
|
|
7583
|
+
d: "M17.5763 10.4637L20.9348 3.10425L19.2509 3.71921C17.9365 4.19925 16.1431 4.58587 14.3583 4.58893C13.1878 4.52029 12.0531 4.27732 10.8862 4.02747C10.3336 3.90913 9.77374 3.78925 9.19944 3.68561C7.4671 3.373 5.31234 3.24217 3.52699 3.92681L3.04553 4.11143V21H4.54553V15.6834C5.95922 15.3817 7.58057 15.476 9.0325 15.738C9.50633 15.8235 10.0105 15.9312 10.5337 16.0429C11.7564 16.3039 13.0835 16.5873 14.3727 16.6628C16.2532 16.8732 18.3213 16.6691 19.9999 15.6392L20.6535 15.2382L17.5763 10.4637ZM9.29889 14.2619C7.85267 14.0009 6.14412 13.873 4.54553 14.1555V5.17056C5.86472 4.81059 7.46771 4.89734 8.93306 5.16177C9.40688 5.24728 9.911 5.35491 10.4342 5.46663C11.6636 5.7291 12.9985 6.01412 14.2944 6.08774L14.3157 6.08895H14.337C15.6581 6.08895 16.9746 5.90075 18.1391 5.61737L15.8712 10.587L18.5301 14.7125C17.3464 15.215 15.9311 15.3302 14.5211 15.17L14.5001 15.1676L14.479 15.1664C13.3009 15.0995 12.1596 14.8551 10.9857 14.6037C10.433 14.4854 9.87318 14.3655 9.29889 14.2619Z",
|
|
7584
|
+
fill: color
|
|
7735
7585
|
}));
|
|
7736
7586
|
};
|
|
7737
7587
|
|
|
@@ -7760,28 +7610,21 @@ const Bot = props => {
|
|
|
7760
7610
|
fill: "none",
|
|
7761
7611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7762
7612
|
preserveAspectRatio: "xMidYMid meet"
|
|
7763
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
7764
|
-
|
|
7765
|
-
|
|
7766
|
-
d: "
|
|
7613
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7614
|
+
fillRule: "evenodd",
|
|
7615
|
+
clipRule: "evenodd",
|
|
7616
|
+
d: "M17.5814 4.05911C17.5814 4.99507 17.0233 5.74384 16.186 6.02463V7.05419H20V21H18.6047V8.45813H5.39535V21H4V7.05419H14.8837V6.02463C14.0465 5.74384 13.4884 4.99507 13.4884 4.05911C13.4884 2.93596 14.4186 2 15.5349 2C16.6512 2 17.5814 2.93596 17.5814 4.05911ZM14.8837 4.15271C14.8837 4.52709 15.1628 4.80788 15.5349 4.80788C15.907 4.80788 16.186 4.4335 16.186 4.15271C16.186 3.77833 15.907 3.49754 15.5349 3.49754C15.1628 3.49754 14.8837 3.77833 14.8837 4.15271Z",
|
|
7767
7617
|
fill: color
|
|
7768
7618
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7769
|
-
d: "
|
|
7619
|
+
d: "M8.37211 16.6946C8.93025 17.6305 10.0465 18.4729 12.093 18.4729C14.1395 18.4729 15.2558 17.6305 15.814 16.6946H17.3954C16.4651 18.7537 14.6047 19.8768 12.093 19.8768C9.58141 19.8768 7.72094 18.7537 6.79071 16.6946H8.37211Z",
|
|
7770
7620
|
fill: color
|
|
7771
7621
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7772
7622
|
d: "M10.8837 13.1378C10.8837 11.7339 10.5116 10.9851 9.67439 10.9851C8.83718 10.9851 8.46509 11.7339 8.46509 13.1378C8.46509 14.4482 8.83718 15.1969 9.67439 15.1969C10.5116 15.1969 10.8837 14.4482 10.8837 13.1378Z",
|
|
7773
7623
|
fill: color
|
|
7774
7624
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7775
|
-
d: "
|
|
7625
|
+
d: "M14.3256 10.9851C15.1628 10.9851 15.5349 11.7339 15.5349 13.1378C15.5349 14.4482 15.1628 15.1969 14.3256 15.1969C13.4884 15.1969 13.1163 14.4482 13.1163 13.1378C13.1163 11.7339 13.4884 10.9851 14.3256 10.9851Z",
|
|
7776
7626
|
fill: color
|
|
7777
|
-
}))
|
|
7778
|
-
id: "clip0_7619_1550"
|
|
7779
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
7780
|
-
width: "16",
|
|
7781
|
-
height: "19",
|
|
7782
|
-
fill: "white",
|
|
7783
|
-
transform: "translate(4 2)"
|
|
7784
|
-
}))));
|
|
7627
|
+
}));
|
|
7785
7628
|
};
|
|
7786
7629
|
|
|
7787
7630
|
Bot.propTypes = {
|
|
@@ -7809,31 +7652,10 @@ const BotRemove = props => {
|
|
|
7809
7652
|
fill: "none",
|
|
7810
7653
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7811
7654
|
preserveAspectRatio: "xMidYMid meet"
|
|
7812
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
7813
|
-
clipPath: "url(#clip0_7619_1552)"
|
|
7814
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
7815
|
-
d: "M16.186 7.05419V6.02463C17.0233 5.74384 17.5814 4.99507 17.5814 4.05911C17.5814 2.93596 16.6512 2 15.5349 2C14.4186 2 13.4884 2.93596 13.4884 4.05911C13.4884 4.99507 14.0465 5.74384 14.8837 6.02463V7.05419H4V21H5.39535V8.45813H18.6047V21H20V7.05419H16.186ZM15.5349 4.80788C15.1628 4.80788 14.8837 4.52709 14.8837 4.15271C14.8837 3.77833 15.1628 3.49754 15.5349 3.49754C15.907 3.49754 16.186 3.77833 16.186 4.15271C16.186 4.4335 15.907 4.80788 15.5349 4.80788ZM13.1163 15.3842L16 18.2857H14.0465L12.093 16.3202L10.1395 18.2857H8.27907L11.1628 15.3842L8.93023 13.1379V11.1724L12.093 14.3547L15.2558 11.0788V13.0443L13.1163 15.3842Z",
|
|
7816
|
-
fill: color
|
|
7817
|
-
})), /*#__PURE__*/React.createElement("g", {
|
|
7818
|
-
clipPath: "url(#clip1_7619_1552)"
|
|
7819
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
7655
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7820
7656
|
d: "M16.186 7.05419V6.02463C17.0233 5.74384 17.5814 4.99507 17.5814 4.05911C17.5814 2.93596 16.6512 2 15.5349 2C14.4186 2 13.4884 2.93596 13.4884 4.05911C13.4884 4.99507 14.0465 5.74384 14.8837 6.02463V7.05419H4V21H5.39535V8.45813H18.6047V21H20V7.05419H16.186ZM15.5349 4.80788C15.1628 4.80788 14.8837 4.52709 14.8837 4.15271C14.8837 3.77833 15.1628 3.49754 15.5349 3.49754C15.907 3.49754 16.186 3.77833 16.186 4.15271C16.186 4.4335 15.907 4.80788 15.5349 4.80788ZM13.1163 15.3842L16 18.2857H14.0465L12.093 16.3202L10.1395 18.2857H8.27907L11.1628 15.3842L8.93023 13.1379V11.1724L12.093 14.3547L15.2558 11.0788V13.0443L13.1163 15.3842Z",
|
|
7821
7657
|
fill: color
|
|
7822
|
-
}))
|
|
7823
|
-
id: "clip0_7619_1552"
|
|
7824
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
7825
|
-
width: "16",
|
|
7826
|
-
height: "19",
|
|
7827
|
-
fill: "white",
|
|
7828
|
-
transform: "translate(4 2)"
|
|
7829
|
-
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
7830
|
-
id: "clip1_7619_1552"
|
|
7831
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
7832
|
-
width: "16",
|
|
7833
|
-
height: "19",
|
|
7834
|
-
fill: "white",
|
|
7835
|
-
transform: "translate(4 2)"
|
|
7836
|
-
}))));
|
|
7658
|
+
}));
|
|
7837
7659
|
};
|
|
7838
7660
|
|
|
7839
7661
|
BotRemove.propTypes = {
|
|
@@ -7896,16 +7718,13 @@ const Protect = props => {
|
|
|
7896
7718
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7897
7719
|
preserveAspectRatio: "xMidYMid meet"
|
|
7898
7720
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7899
|
-
d: "M14.6617 20.2369C18.0575 18.2763 19.4448 14.3218 17.7603 11.4043C16.0758 8.48678 11.9575 7.71107 8.56169 9.67168C5.16591 11.6323 3.77862 15.5868 5.46309 18.5043C7.14755 21.4218 11.2659 22.1975 14.6617 20.2369Z",
|
|
7900
|
-
stroke: color,
|
|
7901
|
-
strokeWidth: "1.5"
|
|
7902
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7903
7721
|
d: "M13.2 13.8687C13.2 13.0687 12.5 12.3687 11.7 12.3687C10.9 12.3687 10.2 13.0687 10.2 13.8687C10.2 14.4687 10.6 14.9687 11.1 15.2687V16.9687C11 17.2687 11.3 17.4687 11.6 17.4687H11.8C12.1 17.4687 12.3 17.2687 12.3 16.9687V15.2687C12.8 15.0687 13.2 14.4687 13.2 13.8687Z",
|
|
7904
7722
|
fill: color
|
|
7905
7723
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7906
|
-
|
|
7907
|
-
|
|
7908
|
-
|
|
7724
|
+
fillRule: "evenodd",
|
|
7725
|
+
clipRule: "evenodd",
|
|
7726
|
+
d: "M4.81362 18.8791C3.04526 15.8163 4.25939 11.9133 7.25001 9.64406V5.96855C7.25001 3.55434 9.28579 1.51855 11.7 1.51855C14.1142 1.51855 16.15 3.55434 16.15 5.96855V8.7765C17.0676 9.30648 17.8499 10.0594 18.4098 11.0291C20.3528 14.3943 18.6952 18.7739 15.0367 20.8862C11.3782 22.9985 6.75659 22.2443 4.81362 18.8791ZM8.75001 5.96855C8.75001 4.38277 10.1142 3.01855 11.7 3.01855C13.2858 3.01855 14.65 4.38277 14.65 5.96855V8.13978C12.8073 7.60339 10.6758 7.7862 8.75001 8.72287V5.96855ZM8.93672 10.321C5.80363 12.13 4.68665 15.6593 6.11262 18.1291C7.53858 20.5989 11.1536 21.3962 14.2867 19.5872C17.4198 17.7783 18.5368 14.2489 17.1108 11.7791C15.6849 9.30935 12.0698 8.51208 8.93672 10.321Z",
|
|
7727
|
+
fill: color
|
|
7909
7728
|
}));
|
|
7910
7729
|
};
|
|
7911
7730
|
|
|
@@ -7935,16 +7754,13 @@ const Unprotect = props => {
|
|
|
7935
7754
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7936
7755
|
preserveAspectRatio: "xMidYMid meet"
|
|
7937
7756
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7938
|
-
d: "M14.6617 20.2369C18.0575 18.2763 19.4448 14.3218 17.7603 11.4043C16.0758 8.48678 11.9575 7.71107 8.56169 9.67168C5.16591 11.6323 3.77862 15.5868 5.46309 18.5043C7.14755 21.4218 11.2659 22.1975 14.6617 20.2369Z",
|
|
7939
|
-
stroke: color,
|
|
7940
|
-
strokeWidth: "1.5"
|
|
7941
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7942
7757
|
d: "M13.2 13.8687C13.2 13.0687 12.5 12.3687 11.7 12.3687C10.9 12.3687 10.2 13.0687 10.2 13.8687C10.2 14.4687 10.6 14.9687 11.1 15.2687V16.9687C11 17.2687 11.3 17.4687 11.6 17.4687H11.8C12.1 17.4687 12.3 17.2687 12.3 16.9687V15.2687C12.8 15.0687 13.2 14.4687 13.2 13.8687Z",
|
|
7943
7758
|
fill: color
|
|
7944
7759
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7945
|
-
|
|
7946
|
-
|
|
7947
|
-
|
|
7760
|
+
fillRule: "evenodd",
|
|
7761
|
+
clipRule: "evenodd",
|
|
7762
|
+
d: "M8.75001 5.96855C8.75001 4.38277 10.1142 3.01855 11.7 3.01855C13.2858 3.01855 14.65 4.38277 14.65 5.96855V8.13979C12.6256 7.55049 10.2526 7.82923 8.18666 9.02202C4.52819 11.1343 2.87059 15.5139 4.81356 18.8791C6.75653 22.2443 11.3782 22.9985 15.0367 20.8862C18.6951 18.7739 20.3527 14.3943 18.4098 11.0291C17.8499 10.0594 17.0676 9.30652 16.15 8.77653V5.96855C16.15 3.55434 14.1142 1.51855 11.7 1.51855C9.28579 1.51855 7.25001 3.55434 7.25001 5.96855H8.75001ZM8.93666 10.321C5.80357 12.13 4.68659 15.6593 6.11256 18.1291C7.53852 20.5989 11.1536 21.3962 14.2867 19.5872C17.4197 17.7783 18.5367 14.2489 17.1108 11.7791C15.6848 9.30935 12.0697 8.51208 8.93666 10.321Z",
|
|
7763
|
+
fill: color
|
|
7948
7764
|
}));
|
|
7949
7765
|
};
|
|
7950
7766
|
|
|
@@ -7974,9 +7790,10 @@ const Rules = props => {
|
|
|
7974
7790
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7975
7791
|
preserveAspectRatio: "xMidYMid meet"
|
|
7976
7792
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7977
|
-
|
|
7978
|
-
|
|
7979
|
-
|
|
7793
|
+
fillRule: "evenodd",
|
|
7794
|
+
clipRule: "evenodd",
|
|
7795
|
+
d: "M14.571 10.7347L14.8122 2.04468L3.15051 13.2656H9.42851L9.18772 21.8227L20.9874 10.7347H14.571ZM10.7886 18.26L10.9713 11.7656H6.87283L13.2111 5.66689L13.0288 12.2347H17.2007L10.7886 18.26Z",
|
|
7796
|
+
fill: color
|
|
7980
7797
|
}));
|
|
7981
7798
|
};
|
|
7982
7799
|
|
|
@@ -8071,9 +7888,10 @@ const TriggersLines = props => {
|
|
|
8071
7888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8072
7889
|
preserveAspectRatio: "xMidYMid meet"
|
|
8073
7890
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8074
|
-
|
|
8075
|
-
|
|
8076
|
-
|
|
7891
|
+
fillRule: "evenodd",
|
|
7892
|
+
clipRule: "evenodd",
|
|
7893
|
+
d: "M6 3L20 12.0588L6 21V3ZM7.5 5.75722L17.2261 12.0506L7.5 18.2622V5.75722Z",
|
|
7894
|
+
fill: color
|
|
8077
7895
|
}));
|
|
8078
7896
|
};
|
|
8079
7897
|
|
|
@@ -8227,9 +8045,10 @@ const Popular = props => {
|
|
|
8227
8045
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8228
8046
|
preserveAspectRatio: "xMidYMid meet"
|
|
8229
8047
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8230
|
-
|
|
8231
|
-
|
|
8232
|
-
|
|
8048
|
+
fillRule: "evenodd",
|
|
8049
|
+
clipRule: "evenodd",
|
|
8050
|
+
d: "M10.4257 2.33851L8.74896 1.44312L9.36262 3.24222C10.1988 5.69379 10.2987 7.34346 10.1534 8.42403C10.0142 9.45989 9.64505 10.0092 9.4211 10.2756C8.98942 10.6956 8.56543 10.7851 8.16485 10.6769C7.87944 10.5733 7.42043 10.1386 7.25708 9.32446L6.88664 7.4782L5.88632 9.07359C4.80312 10.8011 4.25 12.8592 4.25 14.3259C4.25 18.4114 7.76218 21.7501 12 21.7501C16.2378 21.7501 19.75 18.4114 19.75 14.3259C19.75 11.1683 18.0834 8.53782 16.138 6.54624C14.188 4.54997 11.8837 3.11707 10.4257 2.33851ZM11.6401 8.62391C11.7778 7.59935 11.7269 6.2858 11.3221 4.60117C12.5044 5.35587 13.8636 6.36458 15.0649 7.59439C16.8731 9.44551 18.25 11.7195 18.25 14.3259C18.25 17.5214 15.4723 20.2501 12 20.2501C8.52767 20.2501 5.75 17.5214 5.75 14.3259C5.75 13.4887 5.98929 12.3289 6.47649 11.1819C6.81115 11.6213 7.23452 11.9486 7.70554 12.1051L7.72097 12.1102L7.7366 12.1147C8.74489 12.4018 9.72809 12.0877 10.5005 11.3178L10.5209 11.2975L10.5397 11.2756C10.9269 10.8253 11.4536 10.0108 11.6401 8.62391Z",
|
|
8051
|
+
fill: color
|
|
8233
8052
|
}));
|
|
8234
8053
|
};
|
|
8235
8054
|
|
|
@@ -8259,21 +8078,17 @@ const AlignLeft = props => {
|
|
|
8259
8078
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8260
8079
|
preserveAspectRatio: "xMidYMid meet"
|
|
8261
8080
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8262
|
-
d: "M11
|
|
8263
|
-
|
|
8264
|
-
strokeWidth: "1.5"
|
|
8081
|
+
d: "M11 9.25L3 9.25V10.75L11 10.75V9.25Z",
|
|
8082
|
+
fill: color
|
|
8265
8083
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8266
|
-
d: "
|
|
8267
|
-
|
|
8268
|
-
strokeWidth: "1.5"
|
|
8084
|
+
d: "M3 13.25L14 13.25V14.75L3 14.75V13.25Z",
|
|
8085
|
+
fill: color
|
|
8269
8086
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8270
|
-
d: "
|
|
8271
|
-
|
|
8272
|
-
strokeWidth: "1.5"
|
|
8087
|
+
d: "M21 5.25H3V6.75H21V5.25Z",
|
|
8088
|
+
fill: color
|
|
8273
8089
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8274
|
-
d: "M21
|
|
8275
|
-
|
|
8276
|
-
strokeWidth: "1.5"
|
|
8090
|
+
d: "M21 17.25H3V18.75H21V17.25Z",
|
|
8091
|
+
fill: color
|
|
8277
8092
|
}));
|
|
8278
8093
|
};
|
|
8279
8094
|
|
|
@@ -8303,21 +8118,17 @@ const AlignCenter = props => {
|
|
|
8303
8118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8304
8119
|
preserveAspectRatio: "xMidYMid meet"
|
|
8305
8120
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8306
|
-
d: "
|
|
8307
|
-
|
|
8308
|
-
strokeWidth: "1.5"
|
|
8121
|
+
d: "M21 5.25H3V6.75H21V5.25Z",
|
|
8122
|
+
fill: color
|
|
8309
8123
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8310
|
-
d: "
|
|
8311
|
-
|
|
8312
|
-
strokeWidth: "1.5"
|
|
8124
|
+
d: "M15 9.25H9V10.75H15V9.25Z",
|
|
8125
|
+
fill: color
|
|
8313
8126
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8314
|
-
d: "
|
|
8315
|
-
|
|
8316
|
-
strokeWidth: "1.5"
|
|
8127
|
+
d: "M7 13.25H17V14.75H7V13.25Z",
|
|
8128
|
+
fill: color
|
|
8317
8129
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8318
|
-
d: "M21
|
|
8319
|
-
|
|
8320
|
-
strokeWidth: "1.5"
|
|
8130
|
+
d: "M21 17.25H3V18.75H21V17.25Z",
|
|
8131
|
+
fill: color
|
|
8321
8132
|
}));
|
|
8322
8133
|
};
|
|
8323
8134
|
|
|
@@ -8347,21 +8158,17 @@ const AlignRight = props => {
|
|
|
8347
8158
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8348
8159
|
preserveAspectRatio: "xMidYMid meet"
|
|
8349
8160
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8350
|
-
d: "M21
|
|
8351
|
-
|
|
8352
|
-
strokeWidth: "1.5"
|
|
8161
|
+
d: "M21 9.25L13 9.25V10.75L21 10.75V9.25Z",
|
|
8162
|
+
fill: color
|
|
8353
8163
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8354
|
-
d: "
|
|
8355
|
-
|
|
8356
|
-
strokeWidth: "1.5"
|
|
8164
|
+
d: "M10 13.25L21 13.25V14.75L10 14.75V13.25Z",
|
|
8165
|
+
fill: color
|
|
8357
8166
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8358
|
-
d: "M21
|
|
8359
|
-
|
|
8360
|
-
strokeWidth: "1.5"
|
|
8167
|
+
d: "M21 5.25H3V6.75H21V5.25Z",
|
|
8168
|
+
fill: color
|
|
8361
8169
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8362
|
-
d: "M21
|
|
8363
|
-
|
|
8364
|
-
strokeWidth: "1.5"
|
|
8170
|
+
d: "M21 17.25H3V18.75H21V17.25Z",
|
|
8171
|
+
fill: color
|
|
8365
8172
|
}));
|
|
8366
8173
|
};
|
|
8367
8174
|
|
|
@@ -8391,21 +8198,17 @@ const AlignWide = props => {
|
|
|
8391
8198
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8392
8199
|
preserveAspectRatio: "xMidYMid meet"
|
|
8393
8200
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8394
|
-
d: "M21
|
|
8395
|
-
|
|
8396
|
-
strokeWidth: "1.5"
|
|
8201
|
+
d: "M21 5.25H3V6.75H21V5.25Z",
|
|
8202
|
+
fill: color
|
|
8397
8203
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8398
|
-
d: "M21
|
|
8399
|
-
|
|
8400
|
-
strokeWidth: "1.5"
|
|
8204
|
+
d: "M21 9.25H3V10.75H21V9.25Z",
|
|
8205
|
+
fill: color
|
|
8401
8206
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8402
|
-
d: "
|
|
8403
|
-
|
|
8404
|
-
strokeWidth: "1.5"
|
|
8207
|
+
d: "M3 13.25H21V14.75H3V13.25Z",
|
|
8208
|
+
fill: color
|
|
8405
8209
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8406
|
-
d: "M21
|
|
8407
|
-
|
|
8408
|
-
strokeWidth: "1.5"
|
|
8210
|
+
d: "M21 17.25H3V18.75H21V17.25Z",
|
|
8211
|
+
fill: color
|
|
8409
8212
|
}));
|
|
8410
8213
|
};
|
|
8411
8214
|
|
|
@@ -8497,17 +8300,8 @@ const Italic = props => {
|
|
|
8497
8300
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8498
8301
|
preserveAspectRatio: "xMidYMid meet"
|
|
8499
8302
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8500
|
-
d: "
|
|
8501
|
-
|
|
8502
|
-
strokeWidth: "1.5"
|
|
8503
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8504
|
-
d: "M14 20H3",
|
|
8505
|
-
stroke: color,
|
|
8506
|
-
strokeWidth: "1.5"
|
|
8507
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8508
|
-
d: "M15 4L9 20",
|
|
8509
|
-
stroke: color,
|
|
8510
|
-
strokeWidth: "1.5"
|
|
8303
|
+
d: "M8.48019 19.25L13.9177 4.75H10V3.25H21V4.75H15.5197L10.0822 19.25H14V20.75H3V19.25H8.48019Z",
|
|
8304
|
+
fill: color
|
|
8511
8305
|
}));
|
|
8512
8306
|
};
|
|
8513
8307
|
|
|
@@ -8537,10 +8331,10 @@ const Underline = props => {
|
|
|
8537
8331
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8538
8332
|
preserveAspectRatio: "xMidYMid meet"
|
|
8539
8333
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8540
|
-
d: "
|
|
8334
|
+
d: "M12.4141 16.7412C15.1641 16.7412 16.3672 15.2867 16.3672 11.9231V3.46851H18V12.1958C18 16.1049 16.0234 18.2867 12.4141 18.2867C8.97656 18.2867 7 16.1049 7 12.3776V3.46851H8.54688V12.1958C8.54688 15.2867 9.75 16.7412 12.4141 16.7412Z",
|
|
8541
8335
|
fill: color
|
|
8542
8336
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8543
|
-
d: "
|
|
8337
|
+
d: "M7.25781 20.105H17.8281V21.4686H7.25781V20.105Z",
|
|
8544
8338
|
fill: color
|
|
8545
8339
|
}));
|
|
8546
8340
|
};
|
|
@@ -8571,21 +8365,19 @@ const SendMessage = props => {
|
|
|
8571
8365
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8572
8366
|
preserveAspectRatio: "xMidYMid meet"
|
|
8573
8367
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8574
|
-
d: "M17
|
|
8575
|
-
|
|
8576
|
-
strokeWidth: "1.5"
|
|
8368
|
+
d: "M17 8.25H9V9.75H17V8.25Z",
|
|
8369
|
+
fill: color
|
|
8577
8370
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8578
|
-
d: "M17
|
|
8579
|
-
|
|
8580
|
-
strokeWidth: "1.5"
|
|
8371
|
+
d: "M17 11.25H9V12.75H17V11.25Z",
|
|
8372
|
+
fill: color
|
|
8581
8373
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8582
|
-
d: "
|
|
8583
|
-
|
|
8584
|
-
strokeWidth: "1.5"
|
|
8374
|
+
d: "M9 14.25H13V15.75H9V14.25Z",
|
|
8375
|
+
fill: color
|
|
8585
8376
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8586
|
-
|
|
8587
|
-
|
|
8588
|
-
|
|
8377
|
+
fillRule: "evenodd",
|
|
8378
|
+
clipRule: "evenodd",
|
|
8379
|
+
d: "M12.8953 4.25C8.14064 4.25 4.0407 7.6411 4.0407 12C4.0407 13.581 4.52066 15.2739 5.52405 16.5772L2.07825 19.75H12.8953C17.6501 19.75 21.75 16.3589 21.75 12C21.75 7.6411 17.6501 4.25 12.8953 4.25ZM5.5407 12C5.5407 8.66876 8.7547 5.75 12.8953 5.75C17.036 5.75 20.25 8.66876 20.25 12C20.25 15.3312 17.036 18.25 12.8953 18.25H5.92175L7.65346 16.6555L7.09943 16.1028C6.08279 15.0887 5.5407 13.5208 5.5407 12Z",
|
|
8380
|
+
fill: color
|
|
8589
8381
|
}));
|
|
8590
8382
|
};
|
|
8591
8383
|
|
|
@@ -8683,26 +8475,20 @@ const Analytics = props => {
|
|
|
8683
8475
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8684
8476
|
preserveAspectRatio: "xMidYMid meet"
|
|
8685
8477
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8686
|
-
|
|
8687
|
-
|
|
8688
|
-
|
|
8689
|
-
|
|
8690
|
-
fill: "white"
|
|
8691
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8692
|
-
d: "M17.3855 2.51514V21H21.3249V2.51514H17.3855Z",
|
|
8693
|
-
fill: "white"
|
|
8694
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8695
|
-
d: "M10.0269 6.75764V21.0001H13.9663V6.75764H10.0269Z",
|
|
8696
|
-
stroke: color,
|
|
8697
|
-
strokeWidth: "1.5"
|
|
8478
|
+
fillRule: "evenodd",
|
|
8479
|
+
clipRule: "evenodd",
|
|
8480
|
+
d: "M16.5924 2V21.9744H22V2H16.5924ZM20.5088 20.4752H18.0836V3.49921H20.5088V20.4752Z",
|
|
8481
|
+
fill: color
|
|
8698
8482
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8699
|
-
|
|
8700
|
-
|
|
8701
|
-
|
|
8483
|
+
fillRule: "evenodd",
|
|
8484
|
+
clipRule: "evenodd",
|
|
8485
|
+
d: "M9.27679 21.961V6.22678H14.6844V21.961H9.27679ZM10.768 20.4617H13.1931V7.72599H10.768V20.4617Z",
|
|
8486
|
+
fill: color
|
|
8702
8487
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8703
|
-
|
|
8704
|
-
|
|
8705
|
-
|
|
8488
|
+
fillRule: "evenodd",
|
|
8489
|
+
clipRule: "evenodd",
|
|
8490
|
+
d: "M2 22V11.2127H7.40759V22H2ZM3.49123 20.5008H5.91636V12.7119H3.49123V20.5008Z",
|
|
8491
|
+
fill: color
|
|
8706
8492
|
}));
|
|
8707
8493
|
};
|
|
8708
8494
|
|
|
@@ -8793,19 +8579,10 @@ const CustomFieldRemove = props => {
|
|
|
8793
8579
|
fill: "none",
|
|
8794
8580
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8795
8581
|
preserveAspectRatio: "xMidYMid meet"
|
|
8796
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
8797
|
-
clipPath: "url(#clip0_7619_1734)"
|
|
8798
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
8582
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8799
8583
|
d: "M22 6.1206V22H2V6.1206H7.24752V7.62814H3.48515V20.4925H20.5149V7.62814H16.8515V6.1206H22ZM9.52475 10.3417L11.802 8.03015L14.0792 10.3417H16.1584L12.8911 6.92462L15.5644 4.11055V2.1005L11.802 5.9196L8.0396 2V4.11055L10.8119 6.92462L7.44554 10.3417H9.52475Z",
|
|
8800
8584
|
fill: color
|
|
8801
|
-
}))
|
|
8802
|
-
id: "clip0_7619_1734"
|
|
8803
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
8804
|
-
width: "20",
|
|
8805
|
-
height: "20",
|
|
8806
|
-
fill: "white",
|
|
8807
|
-
transform: "translate(2 2)"
|
|
8808
|
-
}))));
|
|
8585
|
+
}));
|
|
8809
8586
|
};
|
|
8810
8587
|
|
|
8811
8588
|
CustomFieldRemove.propTypes = {
|
|
@@ -9539,19 +9316,10 @@ const Faq = props => {
|
|
|
9539
9316
|
fill: "none",
|
|
9540
9317
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9541
9318
|
preserveAspectRatio: "xMidYMid meet"
|
|
9542
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
9543
|
-
clipPath: "url(#clip0_7619_1783)"
|
|
9544
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
9319
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9545
9320
|
d: "M20.9 17.9799L21.6 22L17.9 20.392C17.4 20.593 16.9 20.794 16.3 20.794C14.2 20.995 12.3 20.2915 10.8 18.8844H13.3C14.1 19.2864 15.1 19.4874 16.1 19.3869C16.7 19.2864 17.1 19.1859 17.5 18.9849L17.8 18.7839L19.6 19.5879L19.3 17.6784L19.5 17.3769C20.1 16.6734 21.3 14.2613 19.8 11.5477H21.5C22.6 14.1608 21.9 16.6734 20.9 17.9799ZM10.9 17.5779C9 17.5779 7.8 17.1759 7 16.6734L2 18.0804L3.6 13.4573C3 12.3518 2.7 11.1457 2.7 9.73869C2.6 5.41709 6.3 2 10.9 2C15.5 2 19.1 5.41709 19.1 9.73869C19.1 14.0603 15.5 17.5779 10.9 17.5779ZM7.5 15.1658C8.2 15.5678 9.2 16.0704 10.9 16.0704C14.7 16.0704 17.6 13.3568 17.6 9.8392C17.6 6.32161 14.7 3.60804 10.9 3.60804C7.1 3.60804 4.1 6.32161 4.1 9.8392C4.1 11.0452 4.4 12.0503 5 13.0553L5.2 13.3568L4.3 15.8693L7.2 15.0653L7.5 15.1658ZM11.5 13.8593C11.5 13.4573 11.2 13.0553 10.7 13.0553C10.3 13.0553 9.9 13.3568 9.9 13.8593C9.9 14.3618 10.2 14.6633 10.7 14.6633C11.1 14.6633 11.5 14.2613 11.5 13.8593ZM11.4 7.22613C12.1 7.32663 12.4 7.82915 12.4 8.23116C12.4 8.53266 12.3 8.93467 11.6 9.53769C10.6 10.2412 10 10.9447 10 12.2513H11.5C11.5 11.6482 11.6 11.3467 12.5 10.6432C13.5 9.8392 13.9 9.13568 13.9 8.13065C13.9 6.92462 13 5.9196 11.7 5.61809C10.7 5.41709 9.6 5.61809 8.9 6.22111C8.2 6.82412 7.9 7.62814 7.9 8.63317H9.4C9.4 8.03015 9.5 7.62814 9.9 7.32663C10.2 7.22613 10.8 7.12563 11.4 7.22613Z",
|
|
9546
9321
|
fill: color
|
|
9547
|
-
}))
|
|
9548
|
-
id: "clip0_7619_1783"
|
|
9549
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
9550
|
-
width: "20",
|
|
9551
|
-
height: "20",
|
|
9552
|
-
fill: "white",
|
|
9553
|
-
transform: "translate(2 2)"
|
|
9554
|
-
}))));
|
|
9322
|
+
}));
|
|
9555
9323
|
};
|
|
9556
9324
|
|
|
9557
9325
|
Faq.propTypes = {
|
|
@@ -9644,13 +9412,13 @@ const Tap = props => {
|
|
|
9644
9412
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9645
9413
|
preserveAspectRatio: "xMidYMid meet"
|
|
9646
9414
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9647
|
-
d: "
|
|
9648
|
-
|
|
9649
|
-
strokeWidth: "1.5"
|
|
9415
|
+
d: "M8.84998 7.3C8.84998 5.31421 10.4142 3.75 12.4 3.75C14.3858 3.75 15.95 5.31421 15.95 7.3H17.45C17.45 4.48579 15.2142 2.25 12.4 2.25C9.58576 2.25 7.34998 4.48579 7.34998 7.3H8.84998Z",
|
|
9416
|
+
fill: color
|
|
9650
9417
|
}), /*#__PURE__*/React.createElement("path", {
|
|
9651
|
-
|
|
9652
|
-
|
|
9653
|
-
|
|
9418
|
+
fillRule: "evenodd",
|
|
9419
|
+
clipRule: "evenodd",
|
|
9420
|
+
d: "M12.4663 4.91254C13.4683 4.93432 14.35 5.76153 14.35 6.99986V14.3971C14.8038 14.1138 15.2417 13.9069 15.6584 13.7732C16.4422 13.5218 17.2071 13.5149 17.8354 13.829L17.8612 13.8419L17.8859 13.8567C18.6602 14.3214 19.05 15.1983 19.05 16.0999V16.7352L18.4233 16.8397C16.3962 17.1775 14.6665 18.8884 13.8184 21.7154L13.658 22.2499H6.45522C6.43719 22.2513 6.4188 22.2521 6.40005 22.2522C6.1795 22.2537 6.02113 22.161 5.94124 22.1015C5.80368 21.999 5.73536 21.8741 5.71933 21.8448L5.71823 21.8428C5.67125 21.7572 5.64192 21.6689 5.62655 21.6204C5.58957 21.5039 5.55233 21.3506 5.51625 21.1801C5.44245 20.8312 5.35817 20.3361 5.28131 19.7469C5.12806 18.5719 4.99939 16.9848 5.05002 15.3876C5.05235 13.7648 5.51702 12.3647 6.6804 11.5084C7.64873 10.7956 8.96343 10.5633 10.55 10.7315V7.09986C10.55 6.45601 10.7373 5.89863 11.1058 5.49546C11.4747 5.09173 11.9738 4.90183 12.4663 4.91254ZM12.05 7.09986C12.05 6.74371 12.1502 6.57609 12.213 6.50739C12.2753 6.43924 12.3512 6.41039 12.4337 6.41218C12.5213 6.41409 12.6192 6.45198 12.6974 6.5341C12.7696 6.60999 12.85 6.75126 12.85 6.99986V17.5618L14.0962 16.4622C14.893 15.7592 15.5795 15.3738 16.1166 15.2015C16.6319 15.0362 16.9603 15.0799 17.1388 15.1586C17.2531 15.2345 17.3615 15.3591 17.4383 15.5307C15.1875 16.2008 13.4742 18.1349 12.5555 20.7499H6.9593C6.90064 20.4534 6.83273 20.0437 6.76871 19.5529C6.62235 18.4307 6.50128 16.9228 6.54962 15.424L6.55001 15.412V15.3999C6.55001 14.0279 6.93593 13.1828 7.56963 12.7164C8.2264 12.2329 9.35038 12.0033 11.1641 12.3375L12.05 12.5006V7.09986Z",
|
|
9421
|
+
fill: color
|
|
9654
9422
|
}));
|
|
9655
9423
|
};
|
|
9656
9424
|
|
|
@@ -9683,14 +9451,12 @@ const NewOrphanMobile = props => {
|
|
|
9683
9451
|
d: "M12.0526 20.0415C12.7502 20.0415 13.3157 19.4745 13.3157 18.7751C13.3157 18.0757 12.7502 17.5088 12.0526 17.5088C11.355 17.5088 10.7894 18.0757 10.7894 18.7751C10.7894 19.4745 11.355 20.0415 12.0526 20.0415Z",
|
|
9684
9452
|
fill: color
|
|
9685
9453
|
}), /*#__PURE__*/React.createElement("path", {
|
|
9686
|
-
|
|
9687
|
-
clipRule: "evenodd",
|
|
9688
|
-
d: "M7.52637 3.06274C6.99499 3.06274 6.59216 3.46388 6.59216 4.00119V19.9359C6.59216 20.4732 6.99499 20.8743 7.52637 20.8743H16.4737C17.0906 20.8743 17.4566 20.4158 17.4125 20.0185L17.408 19.9773V4.00119C17.408 3.46388 17.0051 3.06274 16.4737 3.06274H7.52637ZM5.09216 4.00119C5.09216 2.639 6.16302 1.56274 7.52637 1.56274H16.4737C17.8371 1.56274 18.908 2.639 18.908 4.00119V19.8983C19.0434 21.3757 17.7388 22.3743 16.4737 22.3743H7.52637C6.16302 22.3743 5.09216 21.298 5.09216 19.9359V4.00119Z",
|
|
9454
|
+
d: "M10.1578 5.59546H13.842V4.09546H10.1578V5.59546Z",
|
|
9689
9455
|
fill: color
|
|
9690
9456
|
}), /*#__PURE__*/React.createElement("path", {
|
|
9691
9457
|
fillRule: "evenodd",
|
|
9692
9458
|
clipRule: "evenodd",
|
|
9693
|
-
d: "
|
|
9459
|
+
d: "M5.09216 4.00119C5.09216 2.639 6.16302 1.56274 7.52637 1.56274H16.4737C17.8371 1.56274 18.908 2.639 18.908 4.00119V19.8983C19.0434 21.3757 17.7388 22.3743 16.4737 22.3743H7.52637C6.16302 22.3743 5.09216 21.298 5.09216 19.9359V4.00119ZM7.52637 3.06274C6.99499 3.06274 6.59216 3.46388 6.59216 4.00119V19.9359C6.59216 20.4732 6.99499 20.8743 7.52637 20.8743H16.4737C17.0906 20.8743 17.4566 20.4158 17.4125 20.0185L17.408 19.9773V4.00119C17.408 3.46388 17.0051 3.06274 16.4737 3.06274H7.52637Z",
|
|
9694
9460
|
fill: color
|
|
9695
9461
|
}));
|
|
9696
9462
|
};
|
|
@@ -10081,7 +9847,7 @@ const ProfessionalConsulting = props => {
|
|
|
10081
9847
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10082
9848
|
preserveAspectRatio: "xMidYMid meet"
|
|
10083
9849
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10084
|
-
d: "M7.27053 15.5155C9.
|
|
9850
|
+
d: "M7.27053 15.5155C9.39614 15.5155 11.2029 13.5876 11.2029 11.3196C11.2029 9.05155 9.39614 7.12371 7.27053 7.12371C5.14493 7.12371 3.33816 9.05155 3.33816 11.3196C3.33816 13.701 5.14493 15.5155 7.27053 15.5155ZM7.27053 8.82474C8.54589 8.82474 9.6087 9.95876 9.6087 11.3196C9.6087 12.6804 8.54589 13.8144 7.27053 13.8144C5.99517 13.8144 4.93237 12.6804 4.93237 11.3196C4.93237 9.95876 5.99517 8.82474 7.27053 8.82474ZM13.6473 20.2784C13.7536 21.0722 13.5411 21.9794 13.3285 22.8866H11.7343C11.9469 21.9794 12.1594 21.0722 12.0531 20.5052C11.8406 18.2371 8.54589 17.7835 7.37681 17.7835C7.37681 17.7835 7.37681 17.7835 7.27053 17.7835C5.99517 17.7835 2.80676 18.2371 2.5942 20.6186C2.5942 21.1856 2.70048 22.2062 2.91304 23H1.31884C1.10628 21.9794 1 20.9588 1 20.2784C1.42512 16.8763 5.25121 15.9691 7.37681 15.9691C9.39614 15.9691 13.3285 16.8763 13.6473 20.2784ZM17.686 1C14.8164 1 12.372 3.38144 12.372 6.2165C12.372 7.57732 12.9034 8.82474 13.7536 9.73196L12.372 13.2474L17.8986 11.6598C21.2995 10.6392 23 8.82474 23 6.10309C22.8937 3.38144 20.5556 1 17.686 1ZM17.4734 10.0722L15.1353 10.7526L15.7729 9.27835L15.2415 8.82474C14.3913 8.14433 13.9662 7.23711 13.9662 6.2165C13.9662 4.28866 15.6667 2.70103 17.686 2.70103C19.7053 2.70103 21.4058 4.28866 21.4058 6.2165C21.2995 7.35052 20.8744 9.05155 17.4734 10.0722Z",
|
|
10085
9851
|
fill: color
|
|
10086
9852
|
}));
|
|
10087
9853
|
};
|