@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/umd/mcicons.js CHANGED
@@ -2207,7 +2207,7 @@
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.47664 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",
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
  };
@@ -10723,6 +10723,35 @@
10723
10723
  };
10724
10724
 
10725
10725
  var _excluded$4_ = ["color", "size"];
10726
+ /**
10727
+ * @typedef {Object} DeepSeekProps
10728
+ * @property {string} [color='currentColor']
10729
+ * @property {string|number} [size='24']
10730
+ *
10731
+ * @param {DeepSeekProps} props
10732
+ * @returns {JSX.Element}
10733
+ */
10734
+
10735
+ var DeepSeek = function DeepSeek(_ref) {
10736
+ var _ref$color = _ref.color,
10737
+ _ref$size = _ref.size,
10738
+ size = _ref$size === void 0 ? '24' : _ref$size,
10739
+ otherProps = _objectWithoutProperties(_ref, _excluded$4_);
10740
+
10741
+ return /*#__PURE__*/React.createElement("svg", _extends({
10742
+ width: size,
10743
+ height: size,
10744
+ viewBox: "0 0 24 24",
10745
+ fill: "none",
10746
+ xmlns: "http://www.w3.org/2000/svg",
10747
+ preserveAspectRatio: "xMidYMid meet"
10748
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
10749
+ 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",
10750
+ fill: "#4D6BFE"
10751
+ }));
10752
+ };
10753
+
10754
+ var _excluded$4$ = ["color", "size"];
10726
10755
  /**
10727
10756
  * @typedef {Object} ApptivoProps
10728
10757
  * @property {string} [color='currentColor']
@@ -10736,7 +10765,7 @@
10736
10765
  var _ref$color = _ref.color,
10737
10766
  _ref$size = _ref.size,
10738
10767
  size = _ref$size === void 0 ? '24' : _ref$size,
10739
- otherProps = _objectWithoutProperties(_ref, _excluded$4_);
10768
+ otherProps = _objectWithoutProperties(_ref, _excluded$4$);
10740
10769
 
10741
10770
  return /*#__PURE__*/React.createElement("svg", _extends({
10742
10771
  width: size,
@@ -10754,7 +10783,7 @@
10754
10783
  }));
10755
10784
  };
10756
10785
 
10757
- var _excluded$4$ = ["color", "size"];
10786
+ var _excluded$50 = ["color", "size"];
10758
10787
  /**
10759
10788
  * @typedef {Object} ZillowProps
10760
10789
  * @property {string} [color='currentColor']
@@ -10768,7 +10797,7 @@
10768
10797
  var _ref$color = _ref.color,
10769
10798
  _ref$size = _ref.size,
10770
10799
  size = _ref$size === void 0 ? '24' : _ref$size,
10771
- otherProps = _objectWithoutProperties(_ref, _excluded$4$);
10800
+ otherProps = _objectWithoutProperties(_ref, _excluded$50);
10772
10801
 
10773
10802
  return /*#__PURE__*/React.createElement("svg", _extends({
10774
10803
  width: size,
@@ -10785,7 +10814,7 @@
10785
10814
  }));
10786
10815
  };
10787
10816
 
10788
- var _excluded$50 = ["color", "size"];
10817
+ var _excluded$51 = ["color", "size"];
10789
10818
  /**
10790
10819
  * @typedef {Object} CanvaProps
10791
10820
  * @property {string} [color='currentColor']
@@ -10799,7 +10828,7 @@
10799
10828
  var _ref$color = _ref.color,
10800
10829
  _ref$size = _ref.size,
10801
10830
  size = _ref$size === void 0 ? '24' : _ref$size,
10802
- otherProps = _objectWithoutProperties(_ref, _excluded$50);
10831
+ otherProps = _objectWithoutProperties(_ref, _excluded$51);
10803
10832
 
10804
10833
  return /*#__PURE__*/React.createElement("svg", _extends({
10805
10834
  width: size,
@@ -10885,7 +10914,7 @@
10885
10914
  }))));
10886
10915
  };
10887
10916
 
10888
- var _excluded$51 = ["color", "size"];
10917
+ var _excluded$52 = ["color", "size"];
10889
10918
  /**
10890
10919
  * @typedef {Object} KajabiProps
10891
10920
  * @property {string} [color='currentColor']
@@ -10899,7 +10928,7 @@
10899
10928
  var _ref$color = _ref.color,
10900
10929
  _ref$size = _ref.size,
10901
10930
  size = _ref$size === void 0 ? '24' : _ref$size,
10902
- otherProps = _objectWithoutProperties(_ref, _excluded$51);
10931
+ otherProps = _objectWithoutProperties(_ref, _excluded$52);
10903
10932
 
10904
10933
  return /*#__PURE__*/React.createElement("svg", _extends({
10905
10934
  width: size,
@@ -10921,7 +10950,7 @@
10921
10950
  }));
10922
10951
  };
10923
10952
 
10924
- var _excluded$52 = ["color", "size"];
10953
+ var _excluded$53 = ["color", "size"];
10925
10954
  /**
10926
10955
  * @typedef {Object} MagentoProps
10927
10956
  * @property {string} [color='currentColor']
@@ -10935,7 +10964,7 @@
10935
10964
  var _ref$color = _ref.color,
10936
10965
  _ref$size = _ref.size,
10937
10966
  size = _ref$size === void 0 ? '24' : _ref$size,
10938
- otherProps = _objectWithoutProperties(_ref, _excluded$52);
10967
+ otherProps = _objectWithoutProperties(_ref, _excluded$53);
10939
10968
 
10940
10969
  return /*#__PURE__*/React.createElement("svg", _extends({
10941
10970
  width: size,
@@ -10950,7 +10979,7 @@
10950
10979
  }));
10951
10980
  };
10952
10981
 
10953
- var _excluded$53 = ["color", "size"];
10982
+ var _excluded$54 = ["color", "size"];
10954
10983
  /**
10955
10984
  * @typedef {Object} ArrowDownRightProps
10956
10985
  * @property {string} [color='currentColor']
@@ -10965,7 +10994,7 @@
10965
10994
  color = _ref$color === void 0 ? 'currentColor' : _ref$color,
10966
10995
  _ref$size = _ref.size,
10967
10996
  size = _ref$size === void 0 ? '24' : _ref$size,
10968
- otherProps = _objectWithoutProperties(_ref, _excluded$53);
10997
+ otherProps = _objectWithoutProperties(_ref, _excluded$54);
10969
10998
 
10970
10999
  return /*#__PURE__*/React.createElement("svg", _extends({
10971
11000
  width: size,
@@ -10983,7 +11012,7 @@
10983
11012
  }));
10984
11013
  };
10985
11014
 
10986
- var _excluded$54 = ["color", "size"];
11015
+ var _excluded$55 = ["color", "size"];
10987
11016
  /**
10988
11017
  * @typedef {Object} ReturnKeyProps
10989
11018
  * @property {string} [color='currentColor']
@@ -10998,7 +11027,7 @@
10998
11027
  color = _ref$color === void 0 ? 'currentColor' : _ref$color,
10999
11028
  _ref$size = _ref.size,
11000
11029
  size = _ref$size === void 0 ? '24' : _ref$size,
11001
- otherProps = _objectWithoutProperties(_ref, _excluded$54);
11030
+ otherProps = _objectWithoutProperties(_ref, _excluded$55);
11002
11031
 
11003
11032
  return /*#__PURE__*/React.createElement("svg", _extends({
11004
11033
  width: size,
@@ -11013,7 +11042,7 @@
11013
11042
  }));
11014
11043
  };
11015
11044
 
11016
- var _excluded$55 = ["color", "size"];
11045
+ var _excluded$56 = ["color", "size"];
11017
11046
  /**
11018
11047
  * @typedef {Object} UnreadProps
11019
11048
  * @property {string} [color='currentColor']
@@ -11028,7 +11057,7 @@
11028
11057
  color = _ref$color === void 0 ? 'currentColor' : _ref$color,
11029
11058
  _ref$size = _ref.size,
11030
11059
  size = _ref$size === void 0 ? '24' : _ref$size,
11031
- otherProps = _objectWithoutProperties(_ref, _excluded$55);
11060
+ otherProps = _objectWithoutProperties(_ref, _excluded$56);
11032
11061
 
11033
11062
  return /*#__PURE__*/React.createElement("svg", _extends({
11034
11063
  width: size,
@@ -11045,7 +11074,7 @@
11045
11074
  }));
11046
11075
  };
11047
11076
 
11048
- var _excluded$56 = ["color", "size"];
11077
+ var _excluded$57 = ["color", "size"];
11049
11078
  /**
11050
11079
  * @typedef {Object} PrivacyProps
11051
11080
  * @property {string} [color='currentColor']
@@ -11060,7 +11089,7 @@
11060
11089
  color = _ref$color === void 0 ? 'currentColor' : _ref$color,
11061
11090
  _ref$size = _ref.size,
11062
11091
  size = _ref$size === void 0 ? '24' : _ref$size,
11063
- otherProps = _objectWithoutProperties(_ref, _excluded$56);
11092
+ otherProps = _objectWithoutProperties(_ref, _excluded$57);
11064
11093
 
11065
11094
  return /*#__PURE__*/React.createElement("svg", _extends({
11066
11095
  width: size,
@@ -11081,7 +11110,7 @@
11081
11110
  }));
11082
11111
  };
11083
11112
 
11084
- var _excluded$57 = ["color", "size"];
11113
+ var _excluded$58 = ["color", "size"];
11085
11114
  /**
11086
11115
  * @typedef {Object} LocationProps
11087
11116
  * @property {string} [color='currentColor']
@@ -11096,7 +11125,7 @@
11096
11125
  color = _ref$color === void 0 ? 'currentColor' : _ref$color,
11097
11126
  _ref$size = _ref.size,
11098
11127
  size = _ref$size === void 0 ? '24' : _ref$size,
11099
- otherProps = _objectWithoutProperties(_ref, _excluded$57);
11128
+ otherProps = _objectWithoutProperties(_ref, _excluded$58);
11100
11129
 
11101
11130
  return /*#__PURE__*/React.createElement("svg", _extends({
11102
11131
  width: size,
@@ -11118,7 +11147,7 @@
11118
11147
  }));
11119
11148
  };
11120
11149
 
11121
- var _excluded$58 = ["color", "size"];
11150
+ var _excluded$59 = ["color", "size"];
11122
11151
  /**
11123
11152
  * @typedef {Object} TikTokProps
11124
11153
  * @property {string} [color='currentColor']
@@ -11132,7 +11161,7 @@
11132
11161
  var _ref$color = _ref.color,
11133
11162
  _ref$size = _ref.size,
11134
11163
  size = _ref$size === void 0 ? '24' : _ref$size,
11135
- otherProps = _objectWithoutProperties(_ref, _excluded$58);
11164
+ otherProps = _objectWithoutProperties(_ref, _excluded$59);
11136
11165
 
11137
11166
  return /*#__PURE__*/React.createElement("svg", _extends({
11138
11167
  width: size,
@@ -11165,7 +11194,36 @@
11165
11194
  }));
11166
11195
  };
11167
11196
 
11168
- var _excluded$59 = ["color", "size"];
11197
+ var _excluded$5a = ["color", "size"];
11198
+ /**
11199
+ * @typedef {Object} ClaudeProps
11200
+ * @property {string} [color='currentColor']
11201
+ * @property {string|number} [size='24']
11202
+ *
11203
+ * @param {ClaudeProps} props
11204
+ * @returns {JSX.Element}
11205
+ */
11206
+
11207
+ var Claude = function Claude(_ref) {
11208
+ var _ref$color = _ref.color,
11209
+ _ref$size = _ref.size,
11210
+ size = _ref$size === void 0 ? '24' : _ref$size,
11211
+ otherProps = _objectWithoutProperties(_ref, _excluded$5a);
11212
+
11213
+ return /*#__PURE__*/React.createElement("svg", _extends({
11214
+ width: size,
11215
+ height: size,
11216
+ viewBox: "0 0 24 24",
11217
+ fill: "none",
11218
+ xmlns: "http://www.w3.org/2000/svg",
11219
+ preserveAspectRatio: "xMidYMid meet"
11220
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11221
+ 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",
11222
+ fill: "#D97757"
11223
+ }));
11224
+ };
11225
+
11226
+ var _excluded$5b = ["color", "size"];
11169
11227
  /**
11170
11228
  * @typedef {Object} TikTokChannelProps
11171
11229
  * @property {string} [color='currentColor']
@@ -11179,7 +11237,7 @@
11179
11237
  var _ref$color = _ref.color,
11180
11238
  _ref$size = _ref.size,
11181
11239
  size = _ref$size === void 0 ? '24' : _ref$size,
11182
- otherProps = _objectWithoutProperties(_ref, _excluded$59);
11240
+ otherProps = _objectWithoutProperties(_ref, _excluded$5b);
11183
11241
 
11184
11242
  return /*#__PURE__*/React.createElement("svg", _extends({
11185
11243
  width: size,
@@ -11211,7 +11269,7 @@
11211
11269
  }))));
11212
11270
  };
11213
11271
 
11214
- var _excluded$5a = ["color", "size"];
11272
+ var _excluded$5c = ["color", "size"];
11215
11273
  /**
11216
11274
  * @typedef {Object} TikTokChannel2Props
11217
11275
  * @property {string} [color='currentColor']
@@ -11226,7 +11284,7 @@
11226
11284
  color = _ref$color === void 0 ? 'currentColor' : _ref$color,
11227
11285
  _ref$size = _ref.size,
11228
11286
  size = _ref$size === void 0 ? '24' : _ref$size,
11229
- otherProps = _objectWithoutProperties(_ref, _excluded$5a);
11287
+ otherProps = _objectWithoutProperties(_ref, _excluded$5c);
11230
11288
 
11231
11289
  return /*#__PURE__*/React.createElement("svg", _extends({
11232
11290
  width: size,
@@ -11243,7 +11301,7 @@
11243
11301
  }));
11244
11302
  };
11245
11303
 
11246
- var _excluded$5b = ["color", "size"];
11304
+ var _excluded$5d = ["color", "size"];
11247
11305
  /**
11248
11306
  * @typedef {Object} AutomationsPausedFilledProps
11249
11307
  * @property {string} [color='currentColor']
@@ -11258,7 +11316,7 @@
11258
11316
  color = _ref$color === void 0 ? 'currentColor' : _ref$color,
11259
11317
  _ref$size = _ref.size,
11260
11318
  size = _ref$size === void 0 ? '24' : _ref$size,
11261
- otherProps = _objectWithoutProperties(_ref, _excluded$5b);
11319
+ otherProps = _objectWithoutProperties(_ref, _excluded$5d);
11262
11320
 
11263
11321
  return /*#__PURE__*/React.createElement("svg", _extends({
11264
11322
  width: size,
@@ -11276,7 +11334,7 @@
11276
11334
  }));
11277
11335
  };
11278
11336
 
11279
- var _excluded$5c = ["color", "size"];
11337
+ var _excluded$5e = ["color", "size"];
11280
11338
  /**
11281
11339
  * @typedef {Object} AutomationsStoppedFilledProps
11282
11340
  * @property {string} [color='currentColor']
@@ -11291,7 +11349,7 @@
11291
11349
  color = _ref$color === void 0 ? 'currentColor' : _ref$color,
11292
11350
  _ref$size = _ref.size,
11293
11351
  size = _ref$size === void 0 ? '24' : _ref$size,
11294
- otherProps = _objectWithoutProperties(_ref, _excluded$5c);
11352
+ otherProps = _objectWithoutProperties(_ref, _excluded$5e);
11295
11353
 
11296
11354
  return /*#__PURE__*/React.createElement("svg", _extends({
11297
11355
  width: size,
@@ -11306,7 +11364,7 @@
11306
11364
  }));
11307
11365
  };
11308
11366
 
11309
- var _excluded$5d = ["color", "size"];
11367
+ var _excluded$5f = ["color", "size"];
11310
11368
  /**
11311
11369
  * @typedef {Object} BulletProps
11312
11370
  * @property {string} [color='currentColor']
@@ -11321,7 +11379,7 @@
11321
11379
  color = _ref$color === void 0 ? 'currentColor' : _ref$color,
11322
11380
  _ref$size = _ref.size,
11323
11381
  size = _ref$size === void 0 ? '24' : _ref$size,
11324
- otherProps = _objectWithoutProperties(_ref, _excluded$5d);
11382
+ otherProps = _objectWithoutProperties(_ref, _excluded$5f);
11325
11383
 
11326
11384
  return /*#__PURE__*/React.createElement("svg", _extends({
11327
11385
  width: size,
@@ -11336,7 +11394,7 @@
11336
11394
  }));
11337
11395
  };
11338
11396
 
11339
- var _excluded$5e = ["color", "size"];
11397
+ var _excluded$5g = ["color", "size"];
11340
11398
  /**
11341
11399
  * @typedef {Object} NavCollapseProps
11342
11400
  * @property {string} [color='currentColor']
@@ -11351,7 +11409,7 @@
11351
11409
  color = _ref$color === void 0 ? 'currentColor' : _ref$color,
11352
11410
  _ref$size = _ref.size,
11353
11411
  size = _ref$size === void 0 ? '24' : _ref$size,
11354
- otherProps = _objectWithoutProperties(_ref, _excluded$5e);
11412
+ otherProps = _objectWithoutProperties(_ref, _excluded$5g);
11355
11413
 
11356
11414
  return /*#__PURE__*/React.createElement("svg", _extends({
11357
11415
  width: size,
@@ -11372,7 +11430,7 @@
11372
11430
  }));
11373
11431
  };
11374
11432
 
11375
- var _excluded$5f = ["color", "size"];
11433
+ var _excluded$5h = ["color", "size"];
11376
11434
  /**
11377
11435
  * @typedef {Object} NavExpandProps
11378
11436
  * @property {string} [color='currentColor']
@@ -11387,7 +11445,7 @@
11387
11445
  color = _ref$color === void 0 ? 'currentColor' : _ref$color,
11388
11446
  _ref$size = _ref.size,
11389
11447
  size = _ref$size === void 0 ? '24' : _ref$size,
11390
- otherProps = _objectWithoutProperties(_ref, _excluded$5f);
11448
+ otherProps = _objectWithoutProperties(_ref, _excluded$5h);
11391
11449
 
11392
11450
  return /*#__PURE__*/React.createElement("svg", _extends({
11393
11451
  width: size,
@@ -11408,7 +11466,7 @@
11408
11466
  }));
11409
11467
  };
11410
11468
 
11411
- var _excluded$5g = ["color", "size"];
11469
+ var _excluded$5i = ["color", "size"];
11412
11470
  /**
11413
11471
  * @typedef {Object} RetailProps
11414
11472
  * @property {string} [color='currentColor']
@@ -11423,7 +11481,7 @@
11423
11481
  color = _ref$color === void 0 ? 'currentColor' : _ref$color,
11424
11482
  _ref$size = _ref.size,
11425
11483
  size = _ref$size === void 0 ? '24' : _ref$size,
11426
- otherProps = _objectWithoutProperties(_ref, _excluded$5g);
11484
+ otherProps = _objectWithoutProperties(_ref, _excluded$5i);
11427
11485
 
11428
11486
  return /*#__PURE__*/React.createElement("svg", _extends({
11429
11487
  width: size,
@@ -11507,6 +11565,7 @@
11507
11565
  exports.ChevronLeft = ChevronLeft;
11508
11566
  exports.ChevronRight = ChevronRight;
11509
11567
  exports.ChevronUp = ChevronUp;
11568
+ exports.Claude = Claude;
11510
11569
  exports.ClearMobile = ClearMobile;
11511
11570
  exports.Close = Close;
11512
11571
  exports.Cloud = Cloud;
@@ -11533,6 +11592,7 @@
11533
11592
  exports.CustomFieldRemove = CustomFieldRemove;
11534
11593
  exports.Dashboard = Dashboard;
11535
11594
  exports.Data = Data;
11595
+ exports.DeepSeek = DeepSeek;
11536
11596
  exports.DefaultReply = DefaultReply;
11537
11597
  exports.Delay = Delay;
11538
11598
  exports.Delete = Delete;