@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.es.js
CHANGED
|
@@ -597,24 +597,17 @@ const Settings = props => {
|
|
|
597
597
|
fill: "none",
|
|
598
598
|
xmlns: "http://www.w3.org/2000/svg",
|
|
599
599
|
preserveAspectRatio: "xMidYMid meet"
|
|
600
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
d: "M12
|
|
604
|
-
|
|
605
|
-
strokeWidth: "1.5"
|
|
600
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
601
|
+
fillRule: "evenodd",
|
|
602
|
+
clipRule: "evenodd",
|
|
603
|
+
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",
|
|
604
|
+
fill: color
|
|
606
605
|
}), /*#__PURE__*/React.createElement("path", {
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
613
|
-
width: "20",
|
|
614
|
-
height: "20",
|
|
615
|
-
fill: "white",
|
|
616
|
-
transform: "translate(2 2)"
|
|
617
|
-
}))));
|
|
606
|
+
fillRule: "evenodd",
|
|
607
|
+
clipRule: "evenodd",
|
|
608
|
+
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",
|
|
609
|
+
fill: color
|
|
610
|
+
}));
|
|
618
611
|
};
|
|
619
612
|
|
|
620
613
|
Settings.propTypes = {
|
|
@@ -829,7 +822,7 @@ const Close = props => {
|
|
|
829
822
|
xmlns: "http://www.w3.org/2000/svg",
|
|
830
823
|
preserveAspectRatio: "xMidYMid meet"
|
|
831
824
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
832
|
-
d: "
|
|
825
|
+
d: "M5 19V16.971L10.8248 12L5 7.02899V5L12.0511 10.9855L19 5V7.02899L13.1752 12L19 16.971V19L12.0511 13.0145L5 19Z",
|
|
833
826
|
fill: color
|
|
834
827
|
}));
|
|
835
828
|
};
|
|
@@ -860,9 +853,7 @@ const Plus = props => {
|
|
|
860
853
|
xmlns: "http://www.w3.org/2000/svg",
|
|
861
854
|
preserveAspectRatio: "xMidYMid meet"
|
|
862
855
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
863
|
-
|
|
864
|
-
clipRule: "evenodd",
|
|
865
|
-
d: "M12.7007 11.2007V2H11.2007V11.2007H2V12.7007H11.2007V22H12.7007V12.7007H22V11.2007H12.7007Z",
|
|
856
|
+
d: "M11.25 19V12.75H5V11.25H11.25V5H12.75V11.25H19V12.75H12.75V19H11.25Z",
|
|
866
857
|
fill: color
|
|
867
858
|
}));
|
|
868
859
|
};
|
|
@@ -893,9 +884,8 @@ const Minus = props => {
|
|
|
893
884
|
xmlns: "http://www.w3.org/2000/svg",
|
|
894
885
|
preserveAspectRatio: "xMidYMid meet"
|
|
895
886
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
896
|
-
d: "
|
|
897
|
-
|
|
898
|
-
strokeWidth: "1.5"
|
|
887
|
+
d: "M5 11.25V12.75H19V11.25H5Z",
|
|
888
|
+
fill: color
|
|
899
889
|
}));
|
|
900
890
|
};
|
|
901
891
|
|
|
@@ -1160,10 +1150,15 @@ const Reels = props => {
|
|
|
1160
1150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1161
1151
|
preserveAspectRatio: "xMidYMid meet"
|
|
1162
1152
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1153
|
+
fillRule: "evenodd",
|
|
1154
|
+
clipRule: "evenodd",
|
|
1155
|
+
d: "M16.1918 13.1384L9.73131 9.32475V16.9521L16.1918 13.1384ZM13.241 13.1384L11.2313 14.3248V11.9521L13.241 13.1384Z",
|
|
1156
|
+
fill: color
|
|
1157
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1158
|
+
fillRule: "evenodd",
|
|
1159
|
+
clipRule: "evenodd",
|
|
1160
|
+
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",
|
|
1161
|
+
fill: color
|
|
1167
1162
|
}));
|
|
1168
1163
|
};
|
|
1169
1164
|
|
|
@@ -1192,20 +1187,18 @@ const InstagramChannel3 = props => {
|
|
|
1192
1187
|
fill: "none",
|
|
1193
1188
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1194
1189
|
preserveAspectRatio: "xMidYMid meet"
|
|
1195
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
1196
|
-
|
|
1197
|
-
cy: "6.82353",
|
|
1198
|
-
r: "1.32353",
|
|
1190
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1191
|
+
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",
|
|
1199
1192
|
fill: color
|
|
1200
1193
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1201
1194
|
fillRule: "evenodd",
|
|
1202
1195
|
clipRule: "evenodd",
|
|
1203
|
-
d: "
|
|
1196
|
+
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",
|
|
1204
1197
|
fill: color
|
|
1205
1198
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1206
1199
|
fillRule: "evenodd",
|
|
1207
1200
|
clipRule: "evenodd",
|
|
1208
|
-
d: "
|
|
1201
|
+
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",
|
|
1209
1202
|
fill: color
|
|
1210
1203
|
}));
|
|
1211
1204
|
};
|
|
@@ -1272,12 +1265,13 @@ const Data = props => {
|
|
|
1272
1265
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1273
1266
|
preserveAspectRatio: "xMidYMid meet"
|
|
1274
1267
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1275
|
-
d: "M5.21302
|
|
1268
|
+
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",
|
|
1276
1269
|
fill: color
|
|
1277
|
-
}), /*#__PURE__*/React.createElement("
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1270
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1271
|
+
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",
|
|
1272
|
+
fill: color
|
|
1273
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1274
|
+
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",
|
|
1281
1275
|
fill: color
|
|
1282
1276
|
}));
|
|
1283
1277
|
};
|
|
@@ -1342,13 +1336,13 @@ const Sms = props => {
|
|
|
1342
1336
|
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",
|
|
1343
1337
|
fill: color
|
|
1344
1338
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1345
|
-
d: "
|
|
1346
|
-
|
|
1347
|
-
strokeWidth: "1.5"
|
|
1339
|
+
d: "M10.1578 5.59546H13.842V4.09546H10.1578V5.59546Z",
|
|
1340
|
+
fill: color
|
|
1348
1341
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1342
|
+
fillRule: "evenodd",
|
|
1343
|
+
clipRule: "evenodd",
|
|
1344
|
+
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",
|
|
1345
|
+
fill: color
|
|
1352
1346
|
}));
|
|
1353
1347
|
};
|
|
1354
1348
|
|
|
@@ -1657,9 +1651,10 @@ const Ads = props => {
|
|
|
1657
1651
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1658
1652
|
preserveAspectRatio: "xMidYMid meet"
|
|
1659
1653
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1654
|
+
fillRule: "evenodd",
|
|
1655
|
+
clipRule: "evenodd",
|
|
1656
|
+
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",
|
|
1657
|
+
fill: color
|
|
1663
1658
|
}));
|
|
1664
1659
|
};
|
|
1665
1660
|
|
|
@@ -1844,7 +1839,9 @@ const ClearMobile = props => {
|
|
|
1844
1839
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1845
1840
|
preserveAspectRatio: "xMidYMid meet"
|
|
1846
1841
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1847
|
-
|
|
1842
|
+
fillRule: "evenodd",
|
|
1843
|
+
clipRule: "evenodd",
|
|
1844
|
+
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",
|
|
1848
1845
|
fill: color
|
|
1849
1846
|
}));
|
|
1850
1847
|
};
|
|
@@ -2000,7 +1997,7 @@ const Image = props => {
|
|
|
2000
1997
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2001
1998
|
preserveAspectRatio: "xMidYMid meet"
|
|
2002
1999
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2003
|
-
d: "M2
|
|
2000
|
+
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",
|
|
2004
2001
|
fill: color
|
|
2005
2002
|
}));
|
|
2006
2003
|
};
|
|
@@ -2071,13 +2068,15 @@ const VideoCircleTg = props => {
|
|
|
2071
2068
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2072
2069
|
preserveAspectRatio: "xMidYMid meet"
|
|
2073
2070
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2071
|
+
fillRule: "evenodd",
|
|
2072
|
+
clipRule: "evenodd",
|
|
2073
|
+
d: "M16.9091 11.9897L9.15002 7.61633V16.5041L16.9091 11.9897ZM13.8909 12.0103L10.65 13.8959V10.1836L13.8909 12.0103Z",
|
|
2074
|
+
fill: color
|
|
2077
2075
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2076
|
+
fillRule: "evenodd",
|
|
2077
|
+
clipRule: "evenodd",
|
|
2078
|
+
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",
|
|
2079
|
+
fill: color
|
|
2081
2080
|
}));
|
|
2082
2081
|
};
|
|
2083
2082
|
|
|
@@ -2573,57 +2572,10 @@ const TemplateMediaBg = props => {
|
|
|
2573
2572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2574
2573
|
preserveAspectRatio: "xMidYMid meet"
|
|
2575
2574
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
d: "M3 15.1411V18.9103",
|
|
2581
|
-
stroke: color,
|
|
2582
|
-
strokeWidth: "1.5"
|
|
2583
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2584
|
-
d: "M7.45264 15.1411V18.9103",
|
|
2585
|
-
stroke: color,
|
|
2586
|
-
strokeWidth: "1.5"
|
|
2587
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2588
|
-
d: "M11.9053 15.1411V18.9103",
|
|
2589
|
-
stroke: color,
|
|
2590
|
-
strokeWidth: "1.5"
|
|
2591
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2592
|
-
d: "M16.4526 15.1411V18.9103",
|
|
2593
|
-
stroke: color,
|
|
2594
|
-
strokeWidth: "1.5"
|
|
2595
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2596
|
-
d: "M20.9053 15.1411V18.9103",
|
|
2597
|
-
stroke: color,
|
|
2598
|
-
strokeWidth: "1.5"
|
|
2599
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2600
|
-
d: "M3 5V8.67949",
|
|
2601
|
-
stroke: color,
|
|
2602
|
-
strokeWidth: "1.5"
|
|
2603
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2604
|
-
d: "M7.45264 5V8.67949",
|
|
2605
|
-
stroke: color,
|
|
2606
|
-
strokeWidth: "1.5"
|
|
2607
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2608
|
-
d: "M11.9053 5V8.67949",
|
|
2609
|
-
stroke: color,
|
|
2610
|
-
strokeWidth: "1.5"
|
|
2611
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2612
|
-
d: "M16.4526 5V8.67949",
|
|
2613
|
-
stroke: color,
|
|
2614
|
-
strokeWidth: "1.5"
|
|
2615
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2616
|
-
d: "M20.9053 5V8.67949",
|
|
2617
|
-
stroke: color,
|
|
2618
|
-
strokeWidth: "1.5"
|
|
2619
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2620
|
-
d: "M20.9053 15.1411H3",
|
|
2621
|
-
stroke: color,
|
|
2622
|
-
strokeWidth: "1.5"
|
|
2623
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2624
|
-
d: "M20.9053 8.6795H3",
|
|
2625
|
-
stroke: color,
|
|
2626
|
-
strokeWidth: "1.5"
|
|
2575
|
+
fillRule: "evenodd",
|
|
2576
|
+
clipRule: "evenodd",
|
|
2577
|
+
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",
|
|
2578
|
+
fill: color
|
|
2627
2579
|
}));
|
|
2628
2580
|
};
|
|
2629
2581
|
|
|
@@ -2653,21 +2605,21 @@ const TemplateTextMedia = props => {
|
|
|
2653
2605
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2654
2606
|
preserveAspectRatio: "xMidYMid meet"
|
|
2655
2607
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2608
|
+
fillRule: "evenodd",
|
|
2609
|
+
clipRule: "evenodd",
|
|
2610
|
+
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",
|
|
2611
|
+
fill: color
|
|
2659
2612
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2660
|
-
d: "M16.8
|
|
2661
|
-
|
|
2662
|
-
strokeWidth: "1.5"
|
|
2613
|
+
d: "M16.8 13.25H7V14.75H16.8V13.25Z",
|
|
2614
|
+
fill: color
|
|
2663
2615
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2664
|
-
d: "
|
|
2665
|
-
|
|
2666
|
-
strokeWidth: "1.5"
|
|
2616
|
+
d: "M8 16.25H15.6V17.75H8V16.25Z",
|
|
2617
|
+
fill: color
|
|
2667
2618
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2619
|
+
fillRule: "evenodd",
|
|
2620
|
+
clipRule: "evenodd",
|
|
2621
|
+
d: "M22 21V3H2V21H22ZM3.5 4.5H20.5V19.5H3.5V4.5Z",
|
|
2622
|
+
fill: color
|
|
2671
2623
|
}));
|
|
2672
2624
|
};
|
|
2673
2625
|
|
|
@@ -2697,13 +2649,12 @@ const WhatsAppWidget = props => {
|
|
|
2697
2649
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2698
2650
|
preserveAspectRatio: "xMidYMid meet"
|
|
2699
2651
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2700
|
-
d: "
|
|
2701
|
-
|
|
2702
|
-
strokeWidth: "1.5"
|
|
2652
|
+
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",
|
|
2653
|
+
fill: color
|
|
2703
2654
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2704
2655
|
fillRule: "evenodd",
|
|
2705
2656
|
clipRule: "evenodd",
|
|
2706
|
-
d: "
|
|
2657
|
+
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",
|
|
2707
2658
|
fill: color
|
|
2708
2659
|
}));
|
|
2709
2660
|
};
|
|
@@ -2891,19 +2842,10 @@ const TriggerIgStoryReply = props => {
|
|
|
2891
2842
|
fill: "none",
|
|
2892
2843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2893
2844
|
preserveAspectRatio: "xMidYMid meet"
|
|
2894
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
2895
|
-
clipPath: "url(#clip0_7615_699)"
|
|
2896
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
2845
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2897
2846
|
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",
|
|
2898
2847
|
fill: color
|
|
2899
|
-
}))
|
|
2900
|
-
id: "clip0_7615_699"
|
|
2901
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
2902
|
-
width: "20",
|
|
2903
|
-
height: "20",
|
|
2904
|
-
fill: "white",
|
|
2905
|
-
transform: "translate(2 2)"
|
|
2906
|
-
}))));
|
|
2848
|
+
}));
|
|
2907
2849
|
};
|
|
2908
2850
|
|
|
2909
2851
|
TriggerIgStoryReply.propTypes = {
|
|
@@ -3097,9 +3039,10 @@ const OrphanIntegration = props => {
|
|
|
3097
3039
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3098
3040
|
preserveAspectRatio: "xMidYMid meet"
|
|
3099
3041
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3042
|
+
fillRule: "evenodd",
|
|
3043
|
+
clipRule: "evenodd",
|
|
3044
|
+
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",
|
|
3045
|
+
fill: color
|
|
3103
3046
|
}));
|
|
3104
3047
|
};
|
|
3105
3048
|
|
|
@@ -3377,13 +3320,10 @@ const OrphanLongArrow = props => {
|
|
|
3377
3320
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3378
3321
|
preserveAspectRatio: "xMidYMid meet"
|
|
3379
3322
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
d: "M20.5 11.4L10.5 6L12.6 11.4L10.5 16.8L20.5 11.4Z",
|
|
3385
|
-
stroke: color,
|
|
3386
|
-
strokeWidth: "1.5"
|
|
3323
|
+
fillRule: "evenodd",
|
|
3324
|
+
clipRule: "evenodd",
|
|
3325
|
+
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",
|
|
3326
|
+
fill: color
|
|
3387
3327
|
}));
|
|
3388
3328
|
};
|
|
3389
3329
|
|
|
@@ -3506,20 +3446,20 @@ const OrphanMainMenu = props => {
|
|
|
3506
3446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3507
3447
|
preserveAspectRatio: "xMidYMid meet"
|
|
3508
3448
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3449
|
+
fillRule: "evenodd",
|
|
3450
|
+
clipRule: "evenodd",
|
|
3451
|
+
d: "M2.0343 4.00293H22.0637V7.94999H2.0343V4.00293ZM3.5343 5.50293V6.44999H20.5637V5.50293H3.5343Z",
|
|
3452
|
+
fill: color
|
|
3513
3453
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3454
|
+
fillRule: "evenodd",
|
|
3455
|
+
clipRule: "evenodd",
|
|
3456
|
+
d: "M2.0343 10.0265H22.0637V13.9735H2.0343V10.0265ZM3.5343 11.5265V12.4735H20.5637V11.5265H3.5343Z",
|
|
3457
|
+
fill: color
|
|
3518
3458
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3459
|
+
fillRule: "evenodd",
|
|
3460
|
+
clipRule: "evenodd",
|
|
3461
|
+
d: "M22.0637 16.05H2.0343V19.997H22.0637V16.05ZM3.5343 18.497V17.55H20.5637V18.497H3.5343Z",
|
|
3462
|
+
fill: color
|
|
3523
3463
|
}));
|
|
3524
3464
|
};
|
|
3525
3465
|
|
|
@@ -3549,9 +3489,10 @@ const OrphanLiveChatDone = props => {
|
|
|
3549
3489
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3550
3490
|
preserveAspectRatio: "xMidYMid meet"
|
|
3551
3491
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3492
|
+
fillRule: "evenodd",
|
|
3493
|
+
clipRule: "evenodd",
|
|
3494
|
+
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",
|
|
3495
|
+
fill: color
|
|
3555
3496
|
}));
|
|
3556
3497
|
};
|
|
3557
3498
|
|
|
@@ -3580,20 +3521,12 @@ const OrphanFbChat = props => {
|
|
|
3580
3521
|
fill: "none",
|
|
3581
3522
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3582
3523
|
preserveAspectRatio: "xMidYMid meet"
|
|
3583
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
d: "
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3590
|
-
id: "clip0_7615_839"
|
|
3591
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
3592
|
-
width: "20",
|
|
3593
|
-
height: "19",
|
|
3594
|
-
fill: "white",
|
|
3595
|
-
transform: "translate(2 2)"
|
|
3596
|
-
}))));
|
|
3524
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
3525
|
+
fillRule: "evenodd",
|
|
3526
|
+
clipRule: "evenodd",
|
|
3527
|
+
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",
|
|
3528
|
+
fill: color
|
|
3529
|
+
}));
|
|
3597
3530
|
};
|
|
3598
3531
|
|
|
3599
3532
|
OrphanFbChat.propTypes = {
|
|
@@ -3838,28 +3771,13 @@ const CufText = props => {
|
|
|
3838
3771
|
fill: "none",
|
|
3839
3772
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3840
3773
|
preserveAspectRatio: "xMidYMid meet"
|
|
3841
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
d: "M21.293 6.64649V2.80811H2.80811V6.64649",
|
|
3845
|
-
stroke: color,
|
|
3846
|
-
strokeWidth: "1.5"
|
|
3847
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
3848
|
-
d: "M12 4.62628V21.2929H8.66663",
|
|
3849
|
-
stroke: color,
|
|
3850
|
-
strokeWidth: "1.5"
|
|
3774
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
3775
|
+
d: "M2.05811 2.05811H22.043V6.64649H20.543V3.55811H3.55811V6.64649H2.05811V2.05811Z",
|
|
3776
|
+
fill: color
|
|
3851
3777
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3852
|
-
d: "
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3856
|
-
id: "clip0_7615_833"
|
|
3857
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
3858
|
-
width: "20",
|
|
3859
|
-
height: "20",
|
|
3860
|
-
fill: "white",
|
|
3861
|
-
transform: "translate(2 2)"
|
|
3862
|
-
}))));
|
|
3778
|
+
d: "M11.25 20.5429V4.62628H12.75V20.5429H15.4343V22.0429L8.66663 22.0429V20.5429H11.25Z",
|
|
3779
|
+
fill: color
|
|
3780
|
+
}));
|
|
3863
3781
|
};
|
|
3864
3782
|
|
|
3865
3783
|
CufText.propTypes = {
|
|
@@ -3982,9 +3900,10 @@ const OrphanAction = props => {
|
|
|
3982
3900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3983
3901
|
preserveAspectRatio: "xMidYMid meet"
|
|
3984
3902
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3903
|
+
fillRule: "evenodd",
|
|
3904
|
+
clipRule: "evenodd",
|
|
3905
|
+
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",
|
|
3906
|
+
fill: color
|
|
3988
3907
|
}));
|
|
3989
3908
|
};
|
|
3990
3909
|
|
|
@@ -4076,10 +3995,14 @@ const CufEnum = props => {
|
|
|
4076
3995
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4077
3996
|
preserveAspectRatio: "xMidYMid meet"
|
|
4078
3997
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4079
|
-
d: "
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
3998
|
+
d: "M21.75 5.25H2.25V6.75H21.75V5.25Z",
|
|
3999
|
+
fill: color
|
|
4000
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4001
|
+
d: "M21.75 11.25H2.25V12.75H21.75V11.25Z",
|
|
4002
|
+
fill: color
|
|
4003
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4004
|
+
d: "M21.75 17.25H2.25V18.75H21.75V17.25Z",
|
|
4005
|
+
fill: color
|
|
4083
4006
|
}));
|
|
4084
4007
|
};
|
|
4085
4008
|
|
|
@@ -4109,9 +4032,10 @@ const CufNoIcon = props => {
|
|
|
4109
4032
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4110
4033
|
preserveAspectRatio: "xMidYMid meet"
|
|
4111
4034
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4035
|
+
fillRule: "evenodd",
|
|
4036
|
+
clipRule: "evenodd",
|
|
4037
|
+
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",
|
|
4038
|
+
fill: color
|
|
4115
4039
|
}));
|
|
4116
4040
|
};
|
|
4117
4041
|
|
|
@@ -4141,9 +4065,11 @@ const CufArray = props => {
|
|
|
4141
4065
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4142
4066
|
preserveAspectRatio: "xMidYMid meet"
|
|
4143
4067
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4144
|
-
d: "M9
|
|
4145
|
-
|
|
4146
|
-
|
|
4068
|
+
d: "M9 2.25H3.25V21.75H9V20.25H4.75V3.75H9V2.25Z",
|
|
4069
|
+
fill: color
|
|
4070
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4071
|
+
d: "M20.75 2.25H15V3.75H19.25V20.25H15V21.75H20.75V2.25Z",
|
|
4072
|
+
fill: color
|
|
4147
4073
|
}));
|
|
4148
4074
|
};
|
|
4149
4075
|
|
|
@@ -4175,9 +4101,8 @@ const PhoneOutgoing = props => {
|
|
|
4175
4101
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4176
4102
|
fillRule: "evenodd",
|
|
4177
4103
|
clipRule: "evenodd",
|
|
4178
|
-
d: "
|
|
4179
|
-
|
|
4180
|
-
strokeWidth: "1.5"
|
|
4104
|
+
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",
|
|
4105
|
+
fill: color
|
|
4181
4106
|
}));
|
|
4182
4107
|
};
|
|
4183
4108
|
|
|
@@ -4207,13 +4132,15 @@ const Camera = props => {
|
|
|
4207
4132
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4208
4133
|
preserveAspectRatio: "xMidYMid meet"
|
|
4209
4134
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4135
|
+
fillRule: "evenodd",
|
|
4136
|
+
clipRule: "evenodd",
|
|
4137
|
+
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",
|
|
4138
|
+
fill: color
|
|
4213
4139
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
|
|
4140
|
+
fillRule: "evenodd",
|
|
4141
|
+
clipRule: "evenodd",
|
|
4142
|
+
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",
|
|
4143
|
+
fill: color
|
|
4217
4144
|
}));
|
|
4218
4145
|
};
|
|
4219
4146
|
|
|
@@ -4305,9 +4232,10 @@ const DefaultReply = props => {
|
|
|
4305
4232
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4306
4233
|
preserveAspectRatio: "xMidYMid meet"
|
|
4307
4234
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
|
|
4235
|
+
fillRule: "evenodd",
|
|
4236
|
+
clipRule: "evenodd",
|
|
4237
|
+
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",
|
|
4238
|
+
fill: color
|
|
4311
4239
|
}));
|
|
4312
4240
|
};
|
|
4313
4241
|
|
|
@@ -4337,16 +4265,16 @@ const Fullscreen = props => {
|
|
|
4337
4265
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4338
4266
|
preserveAspectRatio: "xMidYMid meet"
|
|
4339
4267
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4340
|
-
d: "M13.0218
|
|
4268
|
+
d: "M13.0218 3.48352L20.5201 3.48352V11H22V2H13.0218V3.48352Z",
|
|
4341
4269
|
fill: color
|
|
4342
4270
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4343
|
-
d: "
|
|
4271
|
+
d: "M19.3485 5.67944L14.0464 10.9944L13 9.94539L18.3021 4.63044L19.3485 5.67944Z",
|
|
4344
4272
|
fill: color
|
|
4345
4273
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4346
|
-
d: "
|
|
4274
|
+
d: "M3.47991 13L3.47991 20.5165H10.9778V22H2.00006V13H3.47991Z",
|
|
4347
4275
|
fill: color
|
|
4348
4276
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4349
|
-
d: "
|
|
4277
|
+
d: "M11 14.0544L5.69821 19.3694L4.6518 18.3204L9.95361 13.0054L11 14.0544Z",
|
|
4350
4278
|
fill: color
|
|
4351
4279
|
}));
|
|
4352
4280
|
};
|
|
@@ -4383,7 +4311,7 @@ const ArrowDrag = props => {
|
|
|
4383
4311
|
d: "M15.0189 17L12 19.9808L9.07547 17H7L12 22L17 17H15.0189Z",
|
|
4384
4312
|
fill: color
|
|
4385
4313
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4386
|
-
d: "
|
|
4314
|
+
d: "M11.2452 7.30005H12.6603V16.6H11.2452V7.30005Z",
|
|
4387
4315
|
fill: color
|
|
4388
4316
|
}));
|
|
4389
4317
|
};
|
|
@@ -4445,16 +4373,16 @@ const ExitFullscreen = props => {
|
|
|
4445
4373
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4446
4374
|
preserveAspectRatio: "xMidYMid meet"
|
|
4447
4375
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4448
|
-
d: "
|
|
4376
|
+
d: "M15.6515 7.32056L20.9536 2.0056L22.0001 3.05461L16.698 8.36956L15.6515 7.32056Z",
|
|
4449
4377
|
fill: color
|
|
4450
4378
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4451
|
-
d: "
|
|
4379
|
+
d: "M2 20.9456L7.30181 15.6306L8.34822 16.6796L3.04641 21.9946L2 20.9456Z",
|
|
4452
4380
|
fill: color
|
|
4453
4381
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4454
|
-
d: "
|
|
4382
|
+
d: "M13 11H21.9782V9.51648H14.4799V2H13V11Z",
|
|
4455
4383
|
fill: color
|
|
4456
4384
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4457
|
-
d: "
|
|
4385
|
+
d: "M11 22H9.52011V14.4835H2.02222V13H11V22Z",
|
|
4458
4386
|
fill: color
|
|
4459
4387
|
}));
|
|
4460
4388
|
};
|
|
@@ -4516,10 +4444,10 @@ const ArrowLeft = props => {
|
|
|
4516
4444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4517
4445
|
preserveAspectRatio: "xMidYMid meet"
|
|
4518
4446
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4519
|
-
d: "
|
|
4447
|
+
d: "M4.07042 12L9 16.9296V19L2 12L9 5V7.07042L4.07042 12Z",
|
|
4520
4448
|
fill: color
|
|
4521
4449
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4522
|
-
d: "
|
|
4450
|
+
d: "M22 12.7999L9 12.7999V11.2999L22 11.2999V12.7999Z",
|
|
4523
4451
|
fill: color
|
|
4524
4452
|
}));
|
|
4525
4453
|
};
|
|
@@ -4550,10 +4478,10 @@ const ArrowRight = props => {
|
|
|
4550
4478
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4551
4479
|
preserveAspectRatio: "xMidYMid meet"
|
|
4552
4480
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4553
|
-
d: "
|
|
4481
|
+
d: "M19.9296 12L15 7.07042V5L22 12L15 19V16.9296L19.9296 12Z",
|
|
4554
4482
|
fill: color
|
|
4555
4483
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4556
|
-
d: "
|
|
4484
|
+
d: "M2 11.2H15V12.7H2V11.2Z",
|
|
4557
4485
|
fill: color
|
|
4558
4486
|
}));
|
|
4559
4487
|
};
|
|
@@ -4584,10 +4512,10 @@ const ArrowDown = props => {
|
|
|
4584
4512
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4585
4513
|
preserveAspectRatio: "xMidYMid meet"
|
|
4586
4514
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4587
|
-
d: "
|
|
4515
|
+
d: "M12.8 2L12.8 15H11.3L11.3 2H12.8Z",
|
|
4588
4516
|
fill: color
|
|
4589
4517
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4590
|
-
d: "M12
|
|
4518
|
+
d: "M12 19.9296L16.9296 15H19L12 22L5 15H7.07042L12 19.9296Z",
|
|
4591
4519
|
fill: color
|
|
4592
4520
|
}));
|
|
4593
4521
|
};
|
|
@@ -4618,10 +4546,10 @@ const ArrowUp = props => {
|
|
|
4618
4546
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4619
4547
|
preserveAspectRatio: "xMidYMid meet"
|
|
4620
4548
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4621
|
-
d: "
|
|
4549
|
+
d: "M7.07042 9L5 9L12 2L19 9L16.9296 9L12 4.07042L7.07042 9Z",
|
|
4622
4550
|
fill: color
|
|
4623
4551
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4624
|
-
d: "M11.2
|
|
4552
|
+
d: "M11.2 22L11.2 9H12.7L12.7 22H11.2Z",
|
|
4625
4553
|
fill: color
|
|
4626
4554
|
}));
|
|
4627
4555
|
};
|
|
@@ -4652,7 +4580,7 @@ const ChevronLeft = props => {
|
|
|
4652
4580
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4653
4581
|
preserveAspectRatio: "xMidYMid meet"
|
|
4654
4582
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4655
|
-
d: "
|
|
4583
|
+
d: "M14 15.9174L10.0656 12.0496L14 8.08264V6L8 12.0496L14 18V15.9174Z",
|
|
4656
4584
|
fill: color
|
|
4657
4585
|
}));
|
|
4658
4586
|
};
|
|
@@ -4683,7 +4611,7 @@ const ChevronRight = props => {
|
|
|
4683
4611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4684
4612
|
preserveAspectRatio: "xMidYMid meet"
|
|
4685
4613
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4686
|
-
d: "
|
|
4614
|
+
d: "M10 8.08264L13.9344 11.9504L10 15.9174L10 18L16 11.9504L10 6L10 8.08264Z",
|
|
4687
4615
|
fill: color
|
|
4688
4616
|
}));
|
|
4689
4617
|
};
|
|
@@ -4714,7 +4642,7 @@ const ChevronDown = props => {
|
|
|
4714
4642
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4715
4643
|
preserveAspectRatio: "xMidYMid meet"
|
|
4716
4644
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4717
|
-
d: "
|
|
4645
|
+
d: "M15.9174 9L12.0496 12.9344L8.08264 9L6 9L12.0496 15L18 9L15.9174 9Z",
|
|
4718
4646
|
fill: color
|
|
4719
4647
|
}));
|
|
4720
4648
|
};
|
|
@@ -4745,7 +4673,7 @@ const ChevronUp = props => {
|
|
|
4745
4673
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4746
4674
|
preserveAspectRatio: "xMidYMid meet"
|
|
4747
4675
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4748
|
-
d: "
|
|
4676
|
+
d: "M8.08264 15L11.9504 11.0656L15.9174 15L18 15L11.9504 9L6 15L8.08264 15Z",
|
|
4749
4677
|
fill: color
|
|
4750
4678
|
}));
|
|
4751
4679
|
};
|
|
@@ -4776,10 +4704,9 @@ const DoubleChevrotBack = props => {
|
|
|
4776
4704
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4777
4705
|
preserveAspectRatio: "xMidYMid meet"
|
|
4778
4706
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
d: "M20 18.8644L12.3864 12.0508L20 5.13559L20 3L10 12.0508L20 21L20 18.8644Z",
|
|
4707
|
+
fillRule: "evenodd",
|
|
4708
|
+
clipRule: "evenodd",
|
|
4709
|
+
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",
|
|
4783
4710
|
fill: color
|
|
4784
4711
|
}));
|
|
4785
4712
|
};
|
|
@@ -4810,10 +4737,9 @@ const DoubleChevrotForward = props => {
|
|
|
4810
4737
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4811
4738
|
preserveAspectRatio: "xMidYMid meet"
|
|
4812
4739
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
d: "M4 5.13559L11.6136 11.9492L4 18.8644L4 21L14 11.9492L4 3L4 5.13559Z",
|
|
4740
|
+
fillRule: "evenodd",
|
|
4741
|
+
clipRule: "evenodd",
|
|
4742
|
+
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",
|
|
4817
4743
|
fill: color
|
|
4818
4744
|
}));
|
|
4819
4745
|
};
|
|
@@ -4844,10 +4770,9 @@ const DoubleChevrotExpand = props => {
|
|
|
4844
4770
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4845
4771
|
preserveAspectRatio: "xMidYMid meet"
|
|
4846
4772
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
d: "M18.8644 4L12.0508 11.6136L5.13559 4L3 4L12.0508 14L21 4L18.8644 4Z",
|
|
4773
|
+
fillRule: "evenodd",
|
|
4774
|
+
clipRule: "evenodd",
|
|
4775
|
+
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",
|
|
4851
4776
|
fill: color
|
|
4852
4777
|
}));
|
|
4853
4778
|
};
|
|
@@ -4878,10 +4803,9 @@ const DoubleChevrotCollapse = props => {
|
|
|
4878
4803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4879
4804
|
preserveAspectRatio: "xMidYMid meet"
|
|
4880
4805
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
d: "M5.13559 20L11.9492 12.3864L18.8644 20H21L11.9492 10L3 20L5.13559 20Z",
|
|
4806
|
+
fillRule: "evenodd",
|
|
4807
|
+
clipRule: "evenodd",
|
|
4808
|
+
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",
|
|
4885
4809
|
fill: color
|
|
4886
4810
|
}));
|
|
4887
4811
|
};
|
|
@@ -4973,19 +4897,21 @@ const Delete = props => {
|
|
|
4973
4897
|
fill: "none",
|
|
4974
4898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4975
4899
|
preserveAspectRatio: "xMidYMid meet"
|
|
4976
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
4977
|
-
|
|
4978
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
4979
|
-
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",
|
|
4900
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4901
|
+
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",
|
|
4980
4902
|
fill: color
|
|
4981
|
-
})
|
|
4982
|
-
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
fill:
|
|
4987
|
-
|
|
4988
|
-
|
|
4903
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4904
|
+
d: "M9.26946 17.6583H10.7066V9.63819H9.26946V17.6583Z",
|
|
4905
|
+
fill: color
|
|
4906
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4907
|
+
d: "M13.1976 17.6583H14.6347V9.63819H13.1976V17.6583Z",
|
|
4908
|
+
fill: color
|
|
4909
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4910
|
+
fillRule: "evenodd",
|
|
4911
|
+
clipRule: "evenodd",
|
|
4912
|
+
d: "M4 6.29648H19.9042V7.72864H17.988V21H5.91617V7.72864H4V6.29648ZM7.35329 19.5678H16.5509V7.72864H7.35329V19.5678Z",
|
|
4913
|
+
fill: color
|
|
4914
|
+
}));
|
|
4989
4915
|
};
|
|
4990
4916
|
|
|
4991
4917
|
Delete.propTypes = {
|
|
@@ -5013,19 +4939,10 @@ const DeleteForever = props => {
|
|
|
5013
4939
|
fill: "none",
|
|
5014
4940
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5015
4941
|
preserveAspectRatio: "xMidYMid meet"
|
|
5016
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
5017
|
-
clipPath: "url(#clip0_7619_1106)"
|
|
5018
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
4942
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5019
4943
|
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",
|
|
5020
4944
|
fill: color
|
|
5021
|
-
}))
|
|
5022
|
-
id: "clip0_7619_1106"
|
|
5023
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
5024
|
-
width: "16",
|
|
5025
|
-
height: "19",
|
|
5026
|
-
fill: "white",
|
|
5027
|
-
transform: "translate(4 2)"
|
|
5028
|
-
}))));
|
|
4945
|
+
}));
|
|
5029
4946
|
};
|
|
5030
4947
|
|
|
5031
4948
|
DeleteForever.propTypes = {
|
|
@@ -5085,17 +5002,10 @@ const Edit = props => {
|
|
|
5085
5002
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5086
5003
|
preserveAspectRatio: "xMidYMid meet"
|
|
5087
5004
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5088
|
-
|
|
5089
|
-
|
|
5090
|
-
|
|
5091
|
-
|
|
5092
|
-
d: "M2.90002 21.2L3.50002 15.7L4.10002 15.1L9.00002 20L8.40002 20.6L2.90002 21.2Z",
|
|
5093
|
-
stroke: color,
|
|
5094
|
-
strokeWidth: "1.5"
|
|
5095
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
5096
|
-
d: "M13.4 6L18 10.6",
|
|
5097
|
-
stroke: color,
|
|
5098
|
-
strokeWidth: "1.5"
|
|
5005
|
+
fillRule: "evenodd",
|
|
5006
|
+
clipRule: "evenodd",
|
|
5007
|
+
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",
|
|
5008
|
+
fill: color
|
|
5099
5009
|
}));
|
|
5100
5010
|
};
|
|
5101
5011
|
|
|
@@ -5124,23 +5034,17 @@ const AddTag = props => {
|
|
|
5124
5034
|
fill: "none",
|
|
5125
5035
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5126
5036
|
preserveAspectRatio: "xMidYMid meet"
|
|
5127
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
5128
|
-
|
|
5129
|
-
|
|
5130
|
-
d: "
|
|
5037
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5038
|
+
fillRule: "evenodd",
|
|
5039
|
+
clipRule: "evenodd",
|
|
5040
|
+
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",
|
|
5131
5041
|
fill: color
|
|
5132
5042
|
}), /*#__PURE__*/React.createElement("path", {
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
5139
|
-
width: "20",
|
|
5140
|
-
height: "20",
|
|
5141
|
-
fill: "white",
|
|
5142
|
-
transform: "translate(1 3)"
|
|
5143
|
-
}))));
|
|
5043
|
+
fillRule: "evenodd",
|
|
5044
|
+
clipRule: "evenodd",
|
|
5045
|
+
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",
|
|
5046
|
+
fill: color
|
|
5047
|
+
}));
|
|
5144
5048
|
};
|
|
5145
5049
|
|
|
5146
5050
|
AddTag.propTypes = {
|
|
@@ -5262,9 +5166,10 @@ const Star = props => {
|
|
|
5262
5166
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5263
5167
|
preserveAspectRatio: "xMidYMid meet"
|
|
5264
5168
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
|
|
5169
|
+
fillRule: "evenodd",
|
|
5170
|
+
clipRule: "evenodd",
|
|
5171
|
+
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",
|
|
5172
|
+
fill: color
|
|
5268
5173
|
}));
|
|
5269
5174
|
};
|
|
5270
5175
|
|
|
@@ -5421,9 +5326,10 @@ const Condition = props => {
|
|
|
5421
5326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5422
5327
|
preserveAspectRatio: "xMidYMid meet"
|
|
5423
5328
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5424
|
-
|
|
5425
|
-
|
|
5426
|
-
|
|
5329
|
+
fillRule: "evenodd",
|
|
5330
|
+
clipRule: "evenodd",
|
|
5331
|
+
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",
|
|
5332
|
+
fill: color
|
|
5427
5333
|
}));
|
|
5428
5334
|
};
|
|
5429
5335
|
|
|
@@ -5453,7 +5359,18 @@ const LiveChat = props => {
|
|
|
5453
5359
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5454
5360
|
preserveAspectRatio: "xMidYMid meet"
|
|
5455
5361
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5456
|
-
d: "
|
|
5362
|
+
d: "M17.1 8.21685H7.40002V9.71685H17.1V8.21685Z",
|
|
5363
|
+
fill: color
|
|
5364
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
5365
|
+
d: "M17.1 11.2003H7.40002V12.7003H17.1V11.2003Z",
|
|
5366
|
+
fill: color
|
|
5367
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
5368
|
+
d: "M12.3 14.1837H7.40002V15.6837H12.3V14.1837Z",
|
|
5369
|
+
fill: color
|
|
5370
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
5371
|
+
fillRule: "evenodd",
|
|
5372
|
+
clipRule: "evenodd",
|
|
5373
|
+
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",
|
|
5457
5374
|
fill: color
|
|
5458
5375
|
}));
|
|
5459
5376
|
};
|
|
@@ -5732,7 +5649,7 @@ const User = props => {
|
|
|
5732
5649
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5733
5650
|
preserveAspectRatio: "xMidYMid meet"
|
|
5734
5651
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5735
|
-
d: "
|
|
5652
|
+
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",
|
|
5736
5653
|
fill: color
|
|
5737
5654
|
}));
|
|
5738
5655
|
};
|
|
@@ -6082,19 +5999,10 @@ const Automation = props => {
|
|
|
6082
5999
|
fill: "none",
|
|
6083
6000
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6084
6001
|
preserveAspectRatio: "xMidYMid meet"
|
|
6085
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
6086
|
-
|
|
6087
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
6088
|
-
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",
|
|
6002
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6003
|
+
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",
|
|
6089
6004
|
fill: color
|
|
6090
|
-
}))
|
|
6091
|
-
id: "clip0_7619_1312"
|
|
6092
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
6093
|
-
width: "20",
|
|
6094
|
-
height: "20",
|
|
6095
|
-
fill: "white",
|
|
6096
|
-
transform: "translate(2 2)"
|
|
6097
|
-
}))));
|
|
6005
|
+
}));
|
|
6098
6006
|
};
|
|
6099
6007
|
|
|
6100
6008
|
Automation.propTypes = {
|
|
@@ -6247,9 +6155,10 @@ const WelcomeMessage = props => {
|
|
|
6247
6155
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6248
6156
|
preserveAspectRatio: "xMidYMid meet"
|
|
6249
6157
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6250
|
-
|
|
6251
|
-
|
|
6252
|
-
|
|
6158
|
+
fillRule: "evenodd",
|
|
6159
|
+
clipRule: "evenodd",
|
|
6160
|
+
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",
|
|
6161
|
+
fill: color
|
|
6253
6162
|
}));
|
|
6254
6163
|
};
|
|
6255
6164
|
|
|
@@ -6341,17 +6250,20 @@ const MoreHor = props => {
|
|
|
6341
6250
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6342
6251
|
preserveAspectRatio: "xMidYMid meet"
|
|
6343
6252
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6344
|
-
|
|
6345
|
-
|
|
6346
|
-
|
|
6253
|
+
fillRule: "evenodd",
|
|
6254
|
+
clipRule: "evenodd",
|
|
6255
|
+
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",
|
|
6256
|
+
fill: color
|
|
6347
6257
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6348
|
-
|
|
6349
|
-
|
|
6350
|
-
|
|
6258
|
+
fillRule: "evenodd",
|
|
6259
|
+
clipRule: "evenodd",
|
|
6260
|
+
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",
|
|
6261
|
+
fill: color
|
|
6351
6262
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6352
|
-
|
|
6353
|
-
|
|
6354
|
-
|
|
6263
|
+
fillRule: "evenodd",
|
|
6264
|
+
clipRule: "evenodd",
|
|
6265
|
+
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",
|
|
6266
|
+
fill: color
|
|
6355
6267
|
}));
|
|
6356
6268
|
};
|
|
6357
6269
|
|
|
@@ -6421,17 +6333,20 @@ const MoreVert = props => {
|
|
|
6421
6333
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6422
6334
|
preserveAspectRatio: "xMidYMid meet"
|
|
6423
6335
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6424
|
-
|
|
6425
|
-
|
|
6426
|
-
|
|
6336
|
+
fillRule: "evenodd",
|
|
6337
|
+
clipRule: "evenodd",
|
|
6338
|
+
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",
|
|
6339
|
+
fill: color
|
|
6427
6340
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6428
|
-
|
|
6429
|
-
|
|
6430
|
-
|
|
6341
|
+
fillRule: "evenodd",
|
|
6342
|
+
clipRule: "evenodd",
|
|
6343
|
+
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",
|
|
6344
|
+
fill: color
|
|
6431
6345
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6432
|
-
|
|
6433
|
-
|
|
6434
|
-
|
|
6346
|
+
fillRule: "evenodd",
|
|
6347
|
+
clipRule: "evenodd",
|
|
6348
|
+
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",
|
|
6349
|
+
fill: color
|
|
6435
6350
|
}));
|
|
6436
6351
|
};
|
|
6437
6352
|
|
|
@@ -6461,29 +6376,35 @@ const DragItem = props => {
|
|
|
6461
6376
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6462
6377
|
preserveAspectRatio: "xMidYMid meet"
|
|
6463
6378
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6464
|
-
|
|
6465
|
-
|
|
6466
|
-
|
|
6379
|
+
fillRule: "evenodd",
|
|
6380
|
+
clipRule: "evenodd",
|
|
6381
|
+
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",
|
|
6382
|
+
fill: color
|
|
6467
6383
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6468
|
-
|
|
6469
|
-
|
|
6470
|
-
|
|
6384
|
+
fillRule: "evenodd",
|
|
6385
|
+
clipRule: "evenodd",
|
|
6386
|
+
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",
|
|
6387
|
+
fill: color
|
|
6471
6388
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6472
|
-
|
|
6473
|
-
|
|
6474
|
-
|
|
6389
|
+
fillRule: "evenodd",
|
|
6390
|
+
clipRule: "evenodd",
|
|
6391
|
+
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",
|
|
6392
|
+
fill: color
|
|
6475
6393
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6476
|
-
|
|
6477
|
-
|
|
6478
|
-
|
|
6394
|
+
fillRule: "evenodd",
|
|
6395
|
+
clipRule: "evenodd",
|
|
6396
|
+
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",
|
|
6397
|
+
fill: color
|
|
6479
6398
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6480
|
-
|
|
6481
|
-
|
|
6482
|
-
|
|
6399
|
+
fillRule: "evenodd",
|
|
6400
|
+
clipRule: "evenodd",
|
|
6401
|
+
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",
|
|
6402
|
+
fill: color
|
|
6483
6403
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6484
|
-
|
|
6485
|
-
|
|
6486
|
-
|
|
6404
|
+
fillRule: "evenodd",
|
|
6405
|
+
clipRule: "evenodd",
|
|
6406
|
+
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",
|
|
6407
|
+
fill: color
|
|
6487
6408
|
}));
|
|
6488
6409
|
};
|
|
6489
6410
|
|
|
@@ -6513,17 +6434,14 @@ const Filter = props => {
|
|
|
6513
6434
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6514
6435
|
preserveAspectRatio: "xMidYMid meet"
|
|
6515
6436
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6516
|
-
d: "
|
|
6517
|
-
|
|
6518
|
-
strokeWidth: "1.5"
|
|
6437
|
+
d: "M2 6.09961H22V7.59961H2V6.09961Z",
|
|
6438
|
+
fill: color
|
|
6519
6439
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6520
|
-
d: "
|
|
6521
|
-
|
|
6522
|
-
strokeWidth: "1.5"
|
|
6440
|
+
d: "M5.59998 11.1969H18.4V12.6969H5.59998V11.1969Z",
|
|
6441
|
+
fill: color
|
|
6523
6442
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6524
|
-
d: "M15
|
|
6525
|
-
|
|
6526
|
-
strokeWidth: "1.5"
|
|
6443
|
+
d: "M15 16.4004H9V17.9004H15V16.4004Z",
|
|
6444
|
+
fill: color
|
|
6527
6445
|
}));
|
|
6528
6446
|
};
|
|
6529
6447
|
|
|
@@ -6553,13 +6471,10 @@ const BuilderAudio = props => {
|
|
|
6553
6471
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6554
6472
|
preserveAspectRatio: "xMidYMid meet"
|
|
6555
6473
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
d: "M10.4237 8.23767V15.7624",
|
|
6561
|
-
stroke: color,
|
|
6562
|
-
strokeWidth: "1.5"
|
|
6474
|
+
fillRule: "evenodd",
|
|
6475
|
+
clipRule: "evenodd",
|
|
6476
|
+
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",
|
|
6477
|
+
fill: color
|
|
6563
6478
|
}));
|
|
6564
6479
|
};
|
|
6565
6480
|
|
|
@@ -6712,19 +6627,10 @@ const SequencesRemove = props => {
|
|
|
6712
6627
|
fill: "none",
|
|
6713
6628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6714
6629
|
preserveAspectRatio: "xMidYMid meet"
|
|
6715
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
6716
|
-
clipPath: "url(#clip0_7619_1341)"
|
|
6717
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
6630
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6718
6631
|
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",
|
|
6719
6632
|
fill: color
|
|
6720
|
-
}))
|
|
6721
|
-
id: "clip0_7619_1341"
|
|
6722
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
6723
|
-
width: "20",
|
|
6724
|
-
height: "20",
|
|
6725
|
-
fill: "white",
|
|
6726
|
-
transform: "translate(3 2)"
|
|
6727
|
-
}))));
|
|
6633
|
+
}));
|
|
6728
6634
|
};
|
|
6729
6635
|
|
|
6730
6636
|
SequencesRemove.propTypes = {
|
|
@@ -6753,9 +6659,10 @@ const Send = props => {
|
|
|
6753
6659
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6754
6660
|
preserveAspectRatio: "xMidYMid meet"
|
|
6755
6661
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6756
|
-
|
|
6757
|
-
|
|
6758
|
-
|
|
6662
|
+
fillRule: "evenodd",
|
|
6663
|
+
clipRule: "evenodd",
|
|
6664
|
+
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",
|
|
6665
|
+
fill: color
|
|
6759
6666
|
}));
|
|
6760
6667
|
};
|
|
6761
6668
|
|
|
@@ -6785,9 +6692,10 @@ const Send2 = props => {
|
|
|
6785
6692
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6786
6693
|
preserveAspectRatio: "xMidYMid meet"
|
|
6787
6694
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6788
|
-
|
|
6789
|
-
|
|
6790
|
-
|
|
6695
|
+
fillRule: "evenodd",
|
|
6696
|
+
clipRule: "evenodd",
|
|
6697
|
+
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",
|
|
6698
|
+
fill: color
|
|
6791
6699
|
}));
|
|
6792
6700
|
};
|
|
6793
6701
|
|
|
@@ -6879,9 +6787,10 @@ const Broadcasting = props => {
|
|
|
6879
6787
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6880
6788
|
preserveAspectRatio: "xMidYMid meet"
|
|
6881
6789
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6882
|
-
|
|
6883
|
-
|
|
6884
|
-
|
|
6790
|
+
fillRule: "evenodd",
|
|
6791
|
+
clipRule: "evenodd",
|
|
6792
|
+
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",
|
|
6793
|
+
fill: color
|
|
6885
6794
|
}));
|
|
6886
6795
|
};
|
|
6887
6796
|
|
|
@@ -6945,13 +6854,13 @@ const DuplicateSms = props => {
|
|
|
6945
6854
|
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",
|
|
6946
6855
|
fill: color
|
|
6947
6856
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6948
|
-
d: "
|
|
6949
|
-
|
|
6950
|
-
strokeWidth: "1.5"
|
|
6857
|
+
d: "M10.1578 5.59546H13.842V4.09546H10.1578V5.59546Z",
|
|
6858
|
+
fill: color
|
|
6951
6859
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6952
|
-
|
|
6953
|
-
|
|
6954
|
-
|
|
6860
|
+
fillRule: "evenodd",
|
|
6861
|
+
clipRule: "evenodd",
|
|
6862
|
+
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",
|
|
6863
|
+
fill: color
|
|
6955
6864
|
}));
|
|
6956
6865
|
};
|
|
6957
6866
|
|
|
@@ -6981,20 +6890,19 @@ const HeadlineBlockEmail = props => {
|
|
|
6981
6890
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6982
6891
|
preserveAspectRatio: "xMidYMid meet"
|
|
6983
6892
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6984
|
-
|
|
6893
|
+
fillRule: "evenodd",
|
|
6894
|
+
clipRule: "evenodd",
|
|
6895
|
+
d: "M2 2H22V10.3H2V2ZM20.5 8.8V3.5H3.5V8.8H20.5Z",
|
|
6985
6896
|
fill: color
|
|
6986
6897
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6987
|
-
d: "M17.1
|
|
6988
|
-
|
|
6989
|
-
strokeWidth: "1.5"
|
|
6898
|
+
d: "M17.1 13.55H2V15.05H17.1V13.55Z",
|
|
6899
|
+
fill: color
|
|
6990
6900
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6991
|
-
d: "
|
|
6992
|
-
|
|
6993
|
-
strokeWidth: "1.5"
|
|
6901
|
+
d: "M2 16.95H22V18.45H2V16.95Z",
|
|
6902
|
+
fill: color
|
|
6994
6903
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6995
|
-
d: "M12
|
|
6996
|
-
|
|
6997
|
-
strokeWidth: "1.5"
|
|
6904
|
+
d: "M12 20.45H2V21.95H12V20.45Z",
|
|
6905
|
+
fill: color
|
|
6998
6906
|
}));
|
|
6999
6907
|
};
|
|
7000
6908
|
|
|
@@ -7119,24 +7027,13 @@ const ShopifyDeprecated = props => {
|
|
|
7119
7027
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7120
7028
|
preserveAspectRatio: "xMidYMid meet"
|
|
7121
7029
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7122
|
-
d: "
|
|
7123
|
-
|
|
7124
|
-
strokeWidth: "1.5",
|
|
7125
|
-
strokeLinecap: "round"
|
|
7126
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7127
|
-
d: "M16.4753 6.44189L19.6993 8.63495L20.445 20.3592L17 21.4685",
|
|
7128
|
-
stroke: color,
|
|
7129
|
-
strokeWidth: "1.5",
|
|
7130
|
-
strokeLinecap: "round"
|
|
7131
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7132
|
-
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",
|
|
7133
|
-
stroke: color,
|
|
7134
|
-
strokeWidth: "1.5"
|
|
7030
|
+
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",
|
|
7031
|
+
fill: color
|
|
7135
7032
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7136
|
-
|
|
7137
|
-
|
|
7138
|
-
|
|
7139
|
-
|
|
7033
|
+
fillRule: "evenodd",
|
|
7034
|
+
clipRule: "evenodd",
|
|
7035
|
+
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",
|
|
7036
|
+
fill: color
|
|
7140
7037
|
}));
|
|
7141
7038
|
};
|
|
7142
7039
|
|
|
@@ -7202,36 +7099,12 @@ const Flow = props => {
|
|
|
7202
7099
|
fill: "none",
|
|
7203
7100
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7204
7101
|
preserveAspectRatio: "xMidYMid meet"
|
|
7205
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
7206
|
-
|
|
7207
|
-
|
|
7208
|
-
d: "
|
|
7209
|
-
|
|
7210
|
-
|
|
7211
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7212
|
-
d: "M2.78052 8.96851H8.04881V15.2211H2.78052V8.96851Z",
|
|
7213
|
-
stroke: color,
|
|
7214
|
-
strokeWidth: "1.5"
|
|
7215
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7216
|
-
d: "M16.0488 14.179H21.3171V20.3368H16.0488V14.179Z",
|
|
7217
|
-
stroke: color,
|
|
7218
|
-
strokeWidth: "1.5"
|
|
7219
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7220
|
-
d: "M7.95123 12.0001C15.9512 12.0001 9.12197 6.78955 15.9512 6.78955",
|
|
7221
|
-
stroke: color,
|
|
7222
|
-
strokeWidth: "1.5"
|
|
7223
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7224
|
-
d: "M16.0488 17.2105C9.02438 17.2105 16.0488 12 8.04877 12",
|
|
7225
|
-
stroke: color,
|
|
7226
|
-
strokeWidth: "1.5"
|
|
7227
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
7228
|
-
id: "clip0_7619_1567"
|
|
7229
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
7230
|
-
width: "20",
|
|
7231
|
-
height: "18",
|
|
7232
|
-
fill: "white",
|
|
7233
|
-
transform: "translate(2 3)"
|
|
7234
|
-
}))));
|
|
7102
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7103
|
+
fillRule: "evenodd",
|
|
7104
|
+
clipRule: "evenodd",
|
|
7105
|
+
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",
|
|
7106
|
+
fill: color
|
|
7107
|
+
}));
|
|
7235
7108
|
};
|
|
7236
7109
|
|
|
7237
7110
|
Flow.propTypes = {
|
|
@@ -7415,10 +7288,12 @@ const FolderAdd = props => {
|
|
|
7415
7288
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7416
7289
|
preserveAspectRatio: "xMidYMid meet"
|
|
7417
7290
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7418
|
-
d: "
|
|
7291
|
+
d: "M8.90002 14.4304V12.9114H11.2V10.5823H12.7V12.9114H14.9V14.4304H12.7V16.6582H11.2V14.4304H8.90002Z",
|
|
7419
7292
|
fill: color
|
|
7420
7293
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7421
|
-
|
|
7294
|
+
fillRule: "evenodd",
|
|
7295
|
+
clipRule: "evenodd",
|
|
7296
|
+
d: "M9.5 4L11.2 7.34177H22V20H2V4H9.5ZM9.8 8.05063L8.6 5.51899H3.5V18.481H20.4V8.86076H10.2L9.8 8.05063Z",
|
|
7422
7297
|
fill: color
|
|
7423
7298
|
}));
|
|
7424
7299
|
};
|
|
@@ -7448,25 +7323,18 @@ const MoveTo = props => {
|
|
|
7448
7323
|
fill: "none",
|
|
7449
7324
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7450
7325
|
preserveAspectRatio: "xMidYMid meet"
|
|
7451
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
7452
|
-
|
|
7453
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
7454
|
-
d: "M8.6 5.51899L9.8 8.05063L10.2 8.86076H11.1H20.4V18.481H3.4V5.51899H8.6ZM9.5 4H2V20H22V7.34177H11.2L9.5 4Z",
|
|
7326
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7327
|
+
d: "M17 13.5191L13.2 9.87354V12.0001L14.9 13.6204L13.2 15.3419V17.4685L17 13.5191Z",
|
|
7455
7328
|
fill: color
|
|
7456
7329
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7457
|
-
d: "
|
|
7330
|
+
d: "M7 12.9114H13.1V14.4304H7V12.9114Z",
|
|
7458
7331
|
fill: color
|
|
7459
7332
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7460
|
-
|
|
7333
|
+
fillRule: "evenodd",
|
|
7334
|
+
clipRule: "evenodd",
|
|
7335
|
+
d: "M11.2 7.34177L9.5 4H2V20H22V7.34177H11.2ZM8.6 5.51899L9.8 8.05063L10.2 8.86076H20.4V18.481H3.4V5.51899H8.6Z",
|
|
7461
7336
|
fill: color
|
|
7462
|
-
}))
|
|
7463
|
-
id: "clip0_7619_1574"
|
|
7464
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
7465
|
-
width: "20",
|
|
7466
|
-
height: "16",
|
|
7467
|
-
fill: "white",
|
|
7468
|
-
transform: "translate(2 4)"
|
|
7469
|
-
}))));
|
|
7337
|
+
}));
|
|
7470
7338
|
};
|
|
7471
7339
|
|
|
7472
7340
|
MoveTo.propTypes = {
|
|
@@ -7495,21 +7363,22 @@ const TemplateStore = props => {
|
|
|
7495
7363
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7496
7364
|
preserveAspectRatio: "xMidYMid meet"
|
|
7497
7365
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7498
|
-
|
|
7499
|
-
|
|
7500
|
-
|
|
7501
|
-
|
|
7502
|
-
d: "M17.1361 21V13.3665",
|
|
7503
|
-
stroke: color,
|
|
7504
|
-
strokeWidth: "1.5"
|
|
7366
|
+
fillRule: "evenodd",
|
|
7367
|
+
clipRule: "evenodd",
|
|
7368
|
+
d: "M10.6335 3H3V10.6335H10.6335V3ZM9.2199 4.41361V9.2199H4.41361V4.41361H9.2199Z",
|
|
7369
|
+
fill: color
|
|
7505
7370
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7506
|
-
|
|
7371
|
+
fillRule: "evenodd",
|
|
7372
|
+
clipRule: "evenodd",
|
|
7373
|
+
d: "M21 3H13.3665V10.6335H21V3ZM19.5864 4.41361V9.2199H14.7801V4.41361H19.5864Z",
|
|
7507
7374
|
fill: color
|
|
7508
7375
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7509
|
-
|
|
7376
|
+
fillRule: "evenodd",
|
|
7377
|
+
clipRule: "evenodd",
|
|
7378
|
+
d: "M3 13.3665H10.6335V21H3V13.3665ZM9.2199 19.5864V14.7801H4.41361V19.5864H9.2199Z",
|
|
7510
7379
|
fill: color
|
|
7511
7380
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7512
|
-
d: "
|
|
7381
|
+
d: "M17.8861 16.3862H21V17.8862H17.8861V21H16.3861V17.8862H13.3665V16.3862H16.3861V13.3665H17.8861V16.3862Z",
|
|
7513
7382
|
fill: color
|
|
7514
7383
|
}));
|
|
7515
7384
|
};
|
|
@@ -7540,16 +7409,24 @@ const MosaicView = props => {
|
|
|
7540
7409
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7541
7410
|
preserveAspectRatio: "xMidYMid meet"
|
|
7542
7411
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7543
|
-
|
|
7412
|
+
fillRule: "evenodd",
|
|
7413
|
+
clipRule: "evenodd",
|
|
7414
|
+
d: "M3 3H10.6335V10.6335H3V3ZM9.2199 9.2199V4.41361H4.41361V9.2199H9.2199Z",
|
|
7544
7415
|
fill: color
|
|
7545
7416
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7546
|
-
|
|
7417
|
+
fillRule: "evenodd",
|
|
7418
|
+
clipRule: "evenodd",
|
|
7419
|
+
d: "M13.3665 3H21V10.6335H13.3665V3ZM19.5864 9.2199V4.41361H14.7801V9.2199H19.5864Z",
|
|
7547
7420
|
fill: color
|
|
7548
7421
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7549
|
-
|
|
7422
|
+
fillRule: "evenodd",
|
|
7423
|
+
clipRule: "evenodd",
|
|
7424
|
+
d: "M10.6335 13.3665H3V21H10.6335V13.3665ZM9.2199 14.7801V19.5864H4.41361V14.7801H9.2199Z",
|
|
7550
7425
|
fill: color
|
|
7551
7426
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7552
|
-
|
|
7427
|
+
fillRule: "evenodd",
|
|
7428
|
+
clipRule: "evenodd",
|
|
7429
|
+
d: "M13.3665 13.3665H21V21H13.3665V13.3665ZM19.5864 19.5864V14.7801H14.7801V19.5864H19.5864Z",
|
|
7553
7430
|
fill: color
|
|
7554
7431
|
}));
|
|
7555
7432
|
};
|
|
@@ -7580,33 +7457,25 @@ const AdsAdSet = props => {
|
|
|
7580
7457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7581
7458
|
preserveAspectRatio: "xMidYMid meet"
|
|
7582
7459
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7583
|
-
|
|
7460
|
+
fillRule: "evenodd",
|
|
7461
|
+
clipRule: "evenodd",
|
|
7462
|
+
d: "M3 3H10.6335V10.6335H3V3ZM9.2199 9.2199V8.08496H4.41361V9.2199H9.2199ZM9.2199 4.41361V6.58496H4.41361V4.41361H9.2199Z",
|
|
7584
7463
|
fill: color
|
|
7585
7464
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7586
|
-
|
|
7465
|
+
fillRule: "evenodd",
|
|
7466
|
+
clipRule: "evenodd",
|
|
7467
|
+
d: "M13.3665 3H21V10.6335H13.3665V3ZM19.5864 6.58496V4.41361H14.7801V6.58496H19.5864ZM19.5864 8.08496H14.7801V9.2199H19.5864V8.08496Z",
|
|
7587
7468
|
fill: color
|
|
7588
7469
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7589
|
-
|
|
7470
|
+
fillRule: "evenodd",
|
|
7471
|
+
clipRule: "evenodd",
|
|
7472
|
+
d: "M10.6335 13.3665H3V21H10.6335V13.3665ZM9.2199 14.7801V16.9517H4.41361V14.7801H9.2199ZM4.41361 18.4517H9.2199V19.5864H4.41361V18.4517Z",
|
|
7590
7473
|
fill: color
|
|
7591
7474
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7592
|
-
|
|
7475
|
+
fillRule: "evenodd",
|
|
7476
|
+
clipRule: "evenodd",
|
|
7477
|
+
d: "M13.3665 13.3665H21V21H13.3665V13.3665ZM19.5864 16.9517V14.7801H14.7801V16.9517H19.5864ZM19.5864 18.4517H14.7801V19.5864H19.5864V18.4517Z",
|
|
7593
7478
|
fill: color
|
|
7594
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7595
|
-
d: "M3.94238 7.33496H9.78531",
|
|
7596
|
-
stroke: color,
|
|
7597
|
-
strokeWidth: "1.5"
|
|
7598
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7599
|
-
d: "M14.1204 7.33496H20.246",
|
|
7600
|
-
stroke: color,
|
|
7601
|
-
strokeWidth: "1.5"
|
|
7602
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7603
|
-
d: "M3.94238 17.7017H9.78531",
|
|
7604
|
-
stroke: color,
|
|
7605
|
-
strokeWidth: "1.5"
|
|
7606
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7607
|
-
d: "M14.309 17.7017H20.0577",
|
|
7608
|
-
stroke: color,
|
|
7609
|
-
strokeWidth: "1.5"
|
|
7610
7479
|
}));
|
|
7611
7480
|
};
|
|
7612
7481
|
|
|
@@ -7635,66 +7504,46 @@ const Qr = props => {
|
|
|
7635
7504
|
fill: "none",
|
|
7636
7505
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7637
7506
|
preserveAspectRatio: "xMidYMid meet"
|
|
7638
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
7639
|
-
|
|
7640
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
7641
|
-
d: "M8.16923 4.41361V8.27749H4.38462V4.41361H8.16923ZM9.55385 3H3V9.6911H9.55385V3Z",
|
|
7507
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7508
|
+
d: "M5.58459 5.63867H6.96921V7.05228H5.58459V5.63867Z",
|
|
7642
7509
|
fill: color
|
|
7643
7510
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7644
|
-
|
|
7511
|
+
fillRule: "evenodd",
|
|
7512
|
+
clipRule: "evenodd",
|
|
7513
|
+
d: "M3 3H9.55385V9.6911H3V3ZM8.16923 8.27749V4.41361H4.38462V8.27749H8.16923Z",
|
|
7645
7514
|
fill: color
|
|
7646
7515
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7647
|
-
d: "
|
|
7516
|
+
d: "M18.0461 5.63867H16.6615V7.05228H18.0461V5.63867Z",
|
|
7648
7517
|
fill: color
|
|
7649
7518
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7650
|
-
|
|
7651
|
-
|
|
7652
|
-
|
|
7653
|
-
|
|
7654
|
-
d: "M9.46155 12.2356H18.2308",
|
|
7655
|
-
stroke: color,
|
|
7656
|
-
strokeWidth: "1.5"
|
|
7657
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7658
|
-
d: "M3 12.2356H7.61538",
|
|
7659
|
-
stroke: color,
|
|
7660
|
-
strokeWidth: "1.5"
|
|
7661
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7662
|
-
d: "M15.9231 12.2356H20.6308",
|
|
7663
|
-
stroke: color,
|
|
7664
|
-
strokeWidth: "1.5"
|
|
7519
|
+
fillRule: "evenodd",
|
|
7520
|
+
clipRule: "evenodd",
|
|
7521
|
+
d: "M20.6308 3H14.0769V9.6911H20.6308V3ZM19.2461 4.41361V8.27749H15.4615V4.41361H19.2461Z",
|
|
7522
|
+
fill: color
|
|
7665
7523
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7666
|
-
d: "
|
|
7667
|
-
|
|
7668
|
-
strokeWidth: "1.5"
|
|
7524
|
+
d: "M5.58459 16.9478H6.96921V18.3614H5.58459V16.9478Z",
|
|
7525
|
+
fill: color
|
|
7669
7526
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7670
|
-
|
|
7527
|
+
fillRule: "evenodd",
|
|
7528
|
+
clipRule: "evenodd",
|
|
7529
|
+
d: "M3 14.3088H9.55385V20.9999H3V14.3088ZM8.16923 19.5863V15.7225H4.38462V19.5863H8.16923Z",
|
|
7671
7530
|
fill: color
|
|
7672
7531
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7673
|
-
d: "
|
|
7532
|
+
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",
|
|
7674
7533
|
fill: color
|
|
7675
7534
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7676
|
-
d: "
|
|
7535
|
+
d: "M7.61538 12.9856H3V11.4856H7.61538V12.9856Z",
|
|
7677
7536
|
fill: color
|
|
7678
7537
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7679
|
-
d: "
|
|
7680
|
-
|
|
7681
|
-
strokeWidth: "1.5"
|
|
7538
|
+
d: "M12.5193 3V7.90052H11.0193V3H12.5193Z",
|
|
7539
|
+
fill: color
|
|
7682
7540
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7683
|
-
d: "
|
|
7684
|
-
|
|
7685
|
-
strokeWidth: "1.5"
|
|
7541
|
+
d: "M12.6116 17.8901H11.1116V20.9962H14.1693V19.4962H12.6116V17.8901Z",
|
|
7542
|
+
fill: color
|
|
7686
7543
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7687
|
-
d: "
|
|
7688
|
-
|
|
7689
|
-
|
|
7690
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
7691
|
-
id: "clip0_7619_1560"
|
|
7692
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
7693
|
-
width: "18",
|
|
7694
|
-
height: "18",
|
|
7695
|
-
fill: "white",
|
|
7696
|
-
transform: "translate(3 3)"
|
|
7697
|
-
}))));
|
|
7544
|
+
d: "M21.1038 15.8167V18.7342H18.9807V20.996H16.1077V19.496H17.4807V17.2342H19.6038V15.8167H21.1038Z",
|
|
7545
|
+
fill: color
|
|
7546
|
+
}));
|
|
7698
7547
|
};
|
|
7699
7548
|
|
|
7700
7549
|
Qr.propTypes = {
|
|
@@ -7723,9 +7572,10 @@ const Publish = props => {
|
|
|
7723
7572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7724
7573
|
preserveAspectRatio: "xMidYMid meet"
|
|
7725
7574
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7726
|
-
|
|
7727
|
-
|
|
7728
|
-
|
|
7575
|
+
fillRule: "evenodd",
|
|
7576
|
+
clipRule: "evenodd",
|
|
7577
|
+
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",
|
|
7578
|
+
fill: color
|
|
7729
7579
|
}));
|
|
7730
7580
|
};
|
|
7731
7581
|
|
|
@@ -7754,28 +7604,21 @@ const Bot = props => {
|
|
|
7754
7604
|
fill: "none",
|
|
7755
7605
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7756
7606
|
preserveAspectRatio: "xMidYMid meet"
|
|
7757
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
7758
|
-
|
|
7759
|
-
|
|
7760
|
-
d: "
|
|
7607
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7608
|
+
fillRule: "evenodd",
|
|
7609
|
+
clipRule: "evenodd",
|
|
7610
|
+
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",
|
|
7761
7611
|
fill: color
|
|
7762
7612
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7763
|
-
d: "
|
|
7613
|
+
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",
|
|
7764
7614
|
fill: color
|
|
7765
7615
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7766
7616
|
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",
|
|
7767
7617
|
fill: color
|
|
7768
7618
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7769
|
-
d: "
|
|
7619
|
+
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",
|
|
7770
7620
|
fill: color
|
|
7771
|
-
}))
|
|
7772
|
-
id: "clip0_7619_1550"
|
|
7773
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
7774
|
-
width: "16",
|
|
7775
|
-
height: "19",
|
|
7776
|
-
fill: "white",
|
|
7777
|
-
transform: "translate(4 2)"
|
|
7778
|
-
}))));
|
|
7621
|
+
}));
|
|
7779
7622
|
};
|
|
7780
7623
|
|
|
7781
7624
|
Bot.propTypes = {
|
|
@@ -7803,31 +7646,10 @@ const BotRemove = props => {
|
|
|
7803
7646
|
fill: "none",
|
|
7804
7647
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7805
7648
|
preserveAspectRatio: "xMidYMid meet"
|
|
7806
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
7807
|
-
clipPath: "url(#clip0_7619_1552)"
|
|
7808
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
7809
|
-
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",
|
|
7810
|
-
fill: color
|
|
7811
|
-
})), /*#__PURE__*/React.createElement("g", {
|
|
7812
|
-
clipPath: "url(#clip1_7619_1552)"
|
|
7813
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
7649
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7814
7650
|
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",
|
|
7815
7651
|
fill: color
|
|
7816
|
-
}))
|
|
7817
|
-
id: "clip0_7619_1552"
|
|
7818
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
7819
|
-
width: "16",
|
|
7820
|
-
height: "19",
|
|
7821
|
-
fill: "white",
|
|
7822
|
-
transform: "translate(4 2)"
|
|
7823
|
-
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
7824
|
-
id: "clip1_7619_1552"
|
|
7825
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
7826
|
-
width: "16",
|
|
7827
|
-
height: "19",
|
|
7828
|
-
fill: "white",
|
|
7829
|
-
transform: "translate(4 2)"
|
|
7830
|
-
}))));
|
|
7652
|
+
}));
|
|
7831
7653
|
};
|
|
7832
7654
|
|
|
7833
7655
|
BotRemove.propTypes = {
|
|
@@ -7890,16 +7712,13 @@ const Protect = props => {
|
|
|
7890
7712
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7891
7713
|
preserveAspectRatio: "xMidYMid meet"
|
|
7892
7714
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7893
|
-
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",
|
|
7894
|
-
stroke: color,
|
|
7895
|
-
strokeWidth: "1.5"
|
|
7896
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7897
7715
|
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",
|
|
7898
7716
|
fill: color
|
|
7899
7717
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7900
|
-
|
|
7901
|
-
|
|
7902
|
-
|
|
7718
|
+
fillRule: "evenodd",
|
|
7719
|
+
clipRule: "evenodd",
|
|
7720
|
+
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",
|
|
7721
|
+
fill: color
|
|
7903
7722
|
}));
|
|
7904
7723
|
};
|
|
7905
7724
|
|
|
@@ -7929,16 +7748,13 @@ const Unprotect = props => {
|
|
|
7929
7748
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7930
7749
|
preserveAspectRatio: "xMidYMid meet"
|
|
7931
7750
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7932
|
-
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",
|
|
7933
|
-
stroke: color,
|
|
7934
|
-
strokeWidth: "1.5"
|
|
7935
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
7936
7751
|
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",
|
|
7937
7752
|
fill: color
|
|
7938
7753
|
}), /*#__PURE__*/React.createElement("path", {
|
|
7939
|
-
|
|
7940
|
-
|
|
7941
|
-
|
|
7754
|
+
fillRule: "evenodd",
|
|
7755
|
+
clipRule: "evenodd",
|
|
7756
|
+
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",
|
|
7757
|
+
fill: color
|
|
7942
7758
|
}));
|
|
7943
7759
|
};
|
|
7944
7760
|
|
|
@@ -7968,9 +7784,10 @@ const Rules = props => {
|
|
|
7968
7784
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7969
7785
|
preserveAspectRatio: "xMidYMid meet"
|
|
7970
7786
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
7971
|
-
|
|
7972
|
-
|
|
7973
|
-
|
|
7787
|
+
fillRule: "evenodd",
|
|
7788
|
+
clipRule: "evenodd",
|
|
7789
|
+
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",
|
|
7790
|
+
fill: color
|
|
7974
7791
|
}));
|
|
7975
7792
|
};
|
|
7976
7793
|
|
|
@@ -8065,9 +7882,10 @@ const TriggersLines = props => {
|
|
|
8065
7882
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8066
7883
|
preserveAspectRatio: "xMidYMid meet"
|
|
8067
7884
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8068
|
-
|
|
8069
|
-
|
|
8070
|
-
|
|
7885
|
+
fillRule: "evenodd",
|
|
7886
|
+
clipRule: "evenodd",
|
|
7887
|
+
d: "M6 3L20 12.0588L6 21V3ZM7.5 5.75722L17.2261 12.0506L7.5 18.2622V5.75722Z",
|
|
7888
|
+
fill: color
|
|
8071
7889
|
}));
|
|
8072
7890
|
};
|
|
8073
7891
|
|
|
@@ -8221,9 +8039,10 @@ const Popular = props => {
|
|
|
8221
8039
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8222
8040
|
preserveAspectRatio: "xMidYMid meet"
|
|
8223
8041
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8224
|
-
|
|
8225
|
-
|
|
8226
|
-
|
|
8042
|
+
fillRule: "evenodd",
|
|
8043
|
+
clipRule: "evenodd",
|
|
8044
|
+
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",
|
|
8045
|
+
fill: color
|
|
8227
8046
|
}));
|
|
8228
8047
|
};
|
|
8229
8048
|
|
|
@@ -8253,21 +8072,17 @@ const AlignLeft = props => {
|
|
|
8253
8072
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8254
8073
|
preserveAspectRatio: "xMidYMid meet"
|
|
8255
8074
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8256
|
-
d: "M11
|
|
8257
|
-
|
|
8258
|
-
strokeWidth: "1.5"
|
|
8075
|
+
d: "M11 9.25L3 9.25V10.75L11 10.75V9.25Z",
|
|
8076
|
+
fill: color
|
|
8259
8077
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8260
|
-
d: "
|
|
8261
|
-
|
|
8262
|
-
strokeWidth: "1.5"
|
|
8078
|
+
d: "M3 13.25L14 13.25V14.75L3 14.75V13.25Z",
|
|
8079
|
+
fill: color
|
|
8263
8080
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8264
|
-
d: "
|
|
8265
|
-
|
|
8266
|
-
strokeWidth: "1.5"
|
|
8081
|
+
d: "M21 5.25H3V6.75H21V5.25Z",
|
|
8082
|
+
fill: color
|
|
8267
8083
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8268
|
-
d: "M21
|
|
8269
|
-
|
|
8270
|
-
strokeWidth: "1.5"
|
|
8084
|
+
d: "M21 17.25H3V18.75H21V17.25Z",
|
|
8085
|
+
fill: color
|
|
8271
8086
|
}));
|
|
8272
8087
|
};
|
|
8273
8088
|
|
|
@@ -8297,21 +8112,17 @@ const AlignCenter = props => {
|
|
|
8297
8112
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8298
8113
|
preserveAspectRatio: "xMidYMid meet"
|
|
8299
8114
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8300
|
-
d: "
|
|
8301
|
-
|
|
8302
|
-
strokeWidth: "1.5"
|
|
8115
|
+
d: "M21 5.25H3V6.75H21V5.25Z",
|
|
8116
|
+
fill: color
|
|
8303
8117
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8304
|
-
d: "
|
|
8305
|
-
|
|
8306
|
-
strokeWidth: "1.5"
|
|
8118
|
+
d: "M15 9.25H9V10.75H15V9.25Z",
|
|
8119
|
+
fill: color
|
|
8307
8120
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8308
|
-
d: "
|
|
8309
|
-
|
|
8310
|
-
strokeWidth: "1.5"
|
|
8121
|
+
d: "M7 13.25H17V14.75H7V13.25Z",
|
|
8122
|
+
fill: color
|
|
8311
8123
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8312
|
-
d: "M21
|
|
8313
|
-
|
|
8314
|
-
strokeWidth: "1.5"
|
|
8124
|
+
d: "M21 17.25H3V18.75H21V17.25Z",
|
|
8125
|
+
fill: color
|
|
8315
8126
|
}));
|
|
8316
8127
|
};
|
|
8317
8128
|
|
|
@@ -8341,21 +8152,17 @@ const AlignRight = props => {
|
|
|
8341
8152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8342
8153
|
preserveAspectRatio: "xMidYMid meet"
|
|
8343
8154
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8344
|
-
d: "M21
|
|
8345
|
-
|
|
8346
|
-
strokeWidth: "1.5"
|
|
8155
|
+
d: "M21 9.25L13 9.25V10.75L21 10.75V9.25Z",
|
|
8156
|
+
fill: color
|
|
8347
8157
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8348
|
-
d: "
|
|
8349
|
-
|
|
8350
|
-
strokeWidth: "1.5"
|
|
8158
|
+
d: "M10 13.25L21 13.25V14.75L10 14.75V13.25Z",
|
|
8159
|
+
fill: color
|
|
8351
8160
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8352
|
-
d: "M21
|
|
8353
|
-
|
|
8354
|
-
strokeWidth: "1.5"
|
|
8161
|
+
d: "M21 5.25H3V6.75H21V5.25Z",
|
|
8162
|
+
fill: color
|
|
8355
8163
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8356
|
-
d: "M21
|
|
8357
|
-
|
|
8358
|
-
strokeWidth: "1.5"
|
|
8164
|
+
d: "M21 17.25H3V18.75H21V17.25Z",
|
|
8165
|
+
fill: color
|
|
8359
8166
|
}));
|
|
8360
8167
|
};
|
|
8361
8168
|
|
|
@@ -8385,21 +8192,17 @@ const AlignWide = props => {
|
|
|
8385
8192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8386
8193
|
preserveAspectRatio: "xMidYMid meet"
|
|
8387
8194
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8388
|
-
d: "M21
|
|
8389
|
-
|
|
8390
|
-
strokeWidth: "1.5"
|
|
8195
|
+
d: "M21 5.25H3V6.75H21V5.25Z",
|
|
8196
|
+
fill: color
|
|
8391
8197
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8392
|
-
d: "M21
|
|
8393
|
-
|
|
8394
|
-
strokeWidth: "1.5"
|
|
8198
|
+
d: "M21 9.25H3V10.75H21V9.25Z",
|
|
8199
|
+
fill: color
|
|
8395
8200
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8396
|
-
d: "
|
|
8397
|
-
|
|
8398
|
-
strokeWidth: "1.5"
|
|
8201
|
+
d: "M3 13.25H21V14.75H3V13.25Z",
|
|
8202
|
+
fill: color
|
|
8399
8203
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8400
|
-
d: "M21
|
|
8401
|
-
|
|
8402
|
-
strokeWidth: "1.5"
|
|
8204
|
+
d: "M21 17.25H3V18.75H21V17.25Z",
|
|
8205
|
+
fill: color
|
|
8403
8206
|
}));
|
|
8404
8207
|
};
|
|
8405
8208
|
|
|
@@ -8491,17 +8294,8 @@ const Italic = props => {
|
|
|
8491
8294
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8492
8295
|
preserveAspectRatio: "xMidYMid meet"
|
|
8493
8296
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8494
|
-
d: "
|
|
8495
|
-
|
|
8496
|
-
strokeWidth: "1.5"
|
|
8497
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8498
|
-
d: "M14 20H3",
|
|
8499
|
-
stroke: color,
|
|
8500
|
-
strokeWidth: "1.5"
|
|
8501
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8502
|
-
d: "M15 4L9 20",
|
|
8503
|
-
stroke: color,
|
|
8504
|
-
strokeWidth: "1.5"
|
|
8297
|
+
d: "M8.48019 19.25L13.9177 4.75H10V3.25H21V4.75H15.5197L10.0822 19.25H14V20.75H3V19.25H8.48019Z",
|
|
8298
|
+
fill: color
|
|
8505
8299
|
}));
|
|
8506
8300
|
};
|
|
8507
8301
|
|
|
@@ -8531,10 +8325,10 @@ const Underline = props => {
|
|
|
8531
8325
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8532
8326
|
preserveAspectRatio: "xMidYMid meet"
|
|
8533
8327
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8534
|
-
d: "
|
|
8328
|
+
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",
|
|
8535
8329
|
fill: color
|
|
8536
8330
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8537
|
-
d: "
|
|
8331
|
+
d: "M7.25781 20.105H17.8281V21.4686H7.25781V20.105Z",
|
|
8538
8332
|
fill: color
|
|
8539
8333
|
}));
|
|
8540
8334
|
};
|
|
@@ -8565,21 +8359,19 @@ const SendMessage = props => {
|
|
|
8565
8359
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8566
8360
|
preserveAspectRatio: "xMidYMid meet"
|
|
8567
8361
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8568
|
-
d: "M17
|
|
8569
|
-
|
|
8570
|
-
strokeWidth: "1.5"
|
|
8362
|
+
d: "M17 8.25H9V9.75H17V8.25Z",
|
|
8363
|
+
fill: color
|
|
8571
8364
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8572
|
-
d: "M17
|
|
8573
|
-
|
|
8574
|
-
strokeWidth: "1.5"
|
|
8365
|
+
d: "M17 11.25H9V12.75H17V11.25Z",
|
|
8366
|
+
fill: color
|
|
8575
8367
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8576
|
-
d: "
|
|
8577
|
-
|
|
8578
|
-
strokeWidth: "1.5"
|
|
8368
|
+
d: "M9 14.25H13V15.75H9V14.25Z",
|
|
8369
|
+
fill: color
|
|
8579
8370
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8580
|
-
|
|
8581
|
-
|
|
8582
|
-
|
|
8371
|
+
fillRule: "evenodd",
|
|
8372
|
+
clipRule: "evenodd",
|
|
8373
|
+
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",
|
|
8374
|
+
fill: color
|
|
8583
8375
|
}));
|
|
8584
8376
|
};
|
|
8585
8377
|
|
|
@@ -8677,26 +8469,20 @@ const Analytics = props => {
|
|
|
8677
8469
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8678
8470
|
preserveAspectRatio: "xMidYMid meet"
|
|
8679
8471
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8680
|
-
|
|
8681
|
-
|
|
8682
|
-
|
|
8683
|
-
|
|
8684
|
-
fill: "white"
|
|
8685
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8686
|
-
d: "M17.3855 2.51514V21H21.3249V2.51514H17.3855Z",
|
|
8687
|
-
fill: "white"
|
|
8688
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8689
|
-
d: "M10.0269 6.75764V21.0001H13.9663V6.75764H10.0269Z",
|
|
8690
|
-
stroke: color,
|
|
8691
|
-
strokeWidth: "1.5"
|
|
8472
|
+
fillRule: "evenodd",
|
|
8473
|
+
clipRule: "evenodd",
|
|
8474
|
+
d: "M16.5924 2V21.9744H22V2H16.5924ZM20.5088 20.4752H18.0836V3.49921H20.5088V20.4752Z",
|
|
8475
|
+
fill: color
|
|
8692
8476
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8693
|
-
|
|
8694
|
-
|
|
8695
|
-
|
|
8477
|
+
fillRule: "evenodd",
|
|
8478
|
+
clipRule: "evenodd",
|
|
8479
|
+
d: "M9.27679 21.961V6.22678H14.6844V21.961H9.27679ZM10.768 20.4617H13.1931V7.72599H10.768V20.4617Z",
|
|
8480
|
+
fill: color
|
|
8696
8481
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8697
|
-
|
|
8698
|
-
|
|
8699
|
-
|
|
8482
|
+
fillRule: "evenodd",
|
|
8483
|
+
clipRule: "evenodd",
|
|
8484
|
+
d: "M2 22V11.2127H7.40759V22H2ZM3.49123 20.5008H5.91636V12.7119H3.49123V20.5008Z",
|
|
8485
|
+
fill: color
|
|
8700
8486
|
}));
|
|
8701
8487
|
};
|
|
8702
8488
|
|
|
@@ -8787,19 +8573,10 @@ const CustomFieldRemove = props => {
|
|
|
8787
8573
|
fill: "none",
|
|
8788
8574
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8789
8575
|
preserveAspectRatio: "xMidYMid meet"
|
|
8790
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
8791
|
-
clipPath: "url(#clip0_7619_1734)"
|
|
8792
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
8576
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8793
8577
|
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",
|
|
8794
8578
|
fill: color
|
|
8795
|
-
}))
|
|
8796
|
-
id: "clip0_7619_1734"
|
|
8797
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
8798
|
-
width: "20",
|
|
8799
|
-
height: "20",
|
|
8800
|
-
fill: "white",
|
|
8801
|
-
transform: "translate(2 2)"
|
|
8802
|
-
}))));
|
|
8579
|
+
}));
|
|
8803
8580
|
};
|
|
8804
8581
|
|
|
8805
8582
|
CustomFieldRemove.propTypes = {
|
|
@@ -9533,19 +9310,10 @@ const Faq = props => {
|
|
|
9533
9310
|
fill: "none",
|
|
9534
9311
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9535
9312
|
preserveAspectRatio: "xMidYMid meet"
|
|
9536
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
9537
|
-
clipPath: "url(#clip0_7619_1783)"
|
|
9538
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
9313
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9539
9314
|
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",
|
|
9540
9315
|
fill: color
|
|
9541
|
-
}))
|
|
9542
|
-
id: "clip0_7619_1783"
|
|
9543
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
9544
|
-
width: "20",
|
|
9545
|
-
height: "20",
|
|
9546
|
-
fill: "white",
|
|
9547
|
-
transform: "translate(2 2)"
|
|
9548
|
-
}))));
|
|
9316
|
+
}));
|
|
9549
9317
|
};
|
|
9550
9318
|
|
|
9551
9319
|
Faq.propTypes = {
|
|
@@ -9638,13 +9406,13 @@ const Tap = props => {
|
|
|
9638
9406
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9639
9407
|
preserveAspectRatio: "xMidYMid meet"
|
|
9640
9408
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9641
|
-
d: "
|
|
9642
|
-
|
|
9643
|
-
strokeWidth: "1.5"
|
|
9409
|
+
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",
|
|
9410
|
+
fill: color
|
|
9644
9411
|
}), /*#__PURE__*/React.createElement("path", {
|
|
9645
|
-
|
|
9646
|
-
|
|
9647
|
-
|
|
9412
|
+
fillRule: "evenodd",
|
|
9413
|
+
clipRule: "evenodd",
|
|
9414
|
+
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",
|
|
9415
|
+
fill: color
|
|
9648
9416
|
}));
|
|
9649
9417
|
};
|
|
9650
9418
|
|
|
@@ -9677,14 +9445,12 @@ const NewOrphanMobile = props => {
|
|
|
9677
9445
|
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",
|
|
9678
9446
|
fill: color
|
|
9679
9447
|
}), /*#__PURE__*/React.createElement("path", {
|
|
9680
|
-
|
|
9681
|
-
clipRule: "evenodd",
|
|
9682
|
-
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",
|
|
9448
|
+
d: "M10.1578 5.59546H13.842V4.09546H10.1578V5.59546Z",
|
|
9683
9449
|
fill: color
|
|
9684
9450
|
}), /*#__PURE__*/React.createElement("path", {
|
|
9685
9451
|
fillRule: "evenodd",
|
|
9686
9452
|
clipRule: "evenodd",
|
|
9687
|
-
d: "
|
|
9453
|
+
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",
|
|
9688
9454
|
fill: color
|
|
9689
9455
|
}));
|
|
9690
9456
|
};
|
|
@@ -10075,7 +9841,7 @@ const ProfessionalConsulting = props => {
|
|
|
10075
9841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10076
9842
|
preserveAspectRatio: "xMidYMid meet"
|
|
10077
9843
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10078
|
-
d: "M7.27053 15.5155C9.
|
|
9844
|
+
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",
|
|
10079
9845
|
fill: color
|
|
10080
9846
|
}));
|
|
10081
9847
|
};
|