@manychat/icons 4.24.0 → 4.25.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
@@ -336,3 +336,5 @@ export const Location: Icon
336
336
  export const TikTok: Icon
337
337
  export const TikTokChannel: Icon
338
338
  export const TikTokChannel2: Icon
339
+ export const AutomationsPausedFilled: Icon
340
+ export const AutomationsStoppedFilled: Icon
package/dist/index.es.js CHANGED
@@ -11479,4 +11479,69 @@ TikTokChannel2.defaultProps = {
11479
11479
  size: '24'
11480
11480
  };
11481
11481
 
11482
- export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AiFilled, 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, Basics, Bigcommerce, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, 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, 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, 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, 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 };
11482
+ const _excluded$58 = ["color", "size"];
11483
+
11484
+ const AutomationsPausedFilled = props => {
11485
+ const {
11486
+ color,
11487
+ size
11488
+ } = props,
11489
+ otherProps = _objectWithoutProperties(props, _excluded$58);
11490
+
11491
+ return /*#__PURE__*/React.createElement("svg", _extends({
11492
+ width: size,
11493
+ height: size,
11494
+ viewBox: "0 0 24 24",
11495
+ fill: "none",
11496
+ xmlns: "http://www.w3.org/2000/svg",
11497
+ preserveAspectRatio: "xMidYMid meet"
11498
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11499
+ d: "M3 1.5H9V22.5H3V1.5Z",
11500
+ fill: color
11501
+ }), /*#__PURE__*/React.createElement("path", {
11502
+ d: "M15 1.5H21V22.5H15V1.5Z",
11503
+ fill: color
11504
+ }));
11505
+ };
11506
+
11507
+ AutomationsPausedFilled.propTypes = {
11508
+ color: PropTypes.string,
11509
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11510
+ };
11511
+ AutomationsPausedFilled.defaultProps = {
11512
+ color: 'currentColor',
11513
+ size: '24'
11514
+ };
11515
+
11516
+ const _excluded$59 = ["color", "size"];
11517
+
11518
+ const AutomationsStoppedFilled = props => {
11519
+ const {
11520
+ color,
11521
+ size
11522
+ } = props,
11523
+ otherProps = _objectWithoutProperties(props, _excluded$59);
11524
+
11525
+ return /*#__PURE__*/React.createElement("svg", _extends({
11526
+ width: size,
11527
+ height: size,
11528
+ viewBox: "0 0 24 24",
11529
+ fill: "none",
11530
+ xmlns: "http://www.w3.org/2000/svg",
11531
+ preserveAspectRatio: "xMidYMid meet"
11532
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11533
+ d: "M3 3H21V21H3V3Z",
11534
+ fill: color
11535
+ }));
11536
+ };
11537
+
11538
+ AutomationsStoppedFilled.propTypes = {
11539
+ color: PropTypes.string,
11540
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11541
+ };
11542
+ AutomationsStoppedFilled.defaultProps = {
11543
+ color: 'currentColor',
11544
+ size: '24'
11545
+ };
11546
+
11547
+ export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AiFilled, 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, 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, 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, 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, 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
@@ -11485,6 +11485,71 @@ TikTokChannel2.defaultProps = {
11485
11485
  size: '24'
11486
11486
  };
11487
11487
 
11488
+ const _excluded$58 = ["color", "size"];
11489
+
11490
+ const AutomationsPausedFilled = props => {
11491
+ const {
11492
+ color,
11493
+ size
11494
+ } = props,
11495
+ otherProps = _objectWithoutProperties(props, _excluded$58);
11496
+
11497
+ return /*#__PURE__*/React.createElement("svg", _extends({
11498
+ width: size,
11499
+ height: size,
11500
+ viewBox: "0 0 24 24",
11501
+ fill: "none",
11502
+ xmlns: "http://www.w3.org/2000/svg",
11503
+ preserveAspectRatio: "xMidYMid meet"
11504
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11505
+ d: "M3 1.5H9V22.5H3V1.5Z",
11506
+ fill: color
11507
+ }), /*#__PURE__*/React.createElement("path", {
11508
+ d: "M15 1.5H21V22.5H15V1.5Z",
11509
+ fill: color
11510
+ }));
11511
+ };
11512
+
11513
+ AutomationsPausedFilled.propTypes = {
11514
+ color: PropTypes.string,
11515
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11516
+ };
11517
+ AutomationsPausedFilled.defaultProps = {
11518
+ color: 'currentColor',
11519
+ size: '24'
11520
+ };
11521
+
11522
+ const _excluded$59 = ["color", "size"];
11523
+
11524
+ const AutomationsStoppedFilled = props => {
11525
+ const {
11526
+ color,
11527
+ size
11528
+ } = props,
11529
+ otherProps = _objectWithoutProperties(props, _excluded$59);
11530
+
11531
+ return /*#__PURE__*/React.createElement("svg", _extends({
11532
+ width: size,
11533
+ height: size,
11534
+ viewBox: "0 0 24 24",
11535
+ fill: "none",
11536
+ xmlns: "http://www.w3.org/2000/svg",
11537
+ preserveAspectRatio: "xMidYMid meet"
11538
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11539
+ d: "M3 3H21V21H3V3Z",
11540
+ fill: color
11541
+ }));
11542
+ };
11543
+
11544
+ AutomationsStoppedFilled.propTypes = {
11545
+ color: PropTypes.string,
11546
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11547
+ };
11548
+ AutomationsStoppedFilled.defaultProps = {
11549
+ color: 'currentColor',
11550
+ size: '24'
11551
+ };
11552
+
11488
11553
  exports.Action = Action;
11489
11554
  exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
11490
11555
  exports.Activecampaign = Activecampaign;
@@ -11520,6 +11585,8 @@ exports.Attention = Attention;
11520
11585
  exports.Audience = Audience;
11521
11586
  exports.Audio = Audio;
11522
11587
  exports.Automation = Automation;
11588
+ exports.AutomationsPausedFilled = AutomationsPausedFilled;
11589
+ exports.AutomationsStoppedFilled = AutomationsStoppedFilled;
11523
11590
  exports.Basics = Basics;
11524
11591
  exports.Bigcommerce = Bigcommerce;
11525
11592
  exports.Bold = Bold;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manychat/icons",
3
- "version": "4.24.0",
3
+ "version": "4.25.1",
4
4
  "description": "ManyChat Icons bundle",
5
5
  "author": "",
6
6
  "main": "dist/index.js",
package/umd/mcicons.js CHANGED
@@ -10829,6 +10829,67 @@
10829
10829
  size: '24'
10830
10830
  };
10831
10831
 
10832
+ var _excluded$58 = ["color", "size"];
10833
+
10834
+ var AutomationsPausedFilled = function AutomationsPausedFilled(props) {
10835
+ var color = props.color,
10836
+ size = props.size,
10837
+ otherProps = _objectWithoutProperties(props, _excluded$58);
10838
+
10839
+ return /*#__PURE__*/React.createElement("svg", _extends({
10840
+ width: size,
10841
+ height: size,
10842
+ viewBox: "0 0 24 24",
10843
+ fill: "none",
10844
+ xmlns: "http://www.w3.org/2000/svg",
10845
+ preserveAspectRatio: "xMidYMid meet"
10846
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
10847
+ d: "M3 1.5H9V22.5H3V1.5Z",
10848
+ fill: color
10849
+ }), /*#__PURE__*/React.createElement("path", {
10850
+ d: "M15 1.5H21V22.5H15V1.5Z",
10851
+ fill: color
10852
+ }));
10853
+ };
10854
+
10855
+ AutomationsPausedFilled.propTypes = {
10856
+ color: PropTypes.string,
10857
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
10858
+ };
10859
+ AutomationsPausedFilled.defaultProps = {
10860
+ color: 'currentColor',
10861
+ size: '24'
10862
+ };
10863
+
10864
+ var _excluded$59 = ["color", "size"];
10865
+
10866
+ var AutomationsStoppedFilled = function AutomationsStoppedFilled(props) {
10867
+ var color = props.color,
10868
+ size = props.size,
10869
+ otherProps = _objectWithoutProperties(props, _excluded$59);
10870
+
10871
+ return /*#__PURE__*/React.createElement("svg", _extends({
10872
+ width: size,
10873
+ height: size,
10874
+ viewBox: "0 0 24 24",
10875
+ fill: "none",
10876
+ xmlns: "http://www.w3.org/2000/svg",
10877
+ preserveAspectRatio: "xMidYMid meet"
10878
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
10879
+ d: "M3 3H21V21H3V3Z",
10880
+ fill: color
10881
+ }));
10882
+ };
10883
+
10884
+ AutomationsStoppedFilled.propTypes = {
10885
+ color: PropTypes.string,
10886
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
10887
+ };
10888
+ AutomationsStoppedFilled.defaultProps = {
10889
+ color: 'currentColor',
10890
+ size: '24'
10891
+ };
10892
+
10832
10893
  exports.Action = Action;
10833
10894
  exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
10834
10895
  exports.Activecampaign = Activecampaign;
@@ -10864,6 +10925,8 @@
10864
10925
  exports.Audience = Audience;
10865
10926
  exports.Audio = Audio;
10866
10927
  exports.Automation = Automation;
10928
+ exports.AutomationsPausedFilled = AutomationsPausedFilled;
10929
+ exports.AutomationsStoppedFilled = AutomationsStoppedFilled;
10867
10930
  exports.Basics = Basics;
10868
10931
  exports.Bigcommerce = Bigcommerce;
10869
10932
  exports.Bold = Bold;