@manychat/icons 1.46.0 → 1.47.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
@@ -283,6 +283,7 @@ export const TelegramChannel2: Icon
283
283
  export const Telegram: Icon
284
284
  export const Tap: Icon
285
285
  export const VideoCircleTg: Icon
286
+ export const Reels: Icon
286
287
  export const Create: Icon
287
288
  export const GtCheckbox: Icon
288
289
  export const GtFbComment: Icon
package/dist/index.es.js CHANGED
@@ -9372,13 +9372,44 @@ VideoCircleTg.defaultProps = {
9372
9372
 
9373
9373
  const _excluded$4j = ["color", "size"];
9374
9374
 
9375
- const Create = props => {
9375
+ const Reels = props => {
9376
9376
  const {
9377
9377
  color,
9378
9378
  size
9379
9379
  } = props,
9380
9380
  otherProps = _objectWithoutProperties(props, _excluded$4j);
9381
9381
 
9382
+ return /*#__PURE__*/React.createElement("svg", _extends({
9383
+ width: size,
9384
+ height: size,
9385
+ viewBox: "0 0 24 24",
9386
+ fill: "none",
9387
+ xmlns: "http://www.w3.org/2000/svg",
9388
+ preserveAspectRatio: "xMidYMid meet"
9389
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
9390
+ d: "M20 8.25C20.4143 8.25 20.75 7.91421 20.75 7.5C20.75 7.08578 20.4143 6.75 20 6.75V8.25ZM8.072 3.85668L7.94624 3.1173L8.072 3.85668ZM3.98804 7.5L3.26787 7.29059L3.98804 7.5ZM10.4813 10.5L10.8625 9.85413C10.6307 9.71726 10.3432 9.71518 10.1094 9.84868C9.87561 9.98217 9.73129 10.2308 9.73129 10.5H10.4813ZM10.4813 15.5H9.73129C9.73129 15.7692 9.87561 16.0178 10.1094 16.1513C10.3432 16.2848 10.6307 16.2827 10.8625 16.1459L10.4813 15.5ZM14.7164 13L15.0977 13.6459C15.3262 13.511 15.4664 13.2654 15.4664 13C15.4664 12.7346 15.3262 12.489 15.0977 12.3541L14.7164 13ZM19.4666 8.9434V15.0566H20.9666V8.9434H19.4666ZM15.0566 19.4666H8.94345V20.9666H15.0566V19.4666ZM4.53345 15.0566V8.9434H3.03345V15.0566H4.53345ZM8.94345 19.4666C6.50787 19.4666 4.53345 17.4922 4.53345 15.0566H3.03345C3.03345 18.3206 5.67944 20.9666 8.94345 20.9666V19.4666ZM19.4666 15.0566C19.4666 17.4922 17.4922 19.4666 15.0566 19.4666V20.9666C18.3206 20.9666 20.9666 18.3206 20.9666 15.0566H19.4666ZM15.0566 4.5334C17.4922 4.5334 19.4666 6.50783 19.4666 8.9434H20.9666C20.9666 5.6794 18.3206 3.0334 15.0566 3.0334V4.5334ZM20 6.75H15.2735V8.25H20V6.75ZM15.2735 6.75H10.1755V8.25H15.2735V6.75ZM10.825 7.125L8.72152 3.48168L7.42248 4.23168L9.52595 7.875L10.825 7.125ZM8.94345 3.0334C8.60412 3.0334 8.2709 3.06208 7.94624 3.1173L8.19776 4.59606C8.43967 4.55491 8.68875 4.5334 8.94345 4.5334V3.0334ZM7.94624 3.1173C5.70296 3.49886 3.89268 5.14186 3.26787 7.29059L4.70821 7.70941C5.17428 6.10662 6.52717 4.88021 8.19776 4.59606L7.94624 3.1173ZM3.26787 7.29059C3.1151 7.81597 3.03345 8.3708 3.03345 8.9434H4.53345C4.53345 8.51397 4.59461 8.10011 4.70821 7.70941L3.26787 7.29059ZM10.1755 6.75H3.98804V8.25H10.1755V6.75ZM15.9231 7.125L13.7773 3.4084L12.4782 4.1584L14.624 7.875L15.9231 7.125ZM8.94345 4.5334H13.1278V3.0334H8.94345V4.5334ZM13.1278 4.5334H15.0566V3.0334H13.1278V4.5334ZM9.73129 10.5V15.5H11.2313V10.5H9.73129ZM10.8625 16.1459L15.0977 13.6459L14.3351 12.3541L10.1 14.8541L10.8625 16.1459ZM15.0977 12.3541L10.8625 9.85413L10.1 11.1459L14.3351 13.6459L15.0977 12.3541Z",
9391
+ fill: color
9392
+ }));
9393
+ };
9394
+
9395
+ Reels.propTypes = {
9396
+ color: PropTypes.string,
9397
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9398
+ };
9399
+ Reels.defaultProps = {
9400
+ color: 'currentColor',
9401
+ size: '24'
9402
+ };
9403
+
9404
+ const _excluded$4k = ["color", "size"];
9405
+
9406
+ const Create = props => {
9407
+ const {
9408
+ color,
9409
+ size
9410
+ } = props,
9411
+ otherProps = _objectWithoutProperties(props, _excluded$4k);
9412
+
9382
9413
  return /*#__PURE__*/React.createElement("svg", _extends({
9383
9414
  width: size,
9384
9415
  height: size,
@@ -9404,14 +9435,14 @@ Create.defaultProps = {
9404
9435
  size: '24'
9405
9436
  };
9406
9437
 
9407
- const _excluded$4k = ["color", "size"];
9438
+ const _excluded$4l = ["color", "size"];
9408
9439
 
9409
9440
  const GtCheckbox = props => {
9410
9441
  const {
9411
9442
  color,
9412
9443
  size
9413
9444
  } = props,
9414
- otherProps = _objectWithoutProperties(props, _excluded$4k);
9445
+ otherProps = _objectWithoutProperties(props, _excluded$4l);
9415
9446
 
9416
9447
  return /*#__PURE__*/React.createElement("svg", _extends({
9417
9448
  width: size,
@@ -9438,14 +9469,14 @@ GtCheckbox.defaultProps = {
9438
9469
  size: '24'
9439
9470
  };
9440
9471
 
9441
- const _excluded$4l = ["color", "size"];
9472
+ const _excluded$4m = ["color", "size"];
9442
9473
 
9443
9474
  const GtFbComment = props => {
9444
9475
  const {
9445
9476
  color,
9446
9477
  size
9447
9478
  } = props,
9448
- otherProps = _objectWithoutProperties(props, _excluded$4l);
9479
+ otherProps = _objectWithoutProperties(props, _excluded$4m);
9449
9480
 
9450
9481
  return /*#__PURE__*/React.createElement("svg", _extends({
9451
9482
  width: size,
@@ -9469,14 +9500,14 @@ GtFbComment.defaultProps = {
9469
9500
  size: '24'
9470
9501
  };
9471
9502
 
9472
- const _excluded$4m = ["color", "size"];
9503
+ const _excluded$4n = ["color", "size"];
9473
9504
 
9474
9505
  const GtAdsJson = props => {
9475
9506
  const {
9476
9507
  color,
9477
9508
  size
9478
9509
  } = props,
9479
- otherProps = _objectWithoutProperties(props, _excluded$4m);
9510
+ otherProps = _objectWithoutProperties(props, _excluded$4n);
9480
9511
 
9481
9512
  return /*#__PURE__*/React.createElement("svg", _extends({
9482
9513
  width: size,
@@ -9509,14 +9540,14 @@ GtAdsJson.defaultProps = {
9509
9540
  size: '24'
9510
9541
  };
9511
9542
 
9512
- const _excluded$4n = ["color", "size"];
9543
+ const _excluded$4o = ["color", "size"];
9513
9544
 
9514
9545
  const GtFbCode = props => {
9515
9546
  const {
9516
9547
  color,
9517
9548
  size
9518
9549
  } = props,
9519
- otherProps = _objectWithoutProperties(props, _excluded$4n);
9550
+ otherProps = _objectWithoutProperties(props, _excluded$4o);
9520
9551
 
9521
9552
  return /*#__PURE__*/React.createElement("svg", _extends({
9522
9553
  width: size,
@@ -9545,14 +9576,14 @@ GtFbCode.defaultProps = {
9545
9576
  size: '24'
9546
9577
  };
9547
9578
 
9548
- const _excluded$4o = ["color", "size"];
9579
+ const _excluded$4p = ["color", "size"];
9549
9580
 
9550
9581
  const GtRef = props => {
9551
9582
  const {
9552
9583
  color,
9553
9584
  size
9554
9585
  } = props,
9555
- otherProps = _objectWithoutProperties(props, _excluded$4o);
9586
+ otherProps = _objectWithoutProperties(props, _excluded$4p);
9556
9587
 
9557
9588
  return /*#__PURE__*/React.createElement("svg", _extends({
9558
9589
  width: size,
@@ -9576,14 +9607,14 @@ GtRef.defaultProps = {
9576
9607
  size: '24'
9577
9608
  };
9578
9609
 
9579
- const _excluded$4p = ["color", "size"];
9610
+ const _excluded$4q = ["color", "size"];
9580
9611
 
9581
9612
  const GtCustomerChat = props => {
9582
9613
  const {
9583
9614
  color,
9584
9615
  size
9585
9616
  } = props,
9586
- otherProps = _objectWithoutProperties(props, _excluded$4p);
9617
+ otherProps = _objectWithoutProperties(props, _excluded$4q);
9587
9618
 
9588
9619
  return /*#__PURE__*/React.createElement("svg", _extends({
9589
9620
  width: size,
@@ -9612,14 +9643,14 @@ GtCustomerChat.defaultProps = {
9612
9643
  size: '24'
9613
9644
  };
9614
9645
 
9615
- const _excluded$4q = ["color", "size"];
9646
+ const _excluded$4r = ["color", "size"];
9616
9647
 
9617
9648
  const GtTakeover = props => {
9618
9649
  const {
9619
9650
  color,
9620
9651
  size
9621
9652
  } = props,
9622
- otherProps = _objectWithoutProperties(props, _excluded$4q);
9653
+ otherProps = _objectWithoutProperties(props, _excluded$4r);
9623
9654
 
9624
9655
  return /*#__PURE__*/React.createElement("svg", _extends({
9625
9656
  width: size,
@@ -9677,14 +9708,14 @@ GtTakeover.defaultProps = {
9677
9708
  size: '24'
9678
9709
  };
9679
9710
 
9680
- const _excluded$4r = ["color", "size"];
9711
+ const _excluded$4s = ["color", "size"];
9681
9712
 
9682
9713
  const FlowPlaceholder = props => {
9683
9714
  const {
9684
9715
  color,
9685
9716
  size
9686
9717
  } = props,
9687
- otherProps = _objectWithoutProperties(props, _excluded$4r);
9718
+ otherProps = _objectWithoutProperties(props, _excluded$4s);
9688
9719
 
9689
9720
  return /*#__PURE__*/React.createElement("svg", _extends({
9690
9721
  width: size,
@@ -9763,14 +9794,14 @@ FlowPlaceholder.defaultProps = {
9763
9794
  size: '24'
9764
9795
  };
9765
9796
 
9766
- const _excluded$4s = ["color", "size"];
9797
+ const _excluded$4t = ["color", "size"];
9767
9798
 
9768
9799
  const AddStep = props => {
9769
9800
  const {
9770
9801
  color,
9771
9802
  size
9772
9803
  } = props,
9773
- otherProps = _objectWithoutProperties(props, _excluded$4s);
9804
+ otherProps = _objectWithoutProperties(props, _excluded$4t);
9774
9805
 
9775
9806
  return /*#__PURE__*/React.createElement("svg", _extends({
9776
9807
  width: size,
@@ -9806,14 +9837,14 @@ AddStep.defaultProps = {
9806
9837
  size: '24'
9807
9838
  };
9808
9839
 
9809
- const _excluded$4t = ["color", "size"];
9840
+ const _excluded$4u = ["color", "size"];
9810
9841
 
9811
9842
  const Stats = props => {
9812
9843
  const {
9813
9844
  color,
9814
9845
  size
9815
9846
  } = props,
9816
- otherProps = _objectWithoutProperties(props, _excluded$4t);
9847
+ otherProps = _objectWithoutProperties(props, _excluded$4u);
9817
9848
 
9818
9849
  return /*#__PURE__*/React.createElement("svg", _extends({
9819
9850
  width: size,
@@ -9853,14 +9884,14 @@ Stats.defaultProps = {
9853
9884
  size: '24'
9854
9885
  };
9855
9886
 
9856
- const _excluded$4u = ["color", "size"];
9887
+ const _excluded$4v = ["color", "size"];
9857
9888
 
9858
9889
  const Coursor = props => {
9859
9890
  const {
9860
9891
  color,
9861
9892
  size
9862
9893
  } = props,
9863
- otherProps = _objectWithoutProperties(props, _excluded$4u);
9894
+ otherProps = _objectWithoutProperties(props, _excluded$4v);
9864
9895
 
9865
9896
  return /*#__PURE__*/React.createElement("svg", _extends({
9866
9897
  width: size,
@@ -9884,14 +9915,14 @@ Coursor.defaultProps = {
9884
9915
  size: '24'
9885
9916
  };
9886
9917
 
9887
- const _excluded$4v = ["color", "size"];
9918
+ const _excluded$4w = ["color", "size"];
9888
9919
 
9889
9920
  const CoursorFullcolor = props => {
9890
9921
  const {
9891
9922
  color,
9892
9923
  size
9893
9924
  } = props,
9894
- otherProps = _objectWithoutProperties(props, _excluded$4v);
9925
+ otherProps = _objectWithoutProperties(props, _excluded$4w);
9895
9926
 
9896
9927
  return /*#__PURE__*/React.createElement("svg", _extends({
9897
9928
  width: size,
@@ -9952,4 +9983,4 @@ CoursorFullcolor.defaultProps = {
9952
9983
  size: '24'
9953
9984
  };
9954
9985
 
9955
- export { Action, ActionMarkConversationAsDone, AddCircle, AddStep, AddTag, Ads, AdsAd, AdsAdSet, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Analytics, Apple, Archive, ArrowDown, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, Attach, Attention, Audience, Audio, Automation, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, ButtonEmailBlock, Calendar, Camera, CannedResponse, Cart, Cgt20, CheckCircle, CheckboxDone, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ClearMobile, Close, Cloud, CloudDownload, CloudError, CloudUpload, Community, Condition, ConvertChannels, Copy, CopyToAnotherFlow, Coupon, Coursor, CoursorFullcolor, Create, CreditCard, CufArray, CufBoolean, CufEnum, CufNoIcon, CufNumber, CufText, CustomField, CustomFieldRemove, Dashboard, Data, DefaultReply, Delay, Delete, DeleteForever, DeleteTag, DoubleChevrotBack, DoubleChevrotCollapse, DoubleChevrotExpand, DoubleChevrotForward, DragConnector, DragItem, DubleTick, DuplicateSms, Edit, EmailChannel, ExitFullscreen, Facebook, FacebookMessenger, Faq, FbChat, Female, Filter, Flow, FlowPlaceholder, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, GrowthTools, GtAdsJson, GtBar, GtBox, GtButton, GtCheckbox, GtCustomerChat, GtFbCode, GtFbComment, GtLanding, GtModal, GtPageTakeover, GtRef, GtSlideIn, GtTakeover, GuestChatChannel, HeadlineBlockEmail, Health, Help, Hide, Home, IcGrid_24px_, IcGrid__148x100_, Id, IgLiveComments, Image, Inbox, IncreaseEngagement, Info, InstagramChannel, InstagramChannel2, Italic, Keyboard, Keywords, Link, LiveChat, Logout, MagicWand, Magnet, Male, Mention, Menu, MessageBack, MessageOpen, MessageTemplates, Messenger, MessengerChannel, Mic, Minus, MoreChannels, MoreHor, MoreVert, MosaicView, MoveTo, Nationality, NewCuFs, NewMessage, NodeAdd, Note, Notification, NotificationMute, OmnichannelWidget, Options, 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, Play, Plus, Popular, Protect, PublicChangelog, Publish, Qr, Question, Redo, Retry, Rules, 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, Stats, Stop, SystemField, TableView, Tap, Telegram, TelegramChannel, TelegramChannel2, TemplateMediaBg, TemplateStore, TemplateTextMedia, Templates, Text, ThumbDown, ThumbUp, Tick, Ticket, Time, TimeAdd, Transgender, TriggerFbAds, TriggerFbComments, TriggerFbComments20, TriggerIgStoryReply, TriggerNewSubscriber, Triggers, TriggersLines, Unassign, Underline, Undo, Unpin, Unprotect, Unsubscribed, User, UserAdd, Video, VideoCircleTg, Warning, WebChat, WebsiteRedirect, WelcomeMessage, WhatsAppChannel, WhatsAppWidget, Zapier };
9986
+ export { Action, ActionMarkConversationAsDone, AddCircle, AddStep, AddTag, Ads, AdsAd, AdsAdSet, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Analytics, Apple, Archive, ArrowDown, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, Attach, Attention, Audience, Audio, Automation, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, ButtonEmailBlock, Calendar, Camera, CannedResponse, Cart, Cgt20, CheckCircle, CheckboxDone, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ClearMobile, Close, Cloud, CloudDownload, CloudError, CloudUpload, Community, Condition, ConvertChannels, Copy, CopyToAnotherFlow, Coupon, Coursor, CoursorFullcolor, Create, CreditCard, CufArray, CufBoolean, CufEnum, CufNoIcon, CufNumber, CufText, CustomField, CustomFieldRemove, Dashboard, Data, DefaultReply, Delay, Delete, DeleteForever, DeleteTag, DoubleChevrotBack, DoubleChevrotCollapse, DoubleChevrotExpand, DoubleChevrotForward, DragConnector, DragItem, DubleTick, DuplicateSms, Edit, EmailChannel, ExitFullscreen, Facebook, FacebookMessenger, Faq, FbChat, Female, Filter, Flow, FlowPlaceholder, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, GrowthTools, GtAdsJson, GtBar, GtBox, GtButton, GtCheckbox, GtCustomerChat, GtFbCode, GtFbComment, GtLanding, GtModal, GtPageTakeover, GtRef, GtSlideIn, GtTakeover, GuestChatChannel, HeadlineBlockEmail, Health, Help, Hide, Home, IcGrid_24px_, IcGrid__148x100_, Id, IgLiveComments, Image, Inbox, IncreaseEngagement, Info, InstagramChannel, InstagramChannel2, Italic, Keyboard, Keywords, Link, LiveChat, Logout, MagicWand, Magnet, Male, Mention, Menu, MessageBack, MessageOpen, MessageTemplates, Messenger, MessengerChannel, Mic, Minus, MoreChannels, MoreHor, MoreVert, MosaicView, MoveTo, Nationality, NewCuFs, NewMessage, NodeAdd, Note, Notification, NotificationMute, OmnichannelWidget, Options, 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, Play, Plus, Popular, Protect, PublicChangelog, Publish, Qr, Question, Redo, Reels, Retry, Rules, 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, Stats, Stop, SystemField, TableView, Tap, Telegram, TelegramChannel, TelegramChannel2, TemplateMediaBg, TemplateStore, TemplateTextMedia, Templates, Text, ThumbDown, ThumbUp, Tick, Ticket, Time, TimeAdd, Transgender, TriggerFbAds, TriggerFbComments, TriggerFbComments20, TriggerIgStoryReply, TriggerNewSubscriber, Triggers, TriggersLines, Unassign, Underline, Undo, Unpin, Unprotect, Unsubscribed, User, UserAdd, Video, VideoCircleTg, Warning, WebChat, WebsiteRedirect, WelcomeMessage, WhatsAppChannel, WhatsAppWidget, Zapier };
package/dist/index.js CHANGED
@@ -9378,13 +9378,44 @@ VideoCircleTg.defaultProps = {
9378
9378
 
9379
9379
  const _excluded$4j = ["color", "size"];
9380
9380
 
9381
- const Create = props => {
9381
+ const Reels = props => {
9382
9382
  const {
9383
9383
  color,
9384
9384
  size
9385
9385
  } = props,
9386
9386
  otherProps = _objectWithoutProperties(props, _excluded$4j);
9387
9387
 
9388
+ return /*#__PURE__*/React.createElement("svg", _extends({
9389
+ width: size,
9390
+ height: size,
9391
+ viewBox: "0 0 24 24",
9392
+ fill: "none",
9393
+ xmlns: "http://www.w3.org/2000/svg",
9394
+ preserveAspectRatio: "xMidYMid meet"
9395
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
9396
+ d: "M20 8.25C20.4143 8.25 20.75 7.91421 20.75 7.5C20.75 7.08578 20.4143 6.75 20 6.75V8.25ZM8.072 3.85668L7.94624 3.1173L8.072 3.85668ZM3.98804 7.5L3.26787 7.29059L3.98804 7.5ZM10.4813 10.5L10.8625 9.85413C10.6307 9.71726 10.3432 9.71518 10.1094 9.84868C9.87561 9.98217 9.73129 10.2308 9.73129 10.5H10.4813ZM10.4813 15.5H9.73129C9.73129 15.7692 9.87561 16.0178 10.1094 16.1513C10.3432 16.2848 10.6307 16.2827 10.8625 16.1459L10.4813 15.5ZM14.7164 13L15.0977 13.6459C15.3262 13.511 15.4664 13.2654 15.4664 13C15.4664 12.7346 15.3262 12.489 15.0977 12.3541L14.7164 13ZM19.4666 8.9434V15.0566H20.9666V8.9434H19.4666ZM15.0566 19.4666H8.94345V20.9666H15.0566V19.4666ZM4.53345 15.0566V8.9434H3.03345V15.0566H4.53345ZM8.94345 19.4666C6.50787 19.4666 4.53345 17.4922 4.53345 15.0566H3.03345C3.03345 18.3206 5.67944 20.9666 8.94345 20.9666V19.4666ZM19.4666 15.0566C19.4666 17.4922 17.4922 19.4666 15.0566 19.4666V20.9666C18.3206 20.9666 20.9666 18.3206 20.9666 15.0566H19.4666ZM15.0566 4.5334C17.4922 4.5334 19.4666 6.50783 19.4666 8.9434H20.9666C20.9666 5.6794 18.3206 3.0334 15.0566 3.0334V4.5334ZM20 6.75H15.2735V8.25H20V6.75ZM15.2735 6.75H10.1755V8.25H15.2735V6.75ZM10.825 7.125L8.72152 3.48168L7.42248 4.23168L9.52595 7.875L10.825 7.125ZM8.94345 3.0334C8.60412 3.0334 8.2709 3.06208 7.94624 3.1173L8.19776 4.59606C8.43967 4.55491 8.68875 4.5334 8.94345 4.5334V3.0334ZM7.94624 3.1173C5.70296 3.49886 3.89268 5.14186 3.26787 7.29059L4.70821 7.70941C5.17428 6.10662 6.52717 4.88021 8.19776 4.59606L7.94624 3.1173ZM3.26787 7.29059C3.1151 7.81597 3.03345 8.3708 3.03345 8.9434H4.53345C4.53345 8.51397 4.59461 8.10011 4.70821 7.70941L3.26787 7.29059ZM10.1755 6.75H3.98804V8.25H10.1755V6.75ZM15.9231 7.125L13.7773 3.4084L12.4782 4.1584L14.624 7.875L15.9231 7.125ZM8.94345 4.5334H13.1278V3.0334H8.94345V4.5334ZM13.1278 4.5334H15.0566V3.0334H13.1278V4.5334ZM9.73129 10.5V15.5H11.2313V10.5H9.73129ZM10.8625 16.1459L15.0977 13.6459L14.3351 12.3541L10.1 14.8541L10.8625 16.1459ZM15.0977 12.3541L10.8625 9.85413L10.1 11.1459L14.3351 13.6459L15.0977 12.3541Z",
9397
+ fill: color
9398
+ }));
9399
+ };
9400
+
9401
+ Reels.propTypes = {
9402
+ color: PropTypes.string,
9403
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9404
+ };
9405
+ Reels.defaultProps = {
9406
+ color: 'currentColor',
9407
+ size: '24'
9408
+ };
9409
+
9410
+ const _excluded$4k = ["color", "size"];
9411
+
9412
+ const Create = props => {
9413
+ const {
9414
+ color,
9415
+ size
9416
+ } = props,
9417
+ otherProps = _objectWithoutProperties(props, _excluded$4k);
9418
+
9388
9419
  return /*#__PURE__*/React.createElement("svg", _extends({
9389
9420
  width: size,
9390
9421
  height: size,
@@ -9410,14 +9441,14 @@ Create.defaultProps = {
9410
9441
  size: '24'
9411
9442
  };
9412
9443
 
9413
- const _excluded$4k = ["color", "size"];
9444
+ const _excluded$4l = ["color", "size"];
9414
9445
 
9415
9446
  const GtCheckbox = props => {
9416
9447
  const {
9417
9448
  color,
9418
9449
  size
9419
9450
  } = props,
9420
- otherProps = _objectWithoutProperties(props, _excluded$4k);
9451
+ otherProps = _objectWithoutProperties(props, _excluded$4l);
9421
9452
 
9422
9453
  return /*#__PURE__*/React.createElement("svg", _extends({
9423
9454
  width: size,
@@ -9444,14 +9475,14 @@ GtCheckbox.defaultProps = {
9444
9475
  size: '24'
9445
9476
  };
9446
9477
 
9447
- const _excluded$4l = ["color", "size"];
9478
+ const _excluded$4m = ["color", "size"];
9448
9479
 
9449
9480
  const GtFbComment = props => {
9450
9481
  const {
9451
9482
  color,
9452
9483
  size
9453
9484
  } = props,
9454
- otherProps = _objectWithoutProperties(props, _excluded$4l);
9485
+ otherProps = _objectWithoutProperties(props, _excluded$4m);
9455
9486
 
9456
9487
  return /*#__PURE__*/React.createElement("svg", _extends({
9457
9488
  width: size,
@@ -9475,14 +9506,14 @@ GtFbComment.defaultProps = {
9475
9506
  size: '24'
9476
9507
  };
9477
9508
 
9478
- const _excluded$4m = ["color", "size"];
9509
+ const _excluded$4n = ["color", "size"];
9479
9510
 
9480
9511
  const GtAdsJson = props => {
9481
9512
  const {
9482
9513
  color,
9483
9514
  size
9484
9515
  } = props,
9485
- otherProps = _objectWithoutProperties(props, _excluded$4m);
9516
+ otherProps = _objectWithoutProperties(props, _excluded$4n);
9486
9517
 
9487
9518
  return /*#__PURE__*/React.createElement("svg", _extends({
9488
9519
  width: size,
@@ -9515,14 +9546,14 @@ GtAdsJson.defaultProps = {
9515
9546
  size: '24'
9516
9547
  };
9517
9548
 
9518
- const _excluded$4n = ["color", "size"];
9549
+ const _excluded$4o = ["color", "size"];
9519
9550
 
9520
9551
  const GtFbCode = props => {
9521
9552
  const {
9522
9553
  color,
9523
9554
  size
9524
9555
  } = props,
9525
- otherProps = _objectWithoutProperties(props, _excluded$4n);
9556
+ otherProps = _objectWithoutProperties(props, _excluded$4o);
9526
9557
 
9527
9558
  return /*#__PURE__*/React.createElement("svg", _extends({
9528
9559
  width: size,
@@ -9551,14 +9582,14 @@ GtFbCode.defaultProps = {
9551
9582
  size: '24'
9552
9583
  };
9553
9584
 
9554
- const _excluded$4o = ["color", "size"];
9585
+ const _excluded$4p = ["color", "size"];
9555
9586
 
9556
9587
  const GtRef = props => {
9557
9588
  const {
9558
9589
  color,
9559
9590
  size
9560
9591
  } = props,
9561
- otherProps = _objectWithoutProperties(props, _excluded$4o);
9592
+ otherProps = _objectWithoutProperties(props, _excluded$4p);
9562
9593
 
9563
9594
  return /*#__PURE__*/React.createElement("svg", _extends({
9564
9595
  width: size,
@@ -9582,14 +9613,14 @@ GtRef.defaultProps = {
9582
9613
  size: '24'
9583
9614
  };
9584
9615
 
9585
- const _excluded$4p = ["color", "size"];
9616
+ const _excluded$4q = ["color", "size"];
9586
9617
 
9587
9618
  const GtCustomerChat = props => {
9588
9619
  const {
9589
9620
  color,
9590
9621
  size
9591
9622
  } = props,
9592
- otherProps = _objectWithoutProperties(props, _excluded$4p);
9623
+ otherProps = _objectWithoutProperties(props, _excluded$4q);
9593
9624
 
9594
9625
  return /*#__PURE__*/React.createElement("svg", _extends({
9595
9626
  width: size,
@@ -9618,14 +9649,14 @@ GtCustomerChat.defaultProps = {
9618
9649
  size: '24'
9619
9650
  };
9620
9651
 
9621
- const _excluded$4q = ["color", "size"];
9652
+ const _excluded$4r = ["color", "size"];
9622
9653
 
9623
9654
  const GtTakeover = props => {
9624
9655
  const {
9625
9656
  color,
9626
9657
  size
9627
9658
  } = props,
9628
- otherProps = _objectWithoutProperties(props, _excluded$4q);
9659
+ otherProps = _objectWithoutProperties(props, _excluded$4r);
9629
9660
 
9630
9661
  return /*#__PURE__*/React.createElement("svg", _extends({
9631
9662
  width: size,
@@ -9683,14 +9714,14 @@ GtTakeover.defaultProps = {
9683
9714
  size: '24'
9684
9715
  };
9685
9716
 
9686
- const _excluded$4r = ["color", "size"];
9717
+ const _excluded$4s = ["color", "size"];
9687
9718
 
9688
9719
  const FlowPlaceholder = props => {
9689
9720
  const {
9690
9721
  color,
9691
9722
  size
9692
9723
  } = props,
9693
- otherProps = _objectWithoutProperties(props, _excluded$4r);
9724
+ otherProps = _objectWithoutProperties(props, _excluded$4s);
9694
9725
 
9695
9726
  return /*#__PURE__*/React.createElement("svg", _extends({
9696
9727
  width: size,
@@ -9769,14 +9800,14 @@ FlowPlaceholder.defaultProps = {
9769
9800
  size: '24'
9770
9801
  };
9771
9802
 
9772
- const _excluded$4s = ["color", "size"];
9803
+ const _excluded$4t = ["color", "size"];
9773
9804
 
9774
9805
  const AddStep = props => {
9775
9806
  const {
9776
9807
  color,
9777
9808
  size
9778
9809
  } = props,
9779
- otherProps = _objectWithoutProperties(props, _excluded$4s);
9810
+ otherProps = _objectWithoutProperties(props, _excluded$4t);
9780
9811
 
9781
9812
  return /*#__PURE__*/React.createElement("svg", _extends({
9782
9813
  width: size,
@@ -9812,14 +9843,14 @@ AddStep.defaultProps = {
9812
9843
  size: '24'
9813
9844
  };
9814
9845
 
9815
- const _excluded$4t = ["color", "size"];
9846
+ const _excluded$4u = ["color", "size"];
9816
9847
 
9817
9848
  const Stats = props => {
9818
9849
  const {
9819
9850
  color,
9820
9851
  size
9821
9852
  } = props,
9822
- otherProps = _objectWithoutProperties(props, _excluded$4t);
9853
+ otherProps = _objectWithoutProperties(props, _excluded$4u);
9823
9854
 
9824
9855
  return /*#__PURE__*/React.createElement("svg", _extends({
9825
9856
  width: size,
@@ -9859,14 +9890,14 @@ Stats.defaultProps = {
9859
9890
  size: '24'
9860
9891
  };
9861
9892
 
9862
- const _excluded$4u = ["color", "size"];
9893
+ const _excluded$4v = ["color", "size"];
9863
9894
 
9864
9895
  const Coursor = props => {
9865
9896
  const {
9866
9897
  color,
9867
9898
  size
9868
9899
  } = props,
9869
- otherProps = _objectWithoutProperties(props, _excluded$4u);
9900
+ otherProps = _objectWithoutProperties(props, _excluded$4v);
9870
9901
 
9871
9902
  return /*#__PURE__*/React.createElement("svg", _extends({
9872
9903
  width: size,
@@ -9890,14 +9921,14 @@ Coursor.defaultProps = {
9890
9921
  size: '24'
9891
9922
  };
9892
9923
 
9893
- const _excluded$4v = ["color", "size"];
9924
+ const _excluded$4w = ["color", "size"];
9894
9925
 
9895
9926
  const CoursorFullcolor = props => {
9896
9927
  const {
9897
9928
  color,
9898
9929
  size
9899
9930
  } = props,
9900
- otherProps = _objectWithoutProperties(props, _excluded$4v);
9931
+ otherProps = _objectWithoutProperties(props, _excluded$4w);
9901
9932
 
9902
9933
  return /*#__PURE__*/React.createElement("svg", _extends({
9903
9934
  width: size,
@@ -10171,6 +10202,7 @@ exports.Publish = Publish;
10171
10202
  exports.Qr = Qr;
10172
10203
  exports.Question = Question;
10173
10204
  exports.Redo = Redo;
10205
+ exports.Reels = Reels;
10174
10206
  exports.Retry = Retry;
10175
10207
  exports.Rules = Rules;
10176
10208
  exports.Search = Search;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manychat/icons",
3
- "version": "1.46.0",
3
+ "version": "1.47.0",
4
4
  "description": "ManyChat Icons bundle",
5
5
  "author": "",
6
6
  "main": "dist/index.js",