@manychat/icons 4.37.1 → 4.38.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 +1 -0
- package/dist/index.es.js +60 -31
- package/dist/index.js +60 -30
- package/package.json +1 -1
- package/umd/mcicons.js +60 -30
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -30,7 +30,7 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
|
30
30
|
return t;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
const _excluded$
|
|
33
|
+
const _excluded$5s = ["color", "size"];
|
|
34
34
|
|
|
35
35
|
/**
|
|
36
36
|
* @typedef {Object} CreateProps
|
|
@@ -45,7 +45,7 @@ const Create = _ref => {
|
|
|
45
45
|
color = 'currentColor',
|
|
46
46
|
size = '24'
|
|
47
47
|
} = _ref,
|
|
48
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
48
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5s);
|
|
49
49
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
50
50
|
width: size,
|
|
51
51
|
height: size,
|
|
@@ -62,7 +62,7 @@ const Create = _ref => {
|
|
|
62
62
|
}));
|
|
63
63
|
};
|
|
64
64
|
|
|
65
|
-
const _excluded$
|
|
65
|
+
const _excluded$5r = ["color", "size"];
|
|
66
66
|
|
|
67
67
|
/**
|
|
68
68
|
* @typedef {Object} GtCheckboxProps
|
|
@@ -77,7 +77,7 @@ const GtCheckbox = _ref => {
|
|
|
77
77
|
color = 'currentColor',
|
|
78
78
|
size = '24'
|
|
79
79
|
} = _ref,
|
|
80
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
80
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5r);
|
|
81
81
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
82
82
|
width: size,
|
|
83
83
|
height: size,
|
|
@@ -94,7 +94,7 @@ const GtCheckbox = _ref => {
|
|
|
94
94
|
}));
|
|
95
95
|
};
|
|
96
96
|
|
|
97
|
-
const _excluded$
|
|
97
|
+
const _excluded$5q = ["color", "size"];
|
|
98
98
|
|
|
99
99
|
/**
|
|
100
100
|
* @typedef {Object} GtFbCommentProps
|
|
@@ -109,7 +109,7 @@ const GtFbComment = _ref => {
|
|
|
109
109
|
color = 'currentColor',
|
|
110
110
|
size = '24'
|
|
111
111
|
} = _ref,
|
|
112
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
112
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5q);
|
|
113
113
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
114
114
|
width: size,
|
|
115
115
|
height: size,
|
|
@@ -125,7 +125,7 @@ const GtFbComment = _ref => {
|
|
|
125
125
|
}));
|
|
126
126
|
};
|
|
127
127
|
|
|
128
|
-
const _excluded$
|
|
128
|
+
const _excluded$5p = ["color", "size"];
|
|
129
129
|
|
|
130
130
|
/**
|
|
131
131
|
* @typedef {Object} GtAdsJsonProps
|
|
@@ -140,7 +140,7 @@ const GtAdsJson = _ref => {
|
|
|
140
140
|
color = 'currentColor',
|
|
141
141
|
size = '24'
|
|
142
142
|
} = _ref,
|
|
143
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
143
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5p);
|
|
144
144
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
145
145
|
width: size,
|
|
146
146
|
height: size,
|
|
@@ -163,7 +163,7 @@ const GtAdsJson = _ref => {
|
|
|
163
163
|
}));
|
|
164
164
|
};
|
|
165
165
|
|
|
166
|
-
const _excluded$
|
|
166
|
+
const _excluded$5o = ["color", "size"];
|
|
167
167
|
|
|
168
168
|
/**
|
|
169
169
|
* @typedef {Object} GtBarProps
|
|
@@ -178,7 +178,7 @@ const GtBar = _ref => {
|
|
|
178
178
|
color = 'currentColor',
|
|
179
179
|
size = '24'
|
|
180
180
|
} = _ref,
|
|
181
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
181
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5o);
|
|
182
182
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
183
183
|
width: size,
|
|
184
184
|
height: size,
|
|
@@ -209,7 +209,7 @@ const GtBar = _ref => {
|
|
|
209
209
|
}));
|
|
210
210
|
};
|
|
211
211
|
|
|
212
|
-
const _excluded$
|
|
212
|
+
const _excluded$5n = ["color", "size"];
|
|
213
213
|
|
|
214
214
|
/**
|
|
215
215
|
* @typedef {Object} GtModalProps
|
|
@@ -224,7 +224,7 @@ const GtModal = _ref => {
|
|
|
224
224
|
color = 'currentColor',
|
|
225
225
|
size = '24'
|
|
226
226
|
} = _ref,
|
|
227
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
227
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5n);
|
|
228
228
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
229
229
|
width: size,
|
|
230
230
|
height: size,
|
|
@@ -264,7 +264,7 @@ const GtModal = _ref => {
|
|
|
264
264
|
}));
|
|
265
265
|
};
|
|
266
266
|
|
|
267
|
-
const _excluded$
|
|
267
|
+
const _excluded$5m = ["color", "size"];
|
|
268
268
|
|
|
269
269
|
/**
|
|
270
270
|
* @typedef {Object} GtSlideInProps
|
|
@@ -279,7 +279,7 @@ const GtSlideIn = _ref => {
|
|
|
279
279
|
color = 'currentColor',
|
|
280
280
|
size = '24'
|
|
281
281
|
} = _ref,
|
|
282
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
282
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5m);
|
|
283
283
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
284
284
|
width: size,
|
|
285
285
|
height: size,
|
|
@@ -315,7 +315,7 @@ const GtSlideIn = _ref => {
|
|
|
315
315
|
}));
|
|
316
316
|
};
|
|
317
317
|
|
|
318
|
-
const _excluded$
|
|
318
|
+
const _excluded$5l = ["color", "size"];
|
|
319
319
|
|
|
320
320
|
/**
|
|
321
321
|
* @typedef {Object} GtBoxProps
|
|
@@ -330,7 +330,7 @@ const GtBox = _ref => {
|
|
|
330
330
|
color = 'currentColor',
|
|
331
331
|
size = '24'
|
|
332
332
|
} = _ref,
|
|
333
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
333
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5l);
|
|
334
334
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
335
335
|
width: size,
|
|
336
336
|
height: size,
|
|
@@ -370,7 +370,7 @@ const GtBox = _ref => {
|
|
|
370
370
|
}));
|
|
371
371
|
};
|
|
372
372
|
|
|
373
|
-
const _excluded$
|
|
373
|
+
const _excluded$5k = ["color", "size"];
|
|
374
374
|
|
|
375
375
|
/**
|
|
376
376
|
* @typedef {Object} GtFbCodeProps
|
|
@@ -385,7 +385,7 @@ const GtFbCode = _ref => {
|
|
|
385
385
|
color = 'currentColor',
|
|
386
386
|
size = '24'
|
|
387
387
|
} = _ref,
|
|
388
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
388
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5k);
|
|
389
389
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
390
390
|
width: size,
|
|
391
391
|
height: size,
|
|
@@ -404,7 +404,7 @@ const GtFbCode = _ref => {
|
|
|
404
404
|
}));
|
|
405
405
|
};
|
|
406
406
|
|
|
407
|
-
const _excluded$
|
|
407
|
+
const _excluded$5j = ["color", "size"];
|
|
408
408
|
|
|
409
409
|
/**
|
|
410
410
|
* @typedef {Object} GtRefProps
|
|
@@ -419,7 +419,7 @@ const GtRef = _ref => {
|
|
|
419
419
|
color = 'currentColor',
|
|
420
420
|
size = '24'
|
|
421
421
|
} = _ref,
|
|
422
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
422
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5j);
|
|
423
423
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
424
424
|
width: size,
|
|
425
425
|
height: size,
|
|
@@ -436,7 +436,7 @@ const GtRef = _ref => {
|
|
|
436
436
|
}));
|
|
437
437
|
};
|
|
438
438
|
|
|
439
|
-
const _excluded$
|
|
439
|
+
const _excluded$5i = ["color", "size"];
|
|
440
440
|
|
|
441
441
|
/**
|
|
442
442
|
* @typedef {Object} GtCustomerChatProps
|
|
@@ -451,7 +451,7 @@ const GtCustomerChat = _ref => {
|
|
|
451
451
|
color = 'currentColor',
|
|
452
452
|
size = '24'
|
|
453
453
|
} = _ref,
|
|
454
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
454
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5i);
|
|
455
455
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
456
456
|
width: size,
|
|
457
457
|
height: size,
|
|
@@ -470,7 +470,7 @@ const GtCustomerChat = _ref => {
|
|
|
470
470
|
}));
|
|
471
471
|
};
|
|
472
472
|
|
|
473
|
-
const _excluded$
|
|
473
|
+
const _excluded$5h = ["color", "size"];
|
|
474
474
|
|
|
475
475
|
/**
|
|
476
476
|
* @typedef {Object} GtButtonProps
|
|
@@ -485,7 +485,7 @@ const GtButton = _ref => {
|
|
|
485
485
|
color = 'currentColor',
|
|
486
486
|
size = '24'
|
|
487
487
|
} = _ref,
|
|
488
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
488
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5h);
|
|
489
489
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
490
490
|
width: size,
|
|
491
491
|
height: size,
|
|
@@ -516,7 +516,7 @@ const GtButton = _ref => {
|
|
|
516
516
|
}));
|
|
517
517
|
};
|
|
518
518
|
|
|
519
|
-
const _excluded$
|
|
519
|
+
const _excluded$5g = ["color", "size"];
|
|
520
520
|
|
|
521
521
|
/**
|
|
522
522
|
* @typedef {Object} GtTakeoverProps
|
|
@@ -531,7 +531,7 @@ const GtTakeover = _ref => {
|
|
|
531
531
|
color = 'currentColor',
|
|
532
532
|
size = '24'
|
|
533
533
|
} = _ref,
|
|
534
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
534
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5g);
|
|
535
535
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
536
536
|
width: size,
|
|
537
537
|
height: size,
|
|
@@ -579,7 +579,7 @@ const GtTakeover = _ref => {
|
|
|
579
579
|
}));
|
|
580
580
|
};
|
|
581
581
|
|
|
582
|
-
const _excluded$
|
|
582
|
+
const _excluded$5f = ["color", "size"];
|
|
583
583
|
|
|
584
584
|
/**
|
|
585
585
|
* @typedef {Object} GtLandingProps
|
|
@@ -594,7 +594,7 @@ const GtLanding = _ref => {
|
|
|
594
594
|
color = 'currentColor',
|
|
595
595
|
size = '24'
|
|
596
596
|
} = _ref,
|
|
597
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
597
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5f);
|
|
598
598
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
599
599
|
width: size,
|
|
600
600
|
height: size,
|
|
@@ -630,7 +630,7 @@ const GtLanding = _ref => {
|
|
|
630
630
|
}));
|
|
631
631
|
};
|
|
632
632
|
|
|
633
|
-
const _excluded$
|
|
633
|
+
const _excluded$5e = ["color", "size"];
|
|
634
634
|
|
|
635
635
|
/**
|
|
636
636
|
* @typedef {Object} CheckCircleProps
|
|
@@ -645,7 +645,7 @@ const CheckCircle = _ref => {
|
|
|
645
645
|
color = 'currentColor',
|
|
646
646
|
size = '24'
|
|
647
647
|
} = _ref,
|
|
648
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
648
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5e);
|
|
649
649
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
650
650
|
width: size,
|
|
651
651
|
height: size,
|
|
@@ -659,6 +659,35 @@ const CheckCircle = _ref => {
|
|
|
659
659
|
}));
|
|
660
660
|
};
|
|
661
661
|
|
|
662
|
+
const _excluded$5d = ["color", "size"];
|
|
663
|
+
|
|
664
|
+
/**
|
|
665
|
+
* @typedef {Object} IncompleteProps
|
|
666
|
+
* @property {string} [color='currentColor']
|
|
667
|
+
* @property {string|number} [size='24']
|
|
668
|
+
*
|
|
669
|
+
* @param {IncompleteProps} props
|
|
670
|
+
* @returns {JSX.Element}
|
|
671
|
+
*/
|
|
672
|
+
const Incomplete = _ref => {
|
|
673
|
+
let {
|
|
674
|
+
color = 'currentColor',
|
|
675
|
+
size = '24'
|
|
676
|
+
} = _ref,
|
|
677
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5d);
|
|
678
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
679
|
+
width: size,
|
|
680
|
+
height: size,
|
|
681
|
+
viewBox: "0 0 24 24",
|
|
682
|
+
fill: "none",
|
|
683
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
684
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
685
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
686
|
+
d: "M20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5V22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22V20.5C16.6944 20.5 20.5 16.6944 20.5 12Z",
|
|
687
|
+
fill: color
|
|
688
|
+
}));
|
|
689
|
+
};
|
|
690
|
+
|
|
662
691
|
const _excluded$5c = ["color", "size"];
|
|
663
692
|
|
|
664
693
|
/**
|
|
@@ -11451,4 +11480,4 @@ const Manychat = _ref => {
|
|
|
11451
11480
|
}));
|
|
11452
11481
|
};
|
|
11453
11482
|
|
|
11454
|
-
export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AiFilled, AiInstantAnswers, AiIntention, AiKnowledge, AiOutlined, 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, Label, Link, LiveChat, Location, Logout, Magento, MagicWand, Magnet, MailChimp, Male, Manychat, 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 };
|
|
11483
|
+
export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AiFilled, AiInstantAnswers, AiIntention, AiKnowledge, AiOutlined, 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, Incomplete, IncreaseEngagement, Info, InstagramChannel, InstagramChannel3, InstagramDmList, Integromat, Italic, Kajabi, Keyboard, Keywords, Klaviyo, Label, Link, LiveChat, Location, Logout, Magento, MagicWand, Magnet, MailChimp, Male, Manychat, 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
|
@@ -32,7 +32,7 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
|
32
32
|
return t;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
const _excluded$
|
|
35
|
+
const _excluded$5s = ["color", "size"];
|
|
36
36
|
|
|
37
37
|
/**
|
|
38
38
|
* @typedef {Object} CreateProps
|
|
@@ -47,7 +47,7 @@ const Create = _ref => {
|
|
|
47
47
|
color = 'currentColor',
|
|
48
48
|
size = '24'
|
|
49
49
|
} = _ref,
|
|
50
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
50
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5s);
|
|
51
51
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
52
52
|
width: size,
|
|
53
53
|
height: size,
|
|
@@ -64,7 +64,7 @@ const Create = _ref => {
|
|
|
64
64
|
}));
|
|
65
65
|
};
|
|
66
66
|
|
|
67
|
-
const _excluded$
|
|
67
|
+
const _excluded$5r = ["color", "size"];
|
|
68
68
|
|
|
69
69
|
/**
|
|
70
70
|
* @typedef {Object} GtCheckboxProps
|
|
@@ -79,7 +79,7 @@ const GtCheckbox = _ref => {
|
|
|
79
79
|
color = 'currentColor',
|
|
80
80
|
size = '24'
|
|
81
81
|
} = _ref,
|
|
82
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
82
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5r);
|
|
83
83
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
84
84
|
width: size,
|
|
85
85
|
height: size,
|
|
@@ -96,7 +96,7 @@ const GtCheckbox = _ref => {
|
|
|
96
96
|
}));
|
|
97
97
|
};
|
|
98
98
|
|
|
99
|
-
const _excluded$
|
|
99
|
+
const _excluded$5q = ["color", "size"];
|
|
100
100
|
|
|
101
101
|
/**
|
|
102
102
|
* @typedef {Object} GtFbCommentProps
|
|
@@ -111,7 +111,7 @@ const GtFbComment = _ref => {
|
|
|
111
111
|
color = 'currentColor',
|
|
112
112
|
size = '24'
|
|
113
113
|
} = _ref,
|
|
114
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
114
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5q);
|
|
115
115
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
116
116
|
width: size,
|
|
117
117
|
height: size,
|
|
@@ -127,7 +127,7 @@ const GtFbComment = _ref => {
|
|
|
127
127
|
}));
|
|
128
128
|
};
|
|
129
129
|
|
|
130
|
-
const _excluded$
|
|
130
|
+
const _excluded$5p = ["color", "size"];
|
|
131
131
|
|
|
132
132
|
/**
|
|
133
133
|
* @typedef {Object} GtAdsJsonProps
|
|
@@ -142,7 +142,7 @@ const GtAdsJson = _ref => {
|
|
|
142
142
|
color = 'currentColor',
|
|
143
143
|
size = '24'
|
|
144
144
|
} = _ref,
|
|
145
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
145
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5p);
|
|
146
146
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
147
147
|
width: size,
|
|
148
148
|
height: size,
|
|
@@ -165,7 +165,7 @@ const GtAdsJson = _ref => {
|
|
|
165
165
|
}));
|
|
166
166
|
};
|
|
167
167
|
|
|
168
|
-
const _excluded$
|
|
168
|
+
const _excluded$5o = ["color", "size"];
|
|
169
169
|
|
|
170
170
|
/**
|
|
171
171
|
* @typedef {Object} GtBarProps
|
|
@@ -180,7 +180,7 @@ const GtBar = _ref => {
|
|
|
180
180
|
color = 'currentColor',
|
|
181
181
|
size = '24'
|
|
182
182
|
} = _ref,
|
|
183
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
183
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5o);
|
|
184
184
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
185
185
|
width: size,
|
|
186
186
|
height: size,
|
|
@@ -211,7 +211,7 @@ const GtBar = _ref => {
|
|
|
211
211
|
}));
|
|
212
212
|
};
|
|
213
213
|
|
|
214
|
-
const _excluded$
|
|
214
|
+
const _excluded$5n = ["color", "size"];
|
|
215
215
|
|
|
216
216
|
/**
|
|
217
217
|
* @typedef {Object} GtModalProps
|
|
@@ -226,7 +226,7 @@ const GtModal = _ref => {
|
|
|
226
226
|
color = 'currentColor',
|
|
227
227
|
size = '24'
|
|
228
228
|
} = _ref,
|
|
229
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
229
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5n);
|
|
230
230
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
231
231
|
width: size,
|
|
232
232
|
height: size,
|
|
@@ -266,7 +266,7 @@ const GtModal = _ref => {
|
|
|
266
266
|
}));
|
|
267
267
|
};
|
|
268
268
|
|
|
269
|
-
const _excluded$
|
|
269
|
+
const _excluded$5m = ["color", "size"];
|
|
270
270
|
|
|
271
271
|
/**
|
|
272
272
|
* @typedef {Object} GtSlideInProps
|
|
@@ -281,7 +281,7 @@ const GtSlideIn = _ref => {
|
|
|
281
281
|
color = 'currentColor',
|
|
282
282
|
size = '24'
|
|
283
283
|
} = _ref,
|
|
284
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
284
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5m);
|
|
285
285
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
286
286
|
width: size,
|
|
287
287
|
height: size,
|
|
@@ -317,7 +317,7 @@ const GtSlideIn = _ref => {
|
|
|
317
317
|
}));
|
|
318
318
|
};
|
|
319
319
|
|
|
320
|
-
const _excluded$
|
|
320
|
+
const _excluded$5l = ["color", "size"];
|
|
321
321
|
|
|
322
322
|
/**
|
|
323
323
|
* @typedef {Object} GtBoxProps
|
|
@@ -332,7 +332,7 @@ const GtBox = _ref => {
|
|
|
332
332
|
color = 'currentColor',
|
|
333
333
|
size = '24'
|
|
334
334
|
} = _ref,
|
|
335
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
335
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5l);
|
|
336
336
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
337
337
|
width: size,
|
|
338
338
|
height: size,
|
|
@@ -372,7 +372,7 @@ const GtBox = _ref => {
|
|
|
372
372
|
}));
|
|
373
373
|
};
|
|
374
374
|
|
|
375
|
-
const _excluded$
|
|
375
|
+
const _excluded$5k = ["color", "size"];
|
|
376
376
|
|
|
377
377
|
/**
|
|
378
378
|
* @typedef {Object} GtFbCodeProps
|
|
@@ -387,7 +387,7 @@ const GtFbCode = _ref => {
|
|
|
387
387
|
color = 'currentColor',
|
|
388
388
|
size = '24'
|
|
389
389
|
} = _ref,
|
|
390
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
390
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5k);
|
|
391
391
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
392
392
|
width: size,
|
|
393
393
|
height: size,
|
|
@@ -406,7 +406,7 @@ const GtFbCode = _ref => {
|
|
|
406
406
|
}));
|
|
407
407
|
};
|
|
408
408
|
|
|
409
|
-
const _excluded$
|
|
409
|
+
const _excluded$5j = ["color", "size"];
|
|
410
410
|
|
|
411
411
|
/**
|
|
412
412
|
* @typedef {Object} GtRefProps
|
|
@@ -421,7 +421,7 @@ const GtRef = _ref => {
|
|
|
421
421
|
color = 'currentColor',
|
|
422
422
|
size = '24'
|
|
423
423
|
} = _ref,
|
|
424
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
424
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5j);
|
|
425
425
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
426
426
|
width: size,
|
|
427
427
|
height: size,
|
|
@@ -438,7 +438,7 @@ const GtRef = _ref => {
|
|
|
438
438
|
}));
|
|
439
439
|
};
|
|
440
440
|
|
|
441
|
-
const _excluded$
|
|
441
|
+
const _excluded$5i = ["color", "size"];
|
|
442
442
|
|
|
443
443
|
/**
|
|
444
444
|
* @typedef {Object} GtCustomerChatProps
|
|
@@ -453,7 +453,7 @@ const GtCustomerChat = _ref => {
|
|
|
453
453
|
color = 'currentColor',
|
|
454
454
|
size = '24'
|
|
455
455
|
} = _ref,
|
|
456
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
456
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5i);
|
|
457
457
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
458
458
|
width: size,
|
|
459
459
|
height: size,
|
|
@@ -472,7 +472,7 @@ const GtCustomerChat = _ref => {
|
|
|
472
472
|
}));
|
|
473
473
|
};
|
|
474
474
|
|
|
475
|
-
const _excluded$
|
|
475
|
+
const _excluded$5h = ["color", "size"];
|
|
476
476
|
|
|
477
477
|
/**
|
|
478
478
|
* @typedef {Object} GtButtonProps
|
|
@@ -487,7 +487,7 @@ const GtButton = _ref => {
|
|
|
487
487
|
color = 'currentColor',
|
|
488
488
|
size = '24'
|
|
489
489
|
} = _ref,
|
|
490
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
490
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5h);
|
|
491
491
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
492
492
|
width: size,
|
|
493
493
|
height: size,
|
|
@@ -518,7 +518,7 @@ const GtButton = _ref => {
|
|
|
518
518
|
}));
|
|
519
519
|
};
|
|
520
520
|
|
|
521
|
-
const _excluded$
|
|
521
|
+
const _excluded$5g = ["color", "size"];
|
|
522
522
|
|
|
523
523
|
/**
|
|
524
524
|
* @typedef {Object} GtTakeoverProps
|
|
@@ -533,7 +533,7 @@ const GtTakeover = _ref => {
|
|
|
533
533
|
color = 'currentColor',
|
|
534
534
|
size = '24'
|
|
535
535
|
} = _ref,
|
|
536
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
536
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5g);
|
|
537
537
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
538
538
|
width: size,
|
|
539
539
|
height: size,
|
|
@@ -581,7 +581,7 @@ const GtTakeover = _ref => {
|
|
|
581
581
|
}));
|
|
582
582
|
};
|
|
583
583
|
|
|
584
|
-
const _excluded$
|
|
584
|
+
const _excluded$5f = ["color", "size"];
|
|
585
585
|
|
|
586
586
|
/**
|
|
587
587
|
* @typedef {Object} GtLandingProps
|
|
@@ -596,7 +596,7 @@ const GtLanding = _ref => {
|
|
|
596
596
|
color = 'currentColor',
|
|
597
597
|
size = '24'
|
|
598
598
|
} = _ref,
|
|
599
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
599
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5f);
|
|
600
600
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
601
601
|
width: size,
|
|
602
602
|
height: size,
|
|
@@ -632,7 +632,7 @@ const GtLanding = _ref => {
|
|
|
632
632
|
}));
|
|
633
633
|
};
|
|
634
634
|
|
|
635
|
-
const _excluded$
|
|
635
|
+
const _excluded$5e = ["color", "size"];
|
|
636
636
|
|
|
637
637
|
/**
|
|
638
638
|
* @typedef {Object} CheckCircleProps
|
|
@@ -647,7 +647,7 @@ const CheckCircle = _ref => {
|
|
|
647
647
|
color = 'currentColor',
|
|
648
648
|
size = '24'
|
|
649
649
|
} = _ref,
|
|
650
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
650
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5e);
|
|
651
651
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
652
652
|
width: size,
|
|
653
653
|
height: size,
|
|
@@ -661,6 +661,35 @@ const CheckCircle = _ref => {
|
|
|
661
661
|
}));
|
|
662
662
|
};
|
|
663
663
|
|
|
664
|
+
const _excluded$5d = ["color", "size"];
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* @typedef {Object} IncompleteProps
|
|
668
|
+
* @property {string} [color='currentColor']
|
|
669
|
+
* @property {string|number} [size='24']
|
|
670
|
+
*
|
|
671
|
+
* @param {IncompleteProps} props
|
|
672
|
+
* @returns {JSX.Element}
|
|
673
|
+
*/
|
|
674
|
+
const Incomplete = _ref => {
|
|
675
|
+
let {
|
|
676
|
+
color = 'currentColor',
|
|
677
|
+
size = '24'
|
|
678
|
+
} = _ref,
|
|
679
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$5d);
|
|
680
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
681
|
+
width: size,
|
|
682
|
+
height: size,
|
|
683
|
+
viewBox: "0 0 24 24",
|
|
684
|
+
fill: "none",
|
|
685
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
686
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
687
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
688
|
+
d: "M20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5V22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22V20.5C16.6944 20.5 20.5 16.6944 20.5 12Z",
|
|
689
|
+
fill: color
|
|
690
|
+
}));
|
|
691
|
+
};
|
|
692
|
+
|
|
664
693
|
const _excluded$5c = ["color", "size"];
|
|
665
694
|
|
|
666
695
|
/**
|
|
@@ -11617,6 +11646,7 @@ exports.Id = Id;
|
|
|
11617
11646
|
exports.IgLiveComments = IgLiveComments;
|
|
11618
11647
|
exports.Image = Image;
|
|
11619
11648
|
exports.Inbox = Inbox;
|
|
11649
|
+
exports.Incomplete = Incomplete;
|
|
11620
11650
|
exports.IncreaseEngagement = IncreaseEngagement;
|
|
11621
11651
|
exports.Info = Info;
|
|
11622
11652
|
exports.InstagramChannel = InstagramChannel;
|