@manychat/icons 4.33.3 → 4.34.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 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,40 @@ 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 26 24",
11729
+ fill: "none",
11730
+ xmlns: "http://www.w3.org/2000/svg",
11731
+ preserveAspectRatio: "xMidYMid meet"
11732
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11733
+ d: "M7.62667 12H5.57333L3.91111 10.1538L2.15111 11.8974H0L3.91111 8L7.62667 12Z",
11734
+ fill: color
11735
+ }), /*#__PURE__*/React.createElement("path", {
11736
+ d: "M4.5 12C4.5 16.7 8.3 20.5 13 20.5C15.7693 20.5 18.247 19.1217 19.8037 17H21.6475C19.9116 19.9824 16.6812 22 13 22C7.5 22 3 17.5 3 12H4.5ZM13.7002 5.90039C14.4 6.00042 15.0001 6.29992 15.5 6.7998C16.2 7.3998 16.5996 8.3002 16.5996 9.2002H15C15 8.80033 14.8001 8.30033 14.4004 7.90039C14.1004 7.60043 13.7002 7.30052 12.9004 7.40039C12.0004 7.40039 11.0996 7.90039 11.0996 8.90039C11.0998 9.80017 11.8002 10.5997 13.2998 11.0996C15.3998 11.8996 16.5 13.1002 16.5 14.7002C16.4999 16.1001 15.6 17.4997 13.7002 17.7998V18.7998H12.2002V17.7998C10.0004 17.3998 9.00015 15.6003 9 13.9004H10.5C10.5001 15.0003 11.1006 16.2998 12.9004 16.2998C14.5001 16.2996 14.9004 15.1996 14.9004 14.5996C14.9002 13.6998 14.0994 13.0003 12.5996 12.4004C10.1001 11.5005 9.59973 10.0003 9.59961 8.90039C9.59961 7.50039 10.7002 6.3 12.2002 6V5H13.7002V5.90039ZM13 2C18.5 2 22.9 6.5 23 12H21.5C21.5 7.3 17.7 3.40039 13 3.40039C10.1553 3.40039 7.6419 4.82991 6.09961 7H4.35254C6.08836 4.01759 9.31876 2 13 2Z",
11737
+ fill: color
11738
+ }), /*#__PURE__*/React.createElement("path", {
11739
+ d: "M18.3733 12L20.4267 12L22.0889 13.8462L23.8489 12.1026L26 12.1026L22.0889 16L18.3733 12Z",
11740
+ fill: color
11741
+ }));
11742
+ };
11743
+
11744
+ 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,42 @@ 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 26 24",
11735
+ fill: "none",
11736
+ xmlns: "http://www.w3.org/2000/svg",
11737
+ preserveAspectRatio: "xMidYMid meet"
11738
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11739
+ d: "M7.62667 12H5.57333L3.91111 10.1538L2.15111 11.8974H0L3.91111 8L7.62667 12Z",
11740
+ fill: color
11741
+ }), /*#__PURE__*/React.createElement("path", {
11742
+ d: "M4.5 12C4.5 16.7 8.3 20.5 13 20.5C15.7693 20.5 18.247 19.1217 19.8037 17H21.6475C19.9116 19.9824 16.6812 22 13 22C7.5 22 3 17.5 3 12H4.5ZM13.7002 5.90039C14.4 6.00042 15.0001 6.29992 15.5 6.7998C16.2 7.3998 16.5996 8.3002 16.5996 9.2002H15C15 8.80033 14.8001 8.30033 14.4004 7.90039C14.1004 7.60043 13.7002 7.30052 12.9004 7.40039C12.0004 7.40039 11.0996 7.90039 11.0996 8.90039C11.0998 9.80017 11.8002 10.5997 13.2998 11.0996C15.3998 11.8996 16.5 13.1002 16.5 14.7002C16.4999 16.1001 15.6 17.4997 13.7002 17.7998V18.7998H12.2002V17.7998C10.0004 17.3998 9.00015 15.6003 9 13.9004H10.5C10.5001 15.0003 11.1006 16.2998 12.9004 16.2998C14.5001 16.2996 14.9004 15.1996 14.9004 14.5996C14.9002 13.6998 14.0994 13.0003 12.5996 12.4004C10.1001 11.5005 9.59973 10.0003 9.59961 8.90039C9.59961 7.50039 10.7002 6.3 12.2002 6V5H13.7002V5.90039ZM13 2C18.5 2 22.9 6.5 23 12H21.5C21.5 7.3 17.7 3.40039 13 3.40039C10.1553 3.40039 7.6419 4.82991 6.09961 7H4.35254C6.08836 4.01759 9.31876 2 13 2Z",
11743
+ fill: color
11744
+ }), /*#__PURE__*/React.createElement("path", {
11745
+ d: "M18.3733 12L20.4267 12L22.0889 13.8462L23.8489 12.1026L26 12.1026L22.0889 16L18.3733 12Z",
11746
+ fill: color
11747
+ }));
11748
+ };
11749
+
11714
11750
  exports.Action = Action;
11715
11751
  exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
11716
11752
  exports.Activecampaign = Activecampaign;
@@ -11969,6 +12005,7 @@ exports.Question = Question;
11969
12005
  exports.RealEstate = RealEstate;
11970
12006
  exports.Redo = Redo;
11971
12007
  exports.Reels = Reels;
12008
+ exports.Renew = Renew;
11972
12009
  exports.Retail = Retail;
11973
12010
  exports.Retry = Retry;
11974
12011
  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.0",
4
4
  "description": "ManyChat Icons bundle",
5
5
  "author": "",
6
6
  "main": "dist/index.js",
package/umd/mcicons.js CHANGED
@@ -11672,6 +11672,42 @@
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 26 24",
11696
+ fill: "none",
11697
+ xmlns: "http://www.w3.org/2000/svg",
11698
+ preserveAspectRatio: "xMidYMid meet"
11699
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11700
+ d: "M7.62667 12H5.57333L3.91111 10.1538L2.15111 11.8974H0L3.91111 8L7.62667 12Z",
11701
+ fill: color
11702
+ }), /*#__PURE__*/React.createElement("path", {
11703
+ d: "M4.5 12C4.5 16.7 8.3 20.5 13 20.5C15.7693 20.5 18.247 19.1217 19.8037 17H21.6475C19.9116 19.9824 16.6812 22 13 22C7.5 22 3 17.5 3 12H4.5ZM13.7002 5.90039C14.4 6.00042 15.0001 6.29992 15.5 6.7998C16.2 7.3998 16.5996 8.3002 16.5996 9.2002H15C15 8.80033 14.8001 8.30033 14.4004 7.90039C14.1004 7.60043 13.7002 7.30052 12.9004 7.40039C12.0004 7.40039 11.0996 7.90039 11.0996 8.90039C11.0998 9.80017 11.8002 10.5997 13.2998 11.0996C15.3998 11.8996 16.5 13.1002 16.5 14.7002C16.4999 16.1001 15.6 17.4997 13.7002 17.7998V18.7998H12.2002V17.7998C10.0004 17.3998 9.00015 15.6003 9 13.9004H10.5C10.5001 15.0003 11.1006 16.2998 12.9004 16.2998C14.5001 16.2996 14.9004 15.1996 14.9004 14.5996C14.9002 13.6998 14.0994 13.0003 12.5996 12.4004C10.1001 11.5005 9.59973 10.0003 9.59961 8.90039C9.59961 7.50039 10.7002 6.3 12.2002 6V5H13.7002V5.90039ZM13 2C18.5 2 22.9 6.5 23 12H21.5C21.5 7.3 17.7 3.40039 13 3.40039C10.1553 3.40039 7.6419 4.82991 6.09961 7H4.35254C6.08836 4.01759 9.31876 2 13 2Z",
11704
+ fill: color
11705
+ }), /*#__PURE__*/React.createElement("path", {
11706
+ d: "M18.3733 12L20.4267 12L22.0889 13.8462L23.8489 12.1026L26 12.1026L22.0889 16L18.3733 12Z",
11707
+ fill: color
11708
+ }));
11709
+ };
11710
+
11675
11711
  exports.Action = Action;
11676
11712
  exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
11677
11713
  exports.Activecampaign = Activecampaign;
@@ -11930,6 +11966,7 @@
11930
11966
  exports.RealEstate = RealEstate;
11931
11967
  exports.Redo = Redo;
11932
11968
  exports.Reels = Reels;
11969
+ exports.Renew = Renew;
11933
11970
  exports.Retail = Retail;
11934
11971
  exports.Retry = Retry;
11935
11972
  exports.ReturnKey = ReturnKey;