@manychat/icons 4.8.0 → 4.10.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 +2 -0
- package/dist/index.es.js +83 -1
- package/dist/index.js +84 -0
- package/package.json +1 -1
- package/umd/mcicons.js +80 -0
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -10601,4 +10601,86 @@ ConvertKit.defaultProps = {
|
|
|
10601
10601
|
size: '24'
|
|
10602
10602
|
};
|
|
10603
10603
|
|
|
10604
|
-
|
|
10604
|
+
const _excluded$4O = ["color", "size"];
|
|
10605
|
+
|
|
10606
|
+
const GoogleSheets = props => {
|
|
10607
|
+
const {
|
|
10608
|
+
color,
|
|
10609
|
+
size
|
|
10610
|
+
} = props,
|
|
10611
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10612
|
+
|
|
10613
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10614
|
+
width: size,
|
|
10615
|
+
height: size,
|
|
10616
|
+
viewBox: "0 0 24 24",
|
|
10617
|
+
fill: "none",
|
|
10618
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10619
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10620
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10621
|
+
d: "M19.7181 21.6475C19.7179 21.9764 19.5871 22.2917 19.3545 22.5243C19.1219 22.7569 18.8065 22.8877 18.4776 22.8879H5.24148C4.91256 22.8879 4.59708 22.7574 4.36432 22.525C4.13155 22.2926 4.00052 21.9774 4 21.6484V2.27509C3.99987 2.11202 4.03189 1.95052 4.09424 1.79984C4.15658 1.64916 4.24802 1.51225 4.36333 1.39694C4.47864 1.28163 4.61555 1.19019 4.76623 1.12785C4.91691 1.0655 5.07841 1.03348 5.24148 1.03361H13.7361L19.7181 7.13424V21.6475Z",
|
|
10622
|
+
fill: "#23A566"
|
|
10623
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10624
|
+
d: "M14.3944 6.9751L19.7181 12.0636V7.09865H15.0023C14.7964 7.10098 14.5934 7.0499 14.4132 6.95039L14.3944 6.9751Z",
|
|
10625
|
+
fill: "#1C8F5A"
|
|
10626
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10627
|
+
d: "M19.7181 7.12435H14.9894C14.6605 7.12409 14.3451 6.99331 14.1126 6.76073C13.88 6.52815 13.7492 6.21278 13.7489 5.88387V1L19.7181 7.12435Z",
|
|
10628
|
+
fill: "#8ED1B1"
|
|
10629
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10630
|
+
fillRule: "evenodd",
|
|
10631
|
+
clipRule: "evenodd",
|
|
10632
|
+
d: "M15.9334 18.8591H7.75408V11.767H15.9334V18.8591ZM12.3523 12.7901V14.0315H14.9282V12.792L12.3523 12.7901ZM12.3523 14.8134V15.9995H14.9282V14.8075L12.3523 14.8134ZM12.3523 16.7557V17.8538H14.9282V16.7497L12.3523 16.7557ZM11.3411 17.8479V16.7497H8.76624V17.8479H11.3411ZM11.3411 15.9867V14.8075H8.76624V15.9926L11.3411 15.9867ZM11.3411 14.0444V12.7901H8.76624V14.0315L11.3411 14.0444Z",
|
|
10633
|
+
fill: "white"
|
|
10634
|
+
}));
|
|
10635
|
+
};
|
|
10636
|
+
|
|
10637
|
+
GoogleSheets.propTypes = {
|
|
10638
|
+
color: PropTypes.string,
|
|
10639
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10640
|
+
};
|
|
10641
|
+
GoogleSheets.defaultProps = {
|
|
10642
|
+
color: 'currentColor',
|
|
10643
|
+
size: '24'
|
|
10644
|
+
};
|
|
10645
|
+
|
|
10646
|
+
const _excluded$4P = ["color", "size"];
|
|
10647
|
+
|
|
10648
|
+
const Salesforce = props => {
|
|
10649
|
+
const {
|
|
10650
|
+
color,
|
|
10651
|
+
size
|
|
10652
|
+
} = props,
|
|
10653
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
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("g", {
|
|
10663
|
+
clipPath: "url(#clip0_9098_280)"
|
|
10664
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
10665
|
+
d: "M10.1194 6.36646C10.4772 5.9901 10.908 5.69071 11.3854 5.48662C11.8629 5.28253 12.377 5.17804 12.8963 5.17955C14.3451 5.17955 15.6008 5.98149 16.2765 7.1764C16.8779 6.91233 17.5276 6.7758 18.1844 6.77543C20.7923 6.77543 22.9091 8.90061 22.9091 11.5231C22.9091 14.1456 20.7923 16.2711 18.1844 16.2711C17.8623 16.2711 17.5567 16.2388 17.2506 16.1748C16.9506 16.7095 16.5136 17.1548 15.9846 17.4649C15.4556 17.775 14.8536 17.9388 14.2404 17.9393C13.7014 17.9393 13.186 17.8107 12.7273 17.5944C12.1236 18.9979 10.7311 19.9842 9.10532 19.9842C8.30094 19.9855 7.51549 19.7402 6.85486 19.2813C6.19423 18.8224 5.69019 18.1719 5.41068 17.4177C5.16933 17.466 4.91964 17.498 4.6623 17.498C2.63379 17.482 1 15.8378 1 13.8009C1 12.4377 1.73239 11.2505 2.82715 10.6088C2.5962 10.0775 2.47836 9.50394 2.48112 8.92461C2.48112 6.59112 4.38026 4.69824 6.73079 4.69824C8.11524 4.69824 9.33867 5.34786 10.1194 6.36646Z",
|
|
10666
|
+
fill: "#009DDC"
|
|
10667
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
10668
|
+
id: "clip0_9098_280"
|
|
10669
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
10670
|
+
width: "21.9091",
|
|
10671
|
+
height: "15.3016",
|
|
10672
|
+
fill: "white",
|
|
10673
|
+
transform: "translate(1 4.69824)"
|
|
10674
|
+
}))));
|
|
10675
|
+
};
|
|
10676
|
+
|
|
10677
|
+
Salesforce.propTypes = {
|
|
10678
|
+
color: PropTypes.string,
|
|
10679
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10680
|
+
};
|
|
10681
|
+
Salesforce.defaultProps = {
|
|
10682
|
+
color: 'currentColor',
|
|
10683
|
+
size: '24'
|
|
10684
|
+
};
|
|
10685
|
+
|
|
10686
|
+
export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Amazon, Analytics, Apple, Archive, ArrowDown, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, AssignGroup, Attach, Attention, Audience, Audio, Automation, Bigcommerce, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, ButtonEmailBlock, Calendar, Camera, CannedResponse, 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, 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, Keyboard, Keywords, Klaviyo, Link, LiveChat, Logout, 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, Play, Plus, Popular, PopularFilled, 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, 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, Woocommerce, Zapier };
|
package/dist/index.js
CHANGED
|
@@ -10607,6 +10607,88 @@ ConvertKit.defaultProps = {
|
|
|
10607
10607
|
size: '24'
|
|
10608
10608
|
};
|
|
10609
10609
|
|
|
10610
|
+
const _excluded$4O = ["color", "size"];
|
|
10611
|
+
|
|
10612
|
+
const GoogleSheets = props => {
|
|
10613
|
+
const {
|
|
10614
|
+
color,
|
|
10615
|
+
size
|
|
10616
|
+
} = props,
|
|
10617
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10618
|
+
|
|
10619
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10620
|
+
width: size,
|
|
10621
|
+
height: size,
|
|
10622
|
+
viewBox: "0 0 24 24",
|
|
10623
|
+
fill: "none",
|
|
10624
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10625
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10626
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10627
|
+
d: "M19.7181 21.6475C19.7179 21.9764 19.5871 22.2917 19.3545 22.5243C19.1219 22.7569 18.8065 22.8877 18.4776 22.8879H5.24148C4.91256 22.8879 4.59708 22.7574 4.36432 22.525C4.13155 22.2926 4.00052 21.9774 4 21.6484V2.27509C3.99987 2.11202 4.03189 1.95052 4.09424 1.79984C4.15658 1.64916 4.24802 1.51225 4.36333 1.39694C4.47864 1.28163 4.61555 1.19019 4.76623 1.12785C4.91691 1.0655 5.07841 1.03348 5.24148 1.03361H13.7361L19.7181 7.13424V21.6475Z",
|
|
10628
|
+
fill: "#23A566"
|
|
10629
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10630
|
+
d: "M14.3944 6.9751L19.7181 12.0636V7.09865H15.0023C14.7964 7.10098 14.5934 7.0499 14.4132 6.95039L14.3944 6.9751Z",
|
|
10631
|
+
fill: "#1C8F5A"
|
|
10632
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10633
|
+
d: "M19.7181 7.12435H14.9894C14.6605 7.12409 14.3451 6.99331 14.1126 6.76073C13.88 6.52815 13.7492 6.21278 13.7489 5.88387V1L19.7181 7.12435Z",
|
|
10634
|
+
fill: "#8ED1B1"
|
|
10635
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10636
|
+
fillRule: "evenodd",
|
|
10637
|
+
clipRule: "evenodd",
|
|
10638
|
+
d: "M15.9334 18.8591H7.75408V11.767H15.9334V18.8591ZM12.3523 12.7901V14.0315H14.9282V12.792L12.3523 12.7901ZM12.3523 14.8134V15.9995H14.9282V14.8075L12.3523 14.8134ZM12.3523 16.7557V17.8538H14.9282V16.7497L12.3523 16.7557ZM11.3411 17.8479V16.7497H8.76624V17.8479H11.3411ZM11.3411 15.9867V14.8075H8.76624V15.9926L11.3411 15.9867ZM11.3411 14.0444V12.7901H8.76624V14.0315L11.3411 14.0444Z",
|
|
10639
|
+
fill: "white"
|
|
10640
|
+
}));
|
|
10641
|
+
};
|
|
10642
|
+
|
|
10643
|
+
GoogleSheets.propTypes = {
|
|
10644
|
+
color: PropTypes.string,
|
|
10645
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10646
|
+
};
|
|
10647
|
+
GoogleSheets.defaultProps = {
|
|
10648
|
+
color: 'currentColor',
|
|
10649
|
+
size: '24'
|
|
10650
|
+
};
|
|
10651
|
+
|
|
10652
|
+
const _excluded$4P = ["color", "size"];
|
|
10653
|
+
|
|
10654
|
+
const Salesforce = props => {
|
|
10655
|
+
const {
|
|
10656
|
+
color,
|
|
10657
|
+
size
|
|
10658
|
+
} = props,
|
|
10659
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10660
|
+
|
|
10661
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10662
|
+
width: size,
|
|
10663
|
+
height: size,
|
|
10664
|
+
viewBox: "0 0 24 24",
|
|
10665
|
+
fill: "none",
|
|
10666
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10667
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10668
|
+
}, otherProps), /*#__PURE__*/React.createElement("g", {
|
|
10669
|
+
clipPath: "url(#clip0_9098_280)"
|
|
10670
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
10671
|
+
d: "M10.1194 6.36646C10.4772 5.9901 10.908 5.69071 11.3854 5.48662C11.8629 5.28253 12.377 5.17804 12.8963 5.17955C14.3451 5.17955 15.6008 5.98149 16.2765 7.1764C16.8779 6.91233 17.5276 6.7758 18.1844 6.77543C20.7923 6.77543 22.9091 8.90061 22.9091 11.5231C22.9091 14.1456 20.7923 16.2711 18.1844 16.2711C17.8623 16.2711 17.5567 16.2388 17.2506 16.1748C16.9506 16.7095 16.5136 17.1548 15.9846 17.4649C15.4556 17.775 14.8536 17.9388 14.2404 17.9393C13.7014 17.9393 13.186 17.8107 12.7273 17.5944C12.1236 18.9979 10.7311 19.9842 9.10532 19.9842C8.30094 19.9855 7.51549 19.7402 6.85486 19.2813C6.19423 18.8224 5.69019 18.1719 5.41068 17.4177C5.16933 17.466 4.91964 17.498 4.6623 17.498C2.63379 17.482 1 15.8378 1 13.8009C1 12.4377 1.73239 11.2505 2.82715 10.6088C2.5962 10.0775 2.47836 9.50394 2.48112 8.92461C2.48112 6.59112 4.38026 4.69824 6.73079 4.69824C8.11524 4.69824 9.33867 5.34786 10.1194 6.36646Z",
|
|
10672
|
+
fill: "#009DDC"
|
|
10673
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
10674
|
+
id: "clip0_9098_280"
|
|
10675
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
10676
|
+
width: "21.9091",
|
|
10677
|
+
height: "15.3016",
|
|
10678
|
+
fill: "white",
|
|
10679
|
+
transform: "translate(1 4.69824)"
|
|
10680
|
+
}))));
|
|
10681
|
+
};
|
|
10682
|
+
|
|
10683
|
+
Salesforce.propTypes = {
|
|
10684
|
+
color: PropTypes.string,
|
|
10685
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10686
|
+
};
|
|
10687
|
+
Salesforce.defaultProps = {
|
|
10688
|
+
color: 'currentColor',
|
|
10689
|
+
size: '24'
|
|
10690
|
+
};
|
|
10691
|
+
|
|
10610
10692
|
exports.Action = Action;
|
|
10611
10693
|
exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
|
|
10612
10694
|
exports.Activecampaign = Activecampaign;
|
|
@@ -10722,6 +10804,7 @@ exports.FolderOpen = FolderOpen;
|
|
|
10722
10804
|
exports.Fullscreen = Fullscreen;
|
|
10723
10805
|
exports.GoToFlow = GoToFlow;
|
|
10724
10806
|
exports.Google = Google;
|
|
10807
|
+
exports.GoogleSheets = GoogleSheets;
|
|
10725
10808
|
exports.GrowthTools = GrowthTools;
|
|
10726
10809
|
exports.GtAdsJson = GtAdsJson;
|
|
10727
10810
|
exports.GtBar = GtBar;
|
|
@@ -10840,6 +10923,7 @@ exports.Redo = Redo;
|
|
|
10840
10923
|
exports.Reels = Reels;
|
|
10841
10924
|
exports.Retry = Retry;
|
|
10842
10925
|
exports.Rules = Rules;
|
|
10926
|
+
exports.Salesforce = Salesforce;
|
|
10843
10927
|
exports.Search = Search;
|
|
10844
10928
|
exports.SelectAll = SelectAll;
|
|
10845
10929
|
exports.Send = Send;
|
package/package.json
CHANGED
package/umd/mcicons.js
CHANGED
|
@@ -9995,6 +9995,84 @@
|
|
|
9995
9995
|
size: '24'
|
|
9996
9996
|
};
|
|
9997
9997
|
|
|
9998
|
+
var _excluded$4O = ["color", "size"];
|
|
9999
|
+
|
|
10000
|
+
var GoogleSheets = function GoogleSheets(props) {
|
|
10001
|
+
var color = props.color,
|
|
10002
|
+
size = props.size,
|
|
10003
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
10004
|
+
|
|
10005
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10006
|
+
width: size,
|
|
10007
|
+
height: size,
|
|
10008
|
+
viewBox: "0 0 24 24",
|
|
10009
|
+
fill: "none",
|
|
10010
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10011
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10012
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10013
|
+
d: "M19.7181 21.6475C19.7179 21.9764 19.5871 22.2917 19.3545 22.5243C19.1219 22.7569 18.8065 22.8877 18.4776 22.8879H5.24148C4.91256 22.8879 4.59708 22.7574 4.36432 22.525C4.13155 22.2926 4.00052 21.9774 4 21.6484V2.27509C3.99987 2.11202 4.03189 1.95052 4.09424 1.79984C4.15658 1.64916 4.24802 1.51225 4.36333 1.39694C4.47864 1.28163 4.61555 1.19019 4.76623 1.12785C4.91691 1.0655 5.07841 1.03348 5.24148 1.03361H13.7361L19.7181 7.13424V21.6475Z",
|
|
10014
|
+
fill: "#23A566"
|
|
10015
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10016
|
+
d: "M14.3944 6.9751L19.7181 12.0636V7.09865H15.0023C14.7964 7.10098 14.5934 7.0499 14.4132 6.95039L14.3944 6.9751Z",
|
|
10017
|
+
fill: "#1C8F5A"
|
|
10018
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10019
|
+
d: "M19.7181 7.12435H14.9894C14.6605 7.12409 14.3451 6.99331 14.1126 6.76073C13.88 6.52815 13.7492 6.21278 13.7489 5.88387V1L19.7181 7.12435Z",
|
|
10020
|
+
fill: "#8ED1B1"
|
|
10021
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10022
|
+
fillRule: "evenodd",
|
|
10023
|
+
clipRule: "evenodd",
|
|
10024
|
+
d: "M15.9334 18.8591H7.75408V11.767H15.9334V18.8591ZM12.3523 12.7901V14.0315H14.9282V12.792L12.3523 12.7901ZM12.3523 14.8134V15.9995H14.9282V14.8075L12.3523 14.8134ZM12.3523 16.7557V17.8538H14.9282V16.7497L12.3523 16.7557ZM11.3411 17.8479V16.7497H8.76624V17.8479H11.3411ZM11.3411 15.9867V14.8075H8.76624V15.9926L11.3411 15.9867ZM11.3411 14.0444V12.7901H8.76624V14.0315L11.3411 14.0444Z",
|
|
10025
|
+
fill: "white"
|
|
10026
|
+
}));
|
|
10027
|
+
};
|
|
10028
|
+
|
|
10029
|
+
GoogleSheets.propTypes = {
|
|
10030
|
+
color: PropTypes.string,
|
|
10031
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10032
|
+
};
|
|
10033
|
+
GoogleSheets.defaultProps = {
|
|
10034
|
+
color: 'currentColor',
|
|
10035
|
+
size: '24'
|
|
10036
|
+
};
|
|
10037
|
+
|
|
10038
|
+
var _excluded$4P = ["color", "size"];
|
|
10039
|
+
|
|
10040
|
+
var Salesforce = function Salesforce(props) {
|
|
10041
|
+
var color = props.color,
|
|
10042
|
+
size = props.size,
|
|
10043
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10044
|
+
|
|
10045
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10046
|
+
width: size,
|
|
10047
|
+
height: size,
|
|
10048
|
+
viewBox: "0 0 24 24",
|
|
10049
|
+
fill: "none",
|
|
10050
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10051
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10052
|
+
}, otherProps), /*#__PURE__*/React.createElement("g", {
|
|
10053
|
+
clipPath: "url(#clip0_9098_280)"
|
|
10054
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
10055
|
+
d: "M10.1194 6.36646C10.4772 5.9901 10.908 5.69071 11.3854 5.48662C11.8629 5.28253 12.377 5.17804 12.8963 5.17955C14.3451 5.17955 15.6008 5.98149 16.2765 7.1764C16.8779 6.91233 17.5276 6.7758 18.1844 6.77543C20.7923 6.77543 22.9091 8.90061 22.9091 11.5231C22.9091 14.1456 20.7923 16.2711 18.1844 16.2711C17.8623 16.2711 17.5567 16.2388 17.2506 16.1748C16.9506 16.7095 16.5136 17.1548 15.9846 17.4649C15.4556 17.775 14.8536 17.9388 14.2404 17.9393C13.7014 17.9393 13.186 17.8107 12.7273 17.5944C12.1236 18.9979 10.7311 19.9842 9.10532 19.9842C8.30094 19.9855 7.51549 19.7402 6.85486 19.2813C6.19423 18.8224 5.69019 18.1719 5.41068 17.4177C5.16933 17.466 4.91964 17.498 4.6623 17.498C2.63379 17.482 1 15.8378 1 13.8009C1 12.4377 1.73239 11.2505 2.82715 10.6088C2.5962 10.0775 2.47836 9.50394 2.48112 8.92461C2.48112 6.59112 4.38026 4.69824 6.73079 4.69824C8.11524 4.69824 9.33867 5.34786 10.1194 6.36646Z",
|
|
10056
|
+
fill: "#009DDC"
|
|
10057
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
10058
|
+
id: "clip0_9098_280"
|
|
10059
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
10060
|
+
width: "21.9091",
|
|
10061
|
+
height: "15.3016",
|
|
10062
|
+
fill: "white",
|
|
10063
|
+
transform: "translate(1 4.69824)"
|
|
10064
|
+
}))));
|
|
10065
|
+
};
|
|
10066
|
+
|
|
10067
|
+
Salesforce.propTypes = {
|
|
10068
|
+
color: PropTypes.string,
|
|
10069
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10070
|
+
};
|
|
10071
|
+
Salesforce.defaultProps = {
|
|
10072
|
+
color: 'currentColor',
|
|
10073
|
+
size: '24'
|
|
10074
|
+
};
|
|
10075
|
+
|
|
9998
10076
|
exports.Action = Action;
|
|
9999
10077
|
exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
|
|
10000
10078
|
exports.Activecampaign = Activecampaign;
|
|
@@ -10110,6 +10188,7 @@
|
|
|
10110
10188
|
exports.Fullscreen = Fullscreen;
|
|
10111
10189
|
exports.GoToFlow = GoToFlow;
|
|
10112
10190
|
exports.Google = Google;
|
|
10191
|
+
exports.GoogleSheets = GoogleSheets;
|
|
10113
10192
|
exports.GrowthTools = GrowthTools;
|
|
10114
10193
|
exports.GtAdsJson = GtAdsJson;
|
|
10115
10194
|
exports.GtBar = GtBar;
|
|
@@ -10228,6 +10307,7 @@
|
|
|
10228
10307
|
exports.Reels = Reels;
|
|
10229
10308
|
exports.Retry = Retry;
|
|
10230
10309
|
exports.Rules = Rules;
|
|
10310
|
+
exports.Salesforce = Salesforce;
|
|
10231
10311
|
exports.Search = Search;
|
|
10232
10312
|
exports.SelectAll = SelectAll;
|
|
10233
10313
|
exports.Send = Send;
|