@manychat/icons 4.17.1 → 4.19.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 +76 -1
- package/dist/index.js +77 -0
- package/package.json +1 -1
- package/umd/mcicons.js +73 -0
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -11174,4 +11174,79 @@ Unread.defaultProps = {
|
|
|
11174
11174
|
size: '24'
|
|
11175
11175
|
};
|
|
11176
11176
|
|
|
11177
|
-
|
|
11177
|
+
const _excluded$50 = ["color", "size"];
|
|
11178
|
+
|
|
11179
|
+
const Privacy = props => {
|
|
11180
|
+
const {
|
|
11181
|
+
color,
|
|
11182
|
+
size
|
|
11183
|
+
} = props,
|
|
11184
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
11185
|
+
|
|
11186
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11187
|
+
width: size,
|
|
11188
|
+
height: size,
|
|
11189
|
+
viewBox: "0 0 24 24",
|
|
11190
|
+
fill: "none",
|
|
11191
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11192
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11193
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11194
|
+
d: "M11.04 11.01H12.945V15.395H11.04V11.01Z",
|
|
11195
|
+
fill: color
|
|
11196
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11197
|
+
d: "M11.995 23.085L11.665 22.925C11.57 22.88 1.995 18.085 1.995 6.25002V5.50002H2.74499C8.79 5.50002 11.42 2.77002 11.445 2.74002L12 2.15002L12.55 2.74502C12.55 2.74502 15.205 5.50002 21.245 5.50002H21.995V6.25002C21.995 18.085 12.42 22.875 12.325 22.925L11.995 23.085ZM3.505 6.98502C3.84 16.27 10.41 20.51 11.99 21.4C13.57 20.51 20.145 16.27 20.475 6.98502C15.765 6.81502 13.07 5.12002 11.99 4.25502C10.91 5.12002 8.21 6.81502 3.505 6.98502Z",
|
|
11198
|
+
fill: color
|
|
11199
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11200
|
+
d: "M12 10C12.5523 10 13 9.55231 13 9.00002C13 8.44774 12.5523 8.00002 12 8.00002C11.4477 8.00002 11 8.44774 11 9.00002C11 9.55231 11.4477 10 12 10Z",
|
|
11201
|
+
fill: color
|
|
11202
|
+
}));
|
|
11203
|
+
};
|
|
11204
|
+
|
|
11205
|
+
Privacy.propTypes = {
|
|
11206
|
+
color: PropTypes.string,
|
|
11207
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11208
|
+
};
|
|
11209
|
+
Privacy.defaultProps = {
|
|
11210
|
+
color: 'currentColor',
|
|
11211
|
+
size: '24'
|
|
11212
|
+
};
|
|
11213
|
+
|
|
11214
|
+
const _excluded$51 = ["color", "size"];
|
|
11215
|
+
|
|
11216
|
+
const Location = props => {
|
|
11217
|
+
const {
|
|
11218
|
+
color,
|
|
11219
|
+
size
|
|
11220
|
+
} = props,
|
|
11221
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
11222
|
+
|
|
11223
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11224
|
+
width: size,
|
|
11225
|
+
height: size,
|
|
11226
|
+
viewBox: "0 0 24 24",
|
|
11227
|
+
fill: "none",
|
|
11228
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11229
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11230
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11231
|
+
fillRule: "evenodd",
|
|
11232
|
+
clipRule: "evenodd",
|
|
11233
|
+
d: "M15.0031 9C15.0031 10.6569 13.6599 12 12.0031 12C10.3462 12 9.00305 10.6569 9.00305 9C9.00305 7.34315 10.3462 6 12.0031 6C13.6599 6 15.0031 7.34315 15.0031 9ZM13.5031 9C13.5031 9.82843 12.8315 10.5 12.0031 10.5C11.1746 10.5 10.5031 9.82843 10.5031 9C10.5031 8.17157 11.1746 7.5 12.0031 7.5C12.8315 7.5 13.5031 8.17157 13.5031 9Z",
|
|
11234
|
+
fill: color
|
|
11235
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11236
|
+
fillRule: "evenodd",
|
|
11237
|
+
clipRule: "evenodd",
|
|
11238
|
+
d: "M12.0312 2L12.0157 2.00001L12.0002 2.00005C6.01756 2.01909 2.00684 7.51041 6.00016 13.5C8.22689 16.6811 10.0488 19.2551 11.0797 20.7068C11.6691 21.5368 12.0002 22 12.0002 22C12.0002 22 12.3311 21.5368 12.9205 20.7068C13.9513 19.2551 15.7733 16.6811 18 13.5C21.9933 7.51041 18.0138 2.01904 12.0312 2ZM6.54296 6.26055C7.48247 4.66342 9.47296 3.50477 12.0157 3.50001C14.5584 3.50477 16.5177 4.66342 17.4572 6.26055C18.367 7.80711 18.4877 10.0559 16.7611 12.6542C15.0173 15.1453 13.5227 17.2627 12.4636 18.758L11.9999 19.4117L11.5366 18.758C10.4774 17.2627 8.98285 15.1453 7.2391 12.6542C5.51243 10.0559 5.63319 7.80711 6.54296 6.26055Z",
|
|
11239
|
+
fill: color
|
|
11240
|
+
}));
|
|
11241
|
+
};
|
|
11242
|
+
|
|
11243
|
+
Location.propTypes = {
|
|
11244
|
+
color: PropTypes.string,
|
|
11245
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11246
|
+
};
|
|
11247
|
+
Location.defaultProps = {
|
|
11248
|
+
color: 'currentColor',
|
|
11249
|
+
size: '24'
|
|
11250
|
+
};
|
|
11251
|
+
|
|
11252
|
+
export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, 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 };
|
package/dist/index.js
CHANGED
|
@@ -11180,6 +11180,81 @@ Unread.defaultProps = {
|
|
|
11180
11180
|
size: '24'
|
|
11181
11181
|
};
|
|
11182
11182
|
|
|
11183
|
+
const _excluded$50 = ["color", "size"];
|
|
11184
|
+
|
|
11185
|
+
const Privacy = props => {
|
|
11186
|
+
const {
|
|
11187
|
+
color,
|
|
11188
|
+
size
|
|
11189
|
+
} = props,
|
|
11190
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
11191
|
+
|
|
11192
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11193
|
+
width: size,
|
|
11194
|
+
height: size,
|
|
11195
|
+
viewBox: "0 0 24 24",
|
|
11196
|
+
fill: "none",
|
|
11197
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11198
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11199
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11200
|
+
d: "M11.04 11.01H12.945V15.395H11.04V11.01Z",
|
|
11201
|
+
fill: color
|
|
11202
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11203
|
+
d: "M11.995 23.085L11.665 22.925C11.57 22.88 1.995 18.085 1.995 6.25002V5.50002H2.74499C8.79 5.50002 11.42 2.77002 11.445 2.74002L12 2.15002L12.55 2.74502C12.55 2.74502 15.205 5.50002 21.245 5.50002H21.995V6.25002C21.995 18.085 12.42 22.875 12.325 22.925L11.995 23.085ZM3.505 6.98502C3.84 16.27 10.41 20.51 11.99 21.4C13.57 20.51 20.145 16.27 20.475 6.98502C15.765 6.81502 13.07 5.12002 11.99 4.25502C10.91 5.12002 8.21 6.81502 3.505 6.98502Z",
|
|
11204
|
+
fill: color
|
|
11205
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11206
|
+
d: "M12 10C12.5523 10 13 9.55231 13 9.00002C13 8.44774 12.5523 8.00002 12 8.00002C11.4477 8.00002 11 8.44774 11 9.00002C11 9.55231 11.4477 10 12 10Z",
|
|
11207
|
+
fill: color
|
|
11208
|
+
}));
|
|
11209
|
+
};
|
|
11210
|
+
|
|
11211
|
+
Privacy.propTypes = {
|
|
11212
|
+
color: PropTypes.string,
|
|
11213
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11214
|
+
};
|
|
11215
|
+
Privacy.defaultProps = {
|
|
11216
|
+
color: 'currentColor',
|
|
11217
|
+
size: '24'
|
|
11218
|
+
};
|
|
11219
|
+
|
|
11220
|
+
const _excluded$51 = ["color", "size"];
|
|
11221
|
+
|
|
11222
|
+
const Location = props => {
|
|
11223
|
+
const {
|
|
11224
|
+
color,
|
|
11225
|
+
size
|
|
11226
|
+
} = props,
|
|
11227
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
11228
|
+
|
|
11229
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11230
|
+
width: size,
|
|
11231
|
+
height: size,
|
|
11232
|
+
viewBox: "0 0 24 24",
|
|
11233
|
+
fill: "none",
|
|
11234
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11235
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
11236
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11237
|
+
fillRule: "evenodd",
|
|
11238
|
+
clipRule: "evenodd",
|
|
11239
|
+
d: "M15.0031 9C15.0031 10.6569 13.6599 12 12.0031 12C10.3462 12 9.00305 10.6569 9.00305 9C9.00305 7.34315 10.3462 6 12.0031 6C13.6599 6 15.0031 7.34315 15.0031 9ZM13.5031 9C13.5031 9.82843 12.8315 10.5 12.0031 10.5C11.1746 10.5 10.5031 9.82843 10.5031 9C10.5031 8.17157 11.1746 7.5 12.0031 7.5C12.8315 7.5 13.5031 8.17157 13.5031 9Z",
|
|
11240
|
+
fill: color
|
|
11241
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11242
|
+
fillRule: "evenodd",
|
|
11243
|
+
clipRule: "evenodd",
|
|
11244
|
+
d: "M12.0312 2L12.0157 2.00001L12.0002 2.00005C6.01756 2.01909 2.00684 7.51041 6.00016 13.5C8.22689 16.6811 10.0488 19.2551 11.0797 20.7068C11.6691 21.5368 12.0002 22 12.0002 22C12.0002 22 12.3311 21.5368 12.9205 20.7068C13.9513 19.2551 15.7733 16.6811 18 13.5C21.9933 7.51041 18.0138 2.01904 12.0312 2ZM6.54296 6.26055C7.48247 4.66342 9.47296 3.50477 12.0157 3.50001C14.5584 3.50477 16.5177 4.66342 17.4572 6.26055C18.367 7.80711 18.4877 10.0559 16.7611 12.6542C15.0173 15.1453 13.5227 17.2627 12.4636 18.758L11.9999 19.4117L11.5366 18.758C10.4774 17.2627 8.98285 15.1453 7.2391 12.6542C5.51243 10.0559 5.63319 7.80711 6.54296 6.26055Z",
|
|
11245
|
+
fill: color
|
|
11246
|
+
}));
|
|
11247
|
+
};
|
|
11248
|
+
|
|
11249
|
+
Location.propTypes = {
|
|
11250
|
+
color: PropTypes.string,
|
|
11251
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
11252
|
+
};
|
|
11253
|
+
Location.defaultProps = {
|
|
11254
|
+
color: 'currentColor',
|
|
11255
|
+
size: '24'
|
|
11256
|
+
};
|
|
11257
|
+
|
|
11183
11258
|
exports.Action = Action;
|
|
11184
11259
|
exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
|
|
11185
11260
|
exports.Activecampaign = Activecampaign;
|
|
@@ -11342,6 +11417,7 @@ exports.Keywords = Keywords;
|
|
|
11342
11417
|
exports.Klaviyo = Klaviyo;
|
|
11343
11418
|
exports.Link = Link;
|
|
11344
11419
|
exports.LiveChat = LiveChat;
|
|
11420
|
+
exports.Location = Location;
|
|
11345
11421
|
exports.Logout = Logout;
|
|
11346
11422
|
exports.Magento = Magento;
|
|
11347
11423
|
exports.MagicWand = MagicWand;
|
|
@@ -11411,6 +11487,7 @@ exports.Play = Play;
|
|
|
11411
11487
|
exports.Plus = Plus;
|
|
11412
11488
|
exports.Popular = Popular;
|
|
11413
11489
|
exports.PopularFilled = PopularFilled;
|
|
11490
|
+
exports.Privacy = Privacy;
|
|
11414
11491
|
exports.ProfessionalConsulting = ProfessionalConsulting;
|
|
11415
11492
|
exports.Protect = Protect;
|
|
11416
11493
|
exports.PublicChangelog = PublicChangelog;
|
package/package.json
CHANGED
package/umd/mcicons.js
CHANGED
|
@@ -10540,6 +10540,77 @@
|
|
|
10540
10540
|
size: '24'
|
|
10541
10541
|
};
|
|
10542
10542
|
|
|
10543
|
+
var _excluded$50 = ["color", "size"];
|
|
10544
|
+
|
|
10545
|
+
var Privacy = function Privacy(props) {
|
|
10546
|
+
var color = props.color,
|
|
10547
|
+
size = props.size,
|
|
10548
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
10549
|
+
|
|
10550
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10551
|
+
width: size,
|
|
10552
|
+
height: size,
|
|
10553
|
+
viewBox: "0 0 24 24",
|
|
10554
|
+
fill: "none",
|
|
10555
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10556
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10557
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10558
|
+
d: "M11.04 11.01H12.945V15.395H11.04V11.01Z",
|
|
10559
|
+
fill: color
|
|
10560
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10561
|
+
d: "M11.995 23.085L11.665 22.925C11.57 22.88 1.995 18.085 1.995 6.25002V5.50002H2.74499C8.79 5.50002 11.42 2.77002 11.445 2.74002L12 2.15002L12.55 2.74502C12.55 2.74502 15.205 5.50002 21.245 5.50002H21.995V6.25002C21.995 18.085 12.42 22.875 12.325 22.925L11.995 23.085ZM3.505 6.98502C3.84 16.27 10.41 20.51 11.99 21.4C13.57 20.51 20.145 16.27 20.475 6.98502C15.765 6.81502 13.07 5.12002 11.99 4.25502C10.91 5.12002 8.21 6.81502 3.505 6.98502Z",
|
|
10562
|
+
fill: color
|
|
10563
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10564
|
+
d: "M12 10C12.5523 10 13 9.55231 13 9.00002C13 8.44774 12.5523 8.00002 12 8.00002C11.4477 8.00002 11 8.44774 11 9.00002C11 9.55231 11.4477 10 12 10Z",
|
|
10565
|
+
fill: color
|
|
10566
|
+
}));
|
|
10567
|
+
};
|
|
10568
|
+
|
|
10569
|
+
Privacy.propTypes = {
|
|
10570
|
+
color: PropTypes.string,
|
|
10571
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10572
|
+
};
|
|
10573
|
+
Privacy.defaultProps = {
|
|
10574
|
+
color: 'currentColor',
|
|
10575
|
+
size: '24'
|
|
10576
|
+
};
|
|
10577
|
+
|
|
10578
|
+
var _excluded$51 = ["color", "size"];
|
|
10579
|
+
|
|
10580
|
+
var Location = function Location(props) {
|
|
10581
|
+
var color = props.color,
|
|
10582
|
+
size = props.size,
|
|
10583
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
10584
|
+
|
|
10585
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10586
|
+
width: size,
|
|
10587
|
+
height: size,
|
|
10588
|
+
viewBox: "0 0 24 24",
|
|
10589
|
+
fill: "none",
|
|
10590
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10591
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10592
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10593
|
+
fillRule: "evenodd",
|
|
10594
|
+
clipRule: "evenodd",
|
|
10595
|
+
d: "M15.0031 9C15.0031 10.6569 13.6599 12 12.0031 12C10.3462 12 9.00305 10.6569 9.00305 9C9.00305 7.34315 10.3462 6 12.0031 6C13.6599 6 15.0031 7.34315 15.0031 9ZM13.5031 9C13.5031 9.82843 12.8315 10.5 12.0031 10.5C11.1746 10.5 10.5031 9.82843 10.5031 9C10.5031 8.17157 11.1746 7.5 12.0031 7.5C12.8315 7.5 13.5031 8.17157 13.5031 9Z",
|
|
10596
|
+
fill: color
|
|
10597
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10598
|
+
fillRule: "evenodd",
|
|
10599
|
+
clipRule: "evenodd",
|
|
10600
|
+
d: "M12.0312 2L12.0157 2.00001L12.0002 2.00005C6.01756 2.01909 2.00684 7.51041 6.00016 13.5C8.22689 16.6811 10.0488 19.2551 11.0797 20.7068C11.6691 21.5368 12.0002 22 12.0002 22C12.0002 22 12.3311 21.5368 12.9205 20.7068C13.9513 19.2551 15.7733 16.6811 18 13.5C21.9933 7.51041 18.0138 2.01904 12.0312 2ZM6.54296 6.26055C7.48247 4.66342 9.47296 3.50477 12.0157 3.50001C14.5584 3.50477 16.5177 4.66342 17.4572 6.26055C18.367 7.80711 18.4877 10.0559 16.7611 12.6542C15.0173 15.1453 13.5227 17.2627 12.4636 18.758L11.9999 19.4117L11.5366 18.758C10.4774 17.2627 8.98285 15.1453 7.2391 12.6542C5.51243 10.0559 5.63319 7.80711 6.54296 6.26055Z",
|
|
10601
|
+
fill: color
|
|
10602
|
+
}));
|
|
10603
|
+
};
|
|
10604
|
+
|
|
10605
|
+
Location.propTypes = {
|
|
10606
|
+
color: PropTypes.string,
|
|
10607
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10608
|
+
};
|
|
10609
|
+
Location.defaultProps = {
|
|
10610
|
+
color: 'currentColor',
|
|
10611
|
+
size: '24'
|
|
10612
|
+
};
|
|
10613
|
+
|
|
10543
10614
|
exports.Action = Action;
|
|
10544
10615
|
exports.ActionMarkConversationAsDone = ActionMarkConversationAsDone;
|
|
10545
10616
|
exports.Activecampaign = Activecampaign;
|
|
@@ -10702,6 +10773,7 @@
|
|
|
10702
10773
|
exports.Klaviyo = Klaviyo;
|
|
10703
10774
|
exports.Link = Link;
|
|
10704
10775
|
exports.LiveChat = LiveChat;
|
|
10776
|
+
exports.Location = Location;
|
|
10705
10777
|
exports.Logout = Logout;
|
|
10706
10778
|
exports.Magento = Magento;
|
|
10707
10779
|
exports.MagicWand = MagicWand;
|
|
@@ -10771,6 +10843,7 @@
|
|
|
10771
10843
|
exports.Plus = Plus;
|
|
10772
10844
|
exports.Popular = Popular;
|
|
10773
10845
|
exports.PopularFilled = PopularFilled;
|
|
10846
|
+
exports.Privacy = Privacy;
|
|
10774
10847
|
exports.ProfessionalConsulting = ProfessionalConsulting;
|
|
10775
10848
|
exports.Protect = Protect;
|
|
10776
10849
|
exports.PublicChangelog = PublicChangelog;
|