@manychat/icons 4.33.3 → 4.34.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 CHANGED
@@ -352,3 +352,4 @@ export const WebChat: Icon
352
352
  export const TelegramChannel: Icon
353
353
  export const TikTokChannel: Icon
354
354
  export const AiKnowledge: Icon
355
+ export const Renew: Icon
package/dist/index.es.js CHANGED
@@ -11705,4 +11705,46 @@ const AiKnowledge = _ref => {
11705
11705
  }));
11706
11706
  };
11707
11707
 
11708
- export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AiFilled, AiInstantAnswers, AiIntention, AiKnowledge, AiPositiveCommentReplies, AiStep, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Amazon, Analytics, Apple, Apptivo, Archive, ArrowDown, ArrowDownRight, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowTopRight, 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, External24, 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 };
11708
+ const _excluded$5o = ["color", "size"];
11709
+ /**
11710
+ * @typedef {Object} RenewProps
11711
+ * @property {string} [color='currentColor']
11712
+ * @property {string|number} [size='24']
11713
+ *
11714
+ * @param {RenewProps} props
11715
+ * @returns {JSX.Element}
11716
+ */
11717
+
11718
+ const Renew = _ref => {
11719
+ let {
11720
+ color = 'currentColor',
11721
+ size = '24'
11722
+ } = _ref,
11723
+ otherProps = _objectWithoutProperties(_ref, _excluded$5o);
11724
+
11725
+ return /*#__PURE__*/React.createElement("svg", _extends({
11726
+ width: size,
11727
+ height: size,
11728
+ viewBox: "0 0 24 24",
11729
+ fill: "none",
11730
+ xmlns: "http://www.w3.org/2000/svg",
11731
+ preserveAspectRatio: "xMidYMid meet"
11732
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11733
+ d: "M8.62667 12H6.57333L4.91111 10.1538L3.15111 11.8974H1L4.91111 8L8.62667 12Z",
11734
+ fill: color
11735
+ }), /*#__PURE__*/React.createElement("path", {
11736
+ d: "M5.2002 12C5.2002 16.7 8.24 20.5 12 20.5C14.2156 20.5 16.198 19.1219 17.4434 17H18.9189C17.5304 19.9829 14.9453 22 12 22C7.6 22 4 17.5 4 12H5.2002Z",
11737
+ fill: color
11738
+ }), /*#__PURE__*/React.createElement("path", {
11739
+ d: "M12 2C16.4 2 19.92 6.5 20 12H18.7998C18.7998 7.3 15.76 3.40039 12 3.40039C9.72422 3.40039 7.7143 4.82992 6.48047 7H5.08203C6.47063 4.01732 9.05485 2 12 2Z",
11740
+ fill: color
11741
+ }), /*#__PURE__*/React.createElement("path", {
11742
+ d: "M15.3733 12H17.4267L19.0889 13.8462L20.8489 12.1026L23 12.1026L19.0889 16L15.3733 12Z",
11743
+ fill: color
11744
+ }), /*#__PURE__*/React.createElement("path", {
11745
+ d: "M12.5693 6.76953C13.1678 6.85503 13.6809 7.11163 14.1084 7.53906C14.7068 8.052 15.0487 8.82142 15.0488 9.59082H13.6807C13.6805 9.24887 13.5098 8.82136 13.168 8.47949C12.9115 8.22306 12.5694 7.96639 11.8857 8.05176C11.1162 8.05176 10.3467 8.47989 10.3467 9.33496C10.3468 10.1044 10.945 10.7883 12.2275 11.2158C14.0231 11.8998 14.9638 12.926 14.9639 14.2939C14.9639 15.491 14.194 16.6888 12.5693 16.9453V17.7998H11.2871V16.9453C9.40605 16.6033 8.55087 15.0639 8.55078 13.6104H9.83301C9.83309 14.5509 10.3467 15.6621 11.8857 15.6621C13.2534 15.662 13.5956 14.7221 13.5957 14.209C13.5957 13.4394 12.9115 12.8402 11.6289 12.3271C9.49151 11.5576 9.06353 10.2755 9.06348 9.33496C9.06348 8.13786 10.0045 7.11199 11.2871 6.85547V6H12.5693V6.76953Z",
11746
+ fill: color
11747
+ }));
11748
+ };
11749
+
11750
+ export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AiFilled, AiInstantAnswers, AiIntention, AiKnowledge, AiPositiveCommentReplies, AiStep, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Amazon, Analytics, Apple, Apptivo, Archive, ArrowDown, ArrowDownRight, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowTopRight, 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, External24, 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, Renew, 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 };
package/dist/index.js CHANGED
@@ -11711,6 +11711,48 @@ const AiKnowledge = _ref => {
11711
11711
  }));
11712
11712
  };
11713
11713
 
11714
+ const _excluded$5o = ["color", "size"];
11715
+ /**
11716
+ * @typedef {Object} RenewProps
11717
+ * @property {string} [color='currentColor']
11718
+ * @property {string|number} [size='24']
11719
+ *
11720
+ * @param {RenewProps} props
11721
+ * @returns {JSX.Element}
11722
+ */
11723
+
11724
+ const Renew = _ref => {
11725
+ let {
11726
+ color = 'currentColor',
11727
+ size = '24'
11728
+ } = _ref,
11729
+ otherProps = _objectWithoutProperties(_ref, _excluded$5o);
11730
+
11731
+ return /*#__PURE__*/React.createElement("svg", _extends({
11732
+ width: size,
11733
+ height: size,
11734
+ viewBox: "0 0 24 24",
11735
+ fill: "none",
11736
+ xmlns: "http://www.w3.org/2000/svg",
11737
+ preserveAspectRatio: "xMidYMid meet"
11738
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11739
+ d: "M8.62667 12H6.57333L4.91111 10.1538L3.15111 11.8974H1L4.91111 8L8.62667 12Z",
11740
+ fill: color
11741
+ }), /*#__PURE__*/React.createElement("path", {
11742
+ d: "M5.2002 12C5.2002 16.7 8.24 20.5 12 20.5C14.2156 20.5 16.198 19.1219 17.4434 17H18.9189C17.5304 19.9829 14.9453 22 12 22C7.6 22 4 17.5 4 12H5.2002Z",
11743
+ fill: color
11744
+ }), /*#__PURE__*/React.createElement("path", {
11745
+ d: "M12 2C16.4 2 19.92 6.5 20 12H18.7998C18.7998 7.3 15.76 3.40039 12 3.40039C9.72422 3.40039 7.7143 4.82992 6.48047 7H5.08203C6.47063 4.01732 9.05485 2 12 2Z",
11746
+ fill: color
11747
+ }), /*#__PURE__*/React.createElement("path", {
11748
+ d: "M15.3733 12H17.4267L19.0889 13.8462L20.8489 12.1026L23 12.1026L19.0889 16L15.3733 12Z",
11749
+ fill: color
11750
+ }), /*#__PURE__*/React.createElement("path", {
11751
+ d: "M12.5693 6.76953C13.1678 6.85503 13.6809 7.11163 14.1084 7.53906C14.7068 8.052 15.0487 8.82142 15.0488 9.59082H13.6807C13.6805 9.24887 13.5098 8.82136 13.168 8.47949C12.9115 8.22306 12.5694 7.96639 11.8857 8.05176C11.1162 8.05176 10.3467 8.47989 10.3467 9.33496C10.3468 10.1044 10.945 10.7883 12.2275 11.2158C14.0231 11.8998 14.9638 12.926 14.9639 14.2939C14.9639 15.491 14.194 16.6888 12.5693 16.9453V17.7998H11.2871V16.9453C9.40605 16.6033 8.55087 15.0639 8.55078 13.6104H9.83301C9.83309 14.5509 10.3467 15.6621 11.8857 15.6621C13.2534 15.662 13.5956 14.7221 13.5957 14.209C13.5957 13.4394 12.9115 12.8402 11.6289 12.3271C9.49151 11.5576 9.06353 10.2755 9.06348 9.33496C9.06348 8.13786 10.0045 7.11199 11.2871 6.85547V6H12.5693V6.76953Z",
11752
+ fill: color
11753
+ }));
11754
+ };
11755
+
11714
11756
  exports.Action = Action;
11715
11757
  exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
11716
11758
  exports.Activecampaign = Activecampaign;
@@ -11969,6 +12011,7 @@ exports.Question = Question;
11969
12011
  exports.RealEstate = RealEstate;
11970
12012
  exports.Redo = Redo;
11971
12013
  exports.Reels = Reels;
12014
+ exports.Renew = Renew;
11972
12015
  exports.Retail = Retail;
11973
12016
  exports.Retry = Retry;
11974
12017
  exports.ReturnKey = ReturnKey;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manychat/icons",
3
- "version": "4.33.3",
3
+ "version": "4.34.1",
4
4
  "description": "ManyChat Icons bundle",
5
5
  "author": "",
6
6
  "main": "dist/index.js",
package/umd/mcicons.js CHANGED
@@ -11672,6 +11672,48 @@
11672
11672
  }));
11673
11673
  };
11674
11674
 
11675
+ var _excluded$5o = ["color", "size"];
11676
+ /**
11677
+ * @typedef {Object} RenewProps
11678
+ * @property {string} [color='currentColor']
11679
+ * @property {string|number} [size='24']
11680
+ *
11681
+ * @param {RenewProps} props
11682
+ * @returns {JSX.Element}
11683
+ */
11684
+
11685
+ var Renew = function Renew(_ref) {
11686
+ var _ref$color = _ref.color,
11687
+ color = _ref$color === void 0 ? 'currentColor' : _ref$color,
11688
+ _ref$size = _ref.size,
11689
+ size = _ref$size === void 0 ? '24' : _ref$size,
11690
+ otherProps = _objectWithoutProperties(_ref, _excluded$5o);
11691
+
11692
+ return /*#__PURE__*/React.createElement("svg", _extends({
11693
+ width: size,
11694
+ height: size,
11695
+ viewBox: "0 0 24 24",
11696
+ fill: "none",
11697
+ xmlns: "http://www.w3.org/2000/svg",
11698
+ preserveAspectRatio: "xMidYMid meet"
11699
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11700
+ d: "M8.62667 12H6.57333L4.91111 10.1538L3.15111 11.8974H1L4.91111 8L8.62667 12Z",
11701
+ fill: color
11702
+ }), /*#__PURE__*/React.createElement("path", {
11703
+ d: "M5.2002 12C5.2002 16.7 8.24 20.5 12 20.5C14.2156 20.5 16.198 19.1219 17.4434 17H18.9189C17.5304 19.9829 14.9453 22 12 22C7.6 22 4 17.5 4 12H5.2002Z",
11704
+ fill: color
11705
+ }), /*#__PURE__*/React.createElement("path", {
11706
+ d: "M12 2C16.4 2 19.92 6.5 20 12H18.7998C18.7998 7.3 15.76 3.40039 12 3.40039C9.72422 3.40039 7.7143 4.82992 6.48047 7H5.08203C6.47063 4.01732 9.05485 2 12 2Z",
11707
+ fill: color
11708
+ }), /*#__PURE__*/React.createElement("path", {
11709
+ d: "M15.3733 12H17.4267L19.0889 13.8462L20.8489 12.1026L23 12.1026L19.0889 16L15.3733 12Z",
11710
+ fill: color
11711
+ }), /*#__PURE__*/React.createElement("path", {
11712
+ d: "M12.5693 6.76953C13.1678 6.85503 13.6809 7.11163 14.1084 7.53906C14.7068 8.052 15.0487 8.82142 15.0488 9.59082H13.6807C13.6805 9.24887 13.5098 8.82136 13.168 8.47949C12.9115 8.22306 12.5694 7.96639 11.8857 8.05176C11.1162 8.05176 10.3467 8.47989 10.3467 9.33496C10.3468 10.1044 10.945 10.7883 12.2275 11.2158C14.0231 11.8998 14.9638 12.926 14.9639 14.2939C14.9639 15.491 14.194 16.6888 12.5693 16.9453V17.7998H11.2871V16.9453C9.40605 16.6033 8.55087 15.0639 8.55078 13.6104H9.83301C9.83309 14.5509 10.3467 15.6621 11.8857 15.6621C13.2534 15.662 13.5956 14.7221 13.5957 14.209C13.5957 13.4394 12.9115 12.8402 11.6289 12.3271C9.49151 11.5576 9.06353 10.2755 9.06348 9.33496C9.06348 8.13786 10.0045 7.11199 11.2871 6.85547V6H12.5693V6.76953Z",
11713
+ fill: color
11714
+ }));
11715
+ };
11716
+
11675
11717
  exports.Action = Action;
11676
11718
  exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
11677
11719
  exports.Activecampaign = Activecampaign;
@@ -11930,6 +11972,7 @@
11930
11972
  exports.RealEstate = RealEstate;
11931
11973
  exports.Redo = Redo;
11932
11974
  exports.Reels = Reels;
11975
+ exports.Renew = Renew;
11933
11976
  exports.Retail = Retail;
11934
11977
  exports.Retry = Retry;
11935
11978
  exports.ReturnKey = ReturnKey;