@manychat/icons 4.29.0 → 4.30.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
@@ -344,3 +344,4 @@ export const AutomationsStoppedFilled: Icon
344
344
  export const Bullet: Icon
345
345
  export const NavCollapse: Icon
346
346
  export const NavExpand: Icon
347
+ export const Retail: Icon
package/dist/index.es.js CHANGED
@@ -11439,4 +11439,36 @@ const NavExpand = _ref => {
11439
11439
  }));
11440
11440
  };
11441
11441
 
11442
- 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, 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 };
11442
+ const _excluded$5g = ["color", "size"];
11443
+ /**
11444
+ * @typedef {Object} RetailProps
11445
+ * @property {string} [color='currentColor']
11446
+ * @property {string|number} [size='24']
11447
+ *
11448
+ * @param {RetailProps} props
11449
+ * @returns {JSX.Element}
11450
+ */
11451
+
11452
+ const Retail = _ref => {
11453
+ let {
11454
+ color = 'currentColor',
11455
+ size = '24'
11456
+ } = _ref,
11457
+ otherProps = _objectWithoutProperties(_ref, _excluded$5g);
11458
+
11459
+ return /*#__PURE__*/React.createElement("svg", _extends({
11460
+ width: size,
11461
+ height: size,
11462
+ viewBox: "0 0 24 24",
11463
+ fill: "none",
11464
+ xmlns: "http://www.w3.org/2000/svg",
11465
+ preserveAspectRatio: "xMidYMid meet"
11466
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11467
+ fillRule: "evenodd",
11468
+ clipRule: "evenodd",
11469
+ d: "M7.65942 6.39596C8.74782 4.08615 10.6786 2.22955 13.5313 2.22974C14.804 2.22982 15.7703 2.79884 16.392 3.68151C16.8584 4.34358 17.1228 5.16598 17.2189 6.04043L20.4245 8.22104L21.2307 20.8941L17.2299 22.1823L17.2235 22.1843L17.2231 22.235L17.0401 22.2175C16.9647 22.2215 16.8902 22.2141 16.8188 22.1962L2.67615 20.8386L4.98419 6.62784L7.65942 6.39596ZM13.4688 3.70764C14.2174 3.70769 14.7516 4.01979 15.1248 4.54955C15.3433 4.85983 15.5097 5.25215 15.6139 5.70651L9.42113 6.24326C10.3579 4.6749 11.7094 3.70753 13.4688 3.70764ZM15.8126 7.20062C15.8165 7.20852 15.8206 7.21633 15.8249 7.22405L15.7343 20.5852L4.41346 19.4985L6.27752 8.02136L15.8099 7.19514C15.8108 7.19697 15.8117 7.1988 15.8126 7.20062ZM17.2342 20.605L19.6596 19.8241L18.9741 9.04857L17.3202 7.92347L17.2342 20.605Z",
11470
+ fill: color
11471
+ }));
11472
+ };
11473
+
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 };
package/dist/index.js CHANGED
@@ -11445,6 +11445,38 @@ const NavExpand = _ref => {
11445
11445
  }));
11446
11446
  };
11447
11447
 
11448
+ const _excluded$5g = ["color", "size"];
11449
+ /**
11450
+ * @typedef {Object} RetailProps
11451
+ * @property {string} [color='currentColor']
11452
+ * @property {string|number} [size='24']
11453
+ *
11454
+ * @param {RetailProps} props
11455
+ * @returns {JSX.Element}
11456
+ */
11457
+
11458
+ const Retail = _ref => {
11459
+ let {
11460
+ color = 'currentColor',
11461
+ size = '24'
11462
+ } = _ref,
11463
+ otherProps = _objectWithoutProperties(_ref, _excluded$5g);
11464
+
11465
+ return /*#__PURE__*/React.createElement("svg", _extends({
11466
+ width: size,
11467
+ height: size,
11468
+ viewBox: "0 0 24 24",
11469
+ fill: "none",
11470
+ xmlns: "http://www.w3.org/2000/svg",
11471
+ preserveAspectRatio: "xMidYMid meet"
11472
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11473
+ fillRule: "evenodd",
11474
+ clipRule: "evenodd",
11475
+ d: "M7.65942 6.39596C8.74782 4.08615 10.6786 2.22955 13.5313 2.22974C14.804 2.22982 15.7703 2.79884 16.392 3.68151C16.8584 4.34358 17.1228 5.16598 17.2189 6.04043L20.4245 8.22104L21.2307 20.8941L17.2299 22.1823L17.2235 22.1843L17.2231 22.235L17.0401 22.2175C16.9647 22.2215 16.8902 22.2141 16.8188 22.1962L2.67615 20.8386L4.98419 6.62784L7.65942 6.39596ZM13.4688 3.70764C14.2174 3.70769 14.7516 4.01979 15.1248 4.54955C15.3433 4.85983 15.5097 5.25215 15.6139 5.70651L9.42113 6.24326C10.3579 4.6749 11.7094 3.70753 13.4688 3.70764ZM15.8126 7.20062C15.8165 7.20852 15.8206 7.21633 15.8249 7.22405L15.7343 20.5852L4.41346 19.4985L6.27752 8.02136L15.8099 7.19514C15.8108 7.19697 15.8117 7.1988 15.8126 7.20062ZM17.2342 20.605L19.6596 19.8241L18.9741 9.04857L17.3202 7.92347L17.2342 20.605Z",
11476
+ fill: color
11477
+ }));
11478
+ };
11479
+
11448
11480
  exports.Action = Action;
11449
11481
  exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
11450
11482
  exports.Activecampaign = Activecampaign;
@@ -11696,6 +11728,7 @@ exports.Question = Question;
11696
11728
  exports.RealEstate = RealEstate;
11697
11729
  exports.Redo = Redo;
11698
11730
  exports.Reels = Reels;
11731
+ exports.Retail = Retail;
11699
11732
  exports.Retry = Retry;
11700
11733
  exports.ReturnKey = ReturnKey;
11701
11734
  exports.Rules = Rules;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manychat/icons",
3
- "version": "4.29.0",
3
+ "version": "4.30.0",
4
4
  "description": "ManyChat Icons bundle",
5
5
  "author": "",
6
6
  "main": "dist/index.js",
package/umd/mcicons.js CHANGED
@@ -11408,6 +11408,38 @@
11408
11408
  }));
11409
11409
  };
11410
11410
 
11411
+ var _excluded$5g = ["color", "size"];
11412
+ /**
11413
+ * @typedef {Object} RetailProps
11414
+ * @property {string} [color='currentColor']
11415
+ * @property {string|number} [size='24']
11416
+ *
11417
+ * @param {RetailProps} props
11418
+ * @returns {JSX.Element}
11419
+ */
11420
+
11421
+ var Retail = function Retail(_ref) {
11422
+ var _ref$color = _ref.color,
11423
+ color = _ref$color === void 0 ? 'currentColor' : _ref$color,
11424
+ _ref$size = _ref.size,
11425
+ size = _ref$size === void 0 ? '24' : _ref$size,
11426
+ otherProps = _objectWithoutProperties(_ref, _excluded$5g);
11427
+
11428
+ return /*#__PURE__*/React.createElement("svg", _extends({
11429
+ width: size,
11430
+ height: size,
11431
+ viewBox: "0 0 24 24",
11432
+ fill: "none",
11433
+ xmlns: "http://www.w3.org/2000/svg",
11434
+ preserveAspectRatio: "xMidYMid meet"
11435
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11436
+ fillRule: "evenodd",
11437
+ clipRule: "evenodd",
11438
+ d: "M7.65942 6.39596C8.74782 4.08615 10.6786 2.22955 13.5313 2.22974C14.804 2.22982 15.7703 2.79884 16.392 3.68151C16.8584 4.34358 17.1228 5.16598 17.2189 6.04043L20.4245 8.22104L21.2307 20.8941L17.2299 22.1823L17.2235 22.1843L17.2231 22.235L17.0401 22.2175C16.9647 22.2215 16.8902 22.2141 16.8188 22.1962L2.67615 20.8386L4.98419 6.62784L7.65942 6.39596ZM13.4688 3.70764C14.2174 3.70769 14.7516 4.01979 15.1248 4.54955C15.3433 4.85983 15.5097 5.25215 15.6139 5.70651L9.42113 6.24326C10.3579 4.6749 11.7094 3.70753 13.4688 3.70764ZM15.8126 7.20062C15.8165 7.20852 15.8206 7.21633 15.8249 7.22405L15.7343 20.5852L4.41346 19.4985L6.27752 8.02136L15.8099 7.19514C15.8108 7.19697 15.8117 7.1988 15.8126 7.20062ZM17.2342 20.605L19.6596 19.8241L18.9741 9.04857L17.3202 7.92347L17.2342 20.605Z",
11439
+ fill: color
11440
+ }));
11441
+ };
11442
+
11411
11443
  exports.Action = Action;
11412
11444
  exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
11413
11445
  exports.Activecampaign = Activecampaign;
@@ -11659,6 +11691,7 @@
11659
11691
  exports.RealEstate = RealEstate;
11660
11692
  exports.Redo = Redo;
11661
11693
  exports.Reels = Reels;
11694
+ exports.Retail = Retail;
11662
11695
  exports.Retry = Retry;
11663
11696
  exports.ReturnKey = ReturnKey;
11664
11697
  exports.Rules = Rules;