@manychat/icons 4.28.0 → 4.29.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
@@ -342,3 +342,5 @@ export const TikTokChannel2: Icon
342
342
  export const AutomationsPausedFilled: Icon
343
343
  export const AutomationsStoppedFilled: Icon
344
344
  export const Bullet: Icon
345
+ export const NavCollapse: Icon
346
+ export const NavExpand: Icon
package/dist/index.es.js CHANGED
@@ -11367,4 +11367,76 @@ const Bullet = _ref => {
11367
11367
  }));
11368
11368
  };
11369
11369
 
11370
- 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, 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 };
11370
+ const _excluded$5e = ["color", "size"];
11371
+ /**
11372
+ * @typedef {Object} NavCollapseProps
11373
+ * @property {string} [color='currentColor']
11374
+ * @property {string|number} [size='24']
11375
+ *
11376
+ * @param {NavCollapseProps} props
11377
+ * @returns {JSX.Element}
11378
+ */
11379
+
11380
+ const NavCollapse = _ref => {
11381
+ let {
11382
+ color = 'currentColor',
11383
+ size = '24'
11384
+ } = _ref,
11385
+ otherProps = _objectWithoutProperties(_ref, _excluded$5e);
11386
+
11387
+ return /*#__PURE__*/React.createElement("svg", _extends({
11388
+ width: size,
11389
+ height: size,
11390
+ viewBox: "0 0 24 24",
11391
+ fill: "none",
11392
+ xmlns: "http://www.w3.org/2000/svg",
11393
+ preserveAspectRatio: "xMidYMid meet"
11394
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11395
+ d: "M2 5L2 19H3.5L3.5 5H2Z",
11396
+ fill: color
11397
+ }), /*#__PURE__*/React.createElement("path", {
11398
+ d: "M12 16.9296L7.07042 12L12 7.07042V5L5 12L12 19V16.9296Z",
11399
+ fill: color
11400
+ }), /*#__PURE__*/React.createElement("path", {
11401
+ d: "M12 12.7999L22 12.7999V11.2999L12 11.2999V12.7999Z",
11402
+ fill: color
11403
+ }));
11404
+ };
11405
+
11406
+ const _excluded$5f = ["color", "size"];
11407
+ /**
11408
+ * @typedef {Object} NavExpandProps
11409
+ * @property {string} [color='currentColor']
11410
+ * @property {string|number} [size='24']
11411
+ *
11412
+ * @param {NavExpandProps} props
11413
+ * @returns {JSX.Element}
11414
+ */
11415
+
11416
+ const NavExpand = _ref => {
11417
+ let {
11418
+ color = 'currentColor',
11419
+ size = '24'
11420
+ } = _ref,
11421
+ otherProps = _objectWithoutProperties(_ref, _excluded$5f);
11422
+
11423
+ return /*#__PURE__*/React.createElement("svg", _extends({
11424
+ width: size,
11425
+ height: size,
11426
+ viewBox: "0 0 24 24",
11427
+ fill: "none",
11428
+ xmlns: "http://www.w3.org/2000/svg",
11429
+ preserveAspectRatio: "xMidYMid meet"
11430
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11431
+ d: "M12 7.07042L16.9296 12L12 16.9296L12 19L19 12L12 5V7.07042Z",
11432
+ fill: color
11433
+ }), /*#__PURE__*/React.createElement("path", {
11434
+ d: "M12 11.2001H2L2 12.7001H12V11.2001Z",
11435
+ fill: color
11436
+ }), /*#__PURE__*/React.createElement("path", {
11437
+ d: "M20.5 19H22L22 5H20.5V19Z",
11438
+ fill: color
11439
+ }));
11440
+ };
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 };
package/dist/index.js CHANGED
@@ -11373,6 +11373,78 @@ const Bullet = _ref => {
11373
11373
  }));
11374
11374
  };
11375
11375
 
11376
+ const _excluded$5e = ["color", "size"];
11377
+ /**
11378
+ * @typedef {Object} NavCollapseProps
11379
+ * @property {string} [color='currentColor']
11380
+ * @property {string|number} [size='24']
11381
+ *
11382
+ * @param {NavCollapseProps} props
11383
+ * @returns {JSX.Element}
11384
+ */
11385
+
11386
+ const NavCollapse = _ref => {
11387
+ let {
11388
+ color = 'currentColor',
11389
+ size = '24'
11390
+ } = _ref,
11391
+ otherProps = _objectWithoutProperties(_ref, _excluded$5e);
11392
+
11393
+ return /*#__PURE__*/React.createElement("svg", _extends({
11394
+ width: size,
11395
+ height: size,
11396
+ viewBox: "0 0 24 24",
11397
+ fill: "none",
11398
+ xmlns: "http://www.w3.org/2000/svg",
11399
+ preserveAspectRatio: "xMidYMid meet"
11400
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11401
+ d: "M2 5L2 19H3.5L3.5 5H2Z",
11402
+ fill: color
11403
+ }), /*#__PURE__*/React.createElement("path", {
11404
+ d: "M12 16.9296L7.07042 12L12 7.07042V5L5 12L12 19V16.9296Z",
11405
+ fill: color
11406
+ }), /*#__PURE__*/React.createElement("path", {
11407
+ d: "M12 12.7999L22 12.7999V11.2999L12 11.2999V12.7999Z",
11408
+ fill: color
11409
+ }));
11410
+ };
11411
+
11412
+ const _excluded$5f = ["color", "size"];
11413
+ /**
11414
+ * @typedef {Object} NavExpandProps
11415
+ * @property {string} [color='currentColor']
11416
+ * @property {string|number} [size='24']
11417
+ *
11418
+ * @param {NavExpandProps} props
11419
+ * @returns {JSX.Element}
11420
+ */
11421
+
11422
+ const NavExpand = _ref => {
11423
+ let {
11424
+ color = 'currentColor',
11425
+ size = '24'
11426
+ } = _ref,
11427
+ otherProps = _objectWithoutProperties(_ref, _excluded$5f);
11428
+
11429
+ return /*#__PURE__*/React.createElement("svg", _extends({
11430
+ width: size,
11431
+ height: size,
11432
+ viewBox: "0 0 24 24",
11433
+ fill: "none",
11434
+ xmlns: "http://www.w3.org/2000/svg",
11435
+ preserveAspectRatio: "xMidYMid meet"
11436
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11437
+ d: "M12 7.07042L16.9296 12L12 16.9296L12 19L19 12L12 5V7.07042Z",
11438
+ fill: color
11439
+ }), /*#__PURE__*/React.createElement("path", {
11440
+ d: "M12 11.2001H2L2 12.7001H12V11.2001Z",
11441
+ fill: color
11442
+ }), /*#__PURE__*/React.createElement("path", {
11443
+ d: "M20.5 19H22L22 5H20.5V19Z",
11444
+ fill: color
11445
+ }));
11446
+ };
11447
+
11376
11448
  exports.Action = Action;
11377
11449
  exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
11378
11450
  exports.Activecampaign = Activecampaign;
@@ -11565,6 +11637,8 @@ exports.MoreVert = MoreVert;
11565
11637
  exports.MosaicView = MosaicView;
11566
11638
  exports.MoveTo = MoveTo;
11567
11639
  exports.Nationality = Nationality;
11640
+ exports.NavCollapse = NavCollapse;
11641
+ exports.NavExpand = NavExpand;
11568
11642
  exports.NewCuFs = NewCuFs;
11569
11643
  exports.NewMessage = NewMessage;
11570
11644
  exports.NewOrphanMobile = NewOrphanMobile;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manychat/icons",
3
- "version": "4.28.0",
3
+ "version": "4.29.0",
4
4
  "description": "ManyChat Icons bundle",
5
5
  "author": "",
6
6
  "main": "dist/index.js",
package/umd/mcicons.js CHANGED
@@ -11336,6 +11336,78 @@
11336
11336
  }));
11337
11337
  };
11338
11338
 
11339
+ var _excluded$5e = ["color", "size"];
11340
+ /**
11341
+ * @typedef {Object} NavCollapseProps
11342
+ * @property {string} [color='currentColor']
11343
+ * @property {string|number} [size='24']
11344
+ *
11345
+ * @param {NavCollapseProps} props
11346
+ * @returns {JSX.Element}
11347
+ */
11348
+
11349
+ var NavCollapse = function NavCollapse(_ref) {
11350
+ var _ref$color = _ref.color,
11351
+ color = _ref$color === void 0 ? 'currentColor' : _ref$color,
11352
+ _ref$size = _ref.size,
11353
+ size = _ref$size === void 0 ? '24' : _ref$size,
11354
+ otherProps = _objectWithoutProperties(_ref, _excluded$5e);
11355
+
11356
+ return /*#__PURE__*/React.createElement("svg", _extends({
11357
+ width: size,
11358
+ height: size,
11359
+ viewBox: "0 0 24 24",
11360
+ fill: "none",
11361
+ xmlns: "http://www.w3.org/2000/svg",
11362
+ preserveAspectRatio: "xMidYMid meet"
11363
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11364
+ d: "M2 5L2 19H3.5L3.5 5H2Z",
11365
+ fill: color
11366
+ }), /*#__PURE__*/React.createElement("path", {
11367
+ d: "M12 16.9296L7.07042 12L12 7.07042V5L5 12L12 19V16.9296Z",
11368
+ fill: color
11369
+ }), /*#__PURE__*/React.createElement("path", {
11370
+ d: "M12 12.7999L22 12.7999V11.2999L12 11.2999V12.7999Z",
11371
+ fill: color
11372
+ }));
11373
+ };
11374
+
11375
+ var _excluded$5f = ["color", "size"];
11376
+ /**
11377
+ * @typedef {Object} NavExpandProps
11378
+ * @property {string} [color='currentColor']
11379
+ * @property {string|number} [size='24']
11380
+ *
11381
+ * @param {NavExpandProps} props
11382
+ * @returns {JSX.Element}
11383
+ */
11384
+
11385
+ var NavExpand = function NavExpand(_ref) {
11386
+ var _ref$color = _ref.color,
11387
+ color = _ref$color === void 0 ? 'currentColor' : _ref$color,
11388
+ _ref$size = _ref.size,
11389
+ size = _ref$size === void 0 ? '24' : _ref$size,
11390
+ otherProps = _objectWithoutProperties(_ref, _excluded$5f);
11391
+
11392
+ return /*#__PURE__*/React.createElement("svg", _extends({
11393
+ width: size,
11394
+ height: size,
11395
+ viewBox: "0 0 24 24",
11396
+ fill: "none",
11397
+ xmlns: "http://www.w3.org/2000/svg",
11398
+ preserveAspectRatio: "xMidYMid meet"
11399
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11400
+ d: "M12 7.07042L16.9296 12L12 16.9296L12 19L19 12L12 5V7.07042Z",
11401
+ fill: color
11402
+ }), /*#__PURE__*/React.createElement("path", {
11403
+ d: "M12 11.2001H2L2 12.7001H12V11.2001Z",
11404
+ fill: color
11405
+ }), /*#__PURE__*/React.createElement("path", {
11406
+ d: "M20.5 19H22L22 5H20.5V19Z",
11407
+ fill: color
11408
+ }));
11409
+ };
11410
+
11339
11411
  exports.Action = Action;
11340
11412
  exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
11341
11413
  exports.Activecampaign = Activecampaign;
@@ -11528,6 +11600,8 @@
11528
11600
  exports.MosaicView = MosaicView;
11529
11601
  exports.MoveTo = MoveTo;
11530
11602
  exports.Nationality = Nationality;
11603
+ exports.NavCollapse = NavCollapse;
11604
+ exports.NavExpand = NavExpand;
11531
11605
  exports.NewCuFs = NewCuFs;
11532
11606
  exports.NewMessage = NewMessage;
11533
11607
  exports.NewOrphanMobile = NewOrphanMobile;