@manychat/icons 4.30.0 → 4.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +99 -39
- package/dist/index.js +100 -38
- package/package.json +1 -1
- package/umd/mcicons.js +98 -38
- package/umd/mcicons.min.js +1 -1
package/dist/index.js
CHANGED
|
@@ -2207,7 +2207,7 @@ const ShowFlow = _ref => {
|
|
|
2207
2207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2208
2208
|
preserveAspectRatio: "xMidYMid meet"
|
|
2209
2209
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2210
|
-
d: "M7.51402 11.5468C7.51402 13.8849 9.38318 15.7554 11.7196 15.7554C14.0561 15.7554 16.0187 13.7914 16.0187 11.5468C16.0187 9.20863 14.1495 7.33813 11.8131 7.33813C9.
|
|
2210
|
+
d: "M7.51402 11.5468C7.51402 13.8849 9.38318 15.7554 11.7196 15.7554C14.0561 15.7554 16.0187 13.7914 16.0187 11.5468C16.0187 9.20863 14.1495 7.33813 11.8131 7.33813C9.47663 7.33813 7.51402 9.20863 7.51402 11.5468ZM14.6168 11.5468C14.6168 13.1367 13.3084 14.3525 11.8131 14.3525C10.3178 14.3525 9.00935 13.0432 9.00935 11.5468C9.00935 9.95683 10.3178 8.74101 11.8131 8.74101C13.3084 8.74101 14.6168 9.95683 14.6168 11.5468ZM4.61682 10.7986H3.02804C5.08411 6.96403 8.07477 5 11.8131 5C15.6449 5 18.8224 6.77698 22 10.7986H20.1308C17.514 7.80576 14.8972 6.40288 11.7196 6.40288C8.82243 6.40288 6.39252 7.89928 4.61682 10.7986ZM20.972 12.295C18.9159 15.1007 16.3925 18 11.7196 18C7.3271 18 4.8972 15.6619 2 12.295H3.86916C6.57944 15.2878 8.54206 16.5971 11.7196 16.5971C15.271 16.5971 17.4206 14.5396 19.1963 12.295H20.972Z",
|
|
2211
2211
|
fill: color
|
|
2212
2212
|
}));
|
|
2213
2213
|
};
|
|
@@ -10753,6 +10753,36 @@ const Flodesk = _ref => {
|
|
|
10753
10753
|
};
|
|
10754
10754
|
|
|
10755
10755
|
const _excluded$4_ = ["color", "size"];
|
|
10756
|
+
/**
|
|
10757
|
+
* @typedef {Object} DeepSeekProps
|
|
10758
|
+
* @property {string} [color='currentColor']
|
|
10759
|
+
* @property {string|number} [size='24']
|
|
10760
|
+
*
|
|
10761
|
+
* @param {DeepSeekProps} props
|
|
10762
|
+
* @returns {JSX.Element}
|
|
10763
|
+
*/
|
|
10764
|
+
|
|
10765
|
+
const DeepSeek = _ref => {
|
|
10766
|
+
let {
|
|
10767
|
+
color = 'currentColor',
|
|
10768
|
+
size = '24'
|
|
10769
|
+
} = _ref,
|
|
10770
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4_);
|
|
10771
|
+
|
|
10772
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10773
|
+
width: size,
|
|
10774
|
+
height: size,
|
|
10775
|
+
viewBox: "0 0 24 24",
|
|
10776
|
+
fill: "none",
|
|
10777
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10778
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10779
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10780
|
+
d: "M22.7685 5.34246C22.5357 5.23012 22.4349 5.44484 22.2992 5.55446C22.2525 5.5898 22.213 5.636 22.1736 5.67768C21.8326 6.03736 21.4348 6.27291 20.9151 6.24483C20.1552 6.20315 19.5062 6.43871 18.9323 7.01311C18.8104 6.30462 18.4053 5.88243 17.7893 5.61063C17.4666 5.4693 17.1403 5.32887 16.9139 5.02174C16.7562 4.80339 16.7131 4.55968 16.6343 4.3205C16.5839 4.17554 16.5335 4.02786 16.3657 4.0034C16.1824 3.97532 16.1109 4.12662 16.0394 4.25346C15.7525 4.77168 15.6416 5.34246 15.6526 5.92048C15.6773 7.22149 16.2328 8.25794 17.3374 8.99451C17.463 9.07877 17.495 9.16394 17.4556 9.28715C17.3805 9.54083 17.2906 9.78726 17.2118 10.0418C17.1614 10.204 17.0862 10.2384 16.9102 10.1687C16.3156 9.91608 15.7754 9.55318 15.3189 9.09961C14.5334 8.34945 13.8239 7.52137 12.9384 6.87268C12.7332 6.72285 12.5226 6.58051 12.3068 6.44596C11.4039 5.57892 12.426 4.86681 12.6625 4.78256C12.91 4.69377 12.7477 4.39117 11.9484 4.39479C11.1491 4.39842 10.4176 4.66206 9.48537 5.01449C9.34684 5.06696 9.20431 5.10846 9.05913 5.13861C8.18797 4.97638 7.29701 4.94522 6.41643 5.0462C4.68855 5.23646 3.30899 6.0446 2.29426 7.42262C1.07512 9.07877 0.788208 10.9614 1.13928 12.9238C1.50869 14.9931 2.57751 16.7063 4.21922 18.0454C5.92236 19.4343 7.88307 20.1147 10.1206 19.9842C11.4791 19.9072 12.9925 19.7269 14.6983 18.2991C15.1292 18.5111 15.5802 18.5953 16.33 18.6587C16.9075 18.7122 17.463 18.6316 17.8929 18.5428C18.5666 18.4014 18.5199 17.7845 18.2769 17.6721C16.3016 16.7625 16.7351 17.133 16.3401 16.8332C17.3447 15.659 18.8572 14.4395 19.4493 10.4885C19.4952 10.1741 19.4558 9.97661 19.4493 9.72293C19.4457 9.56891 19.4814 9.50821 19.6602 9.491C20.1561 9.44015 20.6372 9.29396 21.0764 9.06065C22.356 8.36938 22.873 7.23508 22.9949 5.87428C23.0133 5.6659 22.9913 5.45208 22.7685 5.34246ZM11.6157 17.5897C9.70078 16.102 8.77222 15.6119 8.38906 15.6327C8.02973 15.6545 8.09481 16.0594 8.17365 16.324C8.25614 16.5849 8.36339 16.7643 8.51372 16.9935C8.61822 17.1448 8.68972 17.3704 8.41014 17.5398C7.79324 17.9167 6.72167 17.413 6.67126 17.3885C5.4237 16.6619 4.37964 15.7034 3.6454 14.3924C2.93592 13.1304 2.52342 11.7768 2.45559 10.3318C2.43726 9.98205 2.54084 9.85883 2.89283 9.79541C3.35493 9.70801 3.82839 9.69607 4.29439 9.76008C6.24868 10.0427 7.91148 10.9062 9.30662 12.2733C10.1023 13.0525 10.7045 13.9829 11.3251 14.8925C11.9851 15.8583 12.6946 16.7788 13.5984 17.5326C13.9174 17.7971 14.1713 17.9983 14.4151 18.1459C13.68 18.2275 12.4535 18.2456 11.6157 17.5897ZM12.5323 11.7551C12.5321 11.7101 12.5431 11.6657 12.5641 11.6258C12.5852 11.5859 12.6158 11.5517 12.6533 11.5261C12.6907 11.5005 12.7339 11.4843 12.7791 11.4789C12.8243 11.4735 12.8702 11.479 12.9127 11.4951C12.9669 11.5143 13.0138 11.5498 13.0466 11.5965C13.0795 11.6433 13.0968 11.699 13.096 11.756C13.0962 11.7928 13.0889 11.8292 13.0746 11.8632C13.0603 11.8972 13.0394 11.928 13.0129 11.9539C12.9865 11.9798 12.9551 12.0002 12.9206 12.014C12.8861 12.0278 12.8491 12.0346 12.8119 12.0341C12.7749 12.0342 12.7384 12.0271 12.7042 12.0131C12.6701 11.999 12.6392 11.9784 12.6133 11.9524C12.5873 11.9265 12.5669 11.8956 12.5531 11.8617C12.5394 11.8278 12.5317 11.7916 12.5323 11.7551ZM15.3831 13.201C15.1998 13.2744 15.0173 13.3378 14.8423 13.346C14.5789 13.3551 14.3204 13.2738 14.1108 13.1159C13.8596 12.9075 13.68 12.7915 13.6048 12.4291C13.5789 12.252 13.5838 12.0719 13.6195 11.8964C13.6836 11.6001 13.6121 11.4099 13.4004 11.2378C13.229 11.0964 13.0099 11.0575 12.7697 11.0575C12.6875 11.0527 12.6076 11.0285 12.5369 10.9868C12.4361 10.9379 12.3536 10.8147 12.4324 10.6624C12.4581 10.6135 12.5791 10.4939 12.6084 10.4722C12.9347 10.2892 13.3115 10.349 13.6589 10.4867C13.9815 10.6171 14.2254 10.8563 14.5764 11.1952C14.9348 11.6038 14.9999 11.717 15.2043 12.0232C15.3657 12.2633 15.5123 12.5098 15.6122 12.7915C15.6737 12.9682 15.5948 13.1123 15.3831 13.201Z",
|
|
10781
|
+
fill: "#4D6BFE"
|
|
10782
|
+
}));
|
|
10783
|
+
};
|
|
10784
|
+
|
|
10785
|
+
const _excluded$4$ = ["color", "size"];
|
|
10756
10786
|
/**
|
|
10757
10787
|
* @typedef {Object} ApptivoProps
|
|
10758
10788
|
* @property {string} [color='currentColor']
|
|
@@ -10767,7 +10797,7 @@ const Apptivo = _ref => {
|
|
|
10767
10797
|
color = 'currentColor',
|
|
10768
10798
|
size = '24'
|
|
10769
10799
|
} = _ref,
|
|
10770
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10800
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4$);
|
|
10771
10801
|
|
|
10772
10802
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10773
10803
|
width: size,
|
|
@@ -10785,7 +10815,7 @@ const Apptivo = _ref => {
|
|
|
10785
10815
|
}));
|
|
10786
10816
|
};
|
|
10787
10817
|
|
|
10788
|
-
const _excluded$
|
|
10818
|
+
const _excluded$50 = ["color", "size"];
|
|
10789
10819
|
/**
|
|
10790
10820
|
* @typedef {Object} ZillowProps
|
|
10791
10821
|
* @property {string} [color='currentColor']
|
|
@@ -10800,7 +10830,7 @@ const Zillow = _ref => {
|
|
|
10800
10830
|
color = 'currentColor',
|
|
10801
10831
|
size = '24'
|
|
10802
10832
|
} = _ref,
|
|
10803
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10833
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$50);
|
|
10804
10834
|
|
|
10805
10835
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10806
10836
|
width: size,
|
|
@@ -10817,7 +10847,7 @@ const Zillow = _ref => {
|
|
|
10817
10847
|
}));
|
|
10818
10848
|
};
|
|
10819
10849
|
|
|
10820
|
-
const _excluded$
|
|
10850
|
+
const _excluded$51 = ["color", "size"];
|
|
10821
10851
|
/**
|
|
10822
10852
|
* @typedef {Object} CanvaProps
|
|
10823
10853
|
* @property {string} [color='currentColor']
|
|
@@ -10832,7 +10862,7 @@ const Canva = _ref => {
|
|
|
10832
10862
|
color = 'currentColor',
|
|
10833
10863
|
size = '24'
|
|
10834
10864
|
} = _ref,
|
|
10835
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10865
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$51);
|
|
10836
10866
|
|
|
10837
10867
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10838
10868
|
width: size,
|
|
@@ -10918,7 +10948,7 @@ const Canva = _ref => {
|
|
|
10918
10948
|
}))));
|
|
10919
10949
|
};
|
|
10920
10950
|
|
|
10921
|
-
const _excluded$
|
|
10951
|
+
const _excluded$52 = ["color", "size"];
|
|
10922
10952
|
/**
|
|
10923
10953
|
* @typedef {Object} KajabiProps
|
|
10924
10954
|
* @property {string} [color='currentColor']
|
|
@@ -10933,7 +10963,7 @@ const Kajabi = _ref => {
|
|
|
10933
10963
|
color = 'currentColor',
|
|
10934
10964
|
size = '24'
|
|
10935
10965
|
} = _ref,
|
|
10936
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10966
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$52);
|
|
10937
10967
|
|
|
10938
10968
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10939
10969
|
width: size,
|
|
@@ -10955,7 +10985,7 @@ const Kajabi = _ref => {
|
|
|
10955
10985
|
}));
|
|
10956
10986
|
};
|
|
10957
10987
|
|
|
10958
|
-
const _excluded$
|
|
10988
|
+
const _excluded$53 = ["color", "size"];
|
|
10959
10989
|
/**
|
|
10960
10990
|
* @typedef {Object} MagentoProps
|
|
10961
10991
|
* @property {string} [color='currentColor']
|
|
@@ -10970,7 +11000,7 @@ const Magento = _ref => {
|
|
|
10970
11000
|
color = 'currentColor',
|
|
10971
11001
|
size = '24'
|
|
10972
11002
|
} = _ref,
|
|
10973
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11003
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$53);
|
|
10974
11004
|
|
|
10975
11005
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10976
11006
|
width: size,
|
|
@@ -10985,7 +11015,7 @@ const Magento = _ref => {
|
|
|
10985
11015
|
}));
|
|
10986
11016
|
};
|
|
10987
11017
|
|
|
10988
|
-
const _excluded$
|
|
11018
|
+
const _excluded$54 = ["color", "size"];
|
|
10989
11019
|
/**
|
|
10990
11020
|
* @typedef {Object} ArrowDownRightProps
|
|
10991
11021
|
* @property {string} [color='currentColor']
|
|
@@ -11000,7 +11030,7 @@ const ArrowDownRight = _ref => {
|
|
|
11000
11030
|
color = 'currentColor',
|
|
11001
11031
|
size = '24'
|
|
11002
11032
|
} = _ref,
|
|
11003
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11033
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$54);
|
|
11004
11034
|
|
|
11005
11035
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11006
11036
|
width: size,
|
|
@@ -11018,7 +11048,7 @@ const ArrowDownRight = _ref => {
|
|
|
11018
11048
|
}));
|
|
11019
11049
|
};
|
|
11020
11050
|
|
|
11021
|
-
const _excluded$
|
|
11051
|
+
const _excluded$55 = ["color", "size"];
|
|
11022
11052
|
/**
|
|
11023
11053
|
* @typedef {Object} ReturnKeyProps
|
|
11024
11054
|
* @property {string} [color='currentColor']
|
|
@@ -11033,7 +11063,7 @@ const ReturnKey = _ref => {
|
|
|
11033
11063
|
color = 'currentColor',
|
|
11034
11064
|
size = '24'
|
|
11035
11065
|
} = _ref,
|
|
11036
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11066
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$55);
|
|
11037
11067
|
|
|
11038
11068
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11039
11069
|
width: size,
|
|
@@ -11048,7 +11078,7 @@ const ReturnKey = _ref => {
|
|
|
11048
11078
|
}));
|
|
11049
11079
|
};
|
|
11050
11080
|
|
|
11051
|
-
const _excluded$
|
|
11081
|
+
const _excluded$56 = ["color", "size"];
|
|
11052
11082
|
/**
|
|
11053
11083
|
* @typedef {Object} UnreadProps
|
|
11054
11084
|
* @property {string} [color='currentColor']
|
|
@@ -11063,7 +11093,7 @@ const Unread = _ref => {
|
|
|
11063
11093
|
color = 'currentColor',
|
|
11064
11094
|
size = '24'
|
|
11065
11095
|
} = _ref,
|
|
11066
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11096
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$56);
|
|
11067
11097
|
|
|
11068
11098
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11069
11099
|
width: size,
|
|
@@ -11080,7 +11110,7 @@ const Unread = _ref => {
|
|
|
11080
11110
|
}));
|
|
11081
11111
|
};
|
|
11082
11112
|
|
|
11083
|
-
const _excluded$
|
|
11113
|
+
const _excluded$57 = ["color", "size"];
|
|
11084
11114
|
/**
|
|
11085
11115
|
* @typedef {Object} PrivacyProps
|
|
11086
11116
|
* @property {string} [color='currentColor']
|
|
@@ -11095,7 +11125,7 @@ const Privacy = _ref => {
|
|
|
11095
11125
|
color = 'currentColor',
|
|
11096
11126
|
size = '24'
|
|
11097
11127
|
} = _ref,
|
|
11098
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11128
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$57);
|
|
11099
11129
|
|
|
11100
11130
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11101
11131
|
width: size,
|
|
@@ -11116,7 +11146,7 @@ const Privacy = _ref => {
|
|
|
11116
11146
|
}));
|
|
11117
11147
|
};
|
|
11118
11148
|
|
|
11119
|
-
const _excluded$
|
|
11149
|
+
const _excluded$58 = ["color", "size"];
|
|
11120
11150
|
/**
|
|
11121
11151
|
* @typedef {Object} LocationProps
|
|
11122
11152
|
* @property {string} [color='currentColor']
|
|
@@ -11131,7 +11161,7 @@ const Location = _ref => {
|
|
|
11131
11161
|
color = 'currentColor',
|
|
11132
11162
|
size = '24'
|
|
11133
11163
|
} = _ref,
|
|
11134
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11164
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$58);
|
|
11135
11165
|
|
|
11136
11166
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11137
11167
|
width: size,
|
|
@@ -11153,7 +11183,7 @@ const Location = _ref => {
|
|
|
11153
11183
|
}));
|
|
11154
11184
|
};
|
|
11155
11185
|
|
|
11156
|
-
const _excluded$
|
|
11186
|
+
const _excluded$59 = ["color", "size"];
|
|
11157
11187
|
/**
|
|
11158
11188
|
* @typedef {Object} TikTokProps
|
|
11159
11189
|
* @property {string} [color='currentColor']
|
|
@@ -11168,7 +11198,7 @@ const TikTok = _ref => {
|
|
|
11168
11198
|
color = 'currentColor',
|
|
11169
11199
|
size = '24'
|
|
11170
11200
|
} = _ref,
|
|
11171
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11201
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$59);
|
|
11172
11202
|
|
|
11173
11203
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11174
11204
|
width: size,
|
|
@@ -11201,7 +11231,37 @@ const TikTok = _ref => {
|
|
|
11201
11231
|
}));
|
|
11202
11232
|
};
|
|
11203
11233
|
|
|
11204
|
-
const _excluded$
|
|
11234
|
+
const _excluded$5a = ["color", "size"];
|
|
11235
|
+
/**
|
|
11236
|
+
* @typedef {Object} ClaudeProps
|
|
11237
|
+
* @property {string} [color='currentColor']
|
|
11238
|
+
* @property {string|number} [size='24']
|
|
11239
|
+
*
|
|
11240
|
+
* @param {ClaudeProps} props
|
|
11241
|
+
* @returns {JSX.Element}
|
|
11242
|
+
*/
|
|
11243
|
+
|
|
11244
|
+
const Claude = _ref => {
|
|
11245
|
+
let {
|
|
11246
|
+
color = 'currentColor',
|
|
11247
|
+
size = '24'
|
|
11248
|
+
} = _ref,
|
|
11249
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5a);
|
|
11250
|
+
|
|
11251
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11252
|
+
width: size,
|
|
11253
|
+
height: size,
|
|
11254
|
+
viewBox: "0 0 24 24",
|
|
11255
|
+
fill: "none",
|
|
11256
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11257
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11258
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11259
|
+
d: "M5.92417 15.2958L9.8575 13.09L9.92417 12.8983L9.8575 12.7917H9.66667L9.00833 12.7517L6.76 12.6908L4.81083 12.61L2.9225 12.5083L2.44667 12.4075L2 11.82L2.04583 11.5267L2.44583 11.2592L3.0175 11.3092L4.28417 11.395L6.1825 11.5267L7.55917 11.6075L9.6 11.82H9.92417L9.97 11.6892L9.85833 11.6075L9.7725 11.5267L7.8075 10.1967L5.68083 8.79L4.5675 7.98L3.96417 7.57083L3.66083 7.18583L3.52917 6.34583L4.07583 5.74417L4.81 5.79417L4.9975 5.845L5.74167 6.41667L7.33167 7.64667L9.4075 9.17417L9.71167 9.4275L9.8325 9.34167L9.84833 9.28083L9.71167 9.0525L8.5825 7.01417L7.3775 4.93917L6.84083 4.07917L6.69917 3.56333C6.64519 3.36521 6.61608 3.16114 6.6125 2.95583L7.23583 2.11167L7.58 2L8.41 2.11167L8.76 2.415L9.27667 3.59333L10.1117 5.45083L11.4075 7.97583L11.7875 8.72417L11.99 9.4175L12.0658 9.63H12.1975V9.50833L12.3042 8.08667L12.5017 6.34083L12.6933 4.095L12.76 3.46167L13.0733 2.70333L13.6958 2.29333L14.1825 2.52667L14.5825 3.0975L14.5267 3.4675L14.2883 5.01L13.8225 7.42917L13.5192 9.0475H13.6958L13.8983 8.84583L14.7192 7.7575L16.0958 6.0375L16.7042 5.35417L17.4125 4.60083L17.8683 4.24167H18.7292L19.3625 5.1825L19.0792 6.15417L18.1925 7.27667L17.4583 8.22833L16.405 9.645L15.7467 10.7783L15.8075 10.87L15.9642 10.8533L18.3442 10.3483L19.63 10.115L21.1642 9.8525L21.8583 10.1758L21.9342 10.505L21.6608 11.1775L20.02 11.5825L18.0958 11.9675L15.23 12.645L15.195 12.67L15.2358 12.7208L16.5267 12.8425L17.0783 12.8725H18.43L20.9467 13.06L21.605 13.495L22 14.0267L21.9342 14.4308L20.9217 14.9475L16.3642 13.865L15.2708 13.5908H15.1192V13.6825L16.03 14.5725L17.7017 16.0808L19.7925 18.0225L19.8983 18.5042L19.63 18.8833L19.3467 18.8425L17.5092 17.4617L16.8 16.8392L15.195 15.4892H15.0883V15.6308L15.4583 16.1717L17.4125 19.1058L17.5142 20.0058L17.3725 20.3L16.8658 20.4775L16.3092 20.3758L15.1642 18.7717L13.985 16.9658L13.0325 15.3467L12.9158 15.4133L12.3542 21.4583L12.0908 21.7667L11.4833 22L10.9775 21.6158L10.7092 20.9933L10.9775 19.7633L11.3017 18.16L11.5642 16.885L11.8025 15.3017L11.9442 14.775L11.9342 14.74L11.8175 14.755L10.6225 16.3942L8.80583 18.8483L7.3675 20.3858L7.0225 20.5225L6.425 20.2142L6.48083 19.6625L6.815 19.1717L8.805 16.6417L10.005 15.0733L10.78 14.1683L10.775 14.0367H10.7292L5.44333 17.4667L4.50167 17.5883L4.09583 17.2083L4.14667 16.5867L4.33917 16.3842L5.92917 15.2908L5.92417 15.2958Z",
|
|
11260
|
+
fill: "#D97757"
|
|
11261
|
+
}));
|
|
11262
|
+
};
|
|
11263
|
+
|
|
11264
|
+
const _excluded$5b = ["color", "size"];
|
|
11205
11265
|
/**
|
|
11206
11266
|
* @typedef {Object} TikTokChannelProps
|
|
11207
11267
|
* @property {string} [color='currentColor']
|
|
@@ -11216,7 +11276,7 @@ const TikTokChannel = _ref => {
|
|
|
11216
11276
|
color = 'currentColor',
|
|
11217
11277
|
size = '24'
|
|
11218
11278
|
} = _ref,
|
|
11219
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11279
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5b);
|
|
11220
11280
|
|
|
11221
11281
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11222
11282
|
width: size,
|
|
@@ -11248,7 +11308,7 @@ const TikTokChannel = _ref => {
|
|
|
11248
11308
|
}))));
|
|
11249
11309
|
};
|
|
11250
11310
|
|
|
11251
|
-
const _excluded$
|
|
11311
|
+
const _excluded$5c = ["color", "size"];
|
|
11252
11312
|
/**
|
|
11253
11313
|
* @typedef {Object} TikTokChannel2Props
|
|
11254
11314
|
* @property {string} [color='currentColor']
|
|
@@ -11263,7 +11323,7 @@ const TikTokChannel2 = _ref => {
|
|
|
11263
11323
|
color = 'currentColor',
|
|
11264
11324
|
size = '24'
|
|
11265
11325
|
} = _ref,
|
|
11266
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11326
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5c);
|
|
11267
11327
|
|
|
11268
11328
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11269
11329
|
width: size,
|
|
@@ -11280,7 +11340,7 @@ const TikTokChannel2 = _ref => {
|
|
|
11280
11340
|
}));
|
|
11281
11341
|
};
|
|
11282
11342
|
|
|
11283
|
-
const _excluded$
|
|
11343
|
+
const _excluded$5d = ["color", "size"];
|
|
11284
11344
|
/**
|
|
11285
11345
|
* @typedef {Object} AutomationsPausedFilledProps
|
|
11286
11346
|
* @property {string} [color='currentColor']
|
|
@@ -11295,7 +11355,7 @@ const AutomationsPausedFilled = _ref => {
|
|
|
11295
11355
|
color = 'currentColor',
|
|
11296
11356
|
size = '24'
|
|
11297
11357
|
} = _ref,
|
|
11298
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11358
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5d);
|
|
11299
11359
|
|
|
11300
11360
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11301
11361
|
width: size,
|
|
@@ -11313,7 +11373,7 @@ const AutomationsPausedFilled = _ref => {
|
|
|
11313
11373
|
}));
|
|
11314
11374
|
};
|
|
11315
11375
|
|
|
11316
|
-
const _excluded$
|
|
11376
|
+
const _excluded$5e = ["color", "size"];
|
|
11317
11377
|
/**
|
|
11318
11378
|
* @typedef {Object} AutomationsStoppedFilledProps
|
|
11319
11379
|
* @property {string} [color='currentColor']
|
|
@@ -11328,7 +11388,7 @@ const AutomationsStoppedFilled = _ref => {
|
|
|
11328
11388
|
color = 'currentColor',
|
|
11329
11389
|
size = '24'
|
|
11330
11390
|
} = _ref,
|
|
11331
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11391
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5e);
|
|
11332
11392
|
|
|
11333
11393
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11334
11394
|
width: size,
|
|
@@ -11343,7 +11403,7 @@ const AutomationsStoppedFilled = _ref => {
|
|
|
11343
11403
|
}));
|
|
11344
11404
|
};
|
|
11345
11405
|
|
|
11346
|
-
const _excluded$
|
|
11406
|
+
const _excluded$5f = ["color", "size"];
|
|
11347
11407
|
/**
|
|
11348
11408
|
* @typedef {Object} BulletProps
|
|
11349
11409
|
* @property {string} [color='currentColor']
|
|
@@ -11358,7 +11418,7 @@ const Bullet = _ref => {
|
|
|
11358
11418
|
color = 'currentColor',
|
|
11359
11419
|
size = '24'
|
|
11360
11420
|
} = _ref,
|
|
11361
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11421
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5f);
|
|
11362
11422
|
|
|
11363
11423
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11364
11424
|
width: size,
|
|
@@ -11373,7 +11433,7 @@ const Bullet = _ref => {
|
|
|
11373
11433
|
}));
|
|
11374
11434
|
};
|
|
11375
11435
|
|
|
11376
|
-
const _excluded$
|
|
11436
|
+
const _excluded$5g = ["color", "size"];
|
|
11377
11437
|
/**
|
|
11378
11438
|
* @typedef {Object} NavCollapseProps
|
|
11379
11439
|
* @property {string} [color='currentColor']
|
|
@@ -11388,7 +11448,7 @@ const NavCollapse = _ref => {
|
|
|
11388
11448
|
color = 'currentColor',
|
|
11389
11449
|
size = '24'
|
|
11390
11450
|
} = _ref,
|
|
11391
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11451
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5g);
|
|
11392
11452
|
|
|
11393
11453
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11394
11454
|
width: size,
|
|
@@ -11409,7 +11469,7 @@ const NavCollapse = _ref => {
|
|
|
11409
11469
|
}));
|
|
11410
11470
|
};
|
|
11411
11471
|
|
|
11412
|
-
const _excluded$
|
|
11472
|
+
const _excluded$5h = ["color", "size"];
|
|
11413
11473
|
/**
|
|
11414
11474
|
* @typedef {Object} NavExpandProps
|
|
11415
11475
|
* @property {string} [color='currentColor']
|
|
@@ -11424,7 +11484,7 @@ const NavExpand = _ref => {
|
|
|
11424
11484
|
color = 'currentColor',
|
|
11425
11485
|
size = '24'
|
|
11426
11486
|
} = _ref,
|
|
11427
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11487
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5h);
|
|
11428
11488
|
|
|
11429
11489
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11430
11490
|
width: size,
|
|
@@ -11445,7 +11505,7 @@ const NavExpand = _ref => {
|
|
|
11445
11505
|
}));
|
|
11446
11506
|
};
|
|
11447
11507
|
|
|
11448
|
-
const _excluded$
|
|
11508
|
+
const _excluded$5i = ["color", "size"];
|
|
11449
11509
|
/**
|
|
11450
11510
|
* @typedef {Object} RetailProps
|
|
11451
11511
|
* @property {string} [color='currentColor']
|
|
@@ -11460,7 +11520,7 @@ const Retail = _ref => {
|
|
|
11460
11520
|
color = 'currentColor',
|
|
11461
11521
|
size = '24'
|
|
11462
11522
|
} = _ref,
|
|
11463
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11523
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5i);
|
|
11464
11524
|
|
|
11465
11525
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11466
11526
|
width: size,
|
|
@@ -11544,6 +11604,7 @@ exports.ChevronDown = ChevronDown;
|
|
|
11544
11604
|
exports.ChevronLeft = ChevronLeft;
|
|
11545
11605
|
exports.ChevronRight = ChevronRight;
|
|
11546
11606
|
exports.ChevronUp = ChevronUp;
|
|
11607
|
+
exports.Claude = Claude;
|
|
11547
11608
|
exports.ClearMobile = ClearMobile;
|
|
11548
11609
|
exports.Close = Close;
|
|
11549
11610
|
exports.Cloud = Cloud;
|
|
@@ -11570,6 +11631,7 @@ exports.CustomField = CustomField;
|
|
|
11570
11631
|
exports.CustomFieldRemove = CustomFieldRemove;
|
|
11571
11632
|
exports.Dashboard = Dashboard;
|
|
11572
11633
|
exports.Data = Data;
|
|
11634
|
+
exports.DeepSeek = DeepSeek;
|
|
11573
11635
|
exports.DefaultReply = DefaultReply;
|
|
11574
11636
|
exports.Delay = Delay;
|
|
11575
11637
|
exports.Delete = Delete;
|