@manychat/icons 4.30.0 → 4.31.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +100 -40
- package/dist/index.js +101 -39
- package/package.json +1 -1
- package/umd/mcicons.js +99 -39
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -326,6 +326,7 @@ export const Salesforce: Icon
|
|
|
326
326
|
export const Pipedrive: Icon
|
|
327
327
|
export const Wiseagent: Icon
|
|
328
328
|
export const Flodesk: Icon
|
|
329
|
+
export const DeepSeek: Icon
|
|
329
330
|
export const Apptivo: Icon
|
|
330
331
|
export const Zillow: Icon
|
|
331
332
|
export const Canva: Icon
|
|
@@ -337,6 +338,7 @@ export const Unread: Icon
|
|
|
337
338
|
export const Privacy: Icon
|
|
338
339
|
export const Location: Icon
|
|
339
340
|
export const TikTok: Icon
|
|
341
|
+
export const Claude: Icon
|
|
340
342
|
export const TikTokChannel: Icon
|
|
341
343
|
export const TikTokChannel2: Icon
|
|
342
344
|
export const AutomationsPausedFilled: Icon
|
package/dist/index.es.js
CHANGED
|
@@ -2201,7 +2201,7 @@ const ShowFlow = _ref => {
|
|
|
2201
2201
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2202
2202
|
preserveAspectRatio: "xMidYMid meet"
|
|
2203
2203
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
2204
|
-
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.
|
|
2204
|
+
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",
|
|
2205
2205
|
fill: color
|
|
2206
2206
|
}));
|
|
2207
2207
|
};
|
|
@@ -10039,7 +10039,7 @@ const Creator = _ref => {
|
|
|
10039
10039
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10040
10040
|
preserveAspectRatio: "xMidYMid meet"
|
|
10041
10041
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10042
|
-
d: "M12.2041
|
|
10042
|
+
d: "M12.2041 7.05769C14.551 7.05769 16.4898 8.97596 16.4898 11.2981C16.4898 12.9135 15.5714 14.3269 14.1429 15.0337V17.1538H10.1633V15.0337C8.83673 14.3269 7.81633 12.9135 7.81633 11.2981C7.91837 8.97596 9.7551 7.05769 12.2041 7.05769ZM12.2041 5.54327C9.04082 5.54327 6.38776 8.16827 6.38776 11.2981C6.38776 13.1154 7.20408 14.8317 8.73469 15.8413V17.1538V18.6683H10.1633H14.1429H15.6735V17.1538V15.8413C17.102 14.7308 18.0204 13.1154 18.0204 11.2981C17.9184 8.16827 15.3673 5.54327 12.2041 5.54327ZM15.5714 19.9856H8.63265V21.5H15.5714V19.9856ZM12.7143 1H11.1837V4.02885H12.7143V1ZM5.06122 10.0865H2V11.601H5.06122V10.0865ZM22 10.0865H18.9388V11.601H22V10.0865ZM19.551 4.43269L18.4286 3.32212L16.2857 5.44231L17.4082 6.55289L19.551 4.43269ZM7.61224 5.44231L5.46939 3.32212L4.34694 4.43269L6.4898 6.55289L7.61224 5.44231Z",
|
|
10043
10043
|
fill: color
|
|
10044
10044
|
}));
|
|
10045
10045
|
};
|
|
@@ -10747,6 +10747,36 @@ const Flodesk = _ref => {
|
|
|
10747
10747
|
};
|
|
10748
10748
|
|
|
10749
10749
|
const _excluded$4_ = ["color", "size"];
|
|
10750
|
+
/**
|
|
10751
|
+
* @typedef {Object} DeepSeekProps
|
|
10752
|
+
* @property {string} [color='currentColor']
|
|
10753
|
+
* @property {string|number} [size='24']
|
|
10754
|
+
*
|
|
10755
|
+
* @param {DeepSeekProps} props
|
|
10756
|
+
* @returns {JSX.Element}
|
|
10757
|
+
*/
|
|
10758
|
+
|
|
10759
|
+
const DeepSeek = _ref => {
|
|
10760
|
+
let {
|
|
10761
|
+
color = 'currentColor',
|
|
10762
|
+
size = '24'
|
|
10763
|
+
} = _ref,
|
|
10764
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4_);
|
|
10765
|
+
|
|
10766
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10767
|
+
width: size,
|
|
10768
|
+
height: size,
|
|
10769
|
+
viewBox: "0 0 24 24",
|
|
10770
|
+
fill: "none",
|
|
10771
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10772
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10773
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10774
|
+
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",
|
|
10775
|
+
fill: "#4D6BFE"
|
|
10776
|
+
}));
|
|
10777
|
+
};
|
|
10778
|
+
|
|
10779
|
+
const _excluded$4$ = ["color", "size"];
|
|
10750
10780
|
/**
|
|
10751
10781
|
* @typedef {Object} ApptivoProps
|
|
10752
10782
|
* @property {string} [color='currentColor']
|
|
@@ -10761,7 +10791,7 @@ const Apptivo = _ref => {
|
|
|
10761
10791
|
color = 'currentColor',
|
|
10762
10792
|
size = '24'
|
|
10763
10793
|
} = _ref,
|
|
10764
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10794
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$4$);
|
|
10765
10795
|
|
|
10766
10796
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10767
10797
|
width: size,
|
|
@@ -10779,7 +10809,7 @@ const Apptivo = _ref => {
|
|
|
10779
10809
|
}));
|
|
10780
10810
|
};
|
|
10781
10811
|
|
|
10782
|
-
const _excluded$
|
|
10812
|
+
const _excluded$50 = ["color", "size"];
|
|
10783
10813
|
/**
|
|
10784
10814
|
* @typedef {Object} ZillowProps
|
|
10785
10815
|
* @property {string} [color='currentColor']
|
|
@@ -10794,7 +10824,7 @@ const Zillow = _ref => {
|
|
|
10794
10824
|
color = 'currentColor',
|
|
10795
10825
|
size = '24'
|
|
10796
10826
|
} = _ref,
|
|
10797
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10827
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$50);
|
|
10798
10828
|
|
|
10799
10829
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10800
10830
|
width: size,
|
|
@@ -10811,7 +10841,7 @@ const Zillow = _ref => {
|
|
|
10811
10841
|
}));
|
|
10812
10842
|
};
|
|
10813
10843
|
|
|
10814
|
-
const _excluded$
|
|
10844
|
+
const _excluded$51 = ["color", "size"];
|
|
10815
10845
|
/**
|
|
10816
10846
|
* @typedef {Object} CanvaProps
|
|
10817
10847
|
* @property {string} [color='currentColor']
|
|
@@ -10826,7 +10856,7 @@ const Canva = _ref => {
|
|
|
10826
10856
|
color = 'currentColor',
|
|
10827
10857
|
size = '24'
|
|
10828
10858
|
} = _ref,
|
|
10829
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10859
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$51);
|
|
10830
10860
|
|
|
10831
10861
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10832
10862
|
width: size,
|
|
@@ -10912,7 +10942,7 @@ const Canva = _ref => {
|
|
|
10912
10942
|
}))));
|
|
10913
10943
|
};
|
|
10914
10944
|
|
|
10915
|
-
const _excluded$
|
|
10945
|
+
const _excluded$52 = ["color", "size"];
|
|
10916
10946
|
/**
|
|
10917
10947
|
* @typedef {Object} KajabiProps
|
|
10918
10948
|
* @property {string} [color='currentColor']
|
|
@@ -10927,7 +10957,7 @@ const Kajabi = _ref => {
|
|
|
10927
10957
|
color = 'currentColor',
|
|
10928
10958
|
size = '24'
|
|
10929
10959
|
} = _ref,
|
|
10930
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10960
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$52);
|
|
10931
10961
|
|
|
10932
10962
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10933
10963
|
width: size,
|
|
@@ -10949,7 +10979,7 @@ const Kajabi = _ref => {
|
|
|
10949
10979
|
}));
|
|
10950
10980
|
};
|
|
10951
10981
|
|
|
10952
|
-
const _excluded$
|
|
10982
|
+
const _excluded$53 = ["color", "size"];
|
|
10953
10983
|
/**
|
|
10954
10984
|
* @typedef {Object} MagentoProps
|
|
10955
10985
|
* @property {string} [color='currentColor']
|
|
@@ -10964,7 +10994,7 @@ const Magento = _ref => {
|
|
|
10964
10994
|
color = 'currentColor',
|
|
10965
10995
|
size = '24'
|
|
10966
10996
|
} = _ref,
|
|
10967
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
10997
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$53);
|
|
10968
10998
|
|
|
10969
10999
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10970
11000
|
width: size,
|
|
@@ -10979,7 +11009,7 @@ const Magento = _ref => {
|
|
|
10979
11009
|
}));
|
|
10980
11010
|
};
|
|
10981
11011
|
|
|
10982
|
-
const _excluded$
|
|
11012
|
+
const _excluded$54 = ["color", "size"];
|
|
10983
11013
|
/**
|
|
10984
11014
|
* @typedef {Object} ArrowDownRightProps
|
|
10985
11015
|
* @property {string} [color='currentColor']
|
|
@@ -10994,7 +11024,7 @@ const ArrowDownRight = _ref => {
|
|
|
10994
11024
|
color = 'currentColor',
|
|
10995
11025
|
size = '24'
|
|
10996
11026
|
} = _ref,
|
|
10997
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11027
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$54);
|
|
10998
11028
|
|
|
10999
11029
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11000
11030
|
width: size,
|
|
@@ -11012,7 +11042,7 @@ const ArrowDownRight = _ref => {
|
|
|
11012
11042
|
}));
|
|
11013
11043
|
};
|
|
11014
11044
|
|
|
11015
|
-
const _excluded$
|
|
11045
|
+
const _excluded$55 = ["color", "size"];
|
|
11016
11046
|
/**
|
|
11017
11047
|
* @typedef {Object} ReturnKeyProps
|
|
11018
11048
|
* @property {string} [color='currentColor']
|
|
@@ -11027,7 +11057,7 @@ const ReturnKey = _ref => {
|
|
|
11027
11057
|
color = 'currentColor',
|
|
11028
11058
|
size = '24'
|
|
11029
11059
|
} = _ref,
|
|
11030
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11060
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$55);
|
|
11031
11061
|
|
|
11032
11062
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11033
11063
|
width: size,
|
|
@@ -11042,7 +11072,7 @@ const ReturnKey = _ref => {
|
|
|
11042
11072
|
}));
|
|
11043
11073
|
};
|
|
11044
11074
|
|
|
11045
|
-
const _excluded$
|
|
11075
|
+
const _excluded$56 = ["color", "size"];
|
|
11046
11076
|
/**
|
|
11047
11077
|
* @typedef {Object} UnreadProps
|
|
11048
11078
|
* @property {string} [color='currentColor']
|
|
@@ -11057,7 +11087,7 @@ const Unread = _ref => {
|
|
|
11057
11087
|
color = 'currentColor',
|
|
11058
11088
|
size = '24'
|
|
11059
11089
|
} = _ref,
|
|
11060
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11090
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$56);
|
|
11061
11091
|
|
|
11062
11092
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11063
11093
|
width: size,
|
|
@@ -11074,7 +11104,7 @@ const Unread = _ref => {
|
|
|
11074
11104
|
}));
|
|
11075
11105
|
};
|
|
11076
11106
|
|
|
11077
|
-
const _excluded$
|
|
11107
|
+
const _excluded$57 = ["color", "size"];
|
|
11078
11108
|
/**
|
|
11079
11109
|
* @typedef {Object} PrivacyProps
|
|
11080
11110
|
* @property {string} [color='currentColor']
|
|
@@ -11089,7 +11119,7 @@ const Privacy = _ref => {
|
|
|
11089
11119
|
color = 'currentColor',
|
|
11090
11120
|
size = '24'
|
|
11091
11121
|
} = _ref,
|
|
11092
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11122
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$57);
|
|
11093
11123
|
|
|
11094
11124
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11095
11125
|
width: size,
|
|
@@ -11110,7 +11140,7 @@ const Privacy = _ref => {
|
|
|
11110
11140
|
}));
|
|
11111
11141
|
};
|
|
11112
11142
|
|
|
11113
|
-
const _excluded$
|
|
11143
|
+
const _excluded$58 = ["color", "size"];
|
|
11114
11144
|
/**
|
|
11115
11145
|
* @typedef {Object} LocationProps
|
|
11116
11146
|
* @property {string} [color='currentColor']
|
|
@@ -11125,7 +11155,7 @@ const Location = _ref => {
|
|
|
11125
11155
|
color = 'currentColor',
|
|
11126
11156
|
size = '24'
|
|
11127
11157
|
} = _ref,
|
|
11128
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11158
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$58);
|
|
11129
11159
|
|
|
11130
11160
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11131
11161
|
width: size,
|
|
@@ -11147,7 +11177,7 @@ const Location = _ref => {
|
|
|
11147
11177
|
}));
|
|
11148
11178
|
};
|
|
11149
11179
|
|
|
11150
|
-
const _excluded$
|
|
11180
|
+
const _excluded$59 = ["color", "size"];
|
|
11151
11181
|
/**
|
|
11152
11182
|
* @typedef {Object} TikTokProps
|
|
11153
11183
|
* @property {string} [color='currentColor']
|
|
@@ -11162,7 +11192,7 @@ const TikTok = _ref => {
|
|
|
11162
11192
|
color = 'currentColor',
|
|
11163
11193
|
size = '24'
|
|
11164
11194
|
} = _ref,
|
|
11165
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11195
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$59);
|
|
11166
11196
|
|
|
11167
11197
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11168
11198
|
width: size,
|
|
@@ -11195,7 +11225,37 @@ const TikTok = _ref => {
|
|
|
11195
11225
|
}));
|
|
11196
11226
|
};
|
|
11197
11227
|
|
|
11198
|
-
const _excluded$
|
|
11228
|
+
const _excluded$5a = ["color", "size"];
|
|
11229
|
+
/**
|
|
11230
|
+
* @typedef {Object} ClaudeProps
|
|
11231
|
+
* @property {string} [color='currentColor']
|
|
11232
|
+
* @property {string|number} [size='24']
|
|
11233
|
+
*
|
|
11234
|
+
* @param {ClaudeProps} props
|
|
11235
|
+
* @returns {JSX.Element}
|
|
11236
|
+
*/
|
|
11237
|
+
|
|
11238
|
+
const Claude = _ref => {
|
|
11239
|
+
let {
|
|
11240
|
+
color = 'currentColor',
|
|
11241
|
+
size = '24'
|
|
11242
|
+
} = _ref,
|
|
11243
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5a);
|
|
11244
|
+
|
|
11245
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11246
|
+
width: size,
|
|
11247
|
+
height: size,
|
|
11248
|
+
viewBox: "0 0 24 24",
|
|
11249
|
+
fill: "none",
|
|
11250
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11251
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11252
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11253
|
+
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",
|
|
11254
|
+
fill: "#D97757"
|
|
11255
|
+
}));
|
|
11256
|
+
};
|
|
11257
|
+
|
|
11258
|
+
const _excluded$5b = ["color", "size"];
|
|
11199
11259
|
/**
|
|
11200
11260
|
* @typedef {Object} TikTokChannelProps
|
|
11201
11261
|
* @property {string} [color='currentColor']
|
|
@@ -11210,7 +11270,7 @@ const TikTokChannel = _ref => {
|
|
|
11210
11270
|
color = 'currentColor',
|
|
11211
11271
|
size = '24'
|
|
11212
11272
|
} = _ref,
|
|
11213
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11273
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5b);
|
|
11214
11274
|
|
|
11215
11275
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11216
11276
|
width: size,
|
|
@@ -11242,7 +11302,7 @@ const TikTokChannel = _ref => {
|
|
|
11242
11302
|
}))));
|
|
11243
11303
|
};
|
|
11244
11304
|
|
|
11245
|
-
const _excluded$
|
|
11305
|
+
const _excluded$5c = ["color", "size"];
|
|
11246
11306
|
/**
|
|
11247
11307
|
* @typedef {Object} TikTokChannel2Props
|
|
11248
11308
|
* @property {string} [color='currentColor']
|
|
@@ -11257,7 +11317,7 @@ const TikTokChannel2 = _ref => {
|
|
|
11257
11317
|
color = 'currentColor',
|
|
11258
11318
|
size = '24'
|
|
11259
11319
|
} = _ref,
|
|
11260
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11320
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5c);
|
|
11261
11321
|
|
|
11262
11322
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11263
11323
|
width: size,
|
|
@@ -11274,7 +11334,7 @@ const TikTokChannel2 = _ref => {
|
|
|
11274
11334
|
}));
|
|
11275
11335
|
};
|
|
11276
11336
|
|
|
11277
|
-
const _excluded$
|
|
11337
|
+
const _excluded$5d = ["color", "size"];
|
|
11278
11338
|
/**
|
|
11279
11339
|
* @typedef {Object} AutomationsPausedFilledProps
|
|
11280
11340
|
* @property {string} [color='currentColor']
|
|
@@ -11289,7 +11349,7 @@ const AutomationsPausedFilled = _ref => {
|
|
|
11289
11349
|
color = 'currentColor',
|
|
11290
11350
|
size = '24'
|
|
11291
11351
|
} = _ref,
|
|
11292
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11352
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5d);
|
|
11293
11353
|
|
|
11294
11354
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11295
11355
|
width: size,
|
|
@@ -11307,7 +11367,7 @@ const AutomationsPausedFilled = _ref => {
|
|
|
11307
11367
|
}));
|
|
11308
11368
|
};
|
|
11309
11369
|
|
|
11310
|
-
const _excluded$
|
|
11370
|
+
const _excluded$5e = ["color", "size"];
|
|
11311
11371
|
/**
|
|
11312
11372
|
* @typedef {Object} AutomationsStoppedFilledProps
|
|
11313
11373
|
* @property {string} [color='currentColor']
|
|
@@ -11322,7 +11382,7 @@ const AutomationsStoppedFilled = _ref => {
|
|
|
11322
11382
|
color = 'currentColor',
|
|
11323
11383
|
size = '24'
|
|
11324
11384
|
} = _ref,
|
|
11325
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11385
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5e);
|
|
11326
11386
|
|
|
11327
11387
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11328
11388
|
width: size,
|
|
@@ -11337,7 +11397,7 @@ const AutomationsStoppedFilled = _ref => {
|
|
|
11337
11397
|
}));
|
|
11338
11398
|
};
|
|
11339
11399
|
|
|
11340
|
-
const _excluded$
|
|
11400
|
+
const _excluded$5f = ["color", "size"];
|
|
11341
11401
|
/**
|
|
11342
11402
|
* @typedef {Object} BulletProps
|
|
11343
11403
|
* @property {string} [color='currentColor']
|
|
@@ -11352,7 +11412,7 @@ const Bullet = _ref => {
|
|
|
11352
11412
|
color = 'currentColor',
|
|
11353
11413
|
size = '24'
|
|
11354
11414
|
} = _ref,
|
|
11355
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11415
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5f);
|
|
11356
11416
|
|
|
11357
11417
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11358
11418
|
width: size,
|
|
@@ -11367,7 +11427,7 @@ const Bullet = _ref => {
|
|
|
11367
11427
|
}));
|
|
11368
11428
|
};
|
|
11369
11429
|
|
|
11370
|
-
const _excluded$
|
|
11430
|
+
const _excluded$5g = ["color", "size"];
|
|
11371
11431
|
/**
|
|
11372
11432
|
* @typedef {Object} NavCollapseProps
|
|
11373
11433
|
* @property {string} [color='currentColor']
|
|
@@ -11382,7 +11442,7 @@ const NavCollapse = _ref => {
|
|
|
11382
11442
|
color = 'currentColor',
|
|
11383
11443
|
size = '24'
|
|
11384
11444
|
} = _ref,
|
|
11385
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11445
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5g);
|
|
11386
11446
|
|
|
11387
11447
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11388
11448
|
width: size,
|
|
@@ -11403,7 +11463,7 @@ const NavCollapse = _ref => {
|
|
|
11403
11463
|
}));
|
|
11404
11464
|
};
|
|
11405
11465
|
|
|
11406
|
-
const _excluded$
|
|
11466
|
+
const _excluded$5h = ["color", "size"];
|
|
11407
11467
|
/**
|
|
11408
11468
|
* @typedef {Object} NavExpandProps
|
|
11409
11469
|
* @property {string} [color='currentColor']
|
|
@@ -11418,7 +11478,7 @@ const NavExpand = _ref => {
|
|
|
11418
11478
|
color = 'currentColor',
|
|
11419
11479
|
size = '24'
|
|
11420
11480
|
} = _ref,
|
|
11421
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11481
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5h);
|
|
11422
11482
|
|
|
11423
11483
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11424
11484
|
width: size,
|
|
@@ -11439,7 +11499,7 @@ const NavExpand = _ref => {
|
|
|
11439
11499
|
}));
|
|
11440
11500
|
};
|
|
11441
11501
|
|
|
11442
|
-
const _excluded$
|
|
11502
|
+
const _excluded$5i = ["color", "size"];
|
|
11443
11503
|
/**
|
|
11444
11504
|
* @typedef {Object} RetailProps
|
|
11445
11505
|
* @property {string} [color='currentColor']
|
|
@@ -11454,7 +11514,7 @@ const Retail = _ref => {
|
|
|
11454
11514
|
color = 'currentColor',
|
|
11455
11515
|
size = '24'
|
|
11456
11516
|
} = _ref,
|
|
11457
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
11517
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5i);
|
|
11458
11518
|
|
|
11459
11519
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11460
11520
|
width: size,
|
|
@@ -11471,4 +11531,4 @@ const Retail = _ref => {
|
|
|
11471
11531
|
}));
|
|
11472
11532
|
};
|
|
11473
11533
|
|
|
11474
|
-
export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AiFilled, AiIntention, AiStep, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Amazon, Analytics, Apple, Apptivo, Archive, ArrowDown, ArrowDownRight, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, AssignGroup, Attach, Attention, Audience, Audio, Automation, AutomationsPausedFilled, AutomationsStoppedFilled, Basics, Bigcommerce, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, Bullet, ButtonEmailBlock, Calendar, Camera, CannedResponse, Canva, Cart, Cgt20, ChatGpt, CheckCircle, CheckboxDone, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ClearMobile, Close, Cloud, CloudDownload, CloudError, CloudUpload, Community, Condition, ConvertChannels, ConvertKit, Copy, CopyToAnotherFlow, Coupon, Create, Creator, CreditCard, CufArray, CufBoolean, CufEnum, CufNoIcon, CufNumber, CufText, CustomField, CustomFieldRemove, Dashboard, Data, DefaultReply, Delay, Delete, DeleteForever, DeleteTag, DoubleChevrotBack, DoubleChevrotCollapse, DoubleChevrotExpand, DoubleChevrotForward, DoubleTick, DragConnector, DragItem, DuplicateSms, Edit, EmailChannel, ExitFullscreen, Export, Facebook, FacebookMessenger, Faq, FbChat, Female, Filter, Fitness, Flodesk, Flow, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, GoogleAlt, GoogleSheets, GrowthTools, GtAdsJson, GtBar, GtBox, GtButton, GtCheckbox, GtCustomerChat, GtFbCode, GtFbComment, GtLanding, GtModal, GtPageTakeover, GtRef, GtSlideIn, GtTakeover, GuestChatChannel, HeadlineBlockEmail, Health, Help, Hide, Home, Hotel, Hotmart, Hubspot, Id, IgLiveComments, Image, Inbox, IncreaseEngagement, Info, InstagramChannel, InstagramChannel3, InstagramDmList, Integromat, Italic, Kajabi, Keyboard, Keywords, Klaviyo, Link, LiveChat, Location, Logout, Magento, MagicWand, Magnet, MailChimp, Male, Mention, Menu, MessageBack, MessageOpen, MessageTemplates, Messenger, MessengerChannel, MessengerList, Mic, Minus, MoreChannels, MoreHor, MoreVert, MosaicView, MoveTo, Nationality, NavCollapse, NavExpand, NewCuFs, NewMessage, NewOrphanMobile, NodeAdd, Note, Notification, NotificationMute, OmnichannelWidget, Options, Organization, OrphanAction, OrphanAction2, OrphanAdStatistics, OrphanAdsCampaignMessages, OrphanAdsCampaignTraffic, OrphanArchive, OrphanBuilderSelect, OrphanBuyButton, OrphanCall, OrphanCardQuadrant, OrphanClicked, OrphanDesktop, OrphanFbChat, OrphanFullScreenPreview, OrphanFullText, OrphanIntegration, OrphanIntegromat, OrphanLiveChatDone, OrphanLongArrow, OrphanMainMenu, OrphanMinimizedChat, OrphanMobile, OrphanOpen, OrphanRestore, OrphanSplit, OrphanSubscribedNoInfo, OrphanTableView, OrphanTriggerZap, OtnRequest, Pause, PhoneOutgoing, Pin, Pipedrive, Play, Plus, Popular, PopularFilled, Privacy, ProfessionalConsulting, Protect, PublicChangelog, Publish, Qr, Question, RealEstate, Redo, Reels, Retail, Retry, ReturnKey, Rules, Salesforce, Search, SelectAll, Send, Send2, SendMessage, Sequences, SequencesAdd, SequencesRemove, Settings, Share, Shopify, ShopifyDeprecated, Show, ShowFlow, ShowcaseProducts, Smile, Sms, SmsChannel, SolidArrowUnsorted, Sort, SortDown, SortUp, Spacing, Spinner, SponsoredMessages, SponsoredMessages2, Star, Starred, StartFlow, Stop, Stop2, StopRecord, SystemField, TableView, Tap, Telegram, TelegramChannel, TelegramChannel2, TemplateMediaBg, TemplateStore, TemplateTextMedia, Templates, Text, ThumbDown, ThumbUp, Tick, Ticket, TikTok, TikTokChannel, TikTokChannel2, Time, TimeAdd, Transgender, TriggerFbAds, TriggerFbComments, TriggerFbComments20, TriggerIgStoryReply, TriggerNewSubscriber, Triggers, TriggersLines, Unassign, Underline, Undo, Unpin, Unprotect, Unread, Unsubscribed, User, UserAdd, Video, VideoCircleTg, Warning, WebChat, WebsiteRedirect, WelcomeMessage, WhatsAppChannel, WhatsAppWidget, Wiseagent, Woocommerce, Zapier, Zillow };
|
|
11534
|
+
export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AiFilled, AiIntention, AiStep, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Amazon, Analytics, Apple, Apptivo, Archive, ArrowDown, ArrowDownRight, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, AssignGroup, Attach, Attention, Audience, Audio, Automation, AutomationsPausedFilled, AutomationsStoppedFilled, Basics, Bigcommerce, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, Bullet, ButtonEmailBlock, Calendar, Camera, CannedResponse, Canva, Cart, Cgt20, ChatGpt, CheckCircle, CheckboxDone, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Claude, ClearMobile, Close, Cloud, CloudDownload, CloudError, CloudUpload, Community, Condition, ConvertChannels, ConvertKit, Copy, CopyToAnotherFlow, Coupon, Create, Creator, CreditCard, CufArray, CufBoolean, CufEnum, CufNoIcon, CufNumber, CufText, CustomField, CustomFieldRemove, Dashboard, Data, DeepSeek, DefaultReply, Delay, Delete, DeleteForever, DeleteTag, DoubleChevrotBack, DoubleChevrotCollapse, DoubleChevrotExpand, DoubleChevrotForward, DoubleTick, DragConnector, DragItem, DuplicateSms, Edit, EmailChannel, ExitFullscreen, Export, Facebook, FacebookMessenger, Faq, FbChat, Female, Filter, Fitness, Flodesk, Flow, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, GoogleAlt, GoogleSheets, GrowthTools, GtAdsJson, GtBar, GtBox, GtButton, GtCheckbox, GtCustomerChat, GtFbCode, GtFbComment, GtLanding, GtModal, GtPageTakeover, GtRef, GtSlideIn, GtTakeover, GuestChatChannel, HeadlineBlockEmail, Health, Help, Hide, Home, Hotel, Hotmart, Hubspot, Id, IgLiveComments, Image, Inbox, IncreaseEngagement, Info, InstagramChannel, InstagramChannel3, InstagramDmList, Integromat, Italic, Kajabi, Keyboard, Keywords, Klaviyo, Link, LiveChat, Location, Logout, Magento, MagicWand, Magnet, MailChimp, Male, Mention, Menu, MessageBack, MessageOpen, MessageTemplates, Messenger, MessengerChannel, MessengerList, Mic, Minus, MoreChannels, MoreHor, MoreVert, MosaicView, MoveTo, Nationality, NavCollapse, NavExpand, NewCuFs, NewMessage, NewOrphanMobile, NodeAdd, Note, Notification, NotificationMute, OmnichannelWidget, Options, Organization, OrphanAction, OrphanAction2, OrphanAdStatistics, OrphanAdsCampaignMessages, OrphanAdsCampaignTraffic, OrphanArchive, OrphanBuilderSelect, OrphanBuyButton, OrphanCall, OrphanCardQuadrant, OrphanClicked, OrphanDesktop, OrphanFbChat, OrphanFullScreenPreview, OrphanFullText, OrphanIntegration, OrphanIntegromat, OrphanLiveChatDone, OrphanLongArrow, OrphanMainMenu, OrphanMinimizedChat, OrphanMobile, OrphanOpen, OrphanRestore, OrphanSplit, OrphanSubscribedNoInfo, OrphanTableView, OrphanTriggerZap, OtnRequest, Pause, PhoneOutgoing, Pin, Pipedrive, Play, Plus, Popular, PopularFilled, Privacy, ProfessionalConsulting, Protect, PublicChangelog, Publish, Qr, Question, RealEstate, Redo, Reels, Retail, Retry, ReturnKey, Rules, Salesforce, Search, SelectAll, Send, Send2, SendMessage, Sequences, SequencesAdd, SequencesRemove, Settings, Share, Shopify, ShopifyDeprecated, Show, ShowFlow, ShowcaseProducts, Smile, Sms, SmsChannel, SolidArrowUnsorted, Sort, SortDown, SortUp, Spacing, Spinner, SponsoredMessages, SponsoredMessages2, Star, Starred, StartFlow, Stop, Stop2, StopRecord, SystemField, TableView, Tap, Telegram, TelegramChannel, TelegramChannel2, TemplateMediaBg, TemplateStore, TemplateTextMedia, Templates, Text, ThumbDown, ThumbUp, Tick, Ticket, TikTok, TikTokChannel, TikTokChannel2, Time, TimeAdd, Transgender, TriggerFbAds, TriggerFbComments, TriggerFbComments20, TriggerIgStoryReply, TriggerNewSubscriber, Triggers, TriggersLines, Unassign, Underline, Undo, Unpin, Unprotect, Unread, Unsubscribed, User, UserAdd, Video, VideoCircleTg, Warning, WebChat, WebsiteRedirect, WelcomeMessage, WhatsAppChannel, WhatsAppWidget, Wiseagent, Woocommerce, Zapier, Zillow };
|