@manychat/icons 4.20.0 → 4.21.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
@@ -331,3 +331,4 @@ export const ArrowDownRight: Icon
331
331
  export const Unread: Icon
332
332
  export const Privacy: Icon
333
333
  export const Location: Icon
334
+ export const TikTok: Icon
package/dist/index.es.js CHANGED
@@ -11285,4 +11285,53 @@ Location.defaultProps = {
11285
11285
  size: '24'
11286
11286
  };
11287
11287
 
11288
- export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AiFilled, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Amazon, Analytics, Apple, Apptivo, Archive, ArrowDown, ArrowDownRight, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, AssignGroup, Attach, Attention, Audience, Audio, Automation, Basics, Bigcommerce, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, ButtonEmailBlock, Calendar, Camera, CannedResponse, Canva, Cart, Cgt20, ChatGpt, CheckCircle, CheckboxDone, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ClearMobile, Close, Cloud, CloudDownload, CloudError, CloudUpload, Community, Condition, ConvertChannels, ConvertKit, Copy, CopyToAnotherFlow, Coupon, Create, Creator, CreditCard, CufArray, CufBoolean, CufEnum, CufNoIcon, CufNumber, CufText, CustomField, CustomFieldRemove, Dashboard, Data, DefaultReply, Delay, Delete, DeleteForever, DeleteTag, DoubleChevrotBack, DoubleChevrotCollapse, DoubleChevrotExpand, DoubleChevrotForward, DoubleTick, DragConnector, DragItem, DuplicateSms, Edit, EmailChannel, ExitFullscreen, Export, Facebook, FacebookMessenger, Faq, FbChat, Female, Filter, Fitness, Flodesk, Flow, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, GoogleSheets, GrowthTools, GtAdsJson, GtBar, GtBox, GtButton, GtCheckbox, GtCustomerChat, GtFbCode, GtFbComment, GtLanding, GtModal, GtPageTakeover, GtRef, GtSlideIn, GtTakeover, GuestChatChannel, HeadlineBlockEmail, Health, Help, Hide, Home, Hotel, Hotmart, Hubspot, Id, IgLiveComments, Image, Inbox, IncreaseEngagement, Info, InstagramChannel, InstagramChannel3, InstagramDmList, Integromat, Italic, Kajabi, Keyboard, Keywords, Klaviyo, Link, LiveChat, Location, Logout, Magento, MagicWand, Magnet, MailChimp, Male, Mention, Menu, MessageBack, MessageOpen, MessageTemplates, Messenger, MessengerChannel, MessengerList, Mic, Minus, MoreChannels, MoreHor, MoreVert, MosaicView, MoveTo, Nationality, NewCuFs, NewMessage, NewOrphanMobile, NodeAdd, Note, Notification, NotificationMute, OmnichannelWidget, Options, Organization, OrphanAction, OrphanAction2, OrphanAdStatistics, OrphanAdsCampaignMessages, OrphanAdsCampaignTraffic, OrphanArchive, OrphanBuilderSelect, OrphanBuyButton, OrphanCall, OrphanCardQuadrant, OrphanClicked, OrphanDesktop, OrphanFbChat, OrphanFullScreenPreview, OrphanFullText, OrphanIntegration, OrphanIntegromat, OrphanLiveChatDone, OrphanLongArrow, OrphanMainMenu, OrphanMinimizedChat, OrphanMobile, OrphanOpen, OrphanRestore, OrphanSplit, OrphanSubscribedNoInfo, OrphanTableView, OrphanTriggerZap, OtnRequest, Pause, PhoneOutgoing, Pin, Pipedrive, Play, Plus, Popular, PopularFilled, Privacy, ProfessionalConsulting, Protect, PublicChangelog, Publish, Qr, Question, RealEstate, Redo, Reels, Retry, 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, StopRecord, 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, Unread, Unsubscribed, User, UserAdd, Video, VideoCircleTg, Warning, WebChat, WebsiteRedirect, WelcomeMessage, WhatsAppChannel, WhatsAppWidget, Wiseagent, Woocommerce, Zapier, Zillow };
11288
+ const _excluded$53 = ["color", "size"];
11289
+
11290
+ const TikTok = props => {
11291
+ const {
11292
+ color,
11293
+ size
11294
+ } = props,
11295
+ otherProps = _objectWithoutProperties(props, _excluded$53);
11296
+
11297
+ return /*#__PURE__*/React.createElement("svg", _extends({
11298
+ width: size,
11299
+ height: size,
11300
+ viewBox: "0 0 24 24",
11301
+ fill: "none",
11302
+ xmlns: "http://www.w3.org/2000/svg",
11303
+ preserveAspectRatio: "xMidYMid meet"
11304
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11305
+ d: "M10.2271 9.78853V8.94867C9.94592 8.91045 9.66027 8.88648 9.36881 8.88648C5.85699 8.88648 3 11.7436 3 15.2554C3 17.4101 4.07656 19.3169 5.71891 20.47C4.6589 19.332 4.02943 17.8076 4.02943 16.1334C4.02943 12.672 6.78467 9.86895 10.2271 9.78853Z",
11306
+ fill: "#25F4EE"
11307
+ }), /*#__PURE__*/React.createElement("path", {
11308
+ d: "M10.3774 19.0631C11.9442 19.0631 13.2445 17.7957 13.3026 16.2428L13.3073 2.39686L15.8193 2.3756C15.7666 2.09067 15.7376 1.79752 15.7376 1.49756H12.2775L12.2719 15.3648C12.2137 16.9177 10.9356 18.164 9.36883 18.164C8.88184 18.164 8.4233 18.0423 8.01962 17.8298C8.54827 18.5625 9.40698 19.0631 10.3774 19.0631Z",
11309
+ fill: "#25F4EE"
11310
+ }), /*#__PURE__*/React.createElement("path", {
11311
+ d: "M20.5516 7.10543V6.31146C19.5851 6.31146 18.685 6.02416 17.9301 5.5319C18.6023 6.30396 19.5153 6.88358 20.5516 7.10543Z",
11312
+ fill: "#25F4EE"
11313
+ }), /*#__PURE__*/React.createElement("path", {
11314
+ d: "M17.9301 5.5319C17.1937 4.68613 16.7462 3.58248 16.7462 2.37561L15.8193 2.3756C16.0634 3.69398 16.8459 4.82503 17.9301 5.5319Z",
11315
+ fill: "#FE2C55"
11316
+ }), /*#__PURE__*/React.createElement("path", {
11317
+ d: "M9.36881 12.3467C7.76505 12.3467 6.46019 13.6515 6.46019 15.2554C6.46019 16.3722 7.0938 17.3426 8.01962 17.8298C7.6746 17.3517 7.46877 16.7668 7.46877 16.1334C7.46877 14.5296 8.77367 13.2247 10.3774 13.2247C10.6768 13.2247 10.964 13.2741 11.2357 13.3592V9.82672C10.9545 9.78847 10.6689 9.76453 10.3774 9.76453C10.327 9.76453 10.2772 9.76714 10.2271 9.76831V12.4811C9.95539 12.3961 9.66819 12.3467 9.36881 12.3467Z",
11318
+ fill: "#FE2C55"
11319
+ }), /*#__PURE__*/React.createElement("path", {
11320
+ d: "M20.5516 7.08233V9.77163C18.7574 9.77163 17.0948 9.19764 15.7377 8.22352V15.2554C15.7377 18.7672 12.8806 21.6242 9.36882 21.6242C8.0117 21.6242 6.75337 21.1962 5.71891 20.47C6.88243 21.719 8.53979 22.5022 10.3774 22.5022C13.8892 22.5022 16.7462 19.6452 16.7462 16.1334V9.1016C18.1034 10.0756 19.766 10.6497 21.5602 10.6497V7.18945C21.2143 7.18945 20.8771 7.15199 20.5516 7.08233Z",
11321
+ fill: "#FE2C55"
11322
+ }), /*#__PURE__*/React.createElement("path", {
11323
+ d: "M15.7377 15.2554V8.22352C17.0948 9.19761 18.7575 9.77163 20.5516 9.77163V7.08233C19.5153 6.86049 18.6023 6.30392 17.9301 5.5319C16.8459 4.82503 16.0634 3.69398 15.8193 2.3756L13.286 2.37561L13.2805 16.2429C13.2223 17.7957 11.9442 19.0421 10.3774 19.0421C9.40699 19.0421 8.54828 18.5625 8.0196 17.8298C7.09378 17.3426 6.46019 16.3722 6.46019 15.2554C6.46019 13.6515 7.76505 12.3467 9.36881 12.3467C9.66822 12.3467 9.95538 12.3961 10.2271 12.4812V9.76835C6.78466 9.84877 4.00861 12.6721 4.00861 16.1334C4.00861 17.8076 4.6589 19.332 5.71891 20.4699C6.7534 21.1962 8.0117 21.6242 9.36882 21.6242C12.8806 21.6242 15.7377 18.7672 15.7377 15.2554Z",
11324
+ fill: "black"
11325
+ }));
11326
+ };
11327
+
11328
+ TikTok.propTypes = {
11329
+ color: PropTypes.string,
11330
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11331
+ };
11332
+ TikTok.defaultProps = {
11333
+ color: 'currentColor',
11334
+ size: '24'
11335
+ };
11336
+
11337
+ export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AiFilled, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Amazon, Analytics, Apple, Apptivo, Archive, ArrowDown, ArrowDownRight, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, AssignGroup, Attach, Attention, Audience, Audio, Automation, Basics, Bigcommerce, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, ButtonEmailBlock, Calendar, Camera, CannedResponse, Canva, Cart, Cgt20, ChatGpt, CheckCircle, CheckboxDone, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ClearMobile, Close, Cloud, CloudDownload, CloudError, CloudUpload, Community, Condition, ConvertChannels, ConvertKit, Copy, CopyToAnotherFlow, Coupon, Create, Creator, CreditCard, CufArray, CufBoolean, CufEnum, CufNoIcon, CufNumber, CufText, CustomField, CustomFieldRemove, Dashboard, Data, DefaultReply, Delay, Delete, DeleteForever, DeleteTag, DoubleChevrotBack, DoubleChevrotCollapse, DoubleChevrotExpand, DoubleChevrotForward, DoubleTick, DragConnector, DragItem, DuplicateSms, Edit, EmailChannel, ExitFullscreen, Export, Facebook, FacebookMessenger, Faq, FbChat, Female, Filter, Fitness, Flodesk, Flow, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, GoogleSheets, GrowthTools, GtAdsJson, GtBar, GtBox, GtButton, GtCheckbox, GtCustomerChat, GtFbCode, GtFbComment, GtLanding, GtModal, GtPageTakeover, GtRef, GtSlideIn, GtTakeover, GuestChatChannel, HeadlineBlockEmail, Health, Help, Hide, Home, Hotel, Hotmart, Hubspot, Id, IgLiveComments, Image, Inbox, IncreaseEngagement, Info, InstagramChannel, InstagramChannel3, InstagramDmList, Integromat, Italic, Kajabi, Keyboard, Keywords, Klaviyo, Link, LiveChat, Location, Logout, Magento, MagicWand, Magnet, MailChimp, Male, Mention, Menu, MessageBack, MessageOpen, MessageTemplates, Messenger, MessengerChannel, MessengerList, Mic, Minus, MoreChannels, MoreHor, MoreVert, MosaicView, MoveTo, Nationality, NewCuFs, NewMessage, NewOrphanMobile, NodeAdd, Note, Notification, NotificationMute, OmnichannelWidget, Options, Organization, OrphanAction, OrphanAction2, OrphanAdStatistics, OrphanAdsCampaignMessages, OrphanAdsCampaignTraffic, OrphanArchive, OrphanBuilderSelect, OrphanBuyButton, OrphanCall, OrphanCardQuadrant, OrphanClicked, OrphanDesktop, OrphanFbChat, OrphanFullScreenPreview, OrphanFullText, OrphanIntegration, OrphanIntegromat, OrphanLiveChatDone, OrphanLongArrow, OrphanMainMenu, OrphanMinimizedChat, OrphanMobile, OrphanOpen, OrphanRestore, OrphanSplit, OrphanSubscribedNoInfo, OrphanTableView, OrphanTriggerZap, OtnRequest, Pause, PhoneOutgoing, Pin, Pipedrive, Play, Plus, Popular, PopularFilled, Privacy, ProfessionalConsulting, Protect, PublicChangelog, Publish, Qr, Question, RealEstate, Redo, Reels, Retry, 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, StopRecord, SystemField, TableView, Tap, Telegram, TelegramChannel, TelegramChannel2, TemplateMediaBg, TemplateStore, TemplateTextMedia, Templates, Text, ThumbDown, ThumbUp, Tick, Ticket, TikTok, 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
@@ -11291,6 +11291,55 @@ Location.defaultProps = {
11291
11291
  size: '24'
11292
11292
  };
11293
11293
 
11294
+ const _excluded$53 = ["color", "size"];
11295
+
11296
+ const TikTok = props => {
11297
+ const {
11298
+ color,
11299
+ size
11300
+ } = props,
11301
+ otherProps = _objectWithoutProperties(props, _excluded$53);
11302
+
11303
+ return /*#__PURE__*/React.createElement("svg", _extends({
11304
+ width: size,
11305
+ height: size,
11306
+ viewBox: "0 0 24 24",
11307
+ fill: "none",
11308
+ xmlns: "http://www.w3.org/2000/svg",
11309
+ preserveAspectRatio: "xMidYMid meet"
11310
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
11311
+ d: "M10.2271 9.78853V8.94867C9.94592 8.91045 9.66027 8.88648 9.36881 8.88648C5.85699 8.88648 3 11.7436 3 15.2554C3 17.4101 4.07656 19.3169 5.71891 20.47C4.6589 19.332 4.02943 17.8076 4.02943 16.1334C4.02943 12.672 6.78467 9.86895 10.2271 9.78853Z",
11312
+ fill: "#25F4EE"
11313
+ }), /*#__PURE__*/React.createElement("path", {
11314
+ d: "M10.3774 19.0631C11.9442 19.0631 13.2445 17.7957 13.3026 16.2428L13.3073 2.39686L15.8193 2.3756C15.7666 2.09067 15.7376 1.79752 15.7376 1.49756H12.2775L12.2719 15.3648C12.2137 16.9177 10.9356 18.164 9.36883 18.164C8.88184 18.164 8.4233 18.0423 8.01962 17.8298C8.54827 18.5625 9.40698 19.0631 10.3774 19.0631Z",
11315
+ fill: "#25F4EE"
11316
+ }), /*#__PURE__*/React.createElement("path", {
11317
+ d: "M20.5516 7.10543V6.31146C19.5851 6.31146 18.685 6.02416 17.9301 5.5319C18.6023 6.30396 19.5153 6.88358 20.5516 7.10543Z",
11318
+ fill: "#25F4EE"
11319
+ }), /*#__PURE__*/React.createElement("path", {
11320
+ d: "M17.9301 5.5319C17.1937 4.68613 16.7462 3.58248 16.7462 2.37561L15.8193 2.3756C16.0634 3.69398 16.8459 4.82503 17.9301 5.5319Z",
11321
+ fill: "#FE2C55"
11322
+ }), /*#__PURE__*/React.createElement("path", {
11323
+ d: "M9.36881 12.3467C7.76505 12.3467 6.46019 13.6515 6.46019 15.2554C6.46019 16.3722 7.0938 17.3426 8.01962 17.8298C7.6746 17.3517 7.46877 16.7668 7.46877 16.1334C7.46877 14.5296 8.77367 13.2247 10.3774 13.2247C10.6768 13.2247 10.964 13.2741 11.2357 13.3592V9.82672C10.9545 9.78847 10.6689 9.76453 10.3774 9.76453C10.327 9.76453 10.2772 9.76714 10.2271 9.76831V12.4811C9.95539 12.3961 9.66819 12.3467 9.36881 12.3467Z",
11324
+ fill: "#FE2C55"
11325
+ }), /*#__PURE__*/React.createElement("path", {
11326
+ d: "M20.5516 7.08233V9.77163C18.7574 9.77163 17.0948 9.19764 15.7377 8.22352V15.2554C15.7377 18.7672 12.8806 21.6242 9.36882 21.6242C8.0117 21.6242 6.75337 21.1962 5.71891 20.47C6.88243 21.719 8.53979 22.5022 10.3774 22.5022C13.8892 22.5022 16.7462 19.6452 16.7462 16.1334V9.1016C18.1034 10.0756 19.766 10.6497 21.5602 10.6497V7.18945C21.2143 7.18945 20.8771 7.15199 20.5516 7.08233Z",
11327
+ fill: "#FE2C55"
11328
+ }), /*#__PURE__*/React.createElement("path", {
11329
+ d: "M15.7377 15.2554V8.22352C17.0948 9.19761 18.7575 9.77163 20.5516 9.77163V7.08233C19.5153 6.86049 18.6023 6.30392 17.9301 5.5319C16.8459 4.82503 16.0634 3.69398 15.8193 2.3756L13.286 2.37561L13.2805 16.2429C13.2223 17.7957 11.9442 19.0421 10.3774 19.0421C9.40699 19.0421 8.54828 18.5625 8.0196 17.8298C7.09378 17.3426 6.46019 16.3722 6.46019 15.2554C6.46019 13.6515 7.76505 12.3467 9.36881 12.3467C9.66822 12.3467 9.95538 12.3961 10.2271 12.4812V9.76835C6.78466 9.84877 4.00861 12.6721 4.00861 16.1334C4.00861 17.8076 4.6589 19.332 5.71891 20.4699C6.7534 21.1962 8.0117 21.6242 9.36882 21.6242C12.8806 21.6242 15.7377 18.7672 15.7377 15.2554Z",
11330
+ fill: "black"
11331
+ }));
11332
+ };
11333
+
11334
+ TikTok.propTypes = {
11335
+ color: PropTypes.string,
11336
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11337
+ };
11338
+ TikTok.defaultProps = {
11339
+ color: 'currentColor',
11340
+ size: '24'
11341
+ };
11342
+
11294
11343
  exports.Action = Action;
11295
11344
  exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
11296
11345
  exports.Activecampaign = Activecampaign;
@@ -11583,6 +11632,7 @@ exports.ThumbDown = ThumbDown;
11583
11632
  exports.ThumbUp = ThumbUp;
11584
11633
  exports.Tick = Tick;
11585
11634
  exports.Ticket = Ticket;
11635
+ exports.TikTok = TikTok;
11586
11636
  exports.Time = Time;
11587
11637
  exports.TimeAdd = TimeAdd;
11588
11638
  exports.Transgender = Transgender;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manychat/icons",
3
- "version": "4.20.0",
3
+ "version": "4.21.0",
4
4
  "description": "ManyChat Icons bundle",
5
5
  "author": "",
6
6
  "main": "dist/index.js",
package/umd/mcicons.js CHANGED
@@ -10645,6 +10645,53 @@
10645
10645
  size: '24'
10646
10646
  };
10647
10647
 
10648
+ var _excluded$53 = ["color", "size"];
10649
+
10650
+ var TikTok = function TikTok(props) {
10651
+ var color = props.color,
10652
+ size = props.size,
10653
+ otherProps = _objectWithoutProperties(props, _excluded$53);
10654
+
10655
+ return /*#__PURE__*/React.createElement("svg", _extends({
10656
+ width: size,
10657
+ height: size,
10658
+ viewBox: "0 0 24 24",
10659
+ fill: "none",
10660
+ xmlns: "http://www.w3.org/2000/svg",
10661
+ preserveAspectRatio: "xMidYMid meet"
10662
+ }, otherProps), /*#__PURE__*/React.createElement("path", {
10663
+ d: "M10.2271 9.78853V8.94867C9.94592 8.91045 9.66027 8.88648 9.36881 8.88648C5.85699 8.88648 3 11.7436 3 15.2554C3 17.4101 4.07656 19.3169 5.71891 20.47C4.6589 19.332 4.02943 17.8076 4.02943 16.1334C4.02943 12.672 6.78467 9.86895 10.2271 9.78853Z",
10664
+ fill: "#25F4EE"
10665
+ }), /*#__PURE__*/React.createElement("path", {
10666
+ d: "M10.3774 19.0631C11.9442 19.0631 13.2445 17.7957 13.3026 16.2428L13.3073 2.39686L15.8193 2.3756C15.7666 2.09067 15.7376 1.79752 15.7376 1.49756H12.2775L12.2719 15.3648C12.2137 16.9177 10.9356 18.164 9.36883 18.164C8.88184 18.164 8.4233 18.0423 8.01962 17.8298C8.54827 18.5625 9.40698 19.0631 10.3774 19.0631Z",
10667
+ fill: "#25F4EE"
10668
+ }), /*#__PURE__*/React.createElement("path", {
10669
+ d: "M20.5516 7.10543V6.31146C19.5851 6.31146 18.685 6.02416 17.9301 5.5319C18.6023 6.30396 19.5153 6.88358 20.5516 7.10543Z",
10670
+ fill: "#25F4EE"
10671
+ }), /*#__PURE__*/React.createElement("path", {
10672
+ d: "M17.9301 5.5319C17.1937 4.68613 16.7462 3.58248 16.7462 2.37561L15.8193 2.3756C16.0634 3.69398 16.8459 4.82503 17.9301 5.5319Z",
10673
+ fill: "#FE2C55"
10674
+ }), /*#__PURE__*/React.createElement("path", {
10675
+ d: "M9.36881 12.3467C7.76505 12.3467 6.46019 13.6515 6.46019 15.2554C6.46019 16.3722 7.0938 17.3426 8.01962 17.8298C7.6746 17.3517 7.46877 16.7668 7.46877 16.1334C7.46877 14.5296 8.77367 13.2247 10.3774 13.2247C10.6768 13.2247 10.964 13.2741 11.2357 13.3592V9.82672C10.9545 9.78847 10.6689 9.76453 10.3774 9.76453C10.327 9.76453 10.2772 9.76714 10.2271 9.76831V12.4811C9.95539 12.3961 9.66819 12.3467 9.36881 12.3467Z",
10676
+ fill: "#FE2C55"
10677
+ }), /*#__PURE__*/React.createElement("path", {
10678
+ d: "M20.5516 7.08233V9.77163C18.7574 9.77163 17.0948 9.19764 15.7377 8.22352V15.2554C15.7377 18.7672 12.8806 21.6242 9.36882 21.6242C8.0117 21.6242 6.75337 21.1962 5.71891 20.47C6.88243 21.719 8.53979 22.5022 10.3774 22.5022C13.8892 22.5022 16.7462 19.6452 16.7462 16.1334V9.1016C18.1034 10.0756 19.766 10.6497 21.5602 10.6497V7.18945C21.2143 7.18945 20.8771 7.15199 20.5516 7.08233Z",
10679
+ fill: "#FE2C55"
10680
+ }), /*#__PURE__*/React.createElement("path", {
10681
+ d: "M15.7377 15.2554V8.22352C17.0948 9.19761 18.7575 9.77163 20.5516 9.77163V7.08233C19.5153 6.86049 18.6023 6.30392 17.9301 5.5319C16.8459 4.82503 16.0634 3.69398 15.8193 2.3756L13.286 2.37561L13.2805 16.2429C13.2223 17.7957 11.9442 19.0421 10.3774 19.0421C9.40699 19.0421 8.54828 18.5625 8.0196 17.8298C7.09378 17.3426 6.46019 16.3722 6.46019 15.2554C6.46019 13.6515 7.76505 12.3467 9.36881 12.3467C9.66822 12.3467 9.95538 12.3961 10.2271 12.4812V9.76835C6.78466 9.84877 4.00861 12.6721 4.00861 16.1334C4.00861 17.8076 4.6589 19.332 5.71891 20.4699C6.7534 21.1962 8.0117 21.6242 9.36882 21.6242C12.8806 21.6242 15.7377 18.7672 15.7377 15.2554Z",
10682
+ fill: "black"
10683
+ }));
10684
+ };
10685
+
10686
+ TikTok.propTypes = {
10687
+ color: PropTypes.string,
10688
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
10689
+ };
10690
+ TikTok.defaultProps = {
10691
+ color: 'currentColor',
10692
+ size: '24'
10693
+ };
10694
+
10648
10695
  exports.Action = Action;
10649
10696
  exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
10650
10697
  exports.Activecampaign = Activecampaign;
@@ -10937,6 +10984,7 @@
10937
10984
  exports.ThumbUp = ThumbUp;
10938
10985
  exports.Tick = Tick;
10939
10986
  exports.Ticket = Ticket;
10987
+ exports.TikTok = TikTok;
10940
10988
  exports.Time = Time;
10941
10989
  exports.TimeAdd = TimeAdd;
10942
10990
  exports.Transgender = Transgender;