@manychat/icons 1.49.0 → 1.50.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 +66 -26
- package/dist/index.js +66 -25
- package/package.json +1 -1
- package/umd/mcicons.js +64 -25
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -9531,13 +9531,53 @@ AssignGroup.defaultProps = {
|
|
|
9531
9531
|
|
|
9532
9532
|
const _excluded$4m = ["color", "size"];
|
|
9533
9533
|
|
|
9534
|
-
const
|
|
9534
|
+
const Bricks = props => {
|
|
9535
9535
|
const {
|
|
9536
9536
|
color,
|
|
9537
9537
|
size
|
|
9538
9538
|
} = props,
|
|
9539
9539
|
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
9540
9540
|
|
|
9541
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9542
|
+
width: size,
|
|
9543
|
+
height: size,
|
|
9544
|
+
viewBox: "0 0 24 24",
|
|
9545
|
+
fill: "none",
|
|
9546
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9547
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9548
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9549
|
+
d: "M4 14C4 13.4477 4.44772 13 5 13H9C9.55228 13 10 13.4477 10 14V18C10 18.5523 9.55228 19 9 19H5C4.44772 19 4 18.5523 4 18V14Z",
|
|
9550
|
+
stroke: color,
|
|
9551
|
+
strokeWidth: "1.5"
|
|
9552
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9553
|
+
d: "M10 5C10 4.44772 10.4477 4 11 4H15C15.5523 4 16 4.44772 16 5V9C16 9.55228 15.5523 10 15 10H11C10.4477 10 10 9.55228 10 9V5Z",
|
|
9554
|
+
stroke: color,
|
|
9555
|
+
strokeWidth: "1.5"
|
|
9556
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9557
|
+
d: "M14 15C14 14.4477 14.4477 14 15 14H19C19.5523 14 20 14.4477 20 15V19C20 19.5523 19.5523 20 19 20H15C14.4477 20 14 19.5523 14 19V15Z",
|
|
9558
|
+
stroke: color,
|
|
9559
|
+
strokeWidth: "1.5"
|
|
9560
|
+
}));
|
|
9561
|
+
};
|
|
9562
|
+
|
|
9563
|
+
Bricks.propTypes = {
|
|
9564
|
+
color: PropTypes.string,
|
|
9565
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9566
|
+
};
|
|
9567
|
+
Bricks.defaultProps = {
|
|
9568
|
+
color: 'currentColor',
|
|
9569
|
+
size: '24'
|
|
9570
|
+
};
|
|
9571
|
+
|
|
9572
|
+
const _excluded$4n = ["color", "size"];
|
|
9573
|
+
|
|
9574
|
+
const Create = props => {
|
|
9575
|
+
const {
|
|
9576
|
+
color,
|
|
9577
|
+
size
|
|
9578
|
+
} = props,
|
|
9579
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
9580
|
+
|
|
9541
9581
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9542
9582
|
width: size,
|
|
9543
9583
|
height: size,
|
|
@@ -9563,14 +9603,14 @@ Create.defaultProps = {
|
|
|
9563
9603
|
size: '24'
|
|
9564
9604
|
};
|
|
9565
9605
|
|
|
9566
|
-
const _excluded$
|
|
9606
|
+
const _excluded$4o = ["color", "size"];
|
|
9567
9607
|
|
|
9568
9608
|
const GtCheckbox = props => {
|
|
9569
9609
|
const {
|
|
9570
9610
|
color,
|
|
9571
9611
|
size
|
|
9572
9612
|
} = props,
|
|
9573
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9613
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
9574
9614
|
|
|
9575
9615
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9576
9616
|
width: size,
|
|
@@ -9597,14 +9637,14 @@ GtCheckbox.defaultProps = {
|
|
|
9597
9637
|
size: '24'
|
|
9598
9638
|
};
|
|
9599
9639
|
|
|
9600
|
-
const _excluded$
|
|
9640
|
+
const _excluded$4p = ["color", "size"];
|
|
9601
9641
|
|
|
9602
9642
|
const GtFbComment = props => {
|
|
9603
9643
|
const {
|
|
9604
9644
|
color,
|
|
9605
9645
|
size
|
|
9606
9646
|
} = props,
|
|
9607
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9647
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
9608
9648
|
|
|
9609
9649
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9610
9650
|
width: size,
|
|
@@ -9628,14 +9668,14 @@ GtFbComment.defaultProps = {
|
|
|
9628
9668
|
size: '24'
|
|
9629
9669
|
};
|
|
9630
9670
|
|
|
9631
|
-
const _excluded$
|
|
9671
|
+
const _excluded$4q = ["color", "size"];
|
|
9632
9672
|
|
|
9633
9673
|
const GtAdsJson = props => {
|
|
9634
9674
|
const {
|
|
9635
9675
|
color,
|
|
9636
9676
|
size
|
|
9637
9677
|
} = props,
|
|
9638
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9678
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
9639
9679
|
|
|
9640
9680
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9641
9681
|
width: size,
|
|
@@ -9668,14 +9708,14 @@ GtAdsJson.defaultProps = {
|
|
|
9668
9708
|
size: '24'
|
|
9669
9709
|
};
|
|
9670
9710
|
|
|
9671
|
-
const _excluded$
|
|
9711
|
+
const _excluded$4r = ["color", "size"];
|
|
9672
9712
|
|
|
9673
9713
|
const GtFbCode = props => {
|
|
9674
9714
|
const {
|
|
9675
9715
|
color,
|
|
9676
9716
|
size
|
|
9677
9717
|
} = props,
|
|
9678
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9718
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
9679
9719
|
|
|
9680
9720
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9681
9721
|
width: size,
|
|
@@ -9704,14 +9744,14 @@ GtFbCode.defaultProps = {
|
|
|
9704
9744
|
size: '24'
|
|
9705
9745
|
};
|
|
9706
9746
|
|
|
9707
|
-
const _excluded$
|
|
9747
|
+
const _excluded$4s = ["color", "size"];
|
|
9708
9748
|
|
|
9709
9749
|
const GtRef = props => {
|
|
9710
9750
|
const {
|
|
9711
9751
|
color,
|
|
9712
9752
|
size
|
|
9713
9753
|
} = props,
|
|
9714
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9754
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9715
9755
|
|
|
9716
9756
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9717
9757
|
width: size,
|
|
@@ -9735,14 +9775,14 @@ GtRef.defaultProps = {
|
|
|
9735
9775
|
size: '24'
|
|
9736
9776
|
};
|
|
9737
9777
|
|
|
9738
|
-
const _excluded$
|
|
9778
|
+
const _excluded$4t = ["color", "size"];
|
|
9739
9779
|
|
|
9740
9780
|
const GtCustomerChat = props => {
|
|
9741
9781
|
const {
|
|
9742
9782
|
color,
|
|
9743
9783
|
size
|
|
9744
9784
|
} = props,
|
|
9745
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9785
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9746
9786
|
|
|
9747
9787
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9748
9788
|
width: size,
|
|
@@ -9771,14 +9811,14 @@ GtCustomerChat.defaultProps = {
|
|
|
9771
9811
|
size: '24'
|
|
9772
9812
|
};
|
|
9773
9813
|
|
|
9774
|
-
const _excluded$
|
|
9814
|
+
const _excluded$4u = ["color", "size"];
|
|
9775
9815
|
|
|
9776
9816
|
const GtTakeover = props => {
|
|
9777
9817
|
const {
|
|
9778
9818
|
color,
|
|
9779
9819
|
size
|
|
9780
9820
|
} = props,
|
|
9781
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9821
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9782
9822
|
|
|
9783
9823
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9784
9824
|
width: size,
|
|
@@ -9836,14 +9876,14 @@ GtTakeover.defaultProps = {
|
|
|
9836
9876
|
size: '24'
|
|
9837
9877
|
};
|
|
9838
9878
|
|
|
9839
|
-
const _excluded$
|
|
9879
|
+
const _excluded$4v = ["color", "size"];
|
|
9840
9880
|
|
|
9841
9881
|
const FlowPlaceholder = props => {
|
|
9842
9882
|
const {
|
|
9843
9883
|
color,
|
|
9844
9884
|
size
|
|
9845
9885
|
} = props,
|
|
9846
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9886
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
9847
9887
|
|
|
9848
9888
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9849
9889
|
width: size,
|
|
@@ -9922,14 +9962,14 @@ FlowPlaceholder.defaultProps = {
|
|
|
9922
9962
|
size: '24'
|
|
9923
9963
|
};
|
|
9924
9964
|
|
|
9925
|
-
const _excluded$
|
|
9965
|
+
const _excluded$4w = ["color", "size"];
|
|
9926
9966
|
|
|
9927
9967
|
const AddStep = props => {
|
|
9928
9968
|
const {
|
|
9929
9969
|
color,
|
|
9930
9970
|
size
|
|
9931
9971
|
} = props,
|
|
9932
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9972
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
9933
9973
|
|
|
9934
9974
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9935
9975
|
width: size,
|
|
@@ -9965,14 +10005,14 @@ AddStep.defaultProps = {
|
|
|
9965
10005
|
size: '24'
|
|
9966
10006
|
};
|
|
9967
10007
|
|
|
9968
|
-
const _excluded$
|
|
10008
|
+
const _excluded$4x = ["color", "size"];
|
|
9969
10009
|
|
|
9970
10010
|
const Stats = props => {
|
|
9971
10011
|
const {
|
|
9972
10012
|
color,
|
|
9973
10013
|
size
|
|
9974
10014
|
} = props,
|
|
9975
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10015
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
9976
10016
|
|
|
9977
10017
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9978
10018
|
width: size,
|
|
@@ -10012,14 +10052,14 @@ Stats.defaultProps = {
|
|
|
10012
10052
|
size: '24'
|
|
10013
10053
|
};
|
|
10014
10054
|
|
|
10015
|
-
const _excluded$
|
|
10055
|
+
const _excluded$4y = ["color", "size"];
|
|
10016
10056
|
|
|
10017
10057
|
const Coursor = props => {
|
|
10018
10058
|
const {
|
|
10019
10059
|
color,
|
|
10020
10060
|
size
|
|
10021
10061
|
} = props,
|
|
10022
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10062
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
10023
10063
|
|
|
10024
10064
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10025
10065
|
width: size,
|
|
@@ -10043,14 +10083,14 @@ Coursor.defaultProps = {
|
|
|
10043
10083
|
size: '24'
|
|
10044
10084
|
};
|
|
10045
10085
|
|
|
10046
|
-
const _excluded$
|
|
10086
|
+
const _excluded$4z = ["color", "size"];
|
|
10047
10087
|
|
|
10048
10088
|
const CoursorFullcolor = props => {
|
|
10049
10089
|
const {
|
|
10050
10090
|
color,
|
|
10051
10091
|
size
|
|
10052
10092
|
} = props,
|
|
10053
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10093
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
10054
10094
|
|
|
10055
10095
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10056
10096
|
width: size,
|
|
@@ -10111,4 +10151,4 @@ CoursorFullcolor.defaultProps = {
|
|
|
10111
10151
|
size: '24'
|
|
10112
10152
|
};
|
|
10113
10153
|
|
|
10114
|
-
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, AssignGroup, 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, PopularFilled, 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 };
|
|
10154
|
+
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, AssignGroup, Attach, Attention, Audience, Audio, Automation, Bold, Book, Bot, BotRemove, Bricks, 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, PopularFilled, 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
|
@@ -9537,13 +9537,53 @@ AssignGroup.defaultProps = {
|
|
|
9537
9537
|
|
|
9538
9538
|
const _excluded$4m = ["color", "size"];
|
|
9539
9539
|
|
|
9540
|
-
const
|
|
9540
|
+
const Bricks = props => {
|
|
9541
9541
|
const {
|
|
9542
9542
|
color,
|
|
9543
9543
|
size
|
|
9544
9544
|
} = props,
|
|
9545
9545
|
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
9546
9546
|
|
|
9547
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9548
|
+
width: size,
|
|
9549
|
+
height: size,
|
|
9550
|
+
viewBox: "0 0 24 24",
|
|
9551
|
+
fill: "none",
|
|
9552
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9553
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9554
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9555
|
+
d: "M4 14C4 13.4477 4.44772 13 5 13H9C9.55228 13 10 13.4477 10 14V18C10 18.5523 9.55228 19 9 19H5C4.44772 19 4 18.5523 4 18V14Z",
|
|
9556
|
+
stroke: color,
|
|
9557
|
+
strokeWidth: "1.5"
|
|
9558
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9559
|
+
d: "M10 5C10 4.44772 10.4477 4 11 4H15C15.5523 4 16 4.44772 16 5V9C16 9.55228 15.5523 10 15 10H11C10.4477 10 10 9.55228 10 9V5Z",
|
|
9560
|
+
stroke: color,
|
|
9561
|
+
strokeWidth: "1.5"
|
|
9562
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9563
|
+
d: "M14 15C14 14.4477 14.4477 14 15 14H19C19.5523 14 20 14.4477 20 15V19C20 19.5523 19.5523 20 19 20H15C14.4477 20 14 19.5523 14 19V15Z",
|
|
9564
|
+
stroke: color,
|
|
9565
|
+
strokeWidth: "1.5"
|
|
9566
|
+
}));
|
|
9567
|
+
};
|
|
9568
|
+
|
|
9569
|
+
Bricks.propTypes = {
|
|
9570
|
+
color: PropTypes.string,
|
|
9571
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9572
|
+
};
|
|
9573
|
+
Bricks.defaultProps = {
|
|
9574
|
+
color: 'currentColor',
|
|
9575
|
+
size: '24'
|
|
9576
|
+
};
|
|
9577
|
+
|
|
9578
|
+
const _excluded$4n = ["color", "size"];
|
|
9579
|
+
|
|
9580
|
+
const Create = props => {
|
|
9581
|
+
const {
|
|
9582
|
+
color,
|
|
9583
|
+
size
|
|
9584
|
+
} = props,
|
|
9585
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
9586
|
+
|
|
9547
9587
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9548
9588
|
width: size,
|
|
9549
9589
|
height: size,
|
|
@@ -9569,14 +9609,14 @@ Create.defaultProps = {
|
|
|
9569
9609
|
size: '24'
|
|
9570
9610
|
};
|
|
9571
9611
|
|
|
9572
|
-
const _excluded$
|
|
9612
|
+
const _excluded$4o = ["color", "size"];
|
|
9573
9613
|
|
|
9574
9614
|
const GtCheckbox = props => {
|
|
9575
9615
|
const {
|
|
9576
9616
|
color,
|
|
9577
9617
|
size
|
|
9578
9618
|
} = props,
|
|
9579
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9619
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
9580
9620
|
|
|
9581
9621
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9582
9622
|
width: size,
|
|
@@ -9603,14 +9643,14 @@ GtCheckbox.defaultProps = {
|
|
|
9603
9643
|
size: '24'
|
|
9604
9644
|
};
|
|
9605
9645
|
|
|
9606
|
-
const _excluded$
|
|
9646
|
+
const _excluded$4p = ["color", "size"];
|
|
9607
9647
|
|
|
9608
9648
|
const GtFbComment = props => {
|
|
9609
9649
|
const {
|
|
9610
9650
|
color,
|
|
9611
9651
|
size
|
|
9612
9652
|
} = props,
|
|
9613
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9653
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
9614
9654
|
|
|
9615
9655
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9616
9656
|
width: size,
|
|
@@ -9634,14 +9674,14 @@ GtFbComment.defaultProps = {
|
|
|
9634
9674
|
size: '24'
|
|
9635
9675
|
};
|
|
9636
9676
|
|
|
9637
|
-
const _excluded$
|
|
9677
|
+
const _excluded$4q = ["color", "size"];
|
|
9638
9678
|
|
|
9639
9679
|
const GtAdsJson = props => {
|
|
9640
9680
|
const {
|
|
9641
9681
|
color,
|
|
9642
9682
|
size
|
|
9643
9683
|
} = props,
|
|
9644
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9684
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
9645
9685
|
|
|
9646
9686
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9647
9687
|
width: size,
|
|
@@ -9674,14 +9714,14 @@ GtAdsJson.defaultProps = {
|
|
|
9674
9714
|
size: '24'
|
|
9675
9715
|
};
|
|
9676
9716
|
|
|
9677
|
-
const _excluded$
|
|
9717
|
+
const _excluded$4r = ["color", "size"];
|
|
9678
9718
|
|
|
9679
9719
|
const GtFbCode = props => {
|
|
9680
9720
|
const {
|
|
9681
9721
|
color,
|
|
9682
9722
|
size
|
|
9683
9723
|
} = props,
|
|
9684
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9724
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
9685
9725
|
|
|
9686
9726
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9687
9727
|
width: size,
|
|
@@ -9710,14 +9750,14 @@ GtFbCode.defaultProps = {
|
|
|
9710
9750
|
size: '24'
|
|
9711
9751
|
};
|
|
9712
9752
|
|
|
9713
|
-
const _excluded$
|
|
9753
|
+
const _excluded$4s = ["color", "size"];
|
|
9714
9754
|
|
|
9715
9755
|
const GtRef = props => {
|
|
9716
9756
|
const {
|
|
9717
9757
|
color,
|
|
9718
9758
|
size
|
|
9719
9759
|
} = props,
|
|
9720
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9760
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9721
9761
|
|
|
9722
9762
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9723
9763
|
width: size,
|
|
@@ -9741,14 +9781,14 @@ GtRef.defaultProps = {
|
|
|
9741
9781
|
size: '24'
|
|
9742
9782
|
};
|
|
9743
9783
|
|
|
9744
|
-
const _excluded$
|
|
9784
|
+
const _excluded$4t = ["color", "size"];
|
|
9745
9785
|
|
|
9746
9786
|
const GtCustomerChat = props => {
|
|
9747
9787
|
const {
|
|
9748
9788
|
color,
|
|
9749
9789
|
size
|
|
9750
9790
|
} = props,
|
|
9751
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9791
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9752
9792
|
|
|
9753
9793
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9754
9794
|
width: size,
|
|
@@ -9777,14 +9817,14 @@ GtCustomerChat.defaultProps = {
|
|
|
9777
9817
|
size: '24'
|
|
9778
9818
|
};
|
|
9779
9819
|
|
|
9780
|
-
const _excluded$
|
|
9820
|
+
const _excluded$4u = ["color", "size"];
|
|
9781
9821
|
|
|
9782
9822
|
const GtTakeover = props => {
|
|
9783
9823
|
const {
|
|
9784
9824
|
color,
|
|
9785
9825
|
size
|
|
9786
9826
|
} = props,
|
|
9787
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9827
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9788
9828
|
|
|
9789
9829
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9790
9830
|
width: size,
|
|
@@ -9842,14 +9882,14 @@ GtTakeover.defaultProps = {
|
|
|
9842
9882
|
size: '24'
|
|
9843
9883
|
};
|
|
9844
9884
|
|
|
9845
|
-
const _excluded$
|
|
9885
|
+
const _excluded$4v = ["color", "size"];
|
|
9846
9886
|
|
|
9847
9887
|
const FlowPlaceholder = props => {
|
|
9848
9888
|
const {
|
|
9849
9889
|
color,
|
|
9850
9890
|
size
|
|
9851
9891
|
} = props,
|
|
9852
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9892
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
9853
9893
|
|
|
9854
9894
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9855
9895
|
width: size,
|
|
@@ -9928,14 +9968,14 @@ FlowPlaceholder.defaultProps = {
|
|
|
9928
9968
|
size: '24'
|
|
9929
9969
|
};
|
|
9930
9970
|
|
|
9931
|
-
const _excluded$
|
|
9971
|
+
const _excluded$4w = ["color", "size"];
|
|
9932
9972
|
|
|
9933
9973
|
const AddStep = props => {
|
|
9934
9974
|
const {
|
|
9935
9975
|
color,
|
|
9936
9976
|
size
|
|
9937
9977
|
} = props,
|
|
9938
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9978
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
9939
9979
|
|
|
9940
9980
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9941
9981
|
width: size,
|
|
@@ -9971,14 +10011,14 @@ AddStep.defaultProps = {
|
|
|
9971
10011
|
size: '24'
|
|
9972
10012
|
};
|
|
9973
10013
|
|
|
9974
|
-
const _excluded$
|
|
10014
|
+
const _excluded$4x = ["color", "size"];
|
|
9975
10015
|
|
|
9976
10016
|
const Stats = props => {
|
|
9977
10017
|
const {
|
|
9978
10018
|
color,
|
|
9979
10019
|
size
|
|
9980
10020
|
} = props,
|
|
9981
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10021
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
9982
10022
|
|
|
9983
10023
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9984
10024
|
width: size,
|
|
@@ -10018,14 +10058,14 @@ Stats.defaultProps = {
|
|
|
10018
10058
|
size: '24'
|
|
10019
10059
|
};
|
|
10020
10060
|
|
|
10021
|
-
const _excluded$
|
|
10061
|
+
const _excluded$4y = ["color", "size"];
|
|
10022
10062
|
|
|
10023
10063
|
const Coursor = props => {
|
|
10024
10064
|
const {
|
|
10025
10065
|
color,
|
|
10026
10066
|
size
|
|
10027
10067
|
} = props,
|
|
10028
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10068
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
10029
10069
|
|
|
10030
10070
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10031
10071
|
width: size,
|
|
@@ -10049,14 +10089,14 @@ Coursor.defaultProps = {
|
|
|
10049
10089
|
size: '24'
|
|
10050
10090
|
};
|
|
10051
10091
|
|
|
10052
|
-
const _excluded$
|
|
10092
|
+
const _excluded$4z = ["color", "size"];
|
|
10053
10093
|
|
|
10054
10094
|
const CoursorFullcolor = props => {
|
|
10055
10095
|
const {
|
|
10056
10096
|
color,
|
|
10057
10097
|
size
|
|
10058
10098
|
} = props,
|
|
10059
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10099
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
10060
10100
|
|
|
10061
10101
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10062
10102
|
width: size,
|
|
@@ -10151,6 +10191,7 @@ exports.Bold = Bold;
|
|
|
10151
10191
|
exports.Book = Book;
|
|
10152
10192
|
exports.Bot = Bot;
|
|
10153
10193
|
exports.BotRemove = BotRemove;
|
|
10194
|
+
exports.Bricks = Bricks;
|
|
10154
10195
|
exports.Broadcasting = Broadcasting;
|
|
10155
10196
|
exports.BuilderAudio = BuilderAudio;
|
|
10156
10197
|
exports.BuilderCard = BuilderCard;
|