@conveyorhq/arrow-ds 1.175.0 → 1.177.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.
Files changed (29) hide show
  1. package/package.json +1 -1
  2. package/public/components/Icon/Icon.d.ts +6 -0
  3. package/public/components/Icon/Icon.js +13 -1
  4. package/public/components/Icon/svg/BrandJira.d.ts +3 -0
  5. package/public/components/Icon/svg/BrandJira.js +15 -0
  6. package/public/components/Icon/svg/BrandSalesforce.d.ts +3 -0
  7. package/public/components/Icon/svg/BrandSalesforce.js +13 -0
  8. package/public/components/Icon/svg/index.d.ts +2 -0
  9. package/public/components/Icon/svg/index.js +2 -0
  10. package/public/components/IntegrationLogo/IntegrationLogo.d.ts +1 -1
  11. package/public/components/IntegrationLogo/IntegrationLogo.js +1 -0
  12. package/public/components/IntegrationLogo/IntegrationLogoSvg.js +2 -0
  13. package/public/components/IntegrationLogo/svg/index.d.ts +1 -0
  14. package/public/components/IntegrationLogo/svg/index.js +3 -1
  15. package/public/components/IntegrationLogo/svg/jira.js +11 -10
  16. package/public/components/IntegrationLogo/svg/microsoft-teams.d.ts +3 -0
  17. package/public/components/IntegrationLogo/svg/microsoft-teams.js +31 -0
  18. package/public/components/IntegrationLogo/svg/salesforce.js +1 -2
  19. package/src/components/Icon/Icon.tsx +18 -0
  20. package/src/components/Icon/svg/BrandJira.tsx +21 -0
  21. package/src/components/Icon/svg/BrandSalesforce.tsx +13 -0
  22. package/src/components/Icon/svg/index.ts +2 -0
  23. package/src/components/IntegrationLogo/IntegrationLogo.stories.mdx +88 -63
  24. package/src/components/IntegrationLogo/IntegrationLogo.tsx +1 -3
  25. package/src/components/IntegrationLogo/IntegrationLogoSvg.tsx +3 -0
  26. package/src/components/IntegrationLogo/svg/index.ts +1 -0
  27. package/src/components/IntegrationLogo/svg/jira.tsx +29 -27
  28. package/src/components/IntegrationLogo/svg/microsoft-teams.tsx +78 -0
  29. package/src/components/IntegrationLogo/svg/salesforce.tsx +0 -4
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@conveyorhq/arrow-ds",
3
3
  "author": "Conveyor",
4
4
  "license": "MIT",
5
- "version": "1.175.0",
5
+ "version": "1.177.0",
6
6
  "description": "Arrow Design System",
7
7
  "repository": "https://github.com/conveyor/arrow-ds",
8
8
  "publishConfig": {
@@ -7,7 +7,9 @@ export declare enum CUSTOM_ICON_TYPE {
7
7
  ARROW_TO_RIGHT = "arrow-to-right",
8
8
  BADGE_CHECK = "badge-check",
9
9
  BRAND_CONFLUENCE = "brand-confluence",
10
+ BRAND_JIRA = "brand-jira",
10
11
  BRAND_MICROSOFT_TEAMS = "brand-microsoft-teams",
12
+ BRAND_SALESFORCE = "brand-salesforce",
11
13
  COMMENT_ALT_CHECK = "comment-alt-check",
12
14
  CONVEYOR_LOGO = "conveyor-logo",
13
15
  DIALOG_CHECK = "dialog-check",
@@ -80,6 +82,7 @@ export declare enum ICON_TYPE {
80
82
  CROWN = "crown",
81
83
  COPY = "copy",
82
84
  DOOR_CLOSED = "door-closed",
85
+ DOOR_OPEN = "door-open",
83
86
  DUNGEON = "dungeon",
84
87
  EDIT = "edit",
85
88
  ELLIPSIS_H = "ellipsis-h",
@@ -107,7 +110,9 @@ export declare enum ICON_TYPE {
107
110
  FILL_DRIP = "fill-drip",
108
111
  FILTER = "filter",
109
112
  FLAG = "flag",
113
+ FLASK = "flask",
110
114
  FOLDER = "folder",
115
+ FOLDER_OPEN = "folder-open",
111
116
  FORWARD = "forward",
112
117
  GLOBE_AMERICAS = "globe-americas",
113
118
  GLOBE_EUROPE = "globe-europe",
@@ -206,6 +211,7 @@ export declare enum ICON_TYPE {
206
211
  VIDEO = "video",
207
212
  WRENCH = "wrench",
208
213
  PLUG = "plug",
214
+ MONEY_BILL = "money-bill",
209
215
  MONEY_BILL_WAVE = "money-bill-wave",
210
216
  MONEY_CHECK_ALT = "money-check-alt",
211
217
  CLOUD_SHOWERS_HEAVY = "cloud-showers-heavy",
@@ -102,6 +102,7 @@ const faCopy_1 = require("@fortawesome/free-solid-svg-icons/faCopy");
102
102
  const faCrosshairs_1 = require("@fortawesome/free-solid-svg-icons/faCrosshairs");
103
103
  const faCrown_1 = require("@fortawesome/free-solid-svg-icons/faCrown");
104
104
  const faDoorClosed_1 = require("@fortawesome/free-solid-svg-icons/faDoorClosed");
105
+ const faDoorOpen_1 = require("@fortawesome/free-solid-svg-icons/faDoorOpen");
105
106
  const faDungeon_1 = require("@fortawesome/free-solid-svg-icons/faDungeon");
106
107
  const faEdit_1 = require("@fortawesome/free-solid-svg-icons/faEdit");
107
108
  const faEllipsisH_1 = require("@fortawesome/free-solid-svg-icons/faEllipsisH");
@@ -130,7 +131,9 @@ const faFileSignature_1 = require("@fortawesome/free-solid-svg-icons/faFileSigna
130
131
  const faFillDrip_1 = require("@fortawesome/free-solid-svg-icons/faFillDrip");
131
132
  const faFilter_1 = require("@fortawesome/free-solid-svg-icons/faFilter");
132
133
  const faFlag_1 = require("@fortawesome/free-solid-svg-icons/faFlag");
134
+ const faFlask_1 = require("@fortawesome/free-solid-svg-icons/faFlask");
133
135
  const faFolder_1 = require("@fortawesome/free-solid-svg-icons/faFolder");
136
+ const faFolderOpen_1 = require("@fortawesome/free-solid-svg-icons/faFolderOpen");
134
137
  const faForward_1 = require("@fortawesome/free-solid-svg-icons/faForward");
135
138
  const faGlobeAmericas_1 = require("@fortawesome/free-solid-svg-icons/faGlobeAmericas");
136
139
  const faGlobeEurope_1 = require("@fortawesome/free-solid-svg-icons/faGlobeEurope");
@@ -159,6 +162,7 @@ const faMapMarkerAlt_1 = require("@fortawesome/free-solid-svg-icons/faMapMarkerA
159
162
  const faMapSigns_1 = require("@fortawesome/free-solid-svg-icons/faMapSigns");
160
163
  const faMeteor_1 = require("@fortawesome/free-solid-svg-icons/faMeteor");
161
164
  const faMinus_1 = require("@fortawesome/free-solid-svg-icons/faMinus");
165
+ const faMoneyBill_1 = require("@fortawesome/free-solid-svg-icons/faMoneyBill");
162
166
  const faMoneyBillWave_1 = require("@fortawesome/free-solid-svg-icons/faMoneyBillWave");
163
167
  const faMoneyCheckAlt_1 = require("@fortawesome/free-solid-svg-icons/faMoneyCheckAlt");
164
168
  const faMousePointer_1 = require("@fortawesome/free-solid-svg-icons/faMousePointer");
@@ -236,7 +240,7 @@ const types_1 = require("../../types");
236
240
  const utilities_1 = require("../../utilities");
237
241
  const ShieldCheck_1 = require("./svg/ShieldCheck");
238
242
  const cn = (0, utilities_1.bemHOF)("Icon");
239
- fontawesome_svg_core_1.library.add(faArchive_1.faArchive, faArrowDown_1.faArrowDown, faArrowLeft_1.faArrowLeft, faArrowRight_1.faArrowRight, faArrowsAlt_1.faArrowsAlt, faArrowUp_1.faArrowUp, faBackward_1.faBackward, faBalanceScale_1.faBalanceScale, faBan_1.faBan, faBandAid_1.faBandAid, faBars_1.faBars, faBatteryHalf_1.faBatteryHalf, faBed_1.faBed, faBell_1.faBell, faBell_2.faBell, faBellSlash_1.faBellSlash, faBellSlash_2.faBellSlash, faBiohazard_1.faBiohazard, faBirthdayCake_1.faBirthdayCake, faBolt_1.faBolt, faBook_1.faBook, faBroom_1.faBroom, faBug_1.faBug, faBullhorn_1.faBullhorn, faBullseye_1.faBullseye, faCalculator_1.faCalculator, faCalendar_1.faCalendar, faCamera_1.faCamera, faCaretDown_1.faCaretDown, faCaretLeft_1.faCaretLeft, faCaretRight_1.faCaretRight, faCaretUp_1.faCaretUp, faChartBar_1.faChartBar, faChartLine_1.faChartLine, faCheck_1.faCheck, faCheckCircle_2.faCheckCircle, faCheckCircle_1.faCheckCircle, faCheckSquare_1.faCheckSquare, faChevronDown_1.faChevronDown, faChevronLeft_1.faChevronLeft, faChevronRight_1.faChevronRight, faChevronUp_1.faChevronUp, faCircle_2.faCircle, faCircleNotch_1.faCircleNotch, faCircle_1.faCircle, faClipboard_1.faClipboard, faClock_1.faClock, faClock_2.faClock, faClone_1.faClone, faCloudDownloadAlt_1.faCloudDownloadAlt, faCloudShowersHeavy_1.faCloudShowersHeavy, faCloudUploadAlt_1.faCloudUploadAlt, faCog_1.faCog, faCoins_1.faCoins, faColumns_1.faColumns, faCommentAlt_1.faCommentAlt, faCompass_1.faCompass, faCompress_1.faCompress, faCompressArrowsAlt_1.faCompressArrowsAlt, faCopy_1.faCopy, faCrosshairs_1.faCrosshairs, faCrown_1.faCrown, faDoorClosed_1.faDoorClosed, faDungeon_1.faDungeon, faEdit_1.faEdit, faEllipsisH_1.faEllipsisH, faEllipsisV_1.faEllipsisV, faEnvelope_2.faEnvelope, faEnvelope_1.faEnvelope, faEnvelopeOpenText_1.faEnvelopeOpenText, faEraser_1.faEraser, faExchangeAlt_1.faExchangeAlt, faExclamation_1.faExclamation, faExclamationCircle_1.faExclamationCircle, faExclamationTriangle_1.faExclamationTriangle, faExpand_1.faExpand, faExpandArrowsAlt_1.faExpandArrowsAlt, faExternalLinkAlt_1.faExternalLinkAlt, faExternalLinkSquareAlt_1.faExternalLinkSquareAlt, faEye_1.faEye, faEyeSlash_1.faEyeSlash, faFastBackward_1.faFastBackward, faFastForward_1.faFastForward, faFile_1.faFile, faFileAlt_1.faFileAlt, faFileAlt_2.faFileAlt, faFileExport_1.faFileExport, faFileImport_1.faFileImport, faFileSignature_1.faFileSignature, faFillDrip_1.faFillDrip, faFilter_1.faFilter, faFlag_1.faFlag, faFolder_1.faFolder, faForward_1.faForward, faGlobeAmericas_1.faGlobeAmericas, faGlobeEurope_1.faGlobeEurope, faGripLines_1.faGripLines, faGripLinesVertical_1.faGripLinesVertical, faHandshake_1.faHandshake, faHashtag_1.faHashtag, faHeartBroken_1.faHeartBroken, faHighlighter_1.faHighlighter, faHistory_1.faHistory, faIdBadge_1.faIdBadge, faImage_1.faImage, faInfoCircle_1.faInfoCircle, faKey_1.faKey, faKeyboard_1.faKeyboard, faLaptop_1.faLaptop, faLayerGroup_1.faLayerGroup, faLevelUpAlt_1.faLevelUpAlt, faLifeRing_1.faLifeRing, faLink_1.faLink, faListOl_1.faListOl, faListUl_1.faListUl, faLock_1.faLock, faLongArrowAltRight_1.faLongArrowAltRight, faMagic_1.faMagic, faMapMarkerAlt_1.faMapMarkerAlt, faMapSigns_1.faMapSigns, faMeteor_1.faMeteor, faMinus_1.faMinus, faMoneyBillWave_1.faMoneyBillWave, faMoneyCheckAlt_1.faMoneyCheckAlt, faMousePointer_1.faMousePointer, faPalette_1.faPalette, faPaperclip_1.faPaperclip, faPaperPlane_1.faPaperPlane, faPaste_1.faPaste, faPause_1.faPause, faPen_1.faPen, faPencilRuler_1.faPencilRuler, faPlay_1.faPlay, faPlug_1.faPlug, faPlus_1.faPlus, faPlusCircle_1.faPlusCircle, faPooStorm_1.faPooStorm, faQuestion_1.faQuestion, faQuestionCircle_2.faQuestionCircle, faQuestionCircle_1.faQuestionCircle, faRandom_1.faRandom, faRedo_1.faRedo, faReply_1.faReply, faRobot_1.faRobot, faRocket_1.faRocket, faSave_1.faSave, faScroll_1.faScroll, faSearch_1.faSearch, faSearchPlus_1.faSearchPlus, faSeedling_1.faSeedling, faServer_1.faServer, faShare_1.faShare, faShareAlt_1.faShareAlt, faShieldAlt_1.faShieldAlt, faSignal_1.faSignal, faSignature_1.faSignature, faSignOutAlt_1.faSignOutAlt, faSitemap_1.faSitemap, faSkull_1.faSkull, faSlidersH_1.faSlidersH, faSort_1.faSort, faSortDown_1.faSortDown, faSortUp_1.faSortUp, faSpinner_1.faSpinner, faSquare_1.faSquare, faStamp_1.faStamp, faStar_1.faStar, faStar_2.faStar, faSuitcaseRolling_1.faSuitcaseRolling, faSync_1.faSync, faTable_1.faTable, faTasks_1.faTasks, faThLarge_1.faThLarge, faThumbsDown_1.faThumbsDown, faThumbsDown_2.faThumbsDown, faThumbsUp_1.faThumbsUp, faThumbsUp_2.faThumbsUp, faTicketAlt_1.faTicketAlt, faTimes_1.faTimes, faTimesCircle_1.faTimesCircle, faTimesCircle_2.faTimesCircle, faTools_1.faTools, faTrash_1.faTrash, faUndo_1.faUndo, faUnlink_1.faUnlink, faUnlock_1.faUnlock, faUser_2.faUser, faUserAstronaut_1.faUserAstronaut, faUserFriends_1.faUserFriends, faUserLock_1.faUserLock, faUserPlus_1.faUserPlus, faUser_1.faUser, faUsers_1.faUsers, faUserSecret_1.faUserSecret, faUserShield_1.faUserShield, faVial_1.faVial, faVideo_1.faVideo, faWrench_1.faWrench, faAward_1.faAward);
243
+ fontawesome_svg_core_1.library.add(faArchive_1.faArchive, faArrowDown_1.faArrowDown, faArrowLeft_1.faArrowLeft, faArrowRight_1.faArrowRight, faArrowsAlt_1.faArrowsAlt, faArrowUp_1.faArrowUp, faBackward_1.faBackward, faBalanceScale_1.faBalanceScale, faBan_1.faBan, faBandAid_1.faBandAid, faBars_1.faBars, faBatteryHalf_1.faBatteryHalf, faBed_1.faBed, faBell_1.faBell, faBell_2.faBell, faBellSlash_1.faBellSlash, faBellSlash_2.faBellSlash, faBiohazard_1.faBiohazard, faBirthdayCake_1.faBirthdayCake, faBolt_1.faBolt, faBook_1.faBook, faBroom_1.faBroom, faBug_1.faBug, faBullhorn_1.faBullhorn, faBullseye_1.faBullseye, faCalculator_1.faCalculator, faCalendar_1.faCalendar, faCamera_1.faCamera, faCaretDown_1.faCaretDown, faCaretLeft_1.faCaretLeft, faCaretRight_1.faCaretRight, faCaretUp_1.faCaretUp, faChartBar_1.faChartBar, faChartLine_1.faChartLine, faCheck_1.faCheck, faCheckCircle_2.faCheckCircle, faCheckCircle_1.faCheckCircle, faCheckSquare_1.faCheckSquare, faChevronDown_1.faChevronDown, faChevronLeft_1.faChevronLeft, faChevronRight_1.faChevronRight, faChevronUp_1.faChevronUp, faCircle_2.faCircle, faCircleNotch_1.faCircleNotch, faCircle_1.faCircle, faClipboard_1.faClipboard, faClock_1.faClock, faClock_2.faClock, faClone_1.faClone, faCloudDownloadAlt_1.faCloudDownloadAlt, faCloudShowersHeavy_1.faCloudShowersHeavy, faCloudUploadAlt_1.faCloudUploadAlt, faCog_1.faCog, faCoins_1.faCoins, faColumns_1.faColumns, faCommentAlt_1.faCommentAlt, faCompass_1.faCompass, faCompress_1.faCompress, faCompressArrowsAlt_1.faCompressArrowsAlt, faCopy_1.faCopy, faCrosshairs_1.faCrosshairs, faCrown_1.faCrown, faDoorClosed_1.faDoorClosed, faDoorOpen_1.faDoorOpen, faDungeon_1.faDungeon, faEdit_1.faEdit, faEllipsisH_1.faEllipsisH, faEllipsisV_1.faEllipsisV, faEnvelope_2.faEnvelope, faEnvelope_1.faEnvelope, faEnvelopeOpenText_1.faEnvelopeOpenText, faEraser_1.faEraser, faExchangeAlt_1.faExchangeAlt, faExclamation_1.faExclamation, faExclamationCircle_1.faExclamationCircle, faExclamationTriangle_1.faExclamationTriangle, faExpand_1.faExpand, faExpandArrowsAlt_1.faExpandArrowsAlt, faExternalLinkAlt_1.faExternalLinkAlt, faExternalLinkSquareAlt_1.faExternalLinkSquareAlt, faEye_1.faEye, faEyeSlash_1.faEyeSlash, faFastBackward_1.faFastBackward, faFastForward_1.faFastForward, faFile_1.faFile, faFileAlt_1.faFileAlt, faFileAlt_2.faFileAlt, faFileExport_1.faFileExport, faFileImport_1.faFileImport, faFileSignature_1.faFileSignature, faFillDrip_1.faFillDrip, faFilter_1.faFilter, faFlag_1.faFlag, faFlask_1.faFlask, faFolder_1.faFolder, faFolderOpen_1.faFolderOpen, faForward_1.faForward, faGlobeAmericas_1.faGlobeAmericas, faGlobeEurope_1.faGlobeEurope, faGripLines_1.faGripLines, faGripLinesVertical_1.faGripLinesVertical, faHandshake_1.faHandshake, faHashtag_1.faHashtag, faHeartBroken_1.faHeartBroken, faHighlighter_1.faHighlighter, faHistory_1.faHistory, faIdBadge_1.faIdBadge, faImage_1.faImage, faInfoCircle_1.faInfoCircle, faKey_1.faKey, faKeyboard_1.faKeyboard, faLaptop_1.faLaptop, faLayerGroup_1.faLayerGroup, faLevelUpAlt_1.faLevelUpAlt, faLifeRing_1.faLifeRing, faLink_1.faLink, faListOl_1.faListOl, faListUl_1.faListUl, faLock_1.faLock, faLongArrowAltRight_1.faLongArrowAltRight, faMagic_1.faMagic, faMapMarkerAlt_1.faMapMarkerAlt, faMapSigns_1.faMapSigns, faMeteor_1.faMeteor, faMinus_1.faMinus, faMoneyBill_1.faMoneyBill, faMoneyBillWave_1.faMoneyBillWave, faMoneyCheckAlt_1.faMoneyCheckAlt, faMousePointer_1.faMousePointer, faPalette_1.faPalette, faPaperclip_1.faPaperclip, faPaperPlane_1.faPaperPlane, faPaste_1.faPaste, faPause_1.faPause, faPen_1.faPen, faPencilRuler_1.faPencilRuler, faPlay_1.faPlay, faPlug_1.faPlug, faPlus_1.faPlus, faPlusCircle_1.faPlusCircle, faPooStorm_1.faPooStorm, faQuestion_1.faQuestion, faQuestionCircle_2.faQuestionCircle, faQuestionCircle_1.faQuestionCircle, faRandom_1.faRandom, faRedo_1.faRedo, faReply_1.faReply, faRobot_1.faRobot, faRocket_1.faRocket, faSave_1.faSave, faScroll_1.faScroll, faSearch_1.faSearch, faSearchPlus_1.faSearchPlus, faSeedling_1.faSeedling, faServer_1.faServer, faShare_1.faShare, faShareAlt_1.faShareAlt, faShieldAlt_1.faShieldAlt, faSignal_1.faSignal, faSignature_1.faSignature, faSignOutAlt_1.faSignOutAlt, faSitemap_1.faSitemap, faSkull_1.faSkull, faSlidersH_1.faSlidersH, faSort_1.faSort, faSortDown_1.faSortDown, faSortUp_1.faSortUp, faSpinner_1.faSpinner, faSquare_1.faSquare, faStamp_1.faStamp, faStar_1.faStar, faStar_2.faStar, faSuitcaseRolling_1.faSuitcaseRolling, faSync_1.faSync, faTable_1.faTable, faTasks_1.faTasks, faThLarge_1.faThLarge, faThumbsDown_1.faThumbsDown, faThumbsDown_2.faThumbsDown, faThumbsUp_1.faThumbsUp, faThumbsUp_2.faThumbsUp, faTicketAlt_1.faTicketAlt, faTimes_1.faTimes, faTimesCircle_1.faTimesCircle, faTimesCircle_2.faTimesCircle, faTools_1.faTools, faTrash_1.faTrash, faUndo_1.faUndo, faUnlink_1.faUnlink, faUnlock_1.faUnlock, faUser_2.faUser, faUserAstronaut_1.faUserAstronaut, faUserFriends_1.faUserFriends, faUserLock_1.faUserLock, faUserPlus_1.faUserPlus, faUser_1.faUser, faUsers_1.faUsers, faUserSecret_1.faUserSecret, faUserShield_1.faUserShield, faVial_1.faVial, faVideo_1.faVideo, faWrench_1.faWrench, faAward_1.faAward);
240
244
  var CUSTOM_ICON_TYPE;
241
245
  (function (CUSTOM_ICON_TYPE) {
242
246
  CUSTOM_ICON_TYPE["ARROW_TO_BOTTOM"] = "arrow-to-bottom";
@@ -244,7 +248,9 @@ var CUSTOM_ICON_TYPE;
244
248
  CUSTOM_ICON_TYPE["ARROW_TO_RIGHT"] = "arrow-to-right";
245
249
  CUSTOM_ICON_TYPE["BADGE_CHECK"] = "badge-check";
246
250
  CUSTOM_ICON_TYPE["BRAND_CONFLUENCE"] = "brand-confluence";
251
+ CUSTOM_ICON_TYPE["BRAND_JIRA"] = "brand-jira";
247
252
  CUSTOM_ICON_TYPE["BRAND_MICROSOFT_TEAMS"] = "brand-microsoft-teams";
253
+ CUSTOM_ICON_TYPE["BRAND_SALESFORCE"] = "brand-salesforce";
248
254
  CUSTOM_ICON_TYPE["COMMENT_ALT_CHECK"] = "comment-alt-check";
249
255
  CUSTOM_ICON_TYPE["CONVEYOR_LOGO"] = "conveyor-logo";
250
256
  CUSTOM_ICON_TYPE["DIALOG_CHECK"] = "dialog-check";
@@ -265,7 +271,9 @@ const CustomIcons = {
265
271
  [CUSTOM_ICON_TYPE.ARROW_TO_RIGHT]: svg_1.ArrowToRight,
266
272
  [CUSTOM_ICON_TYPE.BADGE_CHECK]: svg_1.BadgeCheck,
267
273
  [CUSTOM_ICON_TYPE.BRAND_CONFLUENCE]: svg_1.BrandConfluenceIcon,
274
+ [CUSTOM_ICON_TYPE.BRAND_JIRA]: svg_1.BrandJira,
268
275
  [CUSTOM_ICON_TYPE.BRAND_MICROSOFT_TEAMS]: svg_1.BrandMicrosoftTeams,
276
+ [CUSTOM_ICON_TYPE.BRAND_SALESFORCE]: svg_1.BrandSalesforce,
269
277
  [CUSTOM_ICON_TYPE.COMMENT_ALT_CHECK]: svg_1.CommentAltCheck,
270
278
  [CUSTOM_ICON_TYPE.CONVEYOR_LOGO]: svg_1.ConveyorLogoIcon,
271
279
  [CUSTOM_ICON_TYPE.DIALOG_CHECK]: svg_1.DialogCheck,
@@ -339,6 +347,7 @@ var ICON_TYPE;
339
347
  ICON_TYPE["CROWN"] = "crown";
340
348
  ICON_TYPE["COPY"] = "copy";
341
349
  ICON_TYPE["DOOR_CLOSED"] = "door-closed";
350
+ ICON_TYPE["DOOR_OPEN"] = "door-open";
342
351
  ICON_TYPE["DUNGEON"] = "dungeon";
343
352
  ICON_TYPE["EDIT"] = "edit";
344
353
  ICON_TYPE["ELLIPSIS_H"] = "ellipsis-h";
@@ -366,7 +375,9 @@ var ICON_TYPE;
366
375
  ICON_TYPE["FILL_DRIP"] = "fill-drip";
367
376
  ICON_TYPE["FILTER"] = "filter";
368
377
  ICON_TYPE["FLAG"] = "flag";
378
+ ICON_TYPE["FLASK"] = "flask";
369
379
  ICON_TYPE["FOLDER"] = "folder";
380
+ ICON_TYPE["FOLDER_OPEN"] = "folder-open";
370
381
  ICON_TYPE["FORWARD"] = "forward";
371
382
  ICON_TYPE["GLOBE_AMERICAS"] = "globe-americas";
372
383
  ICON_TYPE["GLOBE_EUROPE"] = "globe-europe";
@@ -465,6 +476,7 @@ var ICON_TYPE;
465
476
  ICON_TYPE["VIDEO"] = "video";
466
477
  ICON_TYPE["WRENCH"] = "wrench";
467
478
  ICON_TYPE["PLUG"] = "plug";
479
+ ICON_TYPE["MONEY_BILL"] = "money-bill";
468
480
  ICON_TYPE["MONEY_BILL_WAVE"] = "money-bill-wave";
469
481
  ICON_TYPE["MONEY_CHECK_ALT"] = "money-check-alt";
470
482
  ICON_TYPE["CLOUD_SHOWERS_HEAVY"] = "cloud-showers-heavy";
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgProps } from "../../Svg";
3
+ export declare const BrandJira: (props: SvgProps) => React.JSX.Element;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.BrandJira = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const Svg_1 = require("../../Svg");
9
+ const BrandJira = (props) => {
10
+ return (react_1.default.createElement(Svg_1.Svg, { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", ...props },
11
+ react_1.default.createElement("path", { fill: "currentColor", d: "M15.3309 0H7.62695C7.62695 0.922335 7.99335 1.80689 8.64554 2.45908C9.29773 3.11127 10.1823 3.47767 11.1046 3.47767H12.5238V4.84788C12.525 6.7668 14.0803 8.3221 15.9992 8.32336V0.668315C15.9992 0.299319 15.7001 0 15.3309 0Z" }),
12
+ react_1.default.createElement("path", { fill: "currentColor", d: "M11.5183 3.83984H3.81445C3.81564 5.75876 5.37089 7.31407 7.28987 7.31532H8.70902V8.68992C8.71146 10.6088 10.2678 12.1631 12.1867 12.1631V4.50828C12.1867 4.13916 11.8874 3.83984 11.5183 3.83984Z" }),
13
+ react_1.default.createElement("path", { fill: "currentColor", d: "M7.70392 7.67578H0C0 9.59645 1.55706 11.1534 3.47767 11.1534H4.90127V12.5236C4.90252 14.4408 6.45507 15.9954 8.37229 15.999V8.34416C8.37229 7.97504 8.07304 7.67578 7.70392 7.67578Z" })));
14
+ };
15
+ exports.BrandJira = BrandJira;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgProps } from "../../Svg";
3
+ export declare const BrandSalesforce: (props: SvgProps) => React.JSX.Element;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.BrandSalesforce = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const Svg_1 = require("../../Svg");
9
+ const BrandSalesforce = (props) => {
10
+ return (react_1.default.createElement(Svg_1.Svg, { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", ...props },
11
+ react_1.default.createElement("path", { fill: "currentColor", d: "M13.31 7.2c1.034-1.071 2.475-1.748 4.063-1.748 2.118 0 3.952 1.182 4.937 2.93 0.849-0.382 1.798-0.591 2.795-0.591 3.817 0 6.895 3.115 6.895 6.957s-3.090 6.957-6.895 6.957c-0.468 0-0.923-0.049-1.354-0.136-0.862 1.539-2.512 2.586-4.408 2.586-0.788 0-1.539-0.185-2.204-0.505-0.874 2.056-2.918 3.509-5.294 3.509-2.475 0-4.593-1.564-5.405-3.768-0.357 0.074-0.726 0.111-1.096 0.111-2.955 0-5.344-2.413-5.344-5.405 0-1.995 1.071-3.743 2.672-4.679-0.332-0.751-0.517-1.588-0.517-2.475-0.012-3.411 2.783-6.193 6.205-6.193 2.019 0 3.817 0.96 4.95 2.45z" })));
12
+ };
13
+ exports.BrandSalesforce = BrandSalesforce;
@@ -3,7 +3,9 @@ export * from "./ArrowToLeft";
3
3
  export * from "./ArrowToRight";
4
4
  export * from "./BadgeCheck";
5
5
  export * from "./BrandConfluenceIcon";
6
+ export * from "./BrandJira";
6
7
  export * from "./BrandMicrosoftTeams";
8
+ export * from "./BrandSalesforce";
7
9
  export * from "./CommentAltCheck";
8
10
  export * from "./ConveyorLogoIcon";
9
11
  export * from "./DialogCheck";
@@ -19,7 +19,9 @@ __exportStar(require("./ArrowToLeft"), exports);
19
19
  __exportStar(require("./ArrowToRight"), exports);
20
20
  __exportStar(require("./BadgeCheck"), exports);
21
21
  __exportStar(require("./BrandConfluenceIcon"), exports);
22
+ __exportStar(require("./BrandJira"), exports);
22
23
  __exportStar(require("./BrandMicrosoftTeams"), exports);
24
+ __exportStar(require("./BrandSalesforce"), exports);
23
25
  __exportStar(require("./CommentAltCheck"), exports);
24
26
  __exportStar(require("./ConveyorLogoIcon"), exports);
25
27
  __exportStar(require("./DialogCheck"), exports);
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { SvgProps } from "../Svg";
3
- export declare const integrationLogoNames: readonly ["addigy", "aws", "bamboohr", "bitbucket", "conveyor", "deploy", "docusign", "events-api", "gcp", "github", "gitlab", "gsuite", "jamf", "jira", "jumpcloud", "okta", "onelogin", "service_now", "salesforce", "slack", "zoom"];
3
+ export declare const integrationLogoNames: readonly ["addigy", "aws", "bamboohr", "bitbucket", "conveyor", "deploy", "docusign", "events-api", "gcp", "github", "gitlab", "gsuite", "jamf", "jira", "jumpcloud", "microsoft-teams", "okta", "onelogin", "service_now", "salesforce", "slack", "zoom"];
4
4
  export type IntegrationLogoName = typeof integrationLogoNames[number];
5
5
  export interface IntegrationLogoProps extends SvgProps {
6
6
  logo?: IntegrationLogoName | string;
@@ -22,6 +22,7 @@ exports.integrationLogoNames = [
22
22
  "jamf",
23
23
  "jira",
24
24
  "jumpcloud",
25
+ "microsoft-teams",
25
26
  "okta",
26
27
  "onelogin",
27
28
  "service_now",
@@ -37,6 +37,8 @@ const IntegrationLogoSvg = ({ logo, ...rest }) => {
37
37
  return react_1.default.createElement(svg_1.JiraSvg, { ...rest });
38
38
  case "jumpcloud":
39
39
  return react_1.default.createElement(svg_1.JumpcloudSvg, { ...rest });
40
+ case "microsoft-teams":
41
+ return react_1.default.createElement(svg_1.MicrosoftTeamsSvg, { ...rest });
40
42
  case "okta":
41
43
  return react_1.default.createElement(svg_1.OktaSvg, { ...rest });
42
44
  case "onelogin":
@@ -14,6 +14,7 @@ export { GsuiteSvg } from "./gsuite";
14
14
  export { JamfSvg } from "./jamf";
15
15
  export { JiraSvg } from "./jira";
16
16
  export { JumpcloudSvg } from "./jumpcloud";
17
+ export { MicrosoftTeamsSvg } from "./microsoft-teams";
17
18
  export { OktaSvg } from "./okta";
18
19
  export { OneLoginSvg } from "./onelogin";
19
20
  export { ServiceNowSvg } from "./servicenow";
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.ZoomSvg = exports.SlackSvg = exports.SalesforceSvg = exports.ServiceNowSvg = exports.OneLoginSvg = exports.OktaSvg = exports.JumpcloudSvg = exports.JiraSvg = exports.JamfSvg = exports.GsuiteSvg = exports.GitlabSvg = exports.GithubSvg = exports.GcpSvg = exports.EventsAPI = exports.DocuSignSvg = exports.DeploySvg = exports.DefaultSvg = exports.ConveyorSvg = exports.BitbucketSvg = exports.BambooHrSvg = exports.AwsSvg = exports.AddigySvg = void 0;
17
+ exports.ZoomSvg = exports.SlackSvg = exports.SalesforceSvg = exports.ServiceNowSvg = exports.OneLoginSvg = exports.OktaSvg = exports.MicrosoftTeamsSvg = exports.JumpcloudSvg = exports.JiraSvg = exports.JamfSvg = exports.GsuiteSvg = exports.GitlabSvg = exports.GithubSvg = exports.GcpSvg = exports.EventsAPI = exports.DocuSignSvg = exports.DeploySvg = exports.DefaultSvg = exports.ConveyorSvg = exports.BitbucketSvg = exports.BambooHrSvg = exports.AwsSvg = exports.AddigySvg = void 0;
18
18
  var addigy_1 = require("./addigy");
19
19
  Object.defineProperty(exports, "AddigySvg", { enumerable: true, get: function () { return addigy_1.AddigySvg; } });
20
20
  var aws_1 = require("./aws");
@@ -47,6 +47,8 @@ var jira_1 = require("./jira");
47
47
  Object.defineProperty(exports, "JiraSvg", { enumerable: true, get: function () { return jira_1.JiraSvg; } });
48
48
  var jumpcloud_1 = require("./jumpcloud");
49
49
  Object.defineProperty(exports, "JumpcloudSvg", { enumerable: true, get: function () { return jumpcloud_1.JumpcloudSvg; } });
50
+ var microsoft_teams_1 = require("./microsoft-teams");
51
+ Object.defineProperty(exports, "MicrosoftTeamsSvg", { enumerable: true, get: function () { return microsoft_teams_1.MicrosoftTeamsSvg; } });
50
52
  var okta_1 = require("./okta");
51
53
  Object.defineProperty(exports, "OktaSvg", { enumerable: true, get: function () { return okta_1.OktaSvg; } });
52
54
  var onelogin_1 = require("./onelogin");
@@ -6,16 +6,17 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.JiraSvg = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
8
  const wrapper_1 = require("./wrapper");
9
- const JiraSvg = ({ color, square, ...rest }) => (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, { viewBox: "0 0 32 32", ...rest },
9
+ const JiraSvg = ({ color, square, ...rest }) => (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, { viewBox: "0 0 16 16", ...rest },
10
10
  react_1.default.createElement("title", null, "Jira integration logo"),
11
- react_1.default.createElement("path", { d: "M31.1047 15.1045L17.3349 1.33474L16.0001 0L5.63475 10.3654L0.895579 15.1045C0.658281 15.3421 0.524994 15.6642 0.524994 16C0.524994 16.3358 0.658281 16.6579 0.895579 16.8955L10.3655 26.3654L16.0001 32L26.3655 21.6346L26.526 21.4741L31.1047 16.8955C31.342 16.6579 31.4752 16.3358 31.4752 16C31.4752 15.6642 31.342 15.3421 31.1047 15.1045V15.1045ZM16.0001 20.7307L11.2694 16L16.0001 11.2693L20.7308 16L16.0001 20.7307Z", fill: color || "#2684ff" }),
12
- react_1.default.createElement("path", { d: "M16.0001 11.2693C14.5122 9.78121 13.6736 7.7649 13.6672 5.6606C13.6609 3.55631 14.4874 1.53499 15.9663 0.0380096L5.61362 10.3865L11.2483 16.0211L16.0001 11.2693Z", fill: color || "url(#jira_paint0_linear)" }),
13
- react_1.default.createElement("path", { d: "M20.7435 15.9873L16.0001 20.7307C16.7404 21.4705 17.3276 22.3489 17.7282 23.3157C18.1288 24.2825 18.335 25.3188 18.335 26.3654C18.335 27.4119 18.1288 28.4482 17.7282 29.415C17.3276 30.3818 16.7404 31.2602 16.0001 32V32L26.3782 21.622L20.7435 15.9873Z", fill: color || "url(#jira_paint1_linear)" }),
11
+ react_1.default.createElement("g", null,
12
+ react_1.default.createElement("path", { d: "M15.3309 0H7.62695C7.62695 0.922335 7.99335 1.80689 8.64554 2.45908C9.29773 3.11127 10.1823 3.47767 11.1046 3.47767H12.5238V4.84788C12.525 6.7668 14.0803 8.3221 15.9992 8.32336V0.668315C15.9992 0.299319 15.7001 0 15.3309 0Z", fill: "#2684FF" }),
13
+ react_1.default.createElement("path", { d: "M11.5183 3.83984H3.81445C3.81564 5.75876 5.37089 7.31407 7.28987 7.31532H8.70902V8.68992C8.71146 10.6088 10.2678 12.1631 12.1867 12.1631V4.50828C12.1867 4.13916 11.8874 3.83984 11.5183 3.83984Z", fill: "url(#paint0_linear_729_4228)" }),
14
+ react_1.default.createElement("path", { d: "M7.70392 7.67578H0C0 9.59645 1.55706 11.1534 3.47767 11.1534H4.90127V12.5236C4.90252 14.4408 6.45507 15.9954 8.37229 15.999V8.34416C8.37229 7.97504 8.07304 7.67578 7.70392 7.67578Z", fill: "url(#paint1_linear_729_4228)" })),
14
15
  react_1.default.createElement("defs", null,
15
- react_1.default.createElement("linearGradient", { id: "jira_paint0_linear", x1: "15.1553", y1: "6.48363", x2: "8.5492", y2: "13.0897", gradientUnits: "userSpaceOnUse" },
16
- react_1.default.createElement("stop", { offset: "0.18", stopColor: "#0052cc" }),
17
- react_1.default.createElement("stop", { offset: "1", stopColor: "#2684ff" })),
18
- react_1.default.createElement("linearGradient", { id: "jira_paint1_linear", x1: "418.46", y1: "981.231", x2: "646.623", y2: "833.356", gradientUnits: "userSpaceOnUse" },
19
- react_1.default.createElement("stop", { offset: "0.18", stopColor: "#0052cc" }),
20
- react_1.default.createElement("stop", { offset: "1", stopColor: "#2684ff" })))));
16
+ react_1.default.createElement("linearGradient", { id: "paint0_linear_729_4228", x1: "2099.36", y1: "7.67182", x2: "1268.26", y2: "978.928", gradientUnits: "userSpaceOnUse" },
17
+ react_1.default.createElement("stop", { offset: "0.18", stopColor: "#0052CC" }),
18
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#2684FF" })),
19
+ react_1.default.createElement("linearGradient", { id: "paint1_linear_729_4228", x1: "2151.86", y1: "18.5052", x2: "1190.5", y2: "1077.84", gradientUnits: "userSpaceOnUse" },
20
+ react_1.default.createElement("stop", { offset: "0.18", stopColor: "#0052CC" }),
21
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#2684FF" })))));
21
22
  exports.JiraSvg = JiraSvg;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgLogoProps } from "./wrapper";
3
+ export declare const MicrosoftTeamsSvg: ({ color, square, ...rest }: SvgLogoProps) => React.JSX.Element;
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.MicrosoftTeamsSvg = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const wrapper_1 = require("./wrapper");
9
+ const MicrosoftTeamsSvg = ({ color, square, ...rest }) => {
10
+ return (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, { viewBox: "0 0 2228.833 2073.333", ...rest },
11
+ react_1.default.createElement("title", null, "Microsoft Teams integration logo"),
12
+ react_1.default.createElement("path", { fill: color || "#5059c9", d: "M1554.637,777.5h575.713c54.391,0,98.483,44.092,98.483,98.483c0,0,0,0,0,0v524.398\tc0,199.901-162.051,361.952-361.952,361.952h0h-1.711c-199.901,0.028-361.975-162-362.004-361.901c0-0.017,0-0.034,0-0.052V828.971\tC1503.167,800.544,1526.211,777.5,1554.637,777.5L1554.637,777.5z" }),
13
+ react_1.default.createElement("circle", { fill: color || "#5059c9", cx: "1943.75", cy: "440.583", r: "233.25" }),
14
+ react_1.default.createElement("circle", { fill: color || "#7b83eb", cx: "1218.083", cy: "336.917", r: "336.917" }),
15
+ react_1.default.createElement("path", { fill: color || "#7b83eb", d: "M1667.323,777.5H717.01c-53.743,1.33-96.257,45.931-95.01,99.676v598.105\tc-7.505,322.519,247.657,590.16,570.167,598.053c322.51-7.893,577.671-275.534,570.167-598.053V877.176\tC1763.579,823.431,1721.066,778.83,1667.323,777.5z" }),
16
+ react_1.default.createElement("path", { opacity: ".1", d: "M1244,777.5v838.145c-0.258,38.435-23.549,72.964-59.09,87.598\tc-11.316,4.787-23.478,7.254-35.765,7.257H667.613c-6.738-17.105-12.958-34.21-18.142-51.833\tc-18.144-59.477-27.402-121.307-27.472-183.49V877.02c-1.246-53.659,41.198-98.19,94.855-99.52H1244z" }),
17
+ react_1.default.createElement("path", { opacity: ".2", d: "M1192.167,777.5v889.978c-0.002,12.287-2.47,24.449-7.257,35.765\tc-14.634,35.541-49.163,58.833-87.598,59.09H691.975c-8.812-17.105-17.105-34.21-24.362-51.833\tc-7.257-17.623-12.958-34.21-18.142-51.833c-18.144-59.476-27.402-121.307-27.472-183.49V877.02\tc-1.246-53.659,41.198-98.19,94.855-99.52H1192.167z" }),
18
+ react_1.default.createElement("path", { opacity: ".2", d: "M1192.167,777.5v786.312c-0.395,52.223-42.632,94.46-94.855,94.855h-447.84\tc-18.144-59.476-27.402-121.307-27.472-183.49V877.02c-1.246-53.659,41.198-98.19,94.855-99.52H1192.167z" }),
19
+ react_1.default.createElement("path", { opacity: ".2", d: "M1140.333,777.5v786.312c-0.395,52.223-42.632,94.46-94.855,94.855H649.472\tc-18.144-59.476-27.402-121.307-27.472-183.49V877.02c-1.246-53.659,41.198-98.19,94.855-99.52H1140.333z" }),
20
+ react_1.default.createElement("path", { opacity: ".1", d: "M1244,509.522v163.275c-8.812,0.518-17.105,1.037-25.917,1.037\tc-8.812,0-17.105-0.518-25.917-1.037c-17.496-1.161-34.848-3.937-51.833-8.293c-104.963-24.857-191.679-98.469-233.25-198.003\tc-7.153-16.715-12.706-34.071-16.587-51.833h258.648C1201.449,414.866,1243.801,457.217,1244,509.522z" }),
21
+ react_1.default.createElement("path", { opacity: ".2", d: "M1192.167,561.355v111.442c-17.496-1.161-34.848-3.937-51.833-8.293\tc-104.963-24.857-191.679-98.469-233.25-198.003h190.228C1149.616,466.699,1191.968,509.051,1192.167,561.355z" }),
22
+ react_1.default.createElement("path", { opacity: ".2", d: "M1192.167,561.355v111.442c-17.496-1.161-34.848-3.937-51.833-8.293\tc-104.963-24.857-191.679-98.469-233.25-198.003h190.228C1149.616,466.699,1191.968,509.051,1192.167,561.355z" }),
23
+ react_1.default.createElement("path", { opacity: ".2", d: "M1140.333,561.355v103.148c-104.963-24.857-191.679-98.469-233.25-198.003\th138.395C1097.783,466.699,1140.134,509.051,1140.333,561.355z" }),
24
+ react_1.default.createElement("linearGradient", { id: "a", gradientUnits: "userSpaceOnUse", x1: "198.099", y1: "1683.0726", x2: "942.2344", y2: "394.2607", gradientTransform: "matrix(1 0 0 -1 0 2075.3333)" },
25
+ react_1.default.createElement("stop", { offset: "0", stopColor: "#5a62c3" }),
26
+ react_1.default.createElement("stop", { offset: ".5", stopColor: "#4d55bd" }),
27
+ react_1.default.createElement("stop", { offset: "1", stopColor: "#3940ab" })),
28
+ react_1.default.createElement("path", { fill: color || "url(#a)", d: "M95.01,466.5h950.312c52.473,0,95.01,42.538,95.01,95.01v950.312c0,52.473-42.538,95.01-95.01,95.01\tH95.01c-52.473,0-95.01-42.538-95.01-95.01V561.51C0,509.038,42.538,466.5,95.01,466.5z" }),
29
+ react_1.default.createElement("path", { fill: "#fff", d: "M820.211,828.193H630.241v517.297H509.211V828.193H320.123V727.844h500.088V828.193z" })));
30
+ };
31
+ exports.MicrosoftTeamsSvg = MicrosoftTeamsSvg;
@@ -9,8 +9,7 @@ const wrapper_1 = require("./wrapper");
9
9
  const SalesforceSvg = ({ color = "#00a1e0", square, ...rest }) => {
10
10
  const viewBox = square ? "0 0 32 32" : "0 0 46 32";
11
11
  const path = square ? (react_1.default.createElement(react_1.default.Fragment, null,
12
- react_1.default.createElement("path", { fill: color, d: "M13.31 7.2c1.034-1.071 2.475-1.748 4.063-1.748 2.118 0 3.952 1.182 4.937 2.93 0.849-0.382 1.798-0.591 2.795-0.591 3.817 0 6.895 3.115 6.895 6.957s-3.090 6.957-6.895 6.957c-0.468 0-0.923-0.049-1.354-0.136-0.862 1.539-2.512 2.586-4.408 2.586-0.788 0-1.539-0.185-2.204-0.505-0.874 2.056-2.918 3.509-5.294 3.509-2.475 0-4.593-1.564-5.405-3.768-0.357 0.074-0.726 0.111-1.096 0.111-2.955 0-5.344-2.413-5.344-5.405 0-1.995 1.071-3.743 2.672-4.679-0.332-0.751-0.517-1.588-0.517-2.475-0.012-3.411 2.783-6.193 6.205-6.193 2.019 0 3.817 0.96 4.95 2.45z" }),
13
- react_1.default.createElement("path", { fill: "#fff", d: "M4.011 17.030l0.135-0.357c0.025-0.062 0.062-0.037 0.086-0.025 0.037 0.025 0.062 0.037 0.111 0.074 0.382 0.246 0.739 0.246 0.85 0.246 0.283 0 0.468-0.148 0.468-0.357v-0.012c0-0.222-0.271-0.308-0.591-0.406l-0.074-0.025c-0.431-0.123-0.899-0.308-0.899-0.85v-0.012c0-0.517 0.419-0.886 1.022-0.886h0.062c0.357 0 0.689 0.098 0.936 0.259 0.025 0.012 0.049 0.037 0.037 0.074s-0.123 0.32-0.135 0.357c-0.025 0.062-0.086 0.025-0.086 0.025-0.222-0.123-0.554-0.209-0.837-0.209-0.259 0-0.419 0.135-0.419 0.32v0.012c0 0.209 0.283 0.308 0.603 0.406l0.062 0.012c0.431 0.136 0.886 0.32 0.886 0.85v0.012c0 0.566-0.406 0.911-1.059 0.911-0.32 0-0.628-0.049-0.96-0.222-0.062-0.037-0.123-0.061-0.185-0.111-0.012-0.025-0.037-0.037-0.012-0.086zM13.614 17.030l0.135-0.357c0.025-0.062 0.074-0.037 0.086-0.025 0.037 0.025 0.062 0.037 0.111 0.074 0.382 0.246 0.739 0.246 0.85 0.246 0.283 0 0.468-0.148 0.468-0.357v-0.012c0-0.222-0.271-0.308-0.591-0.406l-0.074-0.025c-0.431-0.123-0.899-0.308-0.899-0.85v-0.012c0-0.517 0.419-0.886 1.022-0.886h0.062c0.357 0 0.69 0.098 0.936 0.259 0.025 0.012 0.049 0.037 0.037 0.074s-0.123 0.32-0.136 0.357c-0.025 0.062-0.086 0.025-0.086 0.025-0.222-0.123-0.554-0.209-0.837-0.209-0.259 0-0.419 0.135-0.419 0.32v0.012c0 0.209 0.283 0.308 0.603 0.406l0.062 0.012c0.431 0.136 0.886 0.32 0.886 0.85v0.012c0 0.566-0.406 0.911-1.059 0.911-0.32 0-0.628-0.049-0.96-0.222-0.062-0.037-0.123-0.061-0.185-0.111 0-0.025-0.025-0.037-0.012-0.086zM20.731 15.343c0.049 0.185 0.086 0.382 0.086 0.591s-0.025 0.406-0.086 0.591c-0.049 0.185-0.136 0.345-0.246 0.48s-0.259 0.246-0.419 0.32c-0.172 0.074-0.369 0.111-0.591 0.111s-0.419-0.037-0.591-0.111c-0.172-0.074-0.308-0.185-0.419-0.32s-0.197-0.296-0.246-0.48c-0.049-0.185-0.086-0.382-0.086-0.591s0.025-0.406 0.086-0.591c0.049-0.185 0.135-0.345 0.246-0.48s0.259-0.246 0.419-0.32c0.172-0.074 0.369-0.123 0.591-0.123s0.419 0.037 0.591 0.123c0.172 0.074 0.308 0.185 0.419 0.32s0.197 0.296 0.246 0.48zM20.177 15.922c0-0.32-0.061-0.566-0.172-0.739s-0.296-0.258-0.529-0.258c-0.246 0-0.419 0.086-0.529 0.258s-0.172 0.419-0.172 0.739 0.062 0.566 0.172 0.751c0.111 0.172 0.283 0.259 0.529 0.259s0.419-0.086 0.529-0.259c0.123-0.172 0.172-0.431 0.172-0.751zM25.237 16.845l0.136 0.369c0.012 0.049-0.025 0.061-0.025 0.061-0.209 0.086-0.492 0.136-0.776 0.136-0.48 0-0.837-0.136-1.084-0.406s-0.369-0.64-0.369-1.096c0-0.209 0.025-0.406 0.086-0.591s0.148-0.345 0.271-0.48c0.123-0.135 0.271-0.246 0.443-0.32s0.382-0.123 0.616-0.123c0.16 0 0.296 0.012 0.406 0.025 0.123 0.025 0.296 0.062 0.369 0.098 0.012 0 0.049 0.025 0.037 0.062-0.049 0.148-0.086 0.246-0.136 0.369-0.025 0.062-0.061 0.037-0.061 0.037-0.185-0.062-0.357-0.086-0.579-0.086-0.271 0-0.48 0.086-0.603 0.271-0.136 0.172-0.209 0.406-0.209 0.726 0 0.345 0.086 0.591 0.234 0.751s0.357 0.234 0.628 0.234c0.111 0 0.209-0.012 0.296-0.025s0.172-0.037 0.259-0.074c-0.012 0.025 0.037 0.012 0.061 0.062zM28.032 15.232c0.123 0.419 0.061 0.776 0.049 0.8 0 0.049-0.049 0.049-0.049 0.049h-1.859c0.012 0.283 0.074 0.48 0.222 0.616 0.136 0.135 0.345 0.222 0.64 0.222 0.443 0 0.628-0.086 0.763-0.136 0 0 0.049-0.012 0.074 0.037l0.123 0.345c0.025 0.061 0 0.074-0.012 0.086-0.111 0.062-0.394 0.185-0.936 0.185-0.259 0-0.492-0.037-0.677-0.111s-0.345-0.172-0.468-0.308c-0.123-0.136-0.209-0.296-0.271-0.468-0.061-0.185-0.086-0.382-0.086-0.591s0.025-0.406 0.086-0.591c0.049-0.185 0.136-0.345 0.246-0.48s0.259-0.246 0.431-0.32c0.172-0.086 0.382-0.123 0.616-0.123 0.197 0 0.382 0.037 0.529 0.111 0.111 0.049 0.234 0.135 0.357 0.271 0.061 0.049 0.172 0.234 0.222 0.406zM26.185 15.626h1.317c-0.012-0.172-0.049-0.32-0.123-0.443-0.111-0.172-0.271-0.271-0.517-0.271s-0.419 0.098-0.529 0.271c-0.074 0.111-0.111 0.259-0.148 0.443zM13.171 15.232c0.123 0.419 0.062 0.776 0.062 0.8 0 0.049-0.049 0.049-0.049 0.049h-1.859c0.012 0.283 0.074 0.48 0.222 0.616 0.135 0.135 0.345 0.222 0.64 0.222 0.443 0 0.628-0.086 0.763-0.136 0 0 0.049-0.012 0.074 0.037l0.123 0.345c0.025 0.061 0 0.074-0.012 0.086-0.111 0.062-0.394 0.185-0.936 0.185-0.259 0-0.492-0.037-0.677-0.111s-0.345-0.172-0.468-0.308c-0.123-0.136-0.209-0.296-0.271-0.468-0.062-0.185-0.086-0.382-0.086-0.591s0.025-0.406 0.086-0.591c0.049-0.185 0.135-0.345 0.246-0.48s0.259-0.246 0.431-0.32c0.172-0.086 0.382-0.123 0.616-0.123 0.197 0 0.382 0.037 0.529 0.111 0.111 0.049 0.234 0.135 0.357 0.271 0.049 0.049 0.172 0.234 0.209 0.406zM11.324 15.626h1.33c-0.012-0.172-0.049-0.32-0.123-0.443-0.111-0.172-0.271-0.271-0.517-0.271s-0.419 0.098-0.529 0.271c-0.086 0.111-0.123 0.259-0.16 0.443zM8.061 15.528c0 0 0.148 0.012 0.308 0.037v-0.074c0-0.246-0.049-0.369-0.148-0.443s-0.259-0.123-0.456-0.123c0 0-0.456 0-0.813 0.185-0.012 0.012-0.025 0.012-0.025 0.012s-0.049 0.012-0.062-0.025l-0.135-0.357c-0.025-0.049 0.012-0.074 0.012-0.074 0.172-0.135 0.566-0.209 0.566-0.209 0.135-0.025 0.357-0.049 0.492-0.049 0.369 0 0.653 0.086 0.85 0.258s0.296 0.443 0.296 0.825v1.699c0 0 0 0.049-0.037 0.061 0 0-0.074 0.025-0.135 0.037s-0.283 0.061-0.468 0.086c-0.185 0.037-0.369 0.049-0.566 0.049-0.185 0-0.345-0.012-0.492-0.049s-0.271-0.086-0.382-0.16c-0.098-0.074-0.185-0.172-0.246-0.296-0.062-0.111-0.086-0.259-0.086-0.419s0.037-0.308 0.098-0.431 0.16-0.222 0.271-0.308c0.111-0.086 0.246-0.136 0.382-0.185 0.148-0.037 0.295-0.062 0.456-0.062 0.148 0.012 0.246 0.012 0.32 0.012zM7.323 16.833c0 0 0.172 0.136 0.542 0.111 0.271-0.012 0.505-0.062 0.505-0.062v-0.849c0 0-0.234-0.037-0.505-0.037-0.382 0-0.542 0.135-0.542 0.135-0.111 0.074-0.16 0.197-0.16 0.357 0 0.099 0.025 0.185 0.062 0.246 0.012 0.025 0.025 0.049 0.098 0.099zM23.021 14.58c-0.012 0.049-0.111 0.308-0.135 0.394-0.012 0.037-0.037 0.049-0.074 0.049 0 0-0.111-0.025-0.209-0.025-0.061 0-0.16 0.012-0.246 0.037s-0.16 0.074-0.234 0.136c-0.074 0.062-0.123 0.16-0.16 0.271s-0.061 0.296-0.061 0.492v1.379c0 0.037-0.025 0.061-0.062 0.061h-0.492c-0.037 0-0.061-0.025-0.061-0.061v-2.77c0-0.037 0.025-0.062 0.049-0.062h0.48c0.037 0 0.049 0.025 0.049 0.062v0.222c0.074-0.098 0.197-0.185 0.308-0.234s0.246-0.086 0.48-0.074c0.123 0.012 0.283 0.037 0.308 0.049 0.049 0.012 0.074 0.025 0.061 0.074zM18.453 13.299c0.012 0 0.049 0.025 0.037 0.062l-0.148 0.394c-0.012 0.025-0.025 0.049-0.086 0.025-0.012 0-0.037-0.012-0.099-0.025-0.037-0.012-0.099-0.012-0.148-0.012-0.074 0-0.135 0.012-0.197 0.025s-0.111 0.049-0.16 0.098-0.099 0.111-0.136 0.197c-0.074 0.197-0.099 0.406-0.099 0.419h0.591c0.049 0 0.062 0.025 0.062 0.062l-0.074 0.382c-0.012 0.062-0.062 0.049-0.062 0.049h-0.616l-0.394 2.376c-0.049 0.246-0.099 0.456-0.16 0.628s-0.136 0.296-0.246 0.419c-0.099 0.111-0.209 0.197-0.345 0.234-0.123 0.049-0.283 0.074-0.456 0.074-0.086 0-0.172 0-0.271-0.025-0.074-0.012-0.111-0.025-0.172-0.049-0.025-0.012-0.037-0.037-0.025-0.074s0.123-0.332 0.136-0.382c0.025-0.049 0.062-0.025 0.062-0.025 0.037 0.012 0.062 0.025 0.098 0.037 0.049 0.012 0.098 0.012 0.148 0.012 0.086 0 0.16-0.012 0.222-0.037 0.074-0.025 0.123-0.074 0.172-0.135s0.086-0.148 0.136-0.259c0.037-0.111 0.074-0.271 0.111-0.456l0.419-2.327h-0.406c-0.049 0-0.062-0.025-0.062-0.062l0.074-0.382c0.012-0.062 0.062-0.049 0.062-0.049h0.419l0.025-0.123c0.061-0.369 0.185-0.652 0.369-0.837s0.456-0.283 0.788-0.283c0.099 0 0.185 0.012 0.259 0.025 0.049-0.012 0.111 0 0.172 0.025zM10.154 17.301c0 0.037-0.025 0.062-0.049 0.062h-0.492c-0.037 0-0.049-0.025-0.049-0.062v-3.952c0-0.025 0.025-0.062 0.049-0.062h0.492c0.037 0 0.049 0.025 0.049 0.062v3.952z" }))) : (react_1.default.createElement(react_1.default.Fragment, null,
12
+ react_1.default.createElement("path", { fill: color, d: "M13.31 7.2c1.034-1.071 2.475-1.748 4.063-1.748 2.118 0 3.952 1.182 4.937 2.93 0.849-0.382 1.798-0.591 2.795-0.591 3.817 0 6.895 3.115 6.895 6.957s-3.090 6.957-6.895 6.957c-0.468 0-0.923-0.049-1.354-0.136-0.862 1.539-2.512 2.586-4.408 2.586-0.788 0-1.539-0.185-2.204-0.505-0.874 2.056-2.918 3.509-5.294 3.509-2.475 0-4.593-1.564-5.405-3.768-0.357 0.074-0.726 0.111-1.096 0.111-2.955 0-5.344-2.413-5.344-5.405 0-1.995 1.071-3.743 2.672-4.679-0.332-0.751-0.517-1.588-0.517-2.475-0.012-3.411 2.783-6.193 6.205-6.193 2.019 0 3.817 0.96 4.95 2.45z" }))) : (react_1.default.createElement(react_1.default.Fragment, null,
14
13
  react_1.default.createElement("path", { fill: color, d: "M18.991 3.635c1.461-1.513 3.496-2.47 5.739-2.47 2.991 0 5.583 1.67 6.974 4.139 1.2-0.539 2.539-0.835 3.948-0.835 5.391 0 9.739 4.4 9.739 9.826s-4.365 9.826-9.739 9.826c-0.661 0-1.304-0.070-1.913-0.191-1.217 2.174-3.548 3.652-6.226 3.652-1.113 0-2.174-0.261-3.113-0.713-1.235 2.904-4.122 4.957-7.478 4.957-3.496 0-6.487-2.209-7.635-5.322-0.504 0.104-1.026 0.157-1.548 0.157-4.174 0-7.548-3.409-7.548-7.635 0-2.817 1.513-5.287 3.774-6.609-0.47-1.061-0.73-2.243-0.73-3.496-0.017-4.817 3.93-8.748 8.765-8.748 2.852 0 5.391 1.357 6.991 3.461z" }),
15
14
  react_1.default.createElement("path", { fill: "#fff", d: "M6.73 16.591l0.191-0.504c0.035-0.087 0.087-0.052 0.122-0.035 0.052 0.035 0.087 0.052 0.157 0.104 0.539 0.348 1.043 0.348 1.2 0.348 0.4 0 0.661-0.209 0.661-0.504v-0.017c0-0.313-0.383-0.435-0.835-0.574l-0.104-0.035c-0.609-0.174-1.27-0.435-1.27-1.2v-0.017c0-0.73 0.591-1.252 1.443-1.252h0.087c0.504 0 0.974 0.139 1.322 0.365 0.035 0.017 0.070 0.052 0.052 0.104s-0.174 0.452-0.191 0.504c-0.035 0.087-0.122 0.035-0.122 0.035-0.313-0.174-0.783-0.296-1.183-0.296-0.365 0-0.591 0.191-0.591 0.452v0.017c0 0.296 0.4 0.435 0.852 0.574l0.087 0.017c0.609 0.191 1.252 0.452 1.252 1.2v0.017c0 0.8-0.574 1.287-1.496 1.287-0.452 0-0.887-0.070-1.357-0.313-0.087-0.052-0.174-0.087-0.261-0.157-0.017-0.035-0.052-0.052-0.017-0.122zM20.296 16.591l0.191-0.504c0.035-0.087 0.104-0.052 0.122-0.035 0.052 0.035 0.087 0.052 0.157 0.104 0.539 0.348 1.043 0.348 1.2 0.348 0.4 0 0.661-0.209 0.661-0.504v-0.017c0-0.313-0.383-0.435-0.835-0.574l-0.104-0.035c-0.609-0.174-1.27-0.435-1.27-1.2v-0.017c0-0.73 0.591-1.252 1.443-1.252h0.087c0.504 0 0.974 0.139 1.322 0.365 0.035 0.017 0.070 0.052 0.052 0.104s-0.174 0.452-0.191 0.504c-0.035 0.087-0.122 0.035-0.122 0.035-0.313-0.174-0.783-0.296-1.183-0.296-0.365 0-0.591 0.191-0.591 0.452v0.017c0 0.296 0.4 0.435 0.852 0.574l0.087 0.017c0.609 0.191 1.252 0.452 1.252 1.2v0.017c0 0.8-0.574 1.287-1.496 1.287-0.452 0-0.887-0.070-1.357-0.313-0.087-0.052-0.174-0.087-0.261-0.157 0-0.035-0.035-0.052-0.017-0.122zM30.348 14.209c0.070 0.261 0.122 0.539 0.122 0.835s-0.035 0.574-0.122 0.835c-0.070 0.261-0.191 0.487-0.348 0.678s-0.365 0.348-0.591 0.452c-0.243 0.104-0.522 0.157-0.835 0.157s-0.591-0.052-0.835-0.157c-0.243-0.104-0.435-0.261-0.591-0.452s-0.278-0.417-0.348-0.678c-0.070-0.261-0.122-0.539-0.122-0.835s0.035-0.574 0.122-0.835c0.070-0.261 0.191-0.487 0.348-0.678s0.365-0.348 0.591-0.452c0.243-0.104 0.522-0.174 0.835-0.174s0.591 0.052 0.835 0.174c0.243 0.104 0.435 0.261 0.591 0.452s0.278 0.417 0.348 0.678zM29.565 15.026c0-0.452-0.087-0.8-0.243-1.043s-0.417-0.365-0.748-0.365c-0.348 0-0.591 0.122-0.748 0.365s-0.243 0.591-0.243 1.043c0 0.452 0.087 0.8 0.243 1.061 0.157 0.243 0.4 0.365 0.748 0.365s0.591-0.122 0.748-0.365c0.174-0.243 0.243-0.609 0.243-1.061zM36.713 16.33l0.191 0.522c0.017 0.070-0.035 0.087-0.035 0.087-0.296 0.122-0.696 0.191-1.096 0.191-0.678 0-1.183-0.191-1.53-0.574s-0.522-0.904-0.522-1.548c0-0.296 0.035-0.574 0.122-0.835s0.209-0.487 0.383-0.678c0.174-0.191 0.383-0.348 0.626-0.452s0.539-0.174 0.87-0.174c0.226 0 0.417 0.017 0.574 0.035 0.174 0.035 0.417 0.087 0.522 0.139 0.017 0 0.070 0.035 0.052 0.087-0.070 0.209-0.122 0.348-0.191 0.522-0.035 0.087-0.087 0.052-0.087 0.052-0.261-0.087-0.504-0.122-0.817-0.122-0.383 0-0.678 0.122-0.852 0.383-0.191 0.243-0.296 0.574-0.296 1.026 0 0.487 0.122 0.835 0.33 1.061s0.504 0.33 0.887 0.33c0.157 0 0.296-0.017 0.417-0.035s0.243-0.052 0.365-0.104c-0.017 0.035 0.052 0.017 0.087 0.087zM40.661 14.052c0.174 0.591 0.087 1.096 0.070 1.13 0 0.070-0.070 0.070-0.070 0.070h-2.626c0.017 0.4 0.104 0.678 0.313 0.87 0.191 0.191 0.487 0.313 0.904 0.313 0.626 0 0.887-0.122 1.078-0.191 0 0 0.070-0.017 0.104 0.052l0.174 0.487c0.035 0.087 0 0.104-0.017 0.122-0.157 0.087-0.557 0.261-1.322 0.261-0.365 0-0.696-0.052-0.957-0.157s-0.487-0.243-0.661-0.435c-0.174-0.191-0.296-0.417-0.383-0.661-0.087-0.261-0.122-0.539-0.122-0.835s0.035-0.574 0.122-0.835c0.070-0.261 0.191-0.487 0.348-0.678s0.365-0.348 0.609-0.452c0.243-0.122 0.539-0.174 0.87-0.174 0.278 0 0.539 0.052 0.748 0.157 0.157 0.070 0.33 0.191 0.504 0.383 0.087 0.070 0.243 0.33 0.313 0.574zM38.052 14.609h1.861c-0.017-0.243-0.070-0.452-0.174-0.626-0.157-0.243-0.383-0.383-0.73-0.383s-0.591 0.139-0.748 0.383c-0.104 0.157-0.157 0.365-0.209 0.626zM19.67 14.052c0.174 0.591 0.087 1.096 0.087 1.13 0 0.070-0.070 0.070-0.070 0.070h-2.626c0.017 0.4 0.104 0.678 0.313 0.87 0.191 0.191 0.487 0.313 0.904 0.313 0.626 0 0.887-0.122 1.078-0.191 0 0 0.070-0.017 0.104 0.052l0.174 0.487c0.035 0.087 0 0.104-0.017 0.122-0.157 0.087-0.557 0.261-1.322 0.261-0.365 0-0.696-0.052-0.957-0.157s-0.487-0.243-0.661-0.435c-0.174-0.191-0.296-0.417-0.383-0.661-0.087-0.261-0.122-0.539-0.122-0.835s0.035-0.574 0.122-0.835c0.070-0.261 0.191-0.487 0.348-0.678s0.365-0.348 0.609-0.452c0.243-0.122 0.539-0.174 0.87-0.174 0.278 0 0.539 0.052 0.748 0.157 0.157 0.070 0.33 0.191 0.504 0.383 0.070 0.070 0.243 0.33 0.296 0.574zM17.061 14.609h1.878c-0.017-0.243-0.070-0.452-0.174-0.626-0.157-0.243-0.383-0.383-0.73-0.383s-0.591 0.139-0.748 0.383c-0.122 0.157-0.174 0.365-0.226 0.626zM12.452 14.47c0 0 0.209 0.017 0.435 0.052v-0.104c0-0.348-0.070-0.522-0.209-0.626s-0.365-0.174-0.643-0.174c0 0-0.643 0-1.148 0.261-0.017 0.017-0.035 0.017-0.035 0.017s-0.070 0.017-0.087-0.035l-0.191-0.504c-0.035-0.070 0.017-0.104 0.017-0.104 0.243-0.191 0.8-0.296 0.8-0.296 0.191-0.035 0.504-0.070 0.696-0.070 0.522 0 0.922 0.122 1.2 0.365s0.417 0.626 0.417 1.165v2.4c0 0 0 0.070-0.052 0.087 0 0-0.104 0.035-0.191 0.052s-0.4 0.087-0.661 0.122c-0.261 0.052-0.522 0.070-0.8 0.070-0.261 0-0.487-0.017-0.696-0.070s-0.383-0.122-0.539-0.226c-0.139-0.104-0.261-0.243-0.348-0.417-0.087-0.157-0.122-0.365-0.122-0.591s0.052-0.435 0.139-0.609c0.087-0.174 0.226-0.313 0.383-0.435s0.348-0.191 0.539-0.261c0.209-0.052 0.417-0.087 0.643-0.087 0.209 0.017 0.348 0.017 0.452 0.017zM11.409 16.313c0 0 0.243 0.191 0.765 0.157 0.383-0.017 0.713-0.087 0.713-0.087v-1.2c0 0-0.33-0.052-0.713-0.052-0.539 0-0.765 0.191-0.765 0.191-0.157 0.104-0.226 0.278-0.226 0.504 0 0.139 0.035 0.261 0.087 0.348 0.017 0.035 0.035 0.070 0.139 0.139zM33.583 13.13c-0.017 0.070-0.157 0.435-0.191 0.557-0.017 0.052-0.052 0.070-0.104 0.070 0 0-0.157-0.035-0.296-0.035-0.087 0-0.226 0.017-0.348 0.052s-0.226 0.104-0.33 0.191c-0.104 0.087-0.174 0.226-0.226 0.383s-0.087 0.417-0.087 0.696v1.948c0 0.052-0.035 0.087-0.087 0.087h-0.696c-0.052 0-0.087-0.035-0.087-0.087v-3.913c0-0.052 0.035-0.087 0.070-0.087h0.678c0.052 0 0.070 0.035 0.070 0.087v0.313c0.104-0.139 0.278-0.261 0.435-0.33s0.348-0.122 0.678-0.104c0.174 0.017 0.4 0.052 0.435 0.070 0.070 0.017 0.104 0.035 0.087 0.104zM27.13 11.322c0.017 0 0.070 0.035 0.052 0.087l-0.209 0.557c-0.017 0.035-0.035 0.070-0.122 0.035-0.017 0-0.052-0.017-0.139-0.035-0.052-0.017-0.139-0.017-0.209-0.017-0.104 0-0.191 0.017-0.278 0.035s-0.157 0.070-0.226 0.139c-0.070 0.070-0.139 0.157-0.191 0.278-0.104 0.278-0.139 0.574-0.139 0.591h0.835c0.070 0 0.087 0.035 0.087 0.087l-0.104 0.539c-0.017 0.087-0.087 0.070-0.087 0.070h-0.87l-0.557 3.357c-0.070 0.348-0.139 0.643-0.226 0.887s-0.191 0.417-0.348 0.591c-0.139 0.157-0.296 0.278-0.487 0.33-0.174 0.070-0.4 0.104-0.643 0.104-0.122 0-0.243 0-0.383-0.035-0.104-0.017-0.157-0.035-0.243-0.070-0.035-0.017-0.052-0.052-0.035-0.104s0.174-0.47 0.191-0.539c0.035-0.070 0.087-0.035 0.087-0.035 0.052 0.017 0.087 0.035 0.139 0.052 0.070 0.017 0.139 0.017 0.209 0.017 0.122 0 0.226-0.017 0.313-0.052 0.104-0.035 0.174-0.104 0.243-0.191s0.122-0.209 0.191-0.365c0.052-0.157 0.104-0.383 0.157-0.643l0.591-3.287h-0.574c-0.070 0-0.087-0.035-0.087-0.087l0.104-0.539c0.017-0.087 0.087-0.070 0.087-0.070h0.591l0.035-0.174c0.087-0.522 0.261-0.922 0.522-1.183s0.643-0.4 1.113-0.4c0.139 0 0.261 0.017 0.365 0.035 0.070-0.017 0.157 0 0.243 0.035zM15.409 16.974c0 0.052-0.035 0.087-0.070 0.087h-0.696c-0.052 0-0.070-0.035-0.070-0.087v-5.583c0-0.035 0.035-0.087 0.070-0.087h0.696c0.052 0 0.070 0.035 0.070 0.087v5.583z" })));
16
15
  return (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, { viewBox: viewBox, ...rest },
@@ -77,6 +77,7 @@ import { faCopy } from "@fortawesome/free-solid-svg-icons/faCopy";
77
77
  import { faCrosshairs } from "@fortawesome/free-solid-svg-icons/faCrosshairs";
78
78
  import { faCrown } from "@fortawesome/free-solid-svg-icons/faCrown";
79
79
  import { faDoorClosed } from "@fortawesome/free-solid-svg-icons/faDoorClosed";
80
+ import { faDoorOpen } from "@fortawesome/free-solid-svg-icons/faDoorOpen";
80
81
  import { faDungeon } from "@fortawesome/free-solid-svg-icons/faDungeon";
81
82
  import { faEdit } from "@fortawesome/free-solid-svg-icons/faEdit";
82
83
  import { faEllipsisH } from "@fortawesome/free-solid-svg-icons/faEllipsisH";
@@ -105,7 +106,9 @@ import { faFileSignature } from "@fortawesome/free-solid-svg-icons/faFileSignatu
105
106
  import { faFillDrip } from "@fortawesome/free-solid-svg-icons/faFillDrip";
106
107
  import { faFilter } from "@fortawesome/free-solid-svg-icons/faFilter";
107
108
  import { faFlag } from "@fortawesome/free-solid-svg-icons/faFlag";
109
+ import { faFlask } from "@fortawesome/free-solid-svg-icons/faFlask";
108
110
  import { faFolder } from "@fortawesome/free-solid-svg-icons/faFolder";
111
+ import { faFolderOpen } from "@fortawesome/free-solid-svg-icons/faFolderOpen";
109
112
  import { faForward } from "@fortawesome/free-solid-svg-icons/faForward";
110
113
  import { faGlobeAmericas } from "@fortawesome/free-solid-svg-icons/faGlobeAmericas";
111
114
  import { faGlobeEurope } from "@fortawesome/free-solid-svg-icons/faGlobeEurope";
@@ -134,6 +137,7 @@ import { faMapMarkerAlt } from "@fortawesome/free-solid-svg-icons/faMapMarkerAlt
134
137
  import { faMapSigns } from "@fortawesome/free-solid-svg-icons/faMapSigns";
135
138
  import { faMeteor } from "@fortawesome/free-solid-svg-icons/faMeteor";
136
139
  import { faMinus } from "@fortawesome/free-solid-svg-icons/faMinus";
140
+ import { faMoneyBill } from "@fortawesome/free-solid-svg-icons/faMoneyBill";
137
141
  import { faMoneyBillWave } from "@fortawesome/free-solid-svg-icons/faMoneyBillWave";
138
142
  import { faMoneyCheckAlt } from "@fortawesome/free-solid-svg-icons/faMoneyCheckAlt";
139
143
  import { faMousePointer } from "@fortawesome/free-solid-svg-icons/faMousePointer";
@@ -213,7 +217,9 @@ import {
213
217
  ArrowToRight,
214
218
  BadgeCheck,
215
219
  BrandConfluenceIcon,
220
+ BrandJira,
216
221
  BrandMicrosoftTeams,
222
+ BrandSalesforce,
217
223
  CommentAltCheck,
218
224
  ConveyorLogoIcon,
219
225
  DialogCheck,
@@ -300,6 +306,7 @@ library.add(
300
306
  faCrosshairs,
301
307
  faCrown,
302
308
  faDoorClosed,
309
+ faDoorOpen,
303
310
  faDungeon,
304
311
  faEdit,
305
312
  faEllipsisH,
@@ -329,7 +336,9 @@ library.add(
329
336
  faFillDrip,
330
337
  faFilter,
331
338
  faFlag,
339
+ faFlask,
332
340
  faFolder,
341
+ faFolderOpen,
333
342
  faForward,
334
343
  faGlobeAmericas,
335
344
  faGlobeEurope,
@@ -359,6 +368,7 @@ library.add(
359
368
  faMapSigns,
360
369
  faMeteor,
361
370
  faMinus,
371
+ faMoneyBill,
362
372
  faMoneyBillWave,
363
373
  faMoneyCheckAlt,
364
374
  faMousePointer,
@@ -444,7 +454,9 @@ export enum CUSTOM_ICON_TYPE {
444
454
  ARROW_TO_RIGHT = "arrow-to-right",
445
455
  BADGE_CHECK = "badge-check",
446
456
  BRAND_CONFLUENCE = "brand-confluence",
457
+ BRAND_JIRA = "brand-jira",
447
458
  BRAND_MICROSOFT_TEAMS = "brand-microsoft-teams",
459
+ BRAND_SALESFORCE = "brand-salesforce",
448
460
  COMMENT_ALT_CHECK = "comment-alt-check",
449
461
  CONVEYOR_LOGO = "conveyor-logo",
450
462
  DIALOG_CHECK = "dialog-check",
@@ -470,7 +482,9 @@ const CustomIcons: CustomIconPaths = {
470
482
  [CUSTOM_ICON_TYPE.ARROW_TO_RIGHT]: ArrowToRight,
471
483
  [CUSTOM_ICON_TYPE.BADGE_CHECK]: BadgeCheck,
472
484
  [CUSTOM_ICON_TYPE.BRAND_CONFLUENCE]: BrandConfluenceIcon,
485
+ [CUSTOM_ICON_TYPE.BRAND_JIRA]: BrandJira,
473
486
  [CUSTOM_ICON_TYPE.BRAND_MICROSOFT_TEAMS]: BrandMicrosoftTeams,
487
+ [CUSTOM_ICON_TYPE.BRAND_SALESFORCE]: BrandSalesforce,
474
488
  [CUSTOM_ICON_TYPE.COMMENT_ALT_CHECK]: CommentAltCheck,
475
489
  [CUSTOM_ICON_TYPE.CONVEYOR_LOGO]: ConveyorLogoIcon,
476
490
  [CUSTOM_ICON_TYPE.DIALOG_CHECK]: DialogCheck,
@@ -544,6 +558,7 @@ export enum ICON_TYPE {
544
558
  CROWN = "crown",
545
559
  COPY = "copy",
546
560
  DOOR_CLOSED = "door-closed",
561
+ DOOR_OPEN = "door-open",
547
562
  DUNGEON = "dungeon",
548
563
  EDIT = "edit",
549
564
  ELLIPSIS_H = "ellipsis-h",
@@ -571,7 +586,9 @@ export enum ICON_TYPE {
571
586
  FILL_DRIP = "fill-drip",
572
587
  FILTER = "filter",
573
588
  FLAG = "flag",
589
+ FLASK = "flask",
574
590
  FOLDER = "folder",
591
+ FOLDER_OPEN = "folder-open",
575
592
  FORWARD = "forward",
576
593
  GLOBE_AMERICAS = "globe-americas",
577
594
  GLOBE_EUROPE = "globe-europe",
@@ -670,6 +687,7 @@ export enum ICON_TYPE {
670
687
  VIDEO = "video",
671
688
  WRENCH = "wrench",
672
689
  PLUG = "plug",
690
+ MONEY_BILL = "money-bill",
673
691
  MONEY_BILL_WAVE = "money-bill-wave",
674
692
  MONEY_CHECK_ALT = "money-check-alt",
675
693
  CLOUD_SHOWERS_HEAVY = "cloud-showers-heavy",
@@ -0,0 +1,21 @@
1
+ import React from "react";
2
+ import { Svg, SvgProps } from "../../Svg";
3
+
4
+ export const BrandJira = (props: SvgProps) => {
5
+ return (
6
+ <Svg width="16" height="16" viewBox="0 0 16 16" fill="none" {...props}>
7
+ <path
8
+ fill="currentColor"
9
+ d="M15.3309 0H7.62695C7.62695 0.922335 7.99335 1.80689 8.64554 2.45908C9.29773 3.11127 10.1823 3.47767 11.1046 3.47767H12.5238V4.84788C12.525 6.7668 14.0803 8.3221 15.9992 8.32336V0.668315C15.9992 0.299319 15.7001 0 15.3309 0Z"
10
+ />
11
+ <path
12
+ fill="currentColor"
13
+ d="M11.5183 3.83984H3.81445C3.81564 5.75876 5.37089 7.31407 7.28987 7.31532H8.70902V8.68992C8.71146 10.6088 10.2678 12.1631 12.1867 12.1631V4.50828C12.1867 4.13916 11.8874 3.83984 11.5183 3.83984Z"
14
+ />
15
+ <path
16
+ fill="currentColor"
17
+ d="M7.70392 7.67578H0C0 9.59645 1.55706 11.1534 3.47767 11.1534H4.90127V12.5236C4.90252 14.4408 6.45507 15.9954 8.37229 15.999V8.34416C8.37229 7.97504 8.07304 7.67578 7.70392 7.67578Z"
18
+ />
19
+ </Svg>
20
+ );
21
+ };
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import { Svg, SvgProps } from "../../Svg";
3
+
4
+ export const BrandSalesforce = (props: SvgProps) => {
5
+ return (
6
+ <Svg width="32" height="32" viewBox="0 0 32 32" fill="none" {...props}>
7
+ <path
8
+ fill="currentColor"
9
+ d="M13.31 7.2c1.034-1.071 2.475-1.748 4.063-1.748 2.118 0 3.952 1.182 4.937 2.93 0.849-0.382 1.798-0.591 2.795-0.591 3.817 0 6.895 3.115 6.895 6.957s-3.090 6.957-6.895 6.957c-0.468 0-0.923-0.049-1.354-0.136-0.862 1.539-2.512 2.586-4.408 2.586-0.788 0-1.539-0.185-2.204-0.505-0.874 2.056-2.918 3.509-5.294 3.509-2.475 0-4.593-1.564-5.405-3.768-0.357 0.074-0.726 0.111-1.096 0.111-2.955 0-5.344-2.413-5.344-5.405 0-1.995 1.071-3.743 2.672-4.679-0.332-0.751-0.517-1.588-0.517-2.475-0.012-3.411 2.783-6.193 6.205-6.193 2.019 0 3.817 0.96 4.95 2.45z"
10
+ />
11
+ </Svg>
12
+ );
13
+ };
@@ -3,7 +3,9 @@ export * from "./ArrowToLeft";
3
3
  export * from "./ArrowToRight";
4
4
  export * from "./BadgeCheck";
5
5
  export * from "./BrandConfluenceIcon";
6
+ export * from "./BrandJira";
6
7
  export * from "./BrandMicrosoftTeams";
8
+ export * from "./BrandSalesforce";
7
9
  export * from "./CommentAltCheck";
8
10
  export * from "./ConveyorLogoIcon";
9
11
  export * from "./DialogCheck";
@@ -1,43 +1,22 @@
1
- import { Story, Canvas, Props, Meta } from "@storybook/blocks";
2
- import { ComponentStatus, COMPONENT_STATUS } from "../../storybook-components";
1
+ import {
2
+ Meta,
3
+ Canvas,
4
+ ArgsTable,
5
+ Story,
6
+ SourceState,
7
+ } from "@storybook/blocks";
8
+ import { ComponentHeading } from "../../storybook-components";
3
9
  import { Flex } from "../Flex";
4
10
  import { Table } from "../Table";
5
11
  import { IntegrationLogo } from "./IntegrationLogo";
6
12
 
7
- <Meta
8
- title="Deprecated/Components/Move to app/Integration Logo"
9
- component={IntegrationLogo}
10
- />
11
-
12
- # Integration logo
13
-
14
- <ComponentStatus status={COMPONENT_STATUS.DEPRECATED} />
15
-
16
- A specific component to display the logo of a supported integration. This is
17
- separate from VendorLogo because we need more control over the logo and its
18
- size for rendering within the UI.
19
-
20
- Each logo's size has been set to match it's current use case within the Comply
21
- app (24 px tall), so in most cases, you shouldn't need to resize it. However,
22
- the size can be changed by applying styles via `className` or `style`.
23
-
24
- ## Sizing
25
-
26
- ### With `size` prop
27
-
28
- The easiest way to style `IntegrationLogo` is to use the `size` prop. This
29
- prop defines the height of the icon (as well as the width if you are using the
30
- `square` prop).
31
-
32
- ### With CSS
33
-
34
- When styling the `height` property via CSS, the `width` will be calculated
35
- automatically. When styling the `width`, however, the `height` will need to be
36
- set to `auto` to be calculated automatically.
13
+ <Meta title="Components/Logos/Integration Logo" component={IntegrationLogo} />
37
14
 
38
- ```jsx
39
- import { IntegrationLogo } from "@conveyorhq/arrow-ds";
40
- ```
15
+ <ComponentHeading
16
+ componentName="Integration Logo"
17
+ description="A specific component to display the logo of a supported integration. This is separate from VendorLogo because we need more control over the logo and its size for rendering within the UI."
18
+ sourcePath="src/components/IntegrationLogo/IntegrationLogo.tsx"
19
+ />
41
20
 
42
21
  export const logos = [
43
22
  "addigy",
@@ -55,6 +34,7 @@ export const logos = [
55
34
  "jamf",
56
35
  "jira",
57
36
  "jumpcloud",
37
+ "microsoft-teams",
58
38
  "okta",
59
39
  "onelogin",
60
40
  "service_now",
@@ -64,8 +44,22 @@ export const logos = [
64
44
  "[ no match ]",
65
45
  ];
66
46
 
67
- <Canvas>
68
- <Story name="Integration logo">
47
+ ## Installation
48
+
49
+ ```jsx
50
+ import { IntegrationLogo } from "@conveyorhq/arrow-ds";
51
+ ```
52
+
53
+ ## Basic usage
54
+
55
+ <Canvas withSource={SourceState.OPEN}>
56
+ <Story name="IntegrationLogo">
57
+ <IntegrationLogo logo="conveyor" />
58
+ </Story>
59
+ </Canvas>
60
+
61
+ <Canvas withSource={SourceState.OPEN}>
62
+ <Story name="IntegrationLogoTable">
69
63
  <div>
70
64
  <Table>
71
65
  <Table.Head>
@@ -93,24 +87,18 @@ export const logos = [
93
87
  </Story>
94
88
  </Canvas>
95
89
 
96
- ## `IntegrationLogo` Custom Props
90
+ ## API
97
91
 
98
92
  These are the custom props that extend `React.SVGAttributes<SVGElement>`.
99
93
 
100
- <Props of={IntegrationLogo} />
94
+ <ArgsTable of={IntegrationLogo} />
101
95
 
102
96
  ## Demos
103
97
 
104
- ### Simple Use case
105
-
106
- <Canvas>
107
- <Story name="IntegrationLogo Simple">
108
- <IntegrationLogo logo="gsuite" />
109
- </Story>
110
- </Canvas>
111
-
112
98
  ### Square logo
113
99
 
100
+ In some cases, the square logo version will render a different version of the logo.
101
+
114
102
  <Canvas>
115
103
  <Story name="Square logo">
116
104
  <IntegrationLogo logo="okta" square />
@@ -119,6 +107,10 @@ These are the custom props that extend `React.SVGAttributes<SVGElement>`.
119
107
 
120
108
  ### Size
121
109
 
110
+ Each logo's size has been set to match it's current use case within the Comply
111
+ app (24 px tall), so in most cases, you shouldn't need to resize it. However,
112
+ the size can be changed by applying styles via `className` or `style`.
113
+
122
114
  <Canvas>
123
115
  <Story name="Size">
124
116
  <div>
@@ -136,20 +128,51 @@ These are the custom props that extend `React.SVGAttributes<SVGElement>`.
136
128
  </Story>
137
129
  </Canvas>
138
130
 
131
+ ### Sizing
132
+
133
+ #### With `size` prop
134
+
135
+ The easiest way to style `IntegrationLogo` is to use the `size` prop. This
136
+ prop defines the height of the icon (as well as the width if you are using the
137
+ `square` prop).
138
+
139
+ <Canvas withSource={SourceState.OPEN}>
140
+ <Story name="Size with prop">
141
+ <IntegrationLogo logo="conveyor" size={72} />
142
+ </Story>
143
+ </Canvas>
144
+
145
+ #### With CSS
146
+
147
+ When styling the `height` property via CSS, the `width` will be calculated
148
+ automatically. When styling the `width`, however, the `height` will need to be
149
+ set to `auto` to be calculated automatically.
150
+
151
+ <Canvas withSource={SourceState.OPEN}>
152
+ <Story name="Size with CSS">
153
+ <IntegrationLogo
154
+ logo="conveyor"
155
+ style={{ width: "72px", height: "auto" }}
156
+ />
157
+ </Story>
158
+ </Canvas>
159
+
139
160
  ### Okta logo with container
140
161
 
141
162
  <Canvas>
142
163
  <Story name="Okta logo with container">
143
- <Flex
144
- className="rounded w-12 h-12 items-center justify-center"
145
- style={{ backgroundColor: "#0a7ec2" }}
146
- >
147
- <IntegrationLogo
148
- logo="okta"
149
- color="white"
150
- style={{ width: "42px", height: "auto" }}
151
- />
152
- </Flex>
164
+ <div style={{ width: 48, height: 48 }}>
165
+ <Flex
166
+ className="rounded w-full h-full items-center justify-center"
167
+ style={{ backgroundColor: "#0a7ec2" }}
168
+ >
169
+ <IntegrationLogo
170
+ logo="okta"
171
+ color="white"
172
+ style={{ width: "42px", height: "auto" }}
173
+ />
174
+ </Flex>
175
+ </div>
153
176
  </Story>
154
177
  </Canvas>
155
178
 
@@ -157,11 +180,13 @@ These are the custom props that extend `React.SVGAttributes<SVGElement>`.
157
180
 
158
181
  <Canvas>
159
182
  <Story name="Jamf logo with container">
160
- <Flex
161
- className="rounded w-12 h-12 items-center justify-center"
162
- style={{ backgroundColor: "#434a54" }}
163
- >
164
- <IntegrationLogo logo="jamf" size={32} square />
165
- </Flex>
183
+ <div style={{ width: 48, height: 48 }}>
184
+ <Flex
185
+ className="rounded w-full h-full items-center justify-center"
186
+ style={{ backgroundColor: "#434a54" }}
187
+ >
188
+ <IntegrationLogo logo="jamf" size={32} square />
189
+ </Flex>
190
+ </div>
166
191
  </Story>
167
192
  </Canvas>
@@ -18,6 +18,7 @@ export const integrationLogoNames = [
18
18
  "jamf",
19
19
  "jira",
20
20
  "jumpcloud",
21
+ "microsoft-teams",
21
22
  "okta",
22
23
  "onelogin",
23
24
  "service_now",
@@ -47,9 +48,6 @@ export interface IntegrationLogoProps extends SvgProps {
47
48
  size?: number;
48
49
  }
49
50
 
50
- /**
51
- * @deprecated
52
- */
53
51
  export const IntegrationLogo = ({
54
52
  logo,
55
53
  size = 24,
@@ -18,6 +18,7 @@ import {
18
18
  JamfSvg,
19
19
  JiraSvg,
20
20
  JumpcloudSvg,
21
+ MicrosoftTeamsSvg,
21
22
  OktaSvg,
22
23
  OneLoginSvg,
23
24
  ServiceNowSvg,
@@ -65,6 +66,8 @@ const IntegrationLogoSvg = ({ logo, ...rest }: IntegrationLogoSvgProps) => {
65
66
  return <JiraSvg {...rest} />;
66
67
  case "jumpcloud":
67
68
  return <JumpcloudSvg {...rest} />;
69
+ case "microsoft-teams":
70
+ return <MicrosoftTeamsSvg {...rest} />;
68
71
  case "okta":
69
72
  return <OktaSvg {...rest} />;
70
73
  case "onelogin":
@@ -14,6 +14,7 @@ export { GsuiteSvg } from "./gsuite";
14
14
  export { JamfSvg } from "./jamf";
15
15
  export { JiraSvg } from "./jira";
16
16
  export { JumpcloudSvg } from "./jumpcloud";
17
+ export { MicrosoftTeamsSvg } from "./microsoft-teams";
17
18
  export { OktaSvg } from "./okta";
18
19
  export { OneLoginSvg } from "./onelogin";
19
20
  export { ServiceNowSvg } from "./servicenow";
@@ -2,42 +2,44 @@ import React from "react";
2
2
  import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
3
3
 
4
4
  export const JiraSvg = ({ color, square, ...rest }: SvgLogoProps) => (
5
- <IntegrationLogoSvgWrapper viewBox="0 0 32 32" {...rest}>
5
+ <IntegrationLogoSvgWrapper viewBox="0 0 16 16" {...rest}>
6
6
  <title>Jira integration logo</title>
7
- <path
8
- d="M31.1047 15.1045L17.3349 1.33474L16.0001 0L5.63475 10.3654L0.895579 15.1045C0.658281 15.3421 0.524994 15.6642 0.524994 16C0.524994 16.3358 0.658281 16.6579 0.895579 16.8955L10.3655 26.3654L16.0001 32L26.3655 21.6346L26.526 21.4741L31.1047 16.8955C31.342 16.6579 31.4752 16.3358 31.4752 16C31.4752 15.6642 31.342 15.3421 31.1047 15.1045V15.1045ZM16.0001 20.7307L11.2694 16L16.0001 11.2693L20.7308 16L16.0001 20.7307Z"
9
- fill={color || "#2684ff"}
10
- />
11
- <path
12
- d="M16.0001 11.2693C14.5122 9.78121 13.6736 7.7649 13.6672 5.6606C13.6609 3.55631 14.4874 1.53499 15.9663 0.0380096L5.61362 10.3865L11.2483 16.0211L16.0001 11.2693Z"
13
- fill={color || "url(#jira_paint0_linear)"}
14
- />
15
- <path
16
- d="M20.7435 15.9873L16.0001 20.7307C16.7404 21.4705 17.3276 22.3489 17.7282 23.3157C18.1288 24.2825 18.335 25.3188 18.335 26.3654C18.335 27.4119 18.1288 28.4482 17.7282 29.415C17.3276 30.3818 16.7404 31.2602 16.0001 32V32L26.3782 21.622L20.7435 15.9873Z"
17
- fill={color || "url(#jira_paint1_linear)"}
18
- />
7
+ <g>
8
+ <path
9
+ d="M15.3309 0H7.62695C7.62695 0.922335 7.99335 1.80689 8.64554 2.45908C9.29773 3.11127 10.1823 3.47767 11.1046 3.47767H12.5238V4.84788C12.525 6.7668 14.0803 8.3221 15.9992 8.32336V0.668315C15.9992 0.299319 15.7001 0 15.3309 0Z"
10
+ fill="#2684FF"
11
+ />
12
+ <path
13
+ d="M11.5183 3.83984H3.81445C3.81564 5.75876 5.37089 7.31407 7.28987 7.31532H8.70902V8.68992C8.71146 10.6088 10.2678 12.1631 12.1867 12.1631V4.50828C12.1867 4.13916 11.8874 3.83984 11.5183 3.83984Z"
14
+ fill="url(#paint0_linear_729_4228)"
15
+ />
16
+ <path
17
+ d="M7.70392 7.67578H0C0 9.59645 1.55706 11.1534 3.47767 11.1534H4.90127V12.5236C4.90252 14.4408 6.45507 15.9954 8.37229 15.999V8.34416C8.37229 7.97504 8.07304 7.67578 7.70392 7.67578Z"
18
+ fill="url(#paint1_linear_729_4228)"
19
+ />
20
+ </g>
19
21
  <defs>
20
22
  <linearGradient
21
- id="jira_paint0_linear"
22
- x1="15.1553"
23
- y1="6.48363"
24
- x2="8.5492"
25
- y2="13.0897"
23
+ id="paint0_linear_729_4228"
24
+ x1="2099.36"
25
+ y1="7.67182"
26
+ x2="1268.26"
27
+ y2="978.928"
26
28
  gradientUnits="userSpaceOnUse"
27
29
  >
28
- <stop offset="0.18" stopColor="#0052cc" />
29
- <stop offset="1" stopColor="#2684ff" />
30
+ <stop offset="0.18" stopColor="#0052CC" />
31
+ <stop offset="1" stopColor="#2684FF" />
30
32
  </linearGradient>
31
33
  <linearGradient
32
- id="jira_paint1_linear"
33
- x1="418.46"
34
- y1="981.231"
35
- x2="646.623"
36
- y2="833.356"
34
+ id="paint1_linear_729_4228"
35
+ x1="2151.86"
36
+ y1="18.5052"
37
+ x2="1190.5"
38
+ y2="1077.84"
37
39
  gradientUnits="userSpaceOnUse"
38
40
  >
39
- <stop offset="0.18" stopColor="#0052cc" />
40
- <stop offset="1" stopColor="#2684ff" />
41
+ <stop offset="0.18" stopColor="#0052CC" />
42
+ <stop offset="1" stopColor="#2684FF" />
41
43
  </linearGradient>
42
44
  </defs>
43
45
  </IntegrationLogoSvgWrapper>
@@ -0,0 +1,78 @@
1
+ import React from "react";
2
+ import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
3
+
4
+ export const MicrosoftTeamsSvg = ({ color, square, ...rest }: SvgLogoProps) => {
5
+ return (
6
+ <IntegrationLogoSvgWrapper viewBox="0 0 2228.833 2073.333" {...rest}>
7
+ <title>Microsoft Teams integration logo</title>
8
+ <path
9
+ fill={color || "#5059c9"}
10
+ d="M1554.637,777.5h575.713c54.391,0,98.483,44.092,98.483,98.483c0,0,0,0,0,0v524.398 c0,199.901-162.051,361.952-361.952,361.952h0h-1.711c-199.901,0.028-361.975-162-362.004-361.901c0-0.017,0-0.034,0-0.052V828.971 C1503.167,800.544,1526.211,777.5,1554.637,777.5L1554.637,777.5z"
11
+ />
12
+ <circle fill={color || "#5059c9"} cx="1943.75" cy="440.583" r="233.25" />
13
+ <circle
14
+ fill={color || "#7b83eb"}
15
+ cx="1218.083"
16
+ cy="336.917"
17
+ r="336.917"
18
+ />
19
+ <path
20
+ fill={color || "#7b83eb"}
21
+ d="M1667.323,777.5H717.01c-53.743,1.33-96.257,45.931-95.01,99.676v598.105 c-7.505,322.519,247.657,590.16,570.167,598.053c322.51-7.893,577.671-275.534,570.167-598.053V877.176 C1763.579,823.431,1721.066,778.83,1667.323,777.5z"
22
+ />
23
+ <path
24
+ opacity=".1"
25
+ d="M1244,777.5v838.145c-0.258,38.435-23.549,72.964-59.09,87.598 c-11.316,4.787-23.478,7.254-35.765,7.257H667.613c-6.738-17.105-12.958-34.21-18.142-51.833 c-18.144-59.477-27.402-121.307-27.472-183.49V877.02c-1.246-53.659,41.198-98.19,94.855-99.52H1244z"
26
+ />
27
+ <path
28
+ opacity=".2"
29
+ d="M1192.167,777.5v889.978c-0.002,12.287-2.47,24.449-7.257,35.765 c-14.634,35.541-49.163,58.833-87.598,59.09H691.975c-8.812-17.105-17.105-34.21-24.362-51.833 c-7.257-17.623-12.958-34.21-18.142-51.833c-18.144-59.476-27.402-121.307-27.472-183.49V877.02 c-1.246-53.659,41.198-98.19,94.855-99.52H1192.167z"
30
+ />
31
+ <path
32
+ opacity=".2"
33
+ d="M1192.167,777.5v786.312c-0.395,52.223-42.632,94.46-94.855,94.855h-447.84 c-18.144-59.476-27.402-121.307-27.472-183.49V877.02c-1.246-53.659,41.198-98.19,94.855-99.52H1192.167z"
34
+ />
35
+ <path
36
+ opacity=".2"
37
+ d="M1140.333,777.5v786.312c-0.395,52.223-42.632,94.46-94.855,94.855H649.472 c-18.144-59.476-27.402-121.307-27.472-183.49V877.02c-1.246-53.659,41.198-98.19,94.855-99.52H1140.333z"
38
+ />
39
+ <path
40
+ opacity=".1"
41
+ d="M1244,509.522v163.275c-8.812,0.518-17.105,1.037-25.917,1.037 c-8.812,0-17.105-0.518-25.917-1.037c-17.496-1.161-34.848-3.937-51.833-8.293c-104.963-24.857-191.679-98.469-233.25-198.003 c-7.153-16.715-12.706-34.071-16.587-51.833h258.648C1201.449,414.866,1243.801,457.217,1244,509.522z"
42
+ />
43
+ <path
44
+ opacity=".2"
45
+ d="M1192.167,561.355v111.442c-17.496-1.161-34.848-3.937-51.833-8.293 c-104.963-24.857-191.679-98.469-233.25-198.003h190.228C1149.616,466.699,1191.968,509.051,1192.167,561.355z"
46
+ />
47
+ <path
48
+ opacity=".2"
49
+ d="M1192.167,561.355v111.442c-17.496-1.161-34.848-3.937-51.833-8.293 c-104.963-24.857-191.679-98.469-233.25-198.003h190.228C1149.616,466.699,1191.968,509.051,1192.167,561.355z"
50
+ />
51
+ <path
52
+ opacity=".2"
53
+ d="M1140.333,561.355v103.148c-104.963-24.857-191.679-98.469-233.25-198.003 h138.395C1097.783,466.699,1140.134,509.051,1140.333,561.355z"
54
+ />
55
+ <linearGradient
56
+ id="a"
57
+ gradientUnits="userSpaceOnUse"
58
+ x1="198.099"
59
+ y1="1683.0726"
60
+ x2="942.2344"
61
+ y2="394.2607"
62
+ gradientTransform="matrix(1 0 0 -1 0 2075.3333)"
63
+ >
64
+ <stop offset="0" stopColor="#5a62c3" />
65
+ <stop offset=".5" stopColor="#4d55bd" />
66
+ <stop offset="1" stopColor="#3940ab" />
67
+ </linearGradient>
68
+ <path
69
+ fill={color || "url(#a)"}
70
+ d="M95.01,466.5h950.312c52.473,0,95.01,42.538,95.01,95.01v950.312c0,52.473-42.538,95.01-95.01,95.01 H95.01c-52.473,0-95.01-42.538-95.01-95.01V561.51C0,509.038,42.538,466.5,95.01,466.5z"
71
+ />
72
+ <path
73
+ fill="#fff"
74
+ d="M820.211,828.193H630.241v517.297H509.211V828.193H320.123V727.844h500.088V828.193z"
75
+ />
76
+ </IntegrationLogoSvgWrapper>
77
+ );
78
+ };
@@ -13,10 +13,6 @@ export const SalesforceSvg = ({
13
13
  fill={color}
14
14
  d="M13.31 7.2c1.034-1.071 2.475-1.748 4.063-1.748 2.118 0 3.952 1.182 4.937 2.93 0.849-0.382 1.798-0.591 2.795-0.591 3.817 0 6.895 3.115 6.895 6.957s-3.090 6.957-6.895 6.957c-0.468 0-0.923-0.049-1.354-0.136-0.862 1.539-2.512 2.586-4.408 2.586-0.788 0-1.539-0.185-2.204-0.505-0.874 2.056-2.918 3.509-5.294 3.509-2.475 0-4.593-1.564-5.405-3.768-0.357 0.074-0.726 0.111-1.096 0.111-2.955 0-5.344-2.413-5.344-5.405 0-1.995 1.071-3.743 2.672-4.679-0.332-0.751-0.517-1.588-0.517-2.475-0.012-3.411 2.783-6.193 6.205-6.193 2.019 0 3.817 0.96 4.95 2.45z"
15
15
  />
16
- <path
17
- fill="#fff"
18
- d="M4.011 17.030l0.135-0.357c0.025-0.062 0.062-0.037 0.086-0.025 0.037 0.025 0.062 0.037 0.111 0.074 0.382 0.246 0.739 0.246 0.85 0.246 0.283 0 0.468-0.148 0.468-0.357v-0.012c0-0.222-0.271-0.308-0.591-0.406l-0.074-0.025c-0.431-0.123-0.899-0.308-0.899-0.85v-0.012c0-0.517 0.419-0.886 1.022-0.886h0.062c0.357 0 0.689 0.098 0.936 0.259 0.025 0.012 0.049 0.037 0.037 0.074s-0.123 0.32-0.135 0.357c-0.025 0.062-0.086 0.025-0.086 0.025-0.222-0.123-0.554-0.209-0.837-0.209-0.259 0-0.419 0.135-0.419 0.32v0.012c0 0.209 0.283 0.308 0.603 0.406l0.062 0.012c0.431 0.136 0.886 0.32 0.886 0.85v0.012c0 0.566-0.406 0.911-1.059 0.911-0.32 0-0.628-0.049-0.96-0.222-0.062-0.037-0.123-0.061-0.185-0.111-0.012-0.025-0.037-0.037-0.012-0.086zM13.614 17.030l0.135-0.357c0.025-0.062 0.074-0.037 0.086-0.025 0.037 0.025 0.062 0.037 0.111 0.074 0.382 0.246 0.739 0.246 0.85 0.246 0.283 0 0.468-0.148 0.468-0.357v-0.012c0-0.222-0.271-0.308-0.591-0.406l-0.074-0.025c-0.431-0.123-0.899-0.308-0.899-0.85v-0.012c0-0.517 0.419-0.886 1.022-0.886h0.062c0.357 0 0.69 0.098 0.936 0.259 0.025 0.012 0.049 0.037 0.037 0.074s-0.123 0.32-0.136 0.357c-0.025 0.062-0.086 0.025-0.086 0.025-0.222-0.123-0.554-0.209-0.837-0.209-0.259 0-0.419 0.135-0.419 0.32v0.012c0 0.209 0.283 0.308 0.603 0.406l0.062 0.012c0.431 0.136 0.886 0.32 0.886 0.85v0.012c0 0.566-0.406 0.911-1.059 0.911-0.32 0-0.628-0.049-0.96-0.222-0.062-0.037-0.123-0.061-0.185-0.111 0-0.025-0.025-0.037-0.012-0.086zM20.731 15.343c0.049 0.185 0.086 0.382 0.086 0.591s-0.025 0.406-0.086 0.591c-0.049 0.185-0.136 0.345-0.246 0.48s-0.259 0.246-0.419 0.32c-0.172 0.074-0.369 0.111-0.591 0.111s-0.419-0.037-0.591-0.111c-0.172-0.074-0.308-0.185-0.419-0.32s-0.197-0.296-0.246-0.48c-0.049-0.185-0.086-0.382-0.086-0.591s0.025-0.406 0.086-0.591c0.049-0.185 0.135-0.345 0.246-0.48s0.259-0.246 0.419-0.32c0.172-0.074 0.369-0.123 0.591-0.123s0.419 0.037 0.591 0.123c0.172 0.074 0.308 0.185 0.419 0.32s0.197 0.296 0.246 0.48zM20.177 15.922c0-0.32-0.061-0.566-0.172-0.739s-0.296-0.258-0.529-0.258c-0.246 0-0.419 0.086-0.529 0.258s-0.172 0.419-0.172 0.739 0.062 0.566 0.172 0.751c0.111 0.172 0.283 0.259 0.529 0.259s0.419-0.086 0.529-0.259c0.123-0.172 0.172-0.431 0.172-0.751zM25.237 16.845l0.136 0.369c0.012 0.049-0.025 0.061-0.025 0.061-0.209 0.086-0.492 0.136-0.776 0.136-0.48 0-0.837-0.136-1.084-0.406s-0.369-0.64-0.369-1.096c0-0.209 0.025-0.406 0.086-0.591s0.148-0.345 0.271-0.48c0.123-0.135 0.271-0.246 0.443-0.32s0.382-0.123 0.616-0.123c0.16 0 0.296 0.012 0.406 0.025 0.123 0.025 0.296 0.062 0.369 0.098 0.012 0 0.049 0.025 0.037 0.062-0.049 0.148-0.086 0.246-0.136 0.369-0.025 0.062-0.061 0.037-0.061 0.037-0.185-0.062-0.357-0.086-0.579-0.086-0.271 0-0.48 0.086-0.603 0.271-0.136 0.172-0.209 0.406-0.209 0.726 0 0.345 0.086 0.591 0.234 0.751s0.357 0.234 0.628 0.234c0.111 0 0.209-0.012 0.296-0.025s0.172-0.037 0.259-0.074c-0.012 0.025 0.037 0.012 0.061 0.062zM28.032 15.232c0.123 0.419 0.061 0.776 0.049 0.8 0 0.049-0.049 0.049-0.049 0.049h-1.859c0.012 0.283 0.074 0.48 0.222 0.616 0.136 0.135 0.345 0.222 0.64 0.222 0.443 0 0.628-0.086 0.763-0.136 0 0 0.049-0.012 0.074 0.037l0.123 0.345c0.025 0.061 0 0.074-0.012 0.086-0.111 0.062-0.394 0.185-0.936 0.185-0.259 0-0.492-0.037-0.677-0.111s-0.345-0.172-0.468-0.308c-0.123-0.136-0.209-0.296-0.271-0.468-0.061-0.185-0.086-0.382-0.086-0.591s0.025-0.406 0.086-0.591c0.049-0.185 0.136-0.345 0.246-0.48s0.259-0.246 0.431-0.32c0.172-0.086 0.382-0.123 0.616-0.123 0.197 0 0.382 0.037 0.529 0.111 0.111 0.049 0.234 0.135 0.357 0.271 0.061 0.049 0.172 0.234 0.222 0.406zM26.185 15.626h1.317c-0.012-0.172-0.049-0.32-0.123-0.443-0.111-0.172-0.271-0.271-0.517-0.271s-0.419 0.098-0.529 0.271c-0.074 0.111-0.111 0.259-0.148 0.443zM13.171 15.232c0.123 0.419 0.062 0.776 0.062 0.8 0 0.049-0.049 0.049-0.049 0.049h-1.859c0.012 0.283 0.074 0.48 0.222 0.616 0.135 0.135 0.345 0.222 0.64 0.222 0.443 0 0.628-0.086 0.763-0.136 0 0 0.049-0.012 0.074 0.037l0.123 0.345c0.025 0.061 0 0.074-0.012 0.086-0.111 0.062-0.394 0.185-0.936 0.185-0.259 0-0.492-0.037-0.677-0.111s-0.345-0.172-0.468-0.308c-0.123-0.136-0.209-0.296-0.271-0.468-0.062-0.185-0.086-0.382-0.086-0.591s0.025-0.406 0.086-0.591c0.049-0.185 0.135-0.345 0.246-0.48s0.259-0.246 0.431-0.32c0.172-0.086 0.382-0.123 0.616-0.123 0.197 0 0.382 0.037 0.529 0.111 0.111 0.049 0.234 0.135 0.357 0.271 0.049 0.049 0.172 0.234 0.209 0.406zM11.324 15.626h1.33c-0.012-0.172-0.049-0.32-0.123-0.443-0.111-0.172-0.271-0.271-0.517-0.271s-0.419 0.098-0.529 0.271c-0.086 0.111-0.123 0.259-0.16 0.443zM8.061 15.528c0 0 0.148 0.012 0.308 0.037v-0.074c0-0.246-0.049-0.369-0.148-0.443s-0.259-0.123-0.456-0.123c0 0-0.456 0-0.813 0.185-0.012 0.012-0.025 0.012-0.025 0.012s-0.049 0.012-0.062-0.025l-0.135-0.357c-0.025-0.049 0.012-0.074 0.012-0.074 0.172-0.135 0.566-0.209 0.566-0.209 0.135-0.025 0.357-0.049 0.492-0.049 0.369 0 0.653 0.086 0.85 0.258s0.296 0.443 0.296 0.825v1.699c0 0 0 0.049-0.037 0.061 0 0-0.074 0.025-0.135 0.037s-0.283 0.061-0.468 0.086c-0.185 0.037-0.369 0.049-0.566 0.049-0.185 0-0.345-0.012-0.492-0.049s-0.271-0.086-0.382-0.16c-0.098-0.074-0.185-0.172-0.246-0.296-0.062-0.111-0.086-0.259-0.086-0.419s0.037-0.308 0.098-0.431 0.16-0.222 0.271-0.308c0.111-0.086 0.246-0.136 0.382-0.185 0.148-0.037 0.295-0.062 0.456-0.062 0.148 0.012 0.246 0.012 0.32 0.012zM7.323 16.833c0 0 0.172 0.136 0.542 0.111 0.271-0.012 0.505-0.062 0.505-0.062v-0.849c0 0-0.234-0.037-0.505-0.037-0.382 0-0.542 0.135-0.542 0.135-0.111 0.074-0.16 0.197-0.16 0.357 0 0.099 0.025 0.185 0.062 0.246 0.012 0.025 0.025 0.049 0.098 0.099zM23.021 14.58c-0.012 0.049-0.111 0.308-0.135 0.394-0.012 0.037-0.037 0.049-0.074 0.049 0 0-0.111-0.025-0.209-0.025-0.061 0-0.16 0.012-0.246 0.037s-0.16 0.074-0.234 0.136c-0.074 0.062-0.123 0.16-0.16 0.271s-0.061 0.296-0.061 0.492v1.379c0 0.037-0.025 0.061-0.062 0.061h-0.492c-0.037 0-0.061-0.025-0.061-0.061v-2.77c0-0.037 0.025-0.062 0.049-0.062h0.48c0.037 0 0.049 0.025 0.049 0.062v0.222c0.074-0.098 0.197-0.185 0.308-0.234s0.246-0.086 0.48-0.074c0.123 0.012 0.283 0.037 0.308 0.049 0.049 0.012 0.074 0.025 0.061 0.074zM18.453 13.299c0.012 0 0.049 0.025 0.037 0.062l-0.148 0.394c-0.012 0.025-0.025 0.049-0.086 0.025-0.012 0-0.037-0.012-0.099-0.025-0.037-0.012-0.099-0.012-0.148-0.012-0.074 0-0.135 0.012-0.197 0.025s-0.111 0.049-0.16 0.098-0.099 0.111-0.136 0.197c-0.074 0.197-0.099 0.406-0.099 0.419h0.591c0.049 0 0.062 0.025 0.062 0.062l-0.074 0.382c-0.012 0.062-0.062 0.049-0.062 0.049h-0.616l-0.394 2.376c-0.049 0.246-0.099 0.456-0.16 0.628s-0.136 0.296-0.246 0.419c-0.099 0.111-0.209 0.197-0.345 0.234-0.123 0.049-0.283 0.074-0.456 0.074-0.086 0-0.172 0-0.271-0.025-0.074-0.012-0.111-0.025-0.172-0.049-0.025-0.012-0.037-0.037-0.025-0.074s0.123-0.332 0.136-0.382c0.025-0.049 0.062-0.025 0.062-0.025 0.037 0.012 0.062 0.025 0.098 0.037 0.049 0.012 0.098 0.012 0.148 0.012 0.086 0 0.16-0.012 0.222-0.037 0.074-0.025 0.123-0.074 0.172-0.135s0.086-0.148 0.136-0.259c0.037-0.111 0.074-0.271 0.111-0.456l0.419-2.327h-0.406c-0.049 0-0.062-0.025-0.062-0.062l0.074-0.382c0.012-0.062 0.062-0.049 0.062-0.049h0.419l0.025-0.123c0.061-0.369 0.185-0.652 0.369-0.837s0.456-0.283 0.788-0.283c0.099 0 0.185 0.012 0.259 0.025 0.049-0.012 0.111 0 0.172 0.025zM10.154 17.301c0 0.037-0.025 0.062-0.049 0.062h-0.492c-0.037 0-0.049-0.025-0.049-0.062v-3.952c0-0.025 0.025-0.062 0.049-0.062h0.492c0.037 0 0.049 0.025 0.049 0.062v3.952z"
19
- />
20
16
  </>
21
17
  ) : (
22
18
  <>