@wallarm-org/design-system 0.78.1 → 0.80.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/components/Button/Button.d.ts +1 -1
- package/dist/components/Code/Code.d.ts +1 -1
- package/dist/components/FilterInput/FilterInputErrors/parseFilterInputErrors.js +2 -2
- package/dist/components/FilterInput/FilterInputField/ChipsWithGaps.js +1 -1
- package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/FilterInputValueMenu.d.ts +21 -3
- package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/FilterInputValueMenu.js +10 -75
- package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/FlatValueMenu.d.ts +8 -0
- package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/FlatValueMenu.js +81 -0
- package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/NestedValueMenu.d.ts +10 -0
- package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/NestedValueMenu.js +145 -0
- package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/NestedValueMenuItem.d.ts +26 -0
- package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/NestedValueMenuItem.js +54 -0
- package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/ValueMenuFooterHints.d.ts +12 -0
- package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/ValueMenuFooterHints.js +69 -0
- package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/useNestedValueMenuState.d.ts +65 -0
- package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/useNestedValueMenuState.js +293 -0
- package/dist/components/FilterInput/FilterInputMenu/hooks/useKeyboardNav.d.ts +3 -1
- package/dist/components/FilterInput/FilterInputMenu/hooks/useKeyboardNav.js +20 -1
- package/dist/components/FilterInput/hooks/useFilterInputAutocomplete/lib/deriveAutocompleteValues.js +3 -3
- package/dist/components/FilterInput/hooks/useFilterInputAutocomplete/lib/valueResolution.js +5 -5
- package/dist/components/FilterInput/hooks/useFilterInputExpression/buildChips.js +2 -2
- package/dist/components/FilterInput/lib/buildValueMenuSections.d.ts +33 -0
- package/dist/components/FilterInput/lib/buildValueMenuSections.js +68 -0
- package/dist/components/FilterInput/lib/collapseValuesToLabels.d.ts +32 -0
- package/dist/components/FilterInput/lib/collapseValuesToLabels.js +55 -0
- package/dist/components/FilterInput/lib/fields.d.ts +19 -7
- package/dist/components/FilterInput/lib/fields.js +18 -4
- package/dist/components/FilterInput/lib/index.d.ts +3 -1
- package/dist/components/FilterInput/lib/index.js +3 -1
- package/dist/components/FilterInput/lib/validation.js +2 -2
- package/dist/components/FilterInput/types.d.ts +31 -2
- package/dist/components/Heading/Heading.d.ts +1 -1
- package/dist/components/Link/classes.d.ts +1 -1
- package/dist/components/Text/Text.d.ts +1 -1
- package/dist/components/ToggleButton/ToggleButton.d.ts +1 -1
- package/dist/icons/AudioWaveform.d.ts +3 -0
- package/dist/icons/AudioWaveform.js +15 -0
- package/dist/icons/BellCog.d.ts +3 -0
- package/dist/icons/BellCog.js +15 -0
- package/dist/icons/Brain.d.ts +3 -0
- package/dist/icons/Brain.js +15 -0
- package/dist/icons/Collapse.d.ts +3 -0
- package/dist/icons/Collapse.js +15 -0
- package/dist/icons/Dot.js +3 -3
- package/dist/icons/Duplicate.d.ts +3 -0
- package/dist/icons/Duplicate.js +15 -0
- package/dist/icons/Expand.d.ts +3 -0
- package/dist/icons/Expand.js +15 -0
- package/dist/icons/FastForward.d.ts +3 -0
- package/dist/icons/FastForward.js +15 -0
- package/dist/icons/FilePlus.d.ts +3 -0
- package/dist/icons/FilePlus.js +15 -0
- package/dist/icons/GitBranch.d.ts +3 -0
- package/dist/icons/GitBranch.js +15 -0
- package/dist/icons/Plug.d.ts +3 -0
- package/dist/icons/Plug.js +15 -0
- package/dist/icons/ProviderIcon/ProviderIcon.d.ts +7 -0
- package/dist/icons/ProviderIcon/ProviderIcon.js +11 -0
- package/dist/icons/ProviderIcon/index.d.ts +2 -0
- package/dist/icons/ProviderIcon/index.js +1 -0
- package/dist/icons/ProviderIcon/paths/index.d.ts +3 -0
- package/dist/icons/ProviderIcon/paths/index.js +896 -0
- package/dist/icons/ProviderIcon/types.d.ts +1 -0
- package/dist/icons/ProviderIcon/types.js +0 -0
- package/dist/icons/Radar.d.ts +3 -0
- package/dist/icons/Radar.js +15 -0
- package/dist/icons/Rss.d.ts +3 -0
- package/dist/icons/Rss.js +15 -0
- package/dist/icons/ScrollText.d.ts +3 -0
- package/dist/icons/ScrollText.js +15 -0
- package/dist/icons/Signpost.d.ts +3 -0
- package/dist/icons/Signpost.js +15 -0
- package/dist/icons/SocialIcon/SocialIcon.d.ts +8 -0
- package/dist/icons/SocialIcon/SocialIcon.js +15 -0
- package/dist/icons/SocialIcon/index.d.ts +2 -0
- package/dist/icons/SocialIcon/index.js +1 -0
- package/dist/icons/SocialIcon/paths/index.d.ts +3 -0
- package/dist/icons/SocialIcon/paths/index.js +2542 -0
- package/dist/icons/SocialIcon/types.d.ts +2 -0
- package/dist/icons/SocialIcon/types.js +0 -0
- package/dist/icons/SquareUserRound.d.ts +3 -0
- package/dist/icons/SquareUserRound.js +15 -0
- package/dist/icons/ThumbsDown.d.ts +3 -0
- package/dist/icons/ThumbsDown.js +15 -0
- package/dist/icons/ThumbsUp.d.ts +3 -0
- package/dist/icons/ThumbsUp.js +15 -0
- package/dist/icons/UsersRound.d.ts +3 -0
- package/dist/icons/UsersRound.js +15 -0
- package/dist/icons/index.d.ts +20 -0
- package/dist/icons/index.js +20 -0
- package/dist/icons/module/Icons.figma.js +55 -1
- package/dist/icons/module/const.js +19 -2
- package/dist/metadata/components.json +2 -2
- package/package.json +1 -1
- package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/ValueMenuFooter.d.ts +0 -6
- package/dist/components/FilterInput/FilterInputMenu/FilterInputValueMenu/ValueMenuFooter.js +0 -72
|
@@ -0,0 +1,896 @@
|
|
|
1
|
+
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const providerIconPaths = {
|
|
3
|
+
braze: /*#__PURE__*/ jsx("g", {
|
|
4
|
+
transform: "translate(0, 0)",
|
|
5
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
6
|
+
d: "M10.8436 13.7455C11.04 11.8691 12.2182 10.3418 13.5927 10.3418C14.9673 10.3418 15.7091 11.8691 15.5127 13.7455C15.3164 15.6218 14.1818 17.1709 12.8945 17.1709C11.6073 17.1709 10.56 15.9927 10.8436 13.7455ZM12 22.2545C8.94565 22.2589 6.04904 20.8986 4.10182 18.5455C5.80364 19.0909 7.70182 18.6109 9.18545 17.1491C9.34213 16.9919 9.48793 16.8243 9.62182 16.6473C10.2982 18.1091 11.6073 18.8509 12.9164 18.8509C15.1418 18.8509 17.0182 16.56 17.2364 13.7236C17.4545 10.8873 15.8618 8.64 13.7455 8.64C12.9775 8.62935 12.2219 8.83338 11.5636 9.22909L12.2182 5.41091C12.2834 5.10528 12.2117 4.78641 12.0218 4.53818C11.8255 4.23273 11.6509 4.10182 11.3891 4.10182H8.33455C8.15396 4.11123 8.00648 4.24949 7.98545 4.42909C7.90429 4.78868 7.84599 5.15304 7.81091 5.52C7.78909 5.76 7.96364 5.84727 8.16 5.84727H10.3855C10.0364 8.02909 9.33818 12.2618 9.14182 13.3309C8.93598 14.3429 8.44372 15.2744 7.72364 16.0145C6.50182 17.2364 4.25455 17.52 2.92364 16.1891C2.46545 15.7091 1.74545 14.5309 1.74545 12C1.74545 6.33657 6.33657 1.74545 12 1.74545C17.6634 1.74545 22.2545 6.33657 22.2545 12C22.2545 17.6634 17.6634 22.2545 12 22.2545ZM12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 8.8174 22.7357 5.76516 20.4853 3.51472C18.2348 1.26428 15.1826 0 12 0Z",
|
|
7
|
+
fill: "#212124"
|
|
8
|
+
})
|
|
9
|
+
}),
|
|
10
|
+
brevo: /*#__PURE__*/ jsx("g", {
|
|
11
|
+
transform: "translate(0, 0)",
|
|
12
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M12 0C8.8174 0 5.76516 1.26428 3.51472 3.51472C1.26428 5.76516 0 8.8174 0 12C0 15.1826 1.26428 18.2348 3.51472 20.4853C5.76516 22.7357 8.8174 24 12 24C15.1826 24 18.2348 22.7357 20.4853 20.4853C22.7357 18.2348 24 15.1826 24 12C24 8.8174 22.7357 5.76516 20.4853 3.51472C18.2348 1.26428 15.1826 0 12 0ZM7.2 4.8H12.947C15.287 4.8 16.842 6.206 16.842 8.316C16.842 9.338 16.494 10.178 15.752 10.904C17.189 11.812 18 13.22 18 14.785C18 17.645 15.36 19.801 11.836 19.801H7.199V4.801L7.2 4.8ZM9.285 6.752V12.289H9.355C9.588 11.857 10.213 11.493 11.604 11.063C13.643 10.404 14.641 9.543 14.641 8.408C14.641 7.41 13.875 6.752 12.717 6.752H9.285ZM14.155 12.018C13.389 12.403 12.485 12.766 11.395 13.128C10.166 13.515 9.285 14.514 9.285 15.535V17.85H11.65C14.037 17.85 15.799 16.51 15.799 14.695C15.799 13.628 15.175 12.608 14.155 12.018Z",
|
|
14
|
+
fill: "#0B996E"
|
|
15
|
+
})
|
|
16
|
+
}),
|
|
17
|
+
discord: /*#__PURE__*/ jsx("g", {
|
|
18
|
+
transform: "translate(0, 2.71085)",
|
|
19
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M20.3303 1.55593C18.7767 0.829058 17.1156 0.300797 15.3789 0C15.1656 0.385611 14.9164 0.904266 14.7446 1.31685C12.8985 1.03922 11.0693 1.03922 9.25716 1.31685C9.08539 0.904266 8.83055 0.385611 8.61536 0C6.87681 0.300797 5.21376 0.830999 3.66019 1.55978C0.526643 6.29499 -0.322811 10.9126 0.101917 15.4646C2.18025 17.0166 4.19441 17.9595 6.17457 18.5764C6.66349 17.9035 7.09953 17.1883 7.47518 16.4344C6.75975 16.1626 6.07453 15.8271 5.42707 15.4376C5.59884 15.3104 5.76686 15.1773 5.92918 15.0404C9.87819 16.8875 14.1689 16.8875 18.0707 15.0404C18.235 15.1773 18.403 15.3104 18.5728 15.4376C17.9235 15.829 17.2364 16.1645 16.521 16.4363C16.8966 17.1883 17.3308 17.9055 17.8216 18.5783C19.8036 17.9614 21.8197 17.0186 23.898 15.4646C24.3964 10.1876 23.0467 5.61246 20.3303 1.55593ZM8.01318 12.6651C6.82772 12.6651 5.85555 11.5585 5.85555 10.2108C5.85555 8.86309 6.80696 7.75449 8.01318 7.75449C9.21942 7.75449 10.1916 8.86115 10.1708 10.2108C10.1727 11.5585 9.21942 12.6651 8.01318 12.6651ZM15.9867 12.6651C14.8013 12.6651 13.8291 11.5585 13.8291 10.2108C13.8291 8.86309 14.7805 7.75449 15.9867 7.75449C17.193 7.75449 18.1651 8.86115 18.1444 10.2108C18.1444 11.5585 17.193 12.6651 15.9867 12.6651Z",
|
|
21
|
+
fill: "#5865F2"
|
|
22
|
+
})
|
|
23
|
+
}),
|
|
24
|
+
infobip: /*#__PURE__*/ jsxs("g", {
|
|
25
|
+
transform: "translate(-0.00005, -0.00005)",
|
|
26
|
+
children: [
|
|
27
|
+
/*#__PURE__*/ jsx("path", {
|
|
28
|
+
d: "M14.3228 10.3402V13.6027C14.3228 13.9897 13.9905 14.2665 13.659 14.2665H10.3965C10.0095 14.2665 9.73275 13.9342 9.73275 13.6027V10.3402C9.73275 9.95325 10.065 9.6765 10.3965 9.6765H13.659C14.046 9.6765 14.3228 9.95325 14.3228 10.3402Z",
|
|
29
|
+
fill: "#F15C22"
|
|
30
|
+
}),
|
|
31
|
+
/*#__PURE__*/ jsx("path", {
|
|
32
|
+
d: "M17.64 6.3585C16.6995 5.41875 14.4878 4.8105 12 4.8105C9.5115 4.8105 7.29975 5.41875 6.36 6.3585C5.4195 7.299 4.81125 9.51075 4.81125 11.9985C4.81125 14.487 5.41875 16.6995 6.35925 17.6385C7.29975 18.579 9.5115 19.1873 11.9992 19.1873C14.4877 19.1873 16.6995 18.5797 17.6393 17.6392C18.0818 17.1967 18.4695 16.3673 18.7455 15.4268C19.0223 14.4323 19.188 13.2705 19.188 12.054C19.1325 9.51075 18.5798 7.299 17.64 6.3585ZM15.4275 15.4275C15.207 15.6488 14.6535 16.2015 11.9445 16.2015C9.23475 16.2015 8.682 15.5933 8.46075 15.4275C8.295 15.2063 7.7415 14.6535 7.7415 11.9437C7.7415 9.234 8.34975 8.68125 8.51625 8.46C8.68125 8.23875 9.29025 7.686 11.9992 7.686C14.709 7.686 15.2618 8.2935 15.483 8.46C15.6495 8.68125 16.2578 9.234 16.2578 11.9437C16.2578 14.6535 15.6495 15.2063 15.4275 15.4275Z",
|
|
33
|
+
fill: "#F15C22"
|
|
34
|
+
}),
|
|
35
|
+
/*#__PURE__*/ jsx("path", {
|
|
36
|
+
d: "M14.3228 10.3402V13.6027C14.3228 13.9897 13.9905 14.2665 13.659 14.2665H10.3965C10.0095 14.2665 9.73275 13.9342 9.73275 13.6027V10.3402C9.73275 9.95325 10.065 9.6765 10.3965 9.6765H13.659C14.046 9.6765 14.3228 9.95325 14.3228 10.3402Z",
|
|
37
|
+
fill: "#F15C22"
|
|
38
|
+
}),
|
|
39
|
+
/*#__PURE__*/ jsx("path", {
|
|
40
|
+
d: "M14.3228 10.3402V13.6027C14.3228 13.9897 13.9905 14.2665 13.659 14.2665H10.3965C10.0095 14.2665 9.73275 13.9342 9.73275 13.6027V10.3402C9.73275 9.95325 10.065 9.6765 10.3965 9.6765H13.659C14.046 9.6765 14.3228 9.95325 14.3228 10.3402Z",
|
|
41
|
+
fill: "#F15C22"
|
|
42
|
+
}),
|
|
43
|
+
/*#__PURE__*/ jsx("path", {
|
|
44
|
+
d: "M14.3228 10.3402V13.6027C14.3228 13.9897 13.9905 14.2665 13.659 14.2665H10.3965C10.0095 14.2665 9.73275 13.9342 9.73275 13.6027V10.3402C9.73275 9.95325 10.065 9.6765 10.3965 9.6765H13.659C14.046 9.6765 14.3228 9.95325 14.3228 10.3402Z",
|
|
45
|
+
fill: "#F15C22"
|
|
46
|
+
}),
|
|
47
|
+
/*#__PURE__*/ jsx("path", {
|
|
48
|
+
d: "M17.64 6.3585C16.6995 5.41875 14.4878 4.8105 12 4.8105C9.5115 4.8105 7.29975 5.41875 6.36 6.3585C5.4195 7.299 4.81125 9.51075 4.81125 11.9985C4.81125 14.487 5.41875 16.6995 6.35925 17.6385C7.29975 18.579 9.5115 19.1873 11.9992 19.1873C14.4877 19.1873 16.6995 18.5797 17.6393 17.6392C18.0818 17.1967 18.4695 16.3673 18.7455 15.4268C19.0223 14.4323 19.188 13.2705 19.188 12.054C19.1325 9.51075 18.5798 7.299 17.64 6.3585ZM15.4275 15.4275C15.207 15.6488 14.6535 16.2015 11.9445 16.2015C9.23475 16.2015 8.682 15.5933 8.46075 15.4275C8.295 15.2063 7.7415 14.6535 7.7415 11.9437C7.7415 9.234 8.34975 8.68125 8.51625 8.46C8.68125 8.23875 9.29025 7.686 11.9992 7.686C14.709 7.686 15.2618 8.2935 15.483 8.46C15.6495 8.68125 16.2578 9.234 16.2578 11.9437C16.2578 14.6535 15.6495 15.2063 15.4275 15.4275Z",
|
|
49
|
+
fill: "#F15C22"
|
|
50
|
+
}),
|
|
51
|
+
/*#__PURE__*/ jsx("path", {
|
|
52
|
+
d: "M12 0C5.364 0 0 5.364 0 11.9992C0 18.5797 5.30925 23.8875 11.8335 23.9985C18.5242 24.1087 24.1095 18.5235 23.9985 11.8335C23.889 5.3085 18.5797 0 12 0ZM18.8565 18.9113C17.529 20.2388 14.9857 21.0128 12 21.0128C9.0135 21.0128 6.41475 20.238 5.14275 18.9113C3.816 17.5838 3.042 15.0405 3.042 12.0547C3.042 9.0675 3.81525 6.525 5.14275 5.1975C6.47025 3.87 9.0135 3.09675 12 3.09675C14.9857 3.09675 17.529 3.87075 18.8565 5.1975C20.184 6.525 20.958 9.06825 20.958 12.0547C20.958 15.0397 20.1833 17.5838 18.8565 18.9113Z",
|
|
53
|
+
fill: "#F15C22"
|
|
54
|
+
})
|
|
55
|
+
]
|
|
56
|
+
}),
|
|
57
|
+
mailersend: /*#__PURE__*/ jsxs("g", {
|
|
58
|
+
transform: "translate(-0.00025, -0.00005)",
|
|
59
|
+
children: [
|
|
60
|
+
/*#__PURE__*/ jsx("path", {
|
|
61
|
+
fillRule: "evenodd",
|
|
62
|
+
clipRule: "evenodd",
|
|
63
|
+
d: "M23.8955 8.20656C23.8494 8.14155 23.7881 8.08873 23.717 8.05266C23.646 8.0166 23.5672 7.99838 23.4875 7.99956H14.5025L18.9837 0.84381C19.0435 0.747417 19.0735 0.63559 19.0702 0.522242C19.0669 0.408893 19.0303 0.299027 18.965 0.20631C18.9181 0.141385 18.8563 0.0887294 18.7847 0.052821C18.7132 0.0169126 18.634 -0.00118718 18.554 6.03866e-05H10.817C10.04 6.03866e-05 9.31397 0.41631 8.87897 1.11081L0.0859736 15.1553C0.026713 15.2519 -0.00307897 15.3636 0.000251647 15.4769C0.00358227 15.5901 0.0398907 15.6999 0.104724 15.7928C0.15099 15.8578 0.212385 15.9105 0.283602 15.9465C0.354819 15.9824 0.433716 16.0005 0.513474 15.9991H9.49322L5.01272 23.1563C4.97242 23.2225 4.94558 23.296 4.93374 23.3726C4.9219 23.4491 4.92529 23.5273 4.94372 23.6026C5.00072 23.8426 5.21372 24.0001 5.44247 24.0001H13.175C13.9572 24.0001 14.6885 23.5801 15.1272 22.8803L19.4345 15.9991L23.9142 8.84331C23.9736 8.74683 24.0035 8.63512 24.0003 8.52188C23.9971 8.40863 23.9609 8.29879 23.8962 8.20581L23.8955 8.20656Z",
|
|
64
|
+
fill: "#4E48E0"
|
|
65
|
+
}),
|
|
66
|
+
/*#__PURE__*/ jsx("path", {
|
|
67
|
+
fillRule: "evenodd",
|
|
68
|
+
clipRule: "evenodd",
|
|
69
|
+
d: "M19.4361 15.9976L15.1281 22.8811C14.6901 23.5801 13.9581 24.0001 13.1759 24.0001H5.44338C5.32775 23.9995 5.21569 23.96 5.12531 23.8879C5.03494 23.8157 4.97154 23.7152 4.94538 23.6026C4.92673 23.5274 4.92309 23.4493 4.93467 23.3727C4.94626 23.2962 4.97283 23.2226 5.01288 23.1563L9.49488 15.9976H19.4361Z",
|
|
70
|
+
fill: "#4E48E0"
|
|
71
|
+
}),
|
|
72
|
+
/*#__PURE__*/ jsx("path", {
|
|
73
|
+
fillRule: "evenodd",
|
|
74
|
+
clipRule: "evenodd",
|
|
75
|
+
d: "M14.4944 7.99958H23.4854C23.6429 7.99958 23.7996 8.07008 23.8934 8.20658C23.9581 8.29952 23.9944 8.40932 23.9977 8.52254C24.001 8.63576 23.9713 8.74749 23.9121 8.84408L19.4316 15.9991H9.48663L14.4944 7.99958Z",
|
|
76
|
+
fill: "#1C81C1"
|
|
77
|
+
}),
|
|
78
|
+
/*#__PURE__*/ jsx("path", {
|
|
79
|
+
fillRule: "evenodd",
|
|
80
|
+
clipRule: "evenodd",
|
|
81
|
+
d: "M0.513757 15.9991C0.434059 16.0003 0.35527 15.982 0.284188 15.946C0.213107 15.9099 0.151868 15.8571 0.105757 15.7921C0.0409887 15.6993 0.00471424 15.5896 0.00138357 15.4765C-0.00194711 15.3634 0.0278108 15.2518 0.0870065 15.1553L8.87926 1.11083C9.31426 0.41633 10.0403 8.05155e-05 10.8173 8.05155e-05H18.5543C18.7118 8.05155e-05 18.8708 0.0698305 18.966 0.207081C19.031 0.299947 19.0673 0.409828 19.0705 0.523133C19.0737 0.636438 19.0437 0.748195 18.984 0.844581L9.49501 15.9983H0.513757V15.9991Z",
|
|
82
|
+
fill: "#5CC4CD"
|
|
83
|
+
})
|
|
84
|
+
]
|
|
85
|
+
}),
|
|
86
|
+
mailgun: /*#__PURE__*/ jsx("g", {
|
|
87
|
+
transform: "translate(0.2299, 0.04255)",
|
|
88
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
89
|
+
d: "M11.5993 0C18.1779 0 23.5402 5.36234 23.5402 11.9519C23.5324 13.3467 22.7747 14.6293 21.5569 15.3092C20.339 15.9891 18.8496 15.961 17.6582 15.2357L17.603 15.2025L17.5808 15.2578C15.9158 18.2762 12.2657 19.585 9.06197 18.3126C5.85826 17.0401 4.10096 13.5835 4.96064 10.2452C5.82033 6.90697 9.02864 4.72913 12.4485 5.16239C15.8683 5.59565 18.4321 8.50477 18.4322 11.9519C18.493 12.5995 19.0367 13.0944 19.6871 13.0944C20.3375 13.0944 20.8811 12.5995 20.942 11.9519C20.942 6.79035 16.7609 2.60435 11.5993 2.59825C7.2699 2.59045 3.50089 5.5548 2.48826 9.76417C1.47564 13.9735 3.48407 18.3277 7.34337 20.2899C11.2027 22.252 15.9042 21.3092 18.7086 18.0108L20.6987 19.6914C18.4356 22.3705 15.1064 23.9158 11.5993 23.9149C5.13695 23.7184 0 18.4229 0 11.9575C0 5.49208 5.13695 0.196531 11.5993 0ZM11.5993 7.71735C10.0328 7.6394 8.55081 8.43154 7.74531 9.77745C6.93981 11.1234 6.942 12.8037 7.75101 14.1475C8.56001 15.4913 10.044 16.2796 11.6104 16.1976C13.868 16.0794 15.6369 14.2129 15.634 11.9522C15.6311 9.69156 13.8572 7.82969 11.5993 7.71735ZM11.5993 10.2382C12.5458 10.2382 13.3131 11.0055 13.3131 11.9519C13.3131 12.8984 12.5458 13.6657 11.5993 13.6657C10.6529 13.6657 9.88561 12.8984 9.88561 11.9519C9.88561 11.0055 10.6529 10.2382 11.5993 10.2382Z",
|
|
90
|
+
fill: "#F06B66"
|
|
91
|
+
})
|
|
92
|
+
}),
|
|
93
|
+
mailjet: /*#__PURE__*/ jsx("g", {
|
|
94
|
+
transform: "translate(0, 0.04605)",
|
|
95
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
96
|
+
d: "M0 9.1867L8.75703 13.156L10.5166 11.4066L6.03581 9.37084L19.9284 4.05115L14.5882 17.8824L12.5627 13.4425L10.7928 15.202L10.8849 15.4067L14.7621 23.9079L24 0L0 9.1867Z",
|
|
97
|
+
fill: "#9585F4"
|
|
98
|
+
})
|
|
99
|
+
}),
|
|
100
|
+
mailtrap: /*#__PURE__*/ jsx("g", {
|
|
101
|
+
transform: "translate(1.276, 0)",
|
|
102
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
103
|
+
d: "M4.09545 17.6068L2.05876 18.8148C1.78247 18.9965 1.90872 19.3088 2.05876 19.3717L9.96855 23.8037C10.4358 24.0655 11.0114 24.0655 11.4786 23.8037L19.4932 19.313C19.736 19.1692 19.6962 18.8769 19.4932 18.7782L17.3397 17.6147C17.158 17.4947 16.7526 17.5346 16.609 17.6323L11.4786 20.5069C11.0114 20.7687 10.4358 20.7687 9.96855 20.5069L4.79271 17.6068C4.59976 17.4881 4.29411 17.4949 4.09545 17.6068ZM9.96891 0.196343C10.4361 -0.0654475 11.0117 -0.0654475 11.4789 0.196343L17.8486 3.7653C18.1029 3.89395 18.1259 4.23934 17.8486 4.39509C17.4287 4.62951 16.8655 4.94364 16.3981 5.20425C15.8522 5.50871 15.1876 5.50782 14.6422 5.20224L11.4789 3.42984C11.0117 3.16805 10.4361 3.16805 9.96891 3.42984L6.8019 5.20434C6.25613 5.51011 5.59094 5.51068 5.04463 5.20597C4.5588 4.935 3.96944 4.60646 3.54475 4.37031C3.30918 4.26914 3.26014 3.96882 3.54475 3.79583L9.96891 0.196343ZM20.6929 5.56843C21.1602 5.83022 21.448 6.31404 21.448 6.8376V17.1629C21.448 17.6739 21.1279 17.7692 20.7866 17.5907L18.4278 16.3176V9.37593L11.479 13.2694C11.0118 13.5312 10.4362 13.5312 9.96898 13.2694L3.02017 9.37593V16.3167L0.87679 17.5892C0.62134 17.7516 0 17.8028 0 17.1629V6.8376C0 6.31404 0.28782 5.83021 0.75504 5.56843C1.50678 5.17477 2.28353 5.56843 2.28353 5.56843L10.724 10.308L19.1512 5.56843C19.1512 5.56843 19.8996 5.11706 20.6929 5.56843Z",
|
|
104
|
+
fill: "#22D172"
|
|
105
|
+
})
|
|
106
|
+
}),
|
|
107
|
+
mandrill: /*#__PURE__*/ jsx("g", {
|
|
108
|
+
transform: "translate(0.6934, -0.0002)",
|
|
109
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
110
|
+
d: "M10.5732 1.64287e-05C6.0972 -0.0149836 -2.5138 10.246 0.703196 12.964L1.4932 13.633C1.27997 14.2047 1.2046 14.8187 1.2732 15.425C1.3572 16.265 1.7912 17.069 2.4932 17.691C3.1592 18.281 4.0352 18.655 4.8852 18.655C6.2912 21.895 9.5052 23.883 13.2712 23.995C17.3112 24.115 20.7042 22.219 22.1252 18.813C22.2182 18.573 22.6132 17.497 22.6132 16.546C22.6132 15.59 22.0732 15.194 21.7282 15.194C21.7182 15.157 21.6502 14.908 21.5562 14.608C21.4632 14.308 21.3662 14.098 21.3662 14.098C21.7412 13.535 21.7482 13.033 21.6982 12.748C21.6452 12.395 21.4982 12.095 21.2022 11.784C20.9062 11.473 20.3002 11.154 19.4492 10.916L19.0032 10.792C19.0012 10.773 18.9792 9.73902 18.9602 9.29502C18.9462 8.97502 18.9182 8.47302 18.7632 7.98002C18.5772 7.31202 18.2552 6.72702 17.8522 6.35302C18.9642 5.20102 19.6582 3.93102 19.6562 2.84202C19.6532 0.747016 17.0802 0.113016 13.9102 1.42602L13.2382 1.71102C12.828 1.30816 12.4174 0.905827 12.0062 0.504016C11.6102 0.159016 11.1232 0.00201643 10.5732 1.64287e-05ZM10.6462 0.873016C10.8122 0.873016 10.9682 0.892016 11.1112 0.931016C11.4082 1.01502 12.3912 2.15502 12.3912 2.15502C12.3912 2.15502 10.5652 3.16802 8.8712 4.58102C6.5912 6.33802 4.8662 8.89202 3.8342 11.663C3.0232 11.821 2.3082 12.281 1.8712 12.916C1.6102 12.698 1.1232 12.276 1.0372 12.112C0.339196 10.786 1.7982 8.21002 2.8182 6.75502C5.1402 3.44002 8.6762 0.867016 10.6462 0.873016ZM13.9322 4.14602C13.9722 4.14402 13.9922 4.19602 13.9602 4.22002C13.8172 4.33002 13.6612 4.48002 13.5472 4.63402C13.5428 4.63989 13.5401 4.64687 13.5394 4.65418C13.5387 4.66149 13.54 4.66885 13.5432 4.67547C13.5464 4.68208 13.5514 4.68768 13.5575 4.69166C13.5637 4.69563 13.5709 4.69783 13.5782 4.69802C14.2372 4.70202 15.1652 4.93302 15.7702 5.27202C15.8112 5.29502 15.7822 5.37502 15.7362 5.36402C14.8212 5.15402 13.3222 4.99502 11.7662 5.37402C10.3762 5.71402 9.3162 6.23702 8.5422 6.80002C8.5022 6.82802 8.4562 6.77702 8.4872 6.74002C9.3832 5.70502 10.4862 4.80502 11.4742 4.30002C11.5082 4.28202 11.5442 4.31902 11.5262 4.35202C11.4472 4.49502 11.2962 4.79902 11.2482 5.03002C11.2412 5.06502 11.2802 5.09302 11.3102 5.07202C11.9252 4.65202 12.9942 4.20402 13.9322 4.14602ZM16.9552 7.35102L17.0112 7.35202C17.1736 7.35842 17.3313 7.40889 17.4672 7.49802C18.0012 7.85302 18.0772 8.71402 18.1052 9.34302C18.1202 9.70302 18.1642 10.572 18.1792 10.821C18.2132 11.392 18.3632 11.472 18.6662 11.572C18.8362 11.629 18.9962 11.67 19.2292 11.736C19.9352 11.934 20.3542 12.136 20.6192 12.394C20.7762 12.556 20.8492 12.727 20.8722 12.891C20.9552 13.499 20.4002 14.251 18.9302 14.932C17.3232 15.678 15.3732 15.867 14.0262 15.717L13.5552 15.664C12.4772 15.519 11.8622 16.911 12.5092 17.865C12.9262 18.48 14.0612 18.88 15.1972 18.88C17.8012 18.88 19.8022 17.769 20.5472 16.808C20.5687 16.7808 20.5887 16.7524 20.6072 16.723C20.6432 16.668 20.6132 16.638 20.5672 16.669C19.9592 17.085 17.2572 18.738 14.3672 18.24C14.3672 18.24 14.0162 18.183 13.6952 18.058C13.4402 17.958 12.9072 17.714 12.8422 17.167C15.1752 17.887 16.6432 17.206 16.6432 17.206C16.6568 17.1999 16.6681 17.1896 16.6757 17.1767C16.6832 17.1638 16.6865 17.1489 16.6852 17.134C16.6843 17.1252 16.6817 17.1166 16.6775 17.1088C16.6733 17.101 16.6676 17.0942 16.6607 17.0886C16.6538 17.083 16.6459 17.0788 16.6374 17.0763C16.6289 17.0738 16.62 17.073 16.6112 17.074C16.6112 17.074 14.7002 17.357 12.8932 16.696C13.0902 16.056 13.6132 16.288 14.4032 16.351C15.6323 16.4239 16.865 16.2907 18.0502 15.957C18.8682 15.723 19.9422 15.26 20.7772 14.601C21.0582 15.219 21.1572 15.9 21.1572 15.9C21.1572 15.9 21.3762 15.86 21.5572 15.973C21.7302 16.079 21.8562 16.299 21.7702 16.868C21.5942 17.931 21.1422 18.794 20.3832 19.588C19.9086 20.1011 19.3439 20.5227 18.7172 20.832C18.3772 21.012 18.0132 21.166 17.6302 21.292C14.7672 22.227 11.8362 21.199 10.8912 18.992C10.8146 18.8232 10.7515 18.6487 10.7022 18.47C10.2992 17.015 10.6422 15.27 11.7102 14.171C11.7752 14.101 11.8422 14.018 11.8422 13.915C11.8422 13.828 11.7872 13.736 11.7402 13.672C11.3662 13.129 10.0712 12.206 10.3312 10.418C10.5182 9.13402 11.6412 8.22902 12.6882 8.28302C12.7772 8.28702 12.8652 8.29302 12.9542 8.29802C13.4072 8.32502 13.8042 8.38302 14.1772 8.39802C14.8022 8.42602 15.3642 8.33502 16.0302 7.78002C16.2552 7.59302 16.4352 7.43002 16.7402 7.37902C16.7682 7.37402 16.8322 7.35102 16.9552 7.35102ZM16.9772 9.53102C16.9571 9.53125 16.9371 9.53292 16.9172 9.53602C16.5822 9.59002 16.5702 10.004 16.6892 10.576C16.7572 10.896 16.8762 11.171 17.0092 11.341C17.1842 11.321 17.3522 11.319 17.5072 11.341C17.5962 11.136 17.6112 10.784 17.5312 10.399C17.4192 9.86402 17.2702 9.52702 16.9772 9.53102ZM13.3172 11.077C12.9526 11.0755 12.5969 11.1896 12.3012 11.403C12.1412 11.52 11.9902 11.683 12.0112 11.781C12.0192 11.813 12.0422 11.837 12.0992 11.844C12.2302 11.859 12.6912 11.627 13.2212 11.594C13.5952 11.571 13.9052 11.688 14.1442 11.794C14.3832 11.898 14.5302 11.967 14.5872 11.907C14.6242 11.869 14.6132 11.797 14.5562 11.703C14.4382 11.511 14.1962 11.316 13.9382 11.206C13.7419 11.122 13.5307 11.0782 13.3172 11.077ZM17.3992 11.887C17.2282 11.884 17.0862 12.073 17.0822 12.307C17.0782 12.543 17.2132 12.737 17.3852 12.739C17.5572 12.742 17.6992 12.554 17.7032 12.319C17.7072 12.083 17.5712 11.89 17.3992 11.887ZM13.8192 12.059C13.7692 12.059 13.7172 12.061 13.6642 12.067C13.3532 12.117 13.1812 12.219 13.0712 12.314C12.9772 12.396 12.9192 12.487 12.9192 12.551C12.9191 12.5609 12.9209 12.5708 12.9246 12.58C12.9283 12.5892 12.9338 12.5976 12.9408 12.6047C12.9478 12.6118 12.9561 12.6174 12.9653 12.6212C12.9744 12.625 12.9843 12.627 12.9942 12.627C13.0642 12.627 13.2222 12.564 13.2222 12.564C13.5413 12.4437 13.8861 12.4079 14.2232 12.46C14.3802 12.478 14.4532 12.487 14.4882 12.434C14.4982 12.418 14.5102 12.385 14.4782 12.334C14.4152 12.231 14.1682 12.065 13.8192 12.059ZM16.0792 12.459C15.9522 12.459 15.8442 12.51 15.7962 12.607C15.7212 12.761 15.8312 12.97 16.0422 13.073C16.2522 13.177 16.4852 13.136 16.5622 12.983C16.6372 12.828 16.5272 12.619 16.3162 12.516C16.2426 12.4789 16.1616 12.4601 16.0792 12.459ZM4.4442 12.483C4.4922 12.483 4.5422 12.483 4.5932 12.486C5.3232 12.526 6.3992 13.086 6.6452 14.676C6.8622 16.086 6.5172 17.519 5.1962 17.745C5.0732 17.765 4.9482 17.774 4.8222 17.771C3.6022 17.738 2.2832 16.639 2.1522 15.336C2.0072 13.896 2.7432 12.788 4.0462 12.525C4.1632 12.501 4.2982 12.485 4.4442 12.483ZM4.3742 13.41C4.21549 13.4086 4.05823 13.4403 3.91241 13.5029C3.76659 13.5656 3.6354 13.6579 3.5272 13.774C3.1472 14.192 3.0882 14.762 3.1612 14.964C3.1882 15.037 3.2312 15.058 3.2612 15.062C3.3252 15.07 3.4212 15.023 3.4812 14.862C3.48726 14.8448 3.49293 14.8275 3.4982 14.81C3.53457 14.6805 3.58733 14.5562 3.6552 14.44C3.70476 14.3642 3.76881 14.2988 3.84366 14.2478C3.91852 14.1967 4.00271 14.1609 4.09142 14.1424C4.18012 14.1239 4.27161 14.1231 4.36063 14.14C4.44965 14.157 4.53446 14.1913 4.6102 14.241C4.8762 14.415 4.9792 14.741 4.8652 15.051C4.8072 15.212 4.7112 15.52 4.7322 15.772C4.7752 16.283 5.0892 16.489 5.3722 16.51C5.6462 16.52 5.8382 16.367 5.8872 16.254C5.9162 16.187 5.8922 16.147 5.8762 16.129C5.8332 16.076 5.7632 16.092 5.6962 16.108C5.64401 16.1221 5.59025 16.1295 5.5362 16.13C5.47877 16.1316 5.42185 16.1189 5.37053 16.0931C5.31922 16.0673 5.27512 16.0291 5.2422 15.982C5.1642 15.862 5.1692 15.682 5.2552 15.478C5.2662 15.45 5.2802 15.42 5.2952 15.386C5.4332 15.078 5.6632 14.561 5.4052 14.069C5.2102 13.699 4.8922 13.467 4.5112 13.419C4.46544 13.4129 4.41936 13.4095 4.3732 13.409L4.3742 13.41Z",
|
|
111
|
+
fill: "#FFE01B"
|
|
112
|
+
})
|
|
113
|
+
}),
|
|
114
|
+
maqsam: /*#__PURE__*/ jsxs(Fragment, {
|
|
115
|
+
children: [
|
|
116
|
+
/*#__PURE__*/ jsx("g", {
|
|
117
|
+
transform: "translate(0, 4.598909)",
|
|
118
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
119
|
+
d: "M24 13.0141C24.0049 13.2503 23.9625 13.4852 23.8755 13.7049C23.7884 13.9245 23.6584 14.1246 23.493 14.2934C23.3277 14.4622 23.1303 14.5963 22.9124 14.6879C22.6946 14.7794 22.4607 14.8266 22.2244 14.8266C21.9881 14.8266 21.7542 14.7794 21.5363 14.6879C21.3185 14.5963 21.1211 14.4622 20.9557 14.2934C20.7904 14.1246 20.6603 13.9245 20.5733 13.7049C20.4862 13.4852 20.4439 13.2503 20.4487 13.0141C20.4583 12.5495 20.6496 12.1071 20.9815 11.7819C21.3135 11.4567 21.7597 11.2746 22.2244 11.2746C22.6891 11.2746 23.1353 11.4567 23.4672 11.7819C23.7992 12.1071 23.9905 12.5495 24 13.0141ZM7.887 8.40834C4.47975 12.4523 1.9485 13.7986 0 14.2358C5.38125 16.0478 8.34675 13.0636 9.85575 11.5223L16.8135 2.73609C18.054 1.26309 18.621 1.69734 19.0447 2.03409C18.6412 0.545341 16.8098 -0.0689087 16.0823 0.00609127C14.5868 0.159841 13.3095 1.43034 12.8647 1.93509L7.887 8.40759V8.40834Z",
|
|
120
|
+
fill: "#FF4242"
|
|
121
|
+
})
|
|
122
|
+
}),
|
|
123
|
+
/*#__PURE__*/ jsx("g", {
|
|
124
|
+
transform: "translate(12.403599, 6.237872)",
|
|
125
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
126
|
+
d: "M4.5119 0.953878C5.78315 -0.614372 6.6374 0.0996282 6.74165 0.647128C6.97715 1.88763 6.2444 4.01463 5.86415 5.03013C4.50515 6.84513 2.5079 10.4984 1.22015 11.6586C0.0929024 12.6741 -0.0908481 11.6654 0.0336519 10.9731L2.49365 3.49563C2.62565 3.30288 3.2414 2.52288 4.5119 0.953878Z",
|
|
127
|
+
fill: "#9F1B44"
|
|
128
|
+
})
|
|
129
|
+
}),
|
|
130
|
+
/*#__PURE__*/ jsx("g", {
|
|
131
|
+
transform: "translate(12.455999, 9.819)",
|
|
132
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
133
|
+
d: "M3.02325 5.59575C1.137 8.68425 0.35475 8.47275 0 8.169C0.2505 9.20625 1.80975 9.59925 2.5725 9.567C4.8855 9.4545 6.25875 6.6825 6.981 5.415C9.4845 1.02 10.8307 1.98 11.1517 3.03975C10.6702 0.61275 9.44475 0 8.09025 0C6.27525 0 4.4385 3.27825 3.02325 5.59575Z",
|
|
134
|
+
fill: "#FF4242"
|
|
135
|
+
})
|
|
136
|
+
}),
|
|
137
|
+
/*#__PURE__*/ jsx("g", {
|
|
138
|
+
transform: "translate(21.4965, 11.957794)",
|
|
139
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
140
|
+
d: "M2.1225 0.894955C1.61925 -0.491045 0.54825 0.0212052 0 0.522205C1.4325 1.06071 1.84125 2.64846 1.91775 3.33771C2.29275 2.52021 2.19825 1.35995 2.1225 0.894955Z",
|
|
141
|
+
fill: "#9F1B44"
|
|
142
|
+
})
|
|
143
|
+
})
|
|
144
|
+
]
|
|
145
|
+
}),
|
|
146
|
+
mattermost: /*#__PURE__*/ jsx("g", {
|
|
147
|
+
transform: "translate(0, 0.00015)",
|
|
148
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
149
|
+
d: "M0.636678 8.15296C2.3658 3.04522 7.19845 -0.134282 12.3208 0.00435725L10.679 1.94428C7.64023 2.49373 5.01631 4.56879 3.98506 7.6152C2.45068 12.1478 5.02244 17.1137 9.72931 18.7072C14.4362 20.3005 19.4956 17.9177 21.0299 13.3855C22.0578 10.3491 21.2428 7.11849 19.1778 4.8373L19.0516 2.29023C23.1911 5.29471 25.0896 10.7469 23.3633 15.8465C21.2387 22.1222 14.429 25.4874 8.15329 23.363C1.87756 21.2384 -1.48776 14.4287 0.636678 8.15296ZM15.4861 1.11785C15.5475 1.09127 15.6182 1.08557 15.6864 1.10865C15.7533 1.13129 15.8049 1.17731 15.8378 1.2337L15.8445 1.24466L15.8505 1.25722C15.8663 1.28732 15.8797 1.3218 15.886 1.36416C15.8983 1.44766 15.9039 1.64399 15.9062 1.84508L15.9067 1.89996C15.9072 1.96394 15.9075 2.0274 15.9075 2.08687V2.13679C15.9074 2.29938 15.906 2.42127 15.906 2.42127L15.9532 4.19626L16.0229 6.24517L16.1098 9.80582C16.1098 9.80582 16.1098 9.80647 16.1098 9.80777L16.1099 9.81354C16.1099 9.81481 16.1099 9.81625 16.1099 9.81783L16.1099 9.82915C16.1093 10.0325 16.0675 11.5212 15.0115 12.5558C13.8759 13.6683 12.4811 13.5665 11.5735 13.2594C10.666 12.952 9.4963 12.1856 9.27 10.6121C9.07765 9.27471 9.78871 8.15054 10.0063 7.84338L10.0209 7.82306C10.0505 7.78202 10.0678 7.76041 10.0678 7.76041L12.2998 4.98485L13.5998 3.39963L14.7155 2.01821C14.7155 2.01821 14.8796 1.79845 15.0484 1.58201L15.0822 1.53884C15.1385 1.46717 15.1941 1.39753 15.2432 1.33817L15.2718 1.30385C15.3134 1.25443 15.3487 1.21467 15.3735 1.19061C15.4024 1.16256 15.4321 1.1443 15.4611 1.13013L15.4825 1.11931L15.4861 1.11785Z",
|
|
150
|
+
fill: "#0058CC"
|
|
151
|
+
})
|
|
152
|
+
}),
|
|
153
|
+
netcore: /*#__PURE__*/ jsx("g", {
|
|
154
|
+
transform: "translate(0, 0.375)",
|
|
155
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
156
|
+
d: "M15.3931 0.513923L13.7586 4.58422L15.3517 7.8528L17.0896 3.63859H20.8759V18.049C20.8759 18.6041 20.6483 19.118 20.2552 19.5086C19.8621 19.8992 19.3241 20.1253 18.7655 20.1253C18.3311 20.1253 17.5655 19.8787 17.2552 19.2825L14.9379 14.2255L14.9173 14.246L11.1103 5.96154L11.1311 5.94098L9.51728 2.4874C8.60693 0.678383 6.76552 0 5.25517 0C3.86896 0 2.52414 0.555038 1.55173 1.52122C0.558621 2.4874 0 3.8236 0 5.20093L0.062069 22.7155H8.00693L10.0552 18.3163L8.4621 15.0478L6.31034 19.5908H3.14482V5.20093C3.14482 4.64589 3.37241 4.13196 3.76552 3.74138C4.15862 3.3508 4.69655 3.12467 5.25517 3.12467C5.52414 3.12467 6.47586 3.18634 6.82759 4.09085L8.60692 7.95555L9.18622 9.25065L12.9931 17.5351C13.6552 18.9535 14.4 20.5159 14.7104 21.1943C15.3725 22.5511 17.0897 23.25 18.7655 23.25C19.4483 23.25 20.131 23.1061 20.7724 22.8594C21.4138 22.5922 21.9931 22.2221 22.4689 21.7288C22.9655 21.256 23.3379 20.6804 23.6069 20.0431C23.8759 19.4058 24 18.7274 24 18.049V0.513923H15.3931Z",
|
|
157
|
+
fill: "#FC5E02"
|
|
158
|
+
})
|
|
159
|
+
}),
|
|
160
|
+
outlook365: /*#__PURE__*/ jsxs(Fragment, {
|
|
161
|
+
children: [
|
|
162
|
+
/*#__PURE__*/ jsxs("g", {
|
|
163
|
+
transform: "translate(1.2648, 0.6408)",
|
|
164
|
+
children: [
|
|
165
|
+
/*#__PURE__*/ jsx("defs", {
|
|
166
|
+
children: /*#__PURE__*/ jsxs("linearGradient", {
|
|
167
|
+
id: "provider-outlook365-0-paint0_linear_0_16",
|
|
168
|
+
x1: "1.32178",
|
|
169
|
+
y1: "8.39067",
|
|
170
|
+
x2: "14.5491",
|
|
171
|
+
y2: "0.18647",
|
|
172
|
+
gradientUnits: "userSpaceOnUse",
|
|
173
|
+
children: [
|
|
174
|
+
/*#__PURE__*/ jsx("stop", {
|
|
175
|
+
stopColor: "#20A7FA"
|
|
176
|
+
}),
|
|
177
|
+
/*#__PURE__*/ jsx("stop", {
|
|
178
|
+
offset: "0.4",
|
|
179
|
+
stopColor: "#3BD5FF"
|
|
180
|
+
}),
|
|
181
|
+
/*#__PURE__*/ jsx("stop", {
|
|
182
|
+
offset: "1",
|
|
183
|
+
stopColor: "#C4B0FF"
|
|
184
|
+
})
|
|
185
|
+
]
|
|
186
|
+
})
|
|
187
|
+
}),
|
|
188
|
+
/*#__PURE__*/ jsx("path", {
|
|
189
|
+
d: "M15.7453 2.09297L1.24687 11.2852L0 9.31641V7.61953C0 7.00078 0.314063 6.42891 0.829688 6.09141L9.25781 0.625781C10.5422 -0.208594 12.1969 -0.208594 13.4813 0.625781L15.7453 2.09297Z",
|
|
190
|
+
fill: "url(#provider-outlook365-0-paint0_linear_0_16)"
|
|
191
|
+
})
|
|
192
|
+
]
|
|
193
|
+
}),
|
|
194
|
+
/*#__PURE__*/ jsxs("g", {
|
|
195
|
+
transform: "translate(2.508, 1.1808)",
|
|
196
|
+
children: [
|
|
197
|
+
/*#__PURE__*/ jsx("defs", {
|
|
198
|
+
children: /*#__PURE__*/ jsxs("linearGradient", {
|
|
199
|
+
id: "provider-outlook365-1-paint0_linear_0_15",
|
|
200
|
+
x1: "6.14391",
|
|
201
|
+
y1: "12.7716",
|
|
202
|
+
x2: "13.5075",
|
|
203
|
+
y2: "0.980766",
|
|
204
|
+
gradientUnits: "userSpaceOnUse",
|
|
205
|
+
children: [
|
|
206
|
+
/*#__PURE__*/ jsx("stop", {
|
|
207
|
+
stopColor: "#165AD9"
|
|
208
|
+
}),
|
|
209
|
+
/*#__PURE__*/ jsx("stop", {
|
|
210
|
+
offset: "0.501",
|
|
211
|
+
stopColor: "#1880E5"
|
|
212
|
+
}),
|
|
213
|
+
/*#__PURE__*/ jsx("stop", {
|
|
214
|
+
offset: "1",
|
|
215
|
+
stopColor: "#8587FF"
|
|
216
|
+
})
|
|
217
|
+
]
|
|
218
|
+
})
|
|
219
|
+
}),
|
|
220
|
+
/*#__PURE__*/ jsx("path", {
|
|
221
|
+
d: "M12.1078 0C12.15 0.028125 12.1969 0.0515624 12.2391 0.0796874L18.8156 4.34531L2.50313 14.6859L0 10.7391L11.9719 3.13594C13.1062 2.41875 13.1531 0.796875 12.1078 0Z",
|
|
222
|
+
fill: "url(#provider-outlook365-1-paint0_linear_0_15)"
|
|
223
|
+
})
|
|
224
|
+
]
|
|
225
|
+
}),
|
|
226
|
+
/*#__PURE__*/ jsxs("g", {
|
|
227
|
+
transform: "translate(2.508, 1.1808)",
|
|
228
|
+
children: [
|
|
229
|
+
/*#__PURE__*/ jsx("defs", {
|
|
230
|
+
children: /*#__PURE__*/ jsxs("linearGradient", {
|
|
231
|
+
id: "provider-outlook365-2-paint0_linear_0_14",
|
|
232
|
+
x1: "12.558",
|
|
233
|
+
y1: "11.0649",
|
|
234
|
+
x2: "4.38131",
|
|
235
|
+
y2: "4.40241",
|
|
236
|
+
gradientUnits: "userSpaceOnUse",
|
|
237
|
+
children: [
|
|
238
|
+
/*#__PURE__*/ jsx("stop", {
|
|
239
|
+
offset: "0.237",
|
|
240
|
+
stopColor: "#448AFF",
|
|
241
|
+
stopOpacity: "0"
|
|
242
|
+
}),
|
|
243
|
+
/*#__PURE__*/ jsx("stop", {
|
|
244
|
+
offset: "0.792",
|
|
245
|
+
stopColor: "#0032B1"
|
|
246
|
+
})
|
|
247
|
+
]
|
|
248
|
+
})
|
|
249
|
+
}),
|
|
250
|
+
/*#__PURE__*/ jsx("path", {
|
|
251
|
+
d: "M12.1078 0C12.15 0.028125 12.1969 0.0515624 12.2391 0.0796874L18.8156 4.34531L2.50313 14.6859L0 10.7391L11.9719 3.13594C13.1062 2.41875 13.1531 0.796875 12.1078 0Z",
|
|
252
|
+
fill: "url(#provider-outlook365-2-paint0_linear_0_14)",
|
|
253
|
+
fillOpacity: "0.2"
|
|
254
|
+
})
|
|
255
|
+
]
|
|
256
|
+
}),
|
|
257
|
+
/*#__PURE__*/ jsxs("g", {
|
|
258
|
+
transform: "translate(5.016, 3.8856)",
|
|
259
|
+
children: [
|
|
260
|
+
/*#__PURE__*/ jsx("defs", {
|
|
261
|
+
children: /*#__PURE__*/ jsxs("linearGradient", {
|
|
262
|
+
id: "provider-outlook365-3-paint0_linear_0_5",
|
|
263
|
+
x1: "5.8313",
|
|
264
|
+
y1: "9.75338",
|
|
265
|
+
x2: "18.7513",
|
|
266
|
+
y2: "1.48458",
|
|
267
|
+
gradientUnits: "userSpaceOnUse",
|
|
268
|
+
children: [
|
|
269
|
+
/*#__PURE__*/ jsx("stop", {
|
|
270
|
+
stopColor: "#1A43A6"
|
|
271
|
+
}),
|
|
272
|
+
/*#__PURE__*/ jsx("stop", {
|
|
273
|
+
offset: "0.492",
|
|
274
|
+
stopColor: "#2052CB"
|
|
275
|
+
}),
|
|
276
|
+
/*#__PURE__*/ jsx("stop", {
|
|
277
|
+
offset: "1",
|
|
278
|
+
stopColor: "#5F20CB"
|
|
279
|
+
})
|
|
280
|
+
]
|
|
281
|
+
})
|
|
282
|
+
}),
|
|
283
|
+
/*#__PURE__*/ jsx("path", {
|
|
284
|
+
d: "M6.50625 13.9547L0 11.9813L13.8328 3.21094C15 2.47031 14.9953 0.773437 13.8281 0.0374998L13.7672 0L13.9453 0.1125L18.1547 2.84531C18.6703 3.18281 18.9844 3.75469 18.9844 4.37344V6.01406L6.50625 13.9547Z",
|
|
285
|
+
fill: "url(#provider-outlook365-3-paint0_linear_0_5)"
|
|
286
|
+
})
|
|
287
|
+
]
|
|
288
|
+
}),
|
|
289
|
+
/*#__PURE__*/ jsxs("g", {
|
|
290
|
+
transform: "translate(5.016, 3.8856)",
|
|
291
|
+
children: [
|
|
292
|
+
/*#__PURE__*/ jsx("defs", {
|
|
293
|
+
children: /*#__PURE__*/ jsxs("linearGradient", {
|
|
294
|
+
id: "provider-outlook365-4-paint0_linear_0_13",
|
|
295
|
+
x1: "12.6712",
|
|
296
|
+
y1: "10.5124",
|
|
297
|
+
x2: "4.8202",
|
|
298
|
+
y2: "3.71874",
|
|
299
|
+
gradientUnits: "userSpaceOnUse",
|
|
300
|
+
children: [
|
|
301
|
+
/*#__PURE__*/ jsx("stop", {
|
|
302
|
+
stopColor: "#0045B9",
|
|
303
|
+
stopOpacity: "0"
|
|
304
|
+
}),
|
|
305
|
+
/*#__PURE__*/ jsx("stop", {
|
|
306
|
+
offset: "0.67",
|
|
307
|
+
stopColor: "#0D1F69"
|
|
308
|
+
})
|
|
309
|
+
]
|
|
310
|
+
})
|
|
311
|
+
}),
|
|
312
|
+
/*#__PURE__*/ jsx("path", {
|
|
313
|
+
d: "M6.50625 13.9547L0 11.9813L13.8328 3.21094C15 2.47031 14.9953 0.773437 13.8281 0.0374998L13.7672 0L13.9453 0.1125L18.1547 2.84531C18.6703 3.18281 18.9844 3.75469 18.9844 4.37344V6.01406L6.50625 13.9547Z",
|
|
314
|
+
fill: "url(#provider-outlook365-4-paint0_linear_0_13)",
|
|
315
|
+
fillOpacity: "0.2"
|
|
316
|
+
})
|
|
317
|
+
]
|
|
318
|
+
}),
|
|
319
|
+
/*#__PURE__*/ jsxs("g", {
|
|
320
|
+
transform: "translate(1.2648, 0.6408)",
|
|
321
|
+
children: [
|
|
322
|
+
/*#__PURE__*/ jsx("defs", {
|
|
323
|
+
children: /*#__PURE__*/ jsxs("radialGradient", {
|
|
324
|
+
id: "provider-outlook365-5-paint0_radial_0_12",
|
|
325
|
+
cx: "0",
|
|
326
|
+
cy: "0",
|
|
327
|
+
r: "1",
|
|
328
|
+
gradientUnits: "userSpaceOnUse",
|
|
329
|
+
gradientTransform: "translate(11.3669 0.498054) rotate(-90) scale(17.0535 18.4577)",
|
|
330
|
+
children: [
|
|
331
|
+
/*#__PURE__*/ jsx("stop", {
|
|
332
|
+
offset: "0.568",
|
|
333
|
+
stopColor: "#275FF0",
|
|
334
|
+
stopOpacity: "0"
|
|
335
|
+
}),
|
|
336
|
+
/*#__PURE__*/ jsx("stop", {
|
|
337
|
+
offset: "0.992",
|
|
338
|
+
stopColor: "#002177"
|
|
339
|
+
})
|
|
340
|
+
]
|
|
341
|
+
})
|
|
342
|
+
}),
|
|
343
|
+
/*#__PURE__*/ jsx("path", {
|
|
344
|
+
d: "M13.4813 0.625781C12.1969 -0.208594 10.5422 -0.208594 9.25781 0.625781L0.829688 6.09141C0.314063 6.42891 0 7.00078 0 7.61953V7.70391C0.01875 8.32266 0.346875 8.89453 0.871875 9.22734L11.3531 15.832L21.8578 9.23672C22.4016 8.89453 22.7344 8.29453 22.7344 7.65234V9.26016V7.61953C22.7344 7.00078 22.4203 6.42891 21.9047 6.09141L13.4813 0.625781Z",
|
|
345
|
+
fill: "url(#provider-outlook365-5-paint0_radial_0_12)"
|
|
346
|
+
})
|
|
347
|
+
]
|
|
348
|
+
}),
|
|
349
|
+
/*#__PURE__*/ jsxs("g", {
|
|
350
|
+
transform: "translate(8.1192, 8.292)",
|
|
351
|
+
children: [
|
|
352
|
+
/*#__PURE__*/ jsx("defs", {
|
|
353
|
+
children: /*#__PURE__*/ jsxs("linearGradient", {
|
|
354
|
+
id: "provider-outlook365-6-paint0_linear_0_10",
|
|
355
|
+
x1: "15.8801",
|
|
356
|
+
y1: "7.53361",
|
|
357
|
+
x2: "4.41923",
|
|
358
|
+
y2: "7.53361",
|
|
359
|
+
gradientUnits: "userSpaceOnUse",
|
|
360
|
+
children: [
|
|
361
|
+
/*#__PURE__*/ jsx("stop", {
|
|
362
|
+
stopColor: "#4DC4FF"
|
|
363
|
+
}),
|
|
364
|
+
/*#__PURE__*/ jsx("stop", {
|
|
365
|
+
offset: "0.196",
|
|
366
|
+
stopColor: "#0FAFFF"
|
|
367
|
+
})
|
|
368
|
+
]
|
|
369
|
+
})
|
|
370
|
+
}),
|
|
371
|
+
/*#__PURE__*/ jsx("path", {
|
|
372
|
+
d: "M2.64844 15.0703H11.9297C14.1094 15.0703 15.8766 13.3031 15.8766 11.1234V0C15.8766 0.642187 15.5438 1.24219 15 1.58438L1.19531 10.2516C0.45 10.7203 0 11.5359 0 12.4172C0 13.8844 1.18594 15.0703 2.64844 15.0703Z",
|
|
373
|
+
fill: "url(#provider-outlook365-6-paint0_linear_0_10)"
|
|
374
|
+
})
|
|
375
|
+
]
|
|
376
|
+
}),
|
|
377
|
+
/*#__PURE__*/ jsxs("g", {
|
|
378
|
+
transform: "translate(8.1192, 8.292)",
|
|
379
|
+
children: [
|
|
380
|
+
/*#__PURE__*/ jsx("defs", {
|
|
381
|
+
children: /*#__PURE__*/ jsxs("radialGradient", {
|
|
382
|
+
id: "provider-outlook365-7-paint0_radial_0_11",
|
|
383
|
+
cx: "0",
|
|
384
|
+
cy: "0",
|
|
385
|
+
r: "1",
|
|
386
|
+
gradientUnits: "userSpaceOnUse",
|
|
387
|
+
gradientTransform: "translate(7.10037 12.4847) rotate(-45) scale(7.3088)",
|
|
388
|
+
children: [
|
|
389
|
+
/*#__PURE__*/ jsx("stop", {
|
|
390
|
+
offset: "0.26",
|
|
391
|
+
stopColor: "#0060D1"
|
|
392
|
+
}),
|
|
393
|
+
/*#__PURE__*/ jsx("stop", {
|
|
394
|
+
offset: "0.908",
|
|
395
|
+
stopColor: "#0383F1",
|
|
396
|
+
stopOpacity: "0"
|
|
397
|
+
})
|
|
398
|
+
]
|
|
399
|
+
})
|
|
400
|
+
}),
|
|
401
|
+
/*#__PURE__*/ jsx("path", {
|
|
402
|
+
d: "M2.64844 15.0703H11.9297C14.1094 15.0703 15.8766 13.3031 15.8766 11.1234V0C15.8766 0.642187 15.5438 1.24219 15 1.58438L1.19531 10.2516C0.45 10.7203 0 11.5359 0 12.4172C0 13.8844 1.18594 15.0703 2.64844 15.0703Z",
|
|
403
|
+
fill: "url(#provider-outlook365-7-paint0_radial_0_11)",
|
|
404
|
+
fillOpacity: "0.4"
|
|
405
|
+
})
|
|
406
|
+
]
|
|
407
|
+
}),
|
|
408
|
+
/*#__PURE__*/ jsxs("g", {
|
|
409
|
+
transform: "translate(8.1192, 8.292)",
|
|
410
|
+
children: [
|
|
411
|
+
/*#__PURE__*/ jsx("defs", {
|
|
412
|
+
children: /*#__PURE__*/ jsxs("radialGradient", {
|
|
413
|
+
id: "provider-outlook365-8-paint0_radial_0_9",
|
|
414
|
+
cx: "0",
|
|
415
|
+
cy: "0",
|
|
416
|
+
r: "1",
|
|
417
|
+
gradientUnits: "userSpaceOnUse",
|
|
418
|
+
gradientTransform: "translate(-3.93281 17.895) rotate(-52.658) scale(24.8099 22.4345)",
|
|
419
|
+
children: [
|
|
420
|
+
/*#__PURE__*/ jsx("stop", {
|
|
421
|
+
offset: "0.732",
|
|
422
|
+
stopColor: "#F4A7F7",
|
|
423
|
+
stopOpacity: "0"
|
|
424
|
+
}),
|
|
425
|
+
/*#__PURE__*/ jsx("stop", {
|
|
426
|
+
offset: "1",
|
|
427
|
+
stopColor: "#F4A7F7"
|
|
428
|
+
})
|
|
429
|
+
]
|
|
430
|
+
})
|
|
431
|
+
}),
|
|
432
|
+
/*#__PURE__*/ jsx("path", {
|
|
433
|
+
d: "M2.64844 15.0703H11.9297C14.1094 15.0703 15.8766 13.3031 15.8766 11.1234V0C15.8766 0.642187 15.5438 1.24219 15 1.58438L1.19531 10.2516C0.45 10.7203 0 11.5359 0 12.4172C0 13.8844 1.18594 15.0703 2.64844 15.0703Z",
|
|
434
|
+
fill: "url(#provider-outlook365-8-paint0_radial_0_9)",
|
|
435
|
+
fillOpacity: "0.5"
|
|
436
|
+
})
|
|
437
|
+
]
|
|
438
|
+
}),
|
|
439
|
+
/*#__PURE__*/ jsxs("g", {
|
|
440
|
+
transform: "translate(1.26, 8.2824)",
|
|
441
|
+
children: [
|
|
442
|
+
/*#__PURE__*/ jsx("defs", {
|
|
443
|
+
children: /*#__PURE__*/ jsxs("radialGradient", {
|
|
444
|
+
id: "provider-outlook365-9-paint0_radial_0_7",
|
|
445
|
+
cx: "0",
|
|
446
|
+
cy: "0",
|
|
447
|
+
r: "1",
|
|
448
|
+
gradientUnits: "userSpaceOnUse",
|
|
449
|
+
gradientTransform: "translate(7.9407 5.93873) rotate(123.339) scale(13.0903 33.9708)",
|
|
450
|
+
children: [
|
|
451
|
+
/*#__PURE__*/ jsx("stop", {
|
|
452
|
+
stopColor: "#49DEFF"
|
|
453
|
+
}),
|
|
454
|
+
/*#__PURE__*/ jsx("stop", {
|
|
455
|
+
offset: "0.724",
|
|
456
|
+
stopColor: "#29C3FF"
|
|
457
|
+
})
|
|
458
|
+
]
|
|
459
|
+
})
|
|
460
|
+
}),
|
|
461
|
+
/*#__PURE__*/ jsx("path", {
|
|
462
|
+
d: "M13.2844 15.075H3.94687C1.76719 15.075 0 13.3078 0 11.1281V0C0 0.642187 0.328125 1.24219 0.871875 1.58438L14.6672 10.2797C15.4219 10.7578 15.8813 11.5875 15.8813 12.4781C15.8813 13.9125 14.7187 15.075 13.2844 15.075Z",
|
|
463
|
+
fill: "url(#provider-outlook365-9-paint0_radial_0_7)"
|
|
464
|
+
})
|
|
465
|
+
]
|
|
466
|
+
}),
|
|
467
|
+
/*#__PURE__*/ jsxs("g", {
|
|
468
|
+
transform: "translate(1.26, 8.2824)",
|
|
469
|
+
children: [
|
|
470
|
+
/*#__PURE__*/ jsx("defs", {
|
|
471
|
+
children: /*#__PURE__*/ jsxs("linearGradient", {
|
|
472
|
+
id: "provider-outlook365-10-paint0_linear_0_6",
|
|
473
|
+
x1: "-1.60598",
|
|
474
|
+
y1: "7.54458",
|
|
475
|
+
x2: "9.42872",
|
|
476
|
+
y2: "7.53666",
|
|
477
|
+
gradientUnits: "userSpaceOnUse",
|
|
478
|
+
children: [
|
|
479
|
+
/*#__PURE__*/ jsx("stop", {
|
|
480
|
+
offset: "0.206",
|
|
481
|
+
stopColor: "#6CE0FF"
|
|
482
|
+
}),
|
|
483
|
+
/*#__PURE__*/ jsx("stop", {
|
|
484
|
+
offset: "0.535",
|
|
485
|
+
stopColor: "#50D5FF",
|
|
486
|
+
stopOpacity: "0"
|
|
487
|
+
})
|
|
488
|
+
]
|
|
489
|
+
})
|
|
490
|
+
}),
|
|
491
|
+
/*#__PURE__*/ jsx("path", {
|
|
492
|
+
d: "M13.2844 15.075H3.94687C1.76719 15.075 0 13.3078 0 11.1281V0C0 0.642187 0.328125 1.24219 0.871875 1.58438L14.6672 10.2797C15.4219 10.7578 15.8813 11.5875 15.8813 12.4781C15.8813 13.9125 14.7187 15.075 13.2844 15.075Z",
|
|
493
|
+
fill: "url(#provider-outlook365-10-paint0_linear_0_6)"
|
|
494
|
+
})
|
|
495
|
+
]
|
|
496
|
+
}),
|
|
497
|
+
/*#__PURE__*/ jsxs("g", {
|
|
498
|
+
transform: "translate(0, 11.3568)",
|
|
499
|
+
children: [
|
|
500
|
+
/*#__PURE__*/ jsx("defs", {
|
|
501
|
+
children: /*#__PURE__*/ jsxs("radialGradient", {
|
|
502
|
+
id: "provider-outlook365-11-paint0_radial_0_8",
|
|
503
|
+
cx: "0",
|
|
504
|
+
cy: "0",
|
|
505
|
+
r: "1",
|
|
506
|
+
gradientUnits: "userSpaceOnUse",
|
|
507
|
+
gradientTransform: "translate(-0.0385377 0.385666) rotate(46.924) scale(13.3025)",
|
|
508
|
+
children: [
|
|
509
|
+
/*#__PURE__*/ jsx("stop", {
|
|
510
|
+
offset: "0.039",
|
|
511
|
+
stopColor: "#0091FF"
|
|
512
|
+
}),
|
|
513
|
+
/*#__PURE__*/ jsx("stop", {
|
|
514
|
+
offset: "0.919",
|
|
515
|
+
stopColor: "#183DAD"
|
|
516
|
+
})
|
|
517
|
+
]
|
|
518
|
+
})
|
|
519
|
+
}),
|
|
520
|
+
/*#__PURE__*/ jsx("path", {
|
|
521
|
+
d: "M2.05313 0H8.05313C9.1875 0 10.1063 0.91875 10.1063 2.05313V8.05313C10.1063 9.1875 9.1875 10.1062 8.05313 10.1062H2.05313C0.91875 10.1062 0 9.1875 0 8.05313V2.05313C0 0.91875 0.91875 0 2.05313 0Z",
|
|
522
|
+
fill: "url(#provider-outlook365-11-paint0_radial_0_8)"
|
|
523
|
+
})
|
|
524
|
+
]
|
|
525
|
+
}),
|
|
526
|
+
/*#__PURE__*/ jsxs("g", {
|
|
527
|
+
transform: "translate(0, 11.3568)",
|
|
528
|
+
children: [
|
|
529
|
+
/*#__PURE__*/ jsx("defs", {
|
|
530
|
+
children: /*#__PURE__*/ jsxs("radialGradient", {
|
|
531
|
+
id: "provider-outlook365-12-paint0_radial_0_4",
|
|
532
|
+
cx: "0",
|
|
533
|
+
cy: "0",
|
|
534
|
+
r: "1",
|
|
535
|
+
gradientUnits: "userSpaceOnUse",
|
|
536
|
+
gradientTransform: "translate(5.05288 6.15499) rotate(90) scale(7.07385 8.15943)",
|
|
537
|
+
children: [
|
|
538
|
+
/*#__PURE__*/ jsx("stop", {
|
|
539
|
+
offset: "0.558",
|
|
540
|
+
stopColor: "#0FA5F7",
|
|
541
|
+
stopOpacity: "0"
|
|
542
|
+
}),
|
|
543
|
+
/*#__PURE__*/ jsx("stop", {
|
|
544
|
+
offset: "1",
|
|
545
|
+
stopColor: "#74C6FF"
|
|
546
|
+
})
|
|
547
|
+
]
|
|
548
|
+
})
|
|
549
|
+
}),
|
|
550
|
+
/*#__PURE__*/ jsx("path", {
|
|
551
|
+
d: "M2.05313 0H8.05313C9.1875 0 10.1063 0.91875 10.1063 2.05313V8.05313C10.1063 9.1875 9.1875 10.1062 8.05313 10.1062H2.05313C0.91875 10.1062 0 9.1875 0 8.05313V2.05313C0 0.91875 0.91875 0 2.05313 0Z",
|
|
552
|
+
fill: "url(#provider-outlook365-12-paint0_radial_0_4)",
|
|
553
|
+
fillOpacity: "0.5"
|
|
554
|
+
})
|
|
555
|
+
]
|
|
556
|
+
}),
|
|
557
|
+
/*#__PURE__*/ jsx("g", {
|
|
558
|
+
transform: "translate(2.16, 13.4256)",
|
|
559
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
560
|
+
d: "M5.77969 2.94844C5.77969 2.5125 5.70938 2.11875 5.57344 1.76719C5.44219 1.40625 5.24531 1.08281 4.97813 0.810938C4.45781 0.271876 3.78281 0 2.95312 0C2.07656 0 1.36406 0.28125 0.820312 0.84375C0.529688 1.14844 0.31875 1.50938 0.1875 1.9125C0.065625 2.25938 0 2.63438 0 3.05625C0 3.44063 0.0609375 3.7875 0.173438 4.10625C0.304688 4.50469 0.510938 4.86094 0.80625 5.15625C1.34063 5.69531 2.025 5.9625 2.85469 5.9625C3.70781 5.9625 4.40625 5.68594 4.94531 5.13281C5.21719 4.85156 5.42344 4.52813 5.55937 4.15781C5.70937 3.80156 5.77969 3.39844 5.77969 2.94844ZM4.39687 3.01875C4.39687 3.3 4.36406 3.55313 4.29375 3.77344C4.22344 3.98438 4.125 4.1625 3.98906 4.31719C3.7125 4.62656 3.34687 4.78594 2.8875 4.78594C2.44687 4.78594 2.08125 4.62656 1.8 4.30781C1.62188 4.10625 1.50469 3.85312 1.43906 3.55781C1.40156 3.38437 1.37813 3.20156 1.37813 2.99531C1.37813 2.81719 1.39688 2.65313 1.425 2.49844C1.48594 2.17969 1.60781 1.90781 1.8 1.6875C2.08125 1.35469 2.45625 1.19062 2.92031 1.19062C3.37031 1.19062 3.73125 1.35 3.99844 1.67344C4.12969 1.82813 4.22812 2.01563 4.29375 2.23594C4.36406 2.46094 4.39687 2.72344 4.39687 3.01875Z",
|
|
561
|
+
fill: "white"
|
|
562
|
+
})
|
|
563
|
+
})
|
|
564
|
+
]
|
|
565
|
+
}),
|
|
566
|
+
plunk: /*#__PURE__*/ jsx("g", {
|
|
567
|
+
transform: "translate(2.3111, 0.0889)",
|
|
568
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
569
|
+
fillRule: "evenodd",
|
|
570
|
+
clipRule: "evenodd",
|
|
571
|
+
d: "M18.2805 10.1275C19.012 8.94688 19.3778 7.64968 19.3778 6.23617C19.3778 5.05546 19.0951 3.99947 18.5298 3.0682C17.9811 2.12029 17.1582 1.37195 16.0608 0.823177C14.9802 0.2744 13.6584 0 12.0955 0C9.88422 0 7.85584 0.590356 6.01039 1.77106C4.18147 2.93515 2.71838 4.69793 1.62105 7.05935C0.54036 9.40415 0 12.2645 0 15.6403C0 17.4364 0.257715 18.9497 0.773115 20.1803C1.28854 21.4109 1.9702 22.3255 2.81813 22.9243C3.68269 23.5229 4.62207 23.8222 5.63629 23.8222C7.48174 23.8222 8.61237 22.6665 9.02802 20.3549L10.1004 14.3432C12.029 14.2102 13.6917 13.7695 15.0882 13.0212C16.4848 12.2728 17.5489 11.3083 18.2805 10.1275ZM15.6618 6.46069C15.6618 9.5705 13.9576 11.3416 10.5493 11.7739L11.3723 6.93464C11.4055 6.76833 11.4222 6.55216 11.4222 6.28607C11.4222 5.83707 11.2974 5.51278 11.0481 5.31323C10.8153 5.09705 10.4246 4.98896 9.87597 4.98896C9.3938 4.98896 8.96982 5.11367 8.60405 5.36311C8.25492 5.59593 8.03044 5.99504 7.93069 6.56047C7.53162 8.73898 7.22404 10.4768 7.00797 11.7739L7.00512 11.7737L6.84117 12.8209L6.37977 15.4626L6.37565 15.4618L5.76095 18.9829C5.5448 20.1304 5.22897 20.7041 4.81327 20.7041C4.514 20.7041 4.19811 20.488 3.86558 20.0556C3.54969 19.6066 3.28367 18.9829 3.06754 18.1847C2.868 17.3865 2.76825 16.4719 2.76825 15.4408C2.76825 12.9796 3.1091 10.7928 3.79076 8.88035C4.48907 6.95127 5.47002 5.44627 6.73362 4.36533C8.01379 3.2844 9.51012 2.74391 11.2227 2.74391C12.7356 2.74391 13.8495 3.09316 14.5645 3.7916C15.2961 4.47342 15.6618 5.36311 15.6618 6.46069Z",
|
|
572
|
+
fill: "black"
|
|
573
|
+
})
|
|
574
|
+
}),
|
|
575
|
+
postmark: /*#__PURE__*/ jsxs(Fragment, {
|
|
576
|
+
children: [
|
|
577
|
+
/*#__PURE__*/ jsx("g", {
|
|
578
|
+
transform: "translate(0.15, 0.15)",
|
|
579
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
580
|
+
d: "M20.25 0.15H3.75C1.76177 0.15 0.15 1.76177 0.15 3.75V20.25C0.15 22.2382 1.76177 23.85 3.75 23.85H20.25C22.2382 23.85 23.85 22.2382 23.85 20.25V3.75C23.85 1.76177 22.2382 0.15 20.25 0.15Z",
|
|
581
|
+
fill: "#FEDD00",
|
|
582
|
+
stroke: "#D9B500",
|
|
583
|
+
strokeWidth: "0.3"
|
|
584
|
+
})
|
|
585
|
+
}),
|
|
586
|
+
/*#__PURE__*/ jsx("g", {
|
|
587
|
+
transform: "translate(6, 3.8175)",
|
|
588
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
589
|
+
fillRule: "evenodd",
|
|
590
|
+
clipRule: "evenodd",
|
|
591
|
+
d: "M1.9605 13.7183V1.96125H0V0H6.951C11.2935 0 12.1935 2.8635 12.1935 4.8495C12.1935 6.44325 11.547 7.66725 10.8773 8.337C9.792 9.42225 8.31375 9.67575 6.0735 9.67575H4.3185V13.7175H6.3735V15.678H0V13.7175H1.9605V13.7183ZM4.3155 7.7835H6.276C9.1635 7.7835 9.786 6.444 9.786 4.827C9.786 2.97975 8.74725 1.9635 7.0155 1.9635H4.3185L4.31625 7.7835H4.3155Z",
|
|
592
|
+
fill: "black"
|
|
593
|
+
})
|
|
594
|
+
})
|
|
595
|
+
]
|
|
596
|
+
}),
|
|
597
|
+
resend: /*#__PURE__*/ jsx("g", {
|
|
598
|
+
transform: "translate(0, 0)",
|
|
599
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
600
|
+
d: "M14.679 0C19.327 0 22.092 2.765 22.092 6.434C22.092 10.103 19.327 12.868 14.679 12.868H12.33L24 24H15.755L6.875 15.56C6.239 14.972 5.945 14.287 5.945 13.7C5.945 12.869 6.532 12.135 7.658 11.817L12.232 10.593C13.969 10.128 15.168 8.783 15.168 7.021C15.168 4.868 13.407 3.621 11.229 3.621H0V0H14.679Z",
|
|
601
|
+
fill: "black"
|
|
602
|
+
})
|
|
603
|
+
}),
|
|
604
|
+
sendgrid: /*#__PURE__*/ jsxs("g", {
|
|
605
|
+
transform: "translate(0, 0.00015)",
|
|
606
|
+
children: [
|
|
607
|
+
/*#__PURE__*/ jsx("path", {
|
|
608
|
+
d: "M24 0V16H16V23.9997H0.000188528L0.0001875 15.9999L0 16V7.99982H8.00001V0H24Z",
|
|
609
|
+
fill: "#9DD6E3"
|
|
610
|
+
}),
|
|
611
|
+
/*#__PURE__*/ jsx("path", {
|
|
612
|
+
d: "M0.000188528 23.9997H8.0002V15.9996H0.000188528V23.9997Z",
|
|
613
|
+
fill: "#3F72AB"
|
|
614
|
+
}),
|
|
615
|
+
/*#__PURE__*/ jsx("path", {
|
|
616
|
+
d: "M16 16H24V7.99982H16V16Z",
|
|
617
|
+
fill: "#00A9D1"
|
|
618
|
+
}),
|
|
619
|
+
/*#__PURE__*/ jsx("path", {
|
|
620
|
+
d: "M8.00001 8.00001H16V0H8.00001V8.00001Z",
|
|
621
|
+
fill: "#00A9D1"
|
|
622
|
+
}),
|
|
623
|
+
/*#__PURE__*/ jsx("path", {
|
|
624
|
+
d: "M8.00001 15.9998H16V7.99982H8.00001V15.9998Z",
|
|
625
|
+
fill: "#2191C4"
|
|
626
|
+
}),
|
|
627
|
+
/*#__PURE__*/ jsx("path", {
|
|
628
|
+
d: "M16 8.00001H24V0H16V8.00001Z",
|
|
629
|
+
fill: "#3F72AB"
|
|
630
|
+
})
|
|
631
|
+
]
|
|
632
|
+
}),
|
|
633
|
+
ses: /*#__PURE__*/ jsxs("g", {
|
|
634
|
+
transform: "translate(0.0528, 4.85565)",
|
|
635
|
+
children: [
|
|
636
|
+
/*#__PURE__*/ jsx("path", {
|
|
637
|
+
d: "M6.73367 5.1894C6.73367 5.48344 6.76546 5.72185 6.82109 5.89669C6.88466 6.07152 6.96413 6.26225 7.07539 6.46887C7.11513 6.53245 7.13102 6.59603 7.13102 6.65166C7.13102 6.73113 7.08334 6.8106 6.98003 6.89007L6.47937 7.22384C6.40784 7.27152 6.33632 7.29536 6.27274 7.29536C6.19327 7.29536 6.1138 7.25563 6.03433 7.18411C5.92307 7.0649 5.82771 6.93775 5.74824 6.8106C5.66877 6.6755 5.5893 6.5245 5.50188 6.34172C4.88201 7.07285 4.10321 7.43841 3.16546 7.43841C2.49791 7.43841 1.96546 7.24768 1.57605 6.86622C1.18665 6.48477 0.987975 5.97616 0.987975 5.3404C0.987975 4.6649 1.22639 4.11656 1.71115 3.70331C2.19592 3.29007 2.83963 3.08344 3.65817 3.08344C3.92837 3.08344 4.20652 3.10729 4.50056 3.14702C4.7946 3.18676 5.09658 3.25033 5.41446 3.32185V2.74172C5.41446 2.13775 5.28731 1.71656 5.04095 1.4702C4.78665 1.22384 4.35751 1.10464 3.74559 1.10464C3.46744 1.10464 3.18135 1.13642 2.88731 1.20795C2.59327 1.27947 2.30718 1.36689 2.02903 1.47815C1.90188 1.53377 1.80652 1.56556 1.75089 1.58146C1.69526 1.59735 1.65552 1.6053 1.62374 1.6053C1.51248 1.6053 1.45685 1.52583 1.45685 1.35894V0.969536C1.45685 0.842384 1.47274 0.74702 1.51248 0.691391C1.55221 0.635762 1.62374 0.580132 1.73499 0.524503C2.01314 0.381457 2.34692 0.262252 2.73632 0.166887C3.12572 0.0635762 3.53897 0.0158941 3.97605 0.0158941C4.92175 0.0158941 5.61314 0.230464 6.05817 0.659603C6.49526 1.08874 6.71778 1.7404 6.71778 2.61457V5.1894H6.73367ZM3.50718 6.39735C3.76943 6.39735 4.03963 6.34967 4.32572 6.2543C4.61182 6.15894 4.86612 5.98411 5.08069 5.7457C5.20784 5.5947 5.30321 5.42781 5.35089 5.23709C5.39857 5.04636 5.43036 4.81589 5.43036 4.5457V4.21192C5.19989 4.15629 4.95354 4.10861 4.69923 4.07682C4.44493 4.04503 4.19857 4.02914 3.95221 4.02914C3.41976 4.02914 3.03036 4.13245 2.76811 4.34702C2.50586 4.56159 2.3787 4.86358 2.3787 5.26093C2.3787 5.63444 2.47407 5.91258 2.67274 6.10331C2.86347 6.30199 3.14162 6.39735 3.50718 6.39735ZM9.88864 7.25563C9.74559 7.25563 9.65023 7.23179 9.58665 7.17616C9.52307 7.12848 9.46744 7.01722 9.41976 6.86622L7.55221 0.723179C7.50453 0.564238 7.48069 0.460927 7.48069 0.405298C7.48069 0.278146 7.54427 0.206623 7.67142 0.206623H8.45023C8.60122 0.206623 8.70453 0.230464 8.76016 0.286093C8.82374 0.333775 8.87142 0.445033 8.9191 0.596027L10.2542 5.85695L11.4939 0.596027C11.5337 0.437086 11.5814 0.333775 11.6449 0.286093C11.7085 0.238411 11.8198 0.206623 11.9628 0.206623H12.5986C12.7496 0.206623 12.8529 0.230464 12.9165 0.286093C12.98 0.333775 13.0357 0.445033 13.0674 0.596027L14.3231 5.92053L15.6979 0.596027C15.7456 0.437086 15.8012 0.333775 15.8568 0.286093C15.9204 0.238411 16.0237 0.206623 16.1668 0.206623H16.9059C17.033 0.206623 17.1045 0.270199 17.1045 0.405298C17.1045 0.445033 17.0966 0.484768 17.0886 0.53245C17.0807 0.580132 17.0648 0.643709 17.033 0.731126L15.1178 6.87417C15.0701 7.03311 15.0145 7.13642 14.9509 7.18411C14.8873 7.23179 14.784 7.26358 14.6489 7.26358H13.9655C13.8145 7.26358 13.7112 7.23974 13.6476 7.18411C13.584 7.12848 13.5284 7.02517 13.4966 6.86622L12.2648 1.7404L11.041 6.85828C11.0012 7.01722 10.9535 7.12053 10.89 7.17616C10.8264 7.23179 10.7151 7.25563 10.5721 7.25563H9.88864ZM20.1006 7.4702C19.6873 7.4702 19.2741 7.42252 18.8767 7.32715C18.4794 7.23179 18.1694 7.12848 17.9628 7.00927C17.8357 6.93775 17.7482 6.85828 17.7165 6.78675C17.6847 6.71523 17.6688 6.63576 17.6688 6.56424V6.15894C17.6688 5.99205 17.7323 5.91258 17.8516 5.91258C17.8992 5.91258 17.9469 5.92053 17.9946 5.93642C18.0423 5.95232 18.1138 5.98411 18.1933 6.01589C18.4635 6.1351 18.7575 6.23046 19.0674 6.29404C19.3853 6.35762 19.6953 6.3894 20.0131 6.3894C20.5138 6.3894 20.9032 6.30199 21.1734 6.12715C21.4436 5.95232 21.5866 5.69801 21.5866 5.37219C21.5866 5.14967 21.5151 4.96689 21.3721 4.81589C21.229 4.6649 20.9588 4.5298 20.5694 4.40265L19.4171 4.04503C18.837 3.86225 18.4078 3.59205 18.1456 3.23444C17.8833 2.88477 17.7482 2.49536 17.7482 2.08212C17.7482 1.74834 17.8198 1.4543 17.9628 1.2C18.1059 0.945695 18.2966 0.723179 18.535 0.548344C18.7734 0.365563 19.0436 0.230464 19.3615 0.135099C19.6794 0.0397351 20.0131 5.21541e-08 20.3628 5.21541e-08C20.5376 5.21541e-08 20.7204 0.00794707 20.8953 0.0317881C21.078 0.0556292 21.2449 0.0874173 21.4118 0.119205C21.5708 0.15894 21.7217 0.198676 21.8648 0.246358C22.0078 0.29404 22.1191 0.341722 22.1986 0.389404C22.3098 0.45298 22.3893 0.516556 22.437 0.58808C22.4847 0.651656 22.5085 0.739073 22.5085 0.850331V1.22384C22.5085 1.39073 22.4449 1.47815 22.3257 1.47815C22.2621 1.47815 22.1588 1.44636 22.0237 1.38278C21.5708 1.17616 21.0621 1.07285 20.4979 1.07285C20.0449 1.07285 19.6873 1.14437 19.441 1.29536C19.1946 1.44636 19.0674 1.67682 19.0674 2.00265C19.0674 2.22517 19.1469 2.41589 19.3059 2.56689C19.4648 2.71788 19.7588 2.86887 20.18 3.00397L21.3085 3.36159C21.8807 3.54437 22.2939 3.79868 22.5403 4.1245C22.7866 4.45033 22.9059 4.82384 22.9059 5.23709C22.9059 5.57881 22.8343 5.88874 22.6992 6.15894C22.5562 6.42914 22.3655 6.66755 22.1191 6.85828C21.8727 7.05695 21.5787 7.2 21.237 7.30331C20.8794 7.41457 20.5059 7.4702 20.1006 7.4702Z",
|
|
638
|
+
fill: "#252F3E"
|
|
639
|
+
}),
|
|
640
|
+
/*#__PURE__*/ jsx("path", {
|
|
641
|
+
d: "M21.6025 11.3325C18.988 13.2636 15.1893 14.2887 11.9231 14.2887C7.34559 14.2887 3.22109 12.596 0.105856 9.78278C-0.140502 9.56027 0.0820146 9.25828 0.376054 9.43311C3.74559 11.3881 7.90188 12.5722 12.2012 12.5722C15.1019 12.5722 18.2886 11.9682 21.2211 10.7285C21.6582 10.5298 22.0317 11.0146 21.6025 11.3325ZM22.6913 10.0927C22.3575 9.66358 20.482 9.88609 19.6317 9.9894C19.3774 10.0212 19.3376 9.79868 19.5681 9.63179C21.0621 8.58278 23.5178 8.88477 23.8039 9.23444C24.09 9.59205 23.7244 12.0477 22.3257 13.2238C22.1112 13.4066 21.9045 13.3113 21.9999 13.0728C22.3178 12.2861 23.0251 10.5139 22.6913 10.0927Z",
|
|
642
|
+
fill: "#FF9900"
|
|
643
|
+
})
|
|
644
|
+
]
|
|
645
|
+
}),
|
|
646
|
+
slack: /*#__PURE__*/ jsxs("g", {
|
|
647
|
+
transform: "translate(0.02855, 0.0381)",
|
|
648
|
+
children: [
|
|
649
|
+
/*#__PURE__*/ jsx("path", {
|
|
650
|
+
d: "M5.04762 15.1238C5.04762 16.5143 3.92381 17.6381 2.53333 17.6381C1.14286 17.6381 0.0190476 16.5143 0.0190476 15.1238C0.0190476 13.7333 1.14286 12.6095 2.53333 12.6095H5.04762V15.1238ZM6.30476 15.1238C6.30476 13.7333 7.42857 12.6095 8.81905 12.6095C10.2095 12.6095 11.3333 13.7333 11.3333 15.1238V21.4095C11.3333 22.8 10.2095 23.9238 8.81905 23.9238C7.42857 23.9238 6.30476 22.8 6.30476 21.4095V15.1238Z",
|
|
651
|
+
fill: "#E01E5A"
|
|
652
|
+
}),
|
|
653
|
+
/*#__PURE__*/ jsx("path", {
|
|
654
|
+
d: "M8.81905 5.02857C7.42857 5.02857 6.30476 3.90476 6.30476 2.51429C6.30476 1.12381 7.42857 0 8.81905 0C10.2095 0 11.3333 1.12381 11.3333 2.51429V5.02857H8.81905ZM8.81905 6.30476C10.2095 6.30476 11.3333 7.42857 11.3333 8.81905C11.3333 10.2095 10.2095 11.3333 8.81905 11.3333H2.51429C1.12381 11.3333 0 10.2095 0 8.81905C0 7.42857 1.12381 6.30476 2.51429 6.30476H8.81905Z",
|
|
655
|
+
fill: "#36C5F0"
|
|
656
|
+
}),
|
|
657
|
+
/*#__PURE__*/ jsx("path", {
|
|
658
|
+
d: "M18.8952 8.81905C18.8952 7.42857 20.019 6.30476 21.4095 6.30476C22.8 6.30476 23.9238 7.42857 23.9238 8.81905C23.9238 10.2095 22.8 11.3333 21.4095 11.3333H18.8952V8.81905ZM17.6381 8.81905C17.6381 10.2095 16.5143 11.3333 15.1238 11.3333C13.7333 11.3333 12.6095 10.2095 12.6095 8.81905V2.51429C12.6095 1.12381 13.7333 0 15.1238 0C16.5143 0 17.6381 1.12381 17.6381 2.51429V8.81905Z",
|
|
659
|
+
fill: "#2EB67D"
|
|
660
|
+
}),
|
|
661
|
+
/*#__PURE__*/ jsx("path", {
|
|
662
|
+
d: "M15.1238 18.8952C16.5143 18.8952 17.6381 20.019 17.6381 21.4095C17.6381 22.8 16.5143 23.9238 15.1238 23.9238C13.7333 23.9238 12.6095 22.8 12.6095 21.4095V18.8952H15.1238ZM15.1238 17.6381C13.7333 17.6381 12.6095 16.5143 12.6095 15.1238C12.6095 13.7333 13.7333 12.6095 15.1238 12.6095H21.4286C22.819 12.6095 23.9429 13.7333 23.9429 15.1238C23.9429 16.5143 22.819 17.6381 21.4286 17.6381H15.1238Z",
|
|
663
|
+
fill: "#ECB22E"
|
|
664
|
+
})
|
|
665
|
+
]
|
|
666
|
+
}),
|
|
667
|
+
smtp: /*#__PURE__*/ jsx("g", {
|
|
668
|
+
transform: "translate(2, 2)",
|
|
669
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
670
|
+
d: "M11 16H12C12.2652 16 12.5196 16.1054 12.7071 16.2929C12.8946 16.4804 13 16.7348 13 17H20V19H13C13 19.2652 12.8946 19.5196 12.7071 19.7071C12.5196 19.8946 12.2652 20 12 20H8C7.73478 20 7.48043 19.8946 7.29289 19.7071C7.10536 19.5196 7 19.2652 7 19H0V17H7C7 16.7348 7.10536 16.4804 7.29289 16.2929C7.48043 16.1054 7.73478 16 8 16H9V14H2C1.73478 14 1.48043 13.8946 1.29289 13.7071C1.10536 13.5196 1 13.2652 1 13V9C1 8.73478 1.10536 8.48043 1.29289 8.29289C1.48043 8.10536 1.73478 8 2 8H18C18.2652 8 18.5196 8.10536 18.7071 8.29289C18.8946 8.48043 19 8.73478 19 9V13C19 13.2652 18.8946 13.5196 18.7071 13.7071C18.5196 13.8946 18.2652 14 18 14H11V16ZM2 0H18C18.2652 0 18.5196 0.105357 18.7071 0.292893C18.8946 0.48043 19 0.734784 19 1V5C19 5.26522 18.8946 5.51957 18.7071 5.70711C18.5196 5.89464 18.2652 6 18 6H2C1.73478 6 1.48043 5.89464 1.29289 5.70711C1.10536 5.51957 1 5.26522 1 5V1C1 0.734784 1.10536 0.48043 1.29289 0.292893C1.48043 0.105357 1.73478 0 2 0ZM7 4H8V2H7V4ZM7 12H8V10H7V12ZM3 2V4H5V2H3ZM3 10V12H5V10H3Z",
|
|
671
|
+
fill: "#6B7280"
|
|
672
|
+
})
|
|
673
|
+
}),
|
|
674
|
+
sparkpost: /*#__PURE__*/ jsx("g", {
|
|
675
|
+
transform: "translate(6, 0)",
|
|
676
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
677
|
+
d: "M10.0065 9.3465C8.7345 10.278 8.5065 11.9348 8.469 13.0515C6.47325 10.7813 12.1703 4.11525 5.6955 0C9.70275 5.08275 0 10.0912 0 17.5762C0 20.5185 1.8795 23.106 5.98125 24C10.0065 23.1623 12 20.5185 12 17.5762C12 13.182 9.20925 11.73 10.0065 9.3465ZM5.98125 21.5978C3.7785 21.5978 2.013 19.848 2.013 17.7067C2.013 15.5467 3.798 13.815 5.9805 13.815C8.18325 13.815 9.9495 15.5655 9.9495 17.7067C9.9495 19.848 8.18325 21.5978 5.98125 21.5978Z",
|
|
678
|
+
fill: "#FA6423"
|
|
679
|
+
})
|
|
680
|
+
}),
|
|
681
|
+
teams: /*#__PURE__*/ jsxs("g", {
|
|
682
|
+
transform: "translate(0, 0.8372)",
|
|
683
|
+
children: [
|
|
684
|
+
/*#__PURE__*/ jsx("defs", {
|
|
685
|
+
children: /*#__PURE__*/ jsxs("linearGradient", {
|
|
686
|
+
id: "provider-teams-0-paint0_linear_0_3",
|
|
687
|
+
x1: "2.13312",
|
|
688
|
+
y1: "4.22385",
|
|
689
|
+
x2: "10.1459",
|
|
690
|
+
y2: "18.1017",
|
|
691
|
+
gradientUnits: "userSpaceOnUse",
|
|
692
|
+
children: [
|
|
693
|
+
/*#__PURE__*/ jsx("stop", {
|
|
694
|
+
stopColor: "#5A62C3"
|
|
695
|
+
}),
|
|
696
|
+
/*#__PURE__*/ jsx("stop", {
|
|
697
|
+
offset: "0.5",
|
|
698
|
+
stopColor: "#4D55BD"
|
|
699
|
+
}),
|
|
700
|
+
/*#__PURE__*/ jsx("stop", {
|
|
701
|
+
offset: "1",
|
|
702
|
+
stopColor: "#3940AB"
|
|
703
|
+
})
|
|
704
|
+
]
|
|
705
|
+
})
|
|
706
|
+
}),
|
|
707
|
+
/*#__PURE__*/ jsx("path", {
|
|
708
|
+
d: "M16.7403 8.37209H22.9395C23.5252 8.37209 24 8.84688 24 9.43256V15.0793C24 17.2318 22.255 18.9767 20.1025 18.9767H20.0841C17.9316 18.977 16.1864 17.2323 16.186 15.0798C16.186 15.0798 16.186 15.0794 16.186 15.0792V8.92633C16.186 8.62023 16.4342 8.37209 16.7403 8.37209Z",
|
|
709
|
+
fill: "#5059C9"
|
|
710
|
+
}),
|
|
711
|
+
/*#__PURE__*/ jsx("path", {
|
|
712
|
+
d: "M20.9302 7.25581C22.3174 7.25581 23.4419 6.13132 23.4419 4.74418C23.4419 3.35705 22.3174 2.23255 20.9302 2.23255C19.5431 2.23255 18.4186 3.35705 18.4186 4.74418C18.4186 6.13132 19.5431 7.25581 20.9302 7.25581Z",
|
|
713
|
+
fill: "#5059C9"
|
|
714
|
+
}),
|
|
715
|
+
/*#__PURE__*/ jsx("path", {
|
|
716
|
+
d: "M13.1163 7.25582C15.1199 7.25582 16.7442 5.63155 16.7442 3.62791C16.7442 1.62427 15.1199 0 13.1163 0C11.1126 0 9.48837 1.62427 9.48837 3.62791C9.48837 5.63155 11.1126 7.25582 13.1163 7.25582Z",
|
|
717
|
+
fill: "#7B83EB"
|
|
718
|
+
}),
|
|
719
|
+
/*#__PURE__*/ jsx("path", {
|
|
720
|
+
d: "M17.9537 8.37209H7.72074C7.14204 8.38642 6.68425 8.86668 6.69768 9.4454V15.8858C6.61686 19.3587 9.36444 22.2406 12.8372 22.3256C16.31 22.2406 19.0576 19.3587 18.9768 15.8858V9.4454C18.9902 8.86668 18.5324 8.38642 17.9537 8.37209Z",
|
|
721
|
+
fill: "#7B83EB"
|
|
722
|
+
}),
|
|
723
|
+
/*#__PURE__*/ jsx("path", {
|
|
724
|
+
opacity: "0.1",
|
|
725
|
+
d: "M13.3954 8.37209V17.3972C13.3926 17.8111 13.1418 18.1829 12.7591 18.3405C12.6372 18.392 12.5063 18.4186 12.374 18.4186H7.18883C7.11628 18.2344 7.0493 18.0502 6.99348 17.8605C6.79811 17.22 6.69842 16.5542 6.69766 15.8847V9.44372C6.68425 8.86592 7.14128 8.38642 7.71906 8.37209H13.3954Z",
|
|
726
|
+
fill: "black"
|
|
727
|
+
}),
|
|
728
|
+
/*#__PURE__*/ jsx("path", {
|
|
729
|
+
opacity: "0.2",
|
|
730
|
+
d: "M12.8372 8.37209V17.9553C12.8372 18.0877 12.8106 18.2186 12.7591 18.3405C12.6015 18.7232 12.2297 18.974 11.8158 18.9767H7.45116C7.35628 18.7926 7.26698 18.6084 7.18883 18.4186C7.11069 18.2288 7.0493 18.0502 6.99348 17.8605C6.79811 17.22 6.69842 16.5542 6.69766 15.8847V9.44372C6.68425 8.86592 7.14128 8.38642 7.71906 8.37209H12.8372Z",
|
|
731
|
+
fill: "black"
|
|
732
|
+
}),
|
|
733
|
+
/*#__PURE__*/ jsx("path", {
|
|
734
|
+
opacity: "0.2",
|
|
735
|
+
d: "M12.8372 8.37209V16.8391C12.833 17.4014 12.3782 17.8562 11.8158 17.8605H6.99349C6.79812 17.22 6.69843 16.5542 6.69768 15.8847V9.44372C6.68426 8.86592 7.14129 8.38642 7.71907 8.37209H12.8372Z",
|
|
736
|
+
fill: "black"
|
|
737
|
+
}),
|
|
738
|
+
/*#__PURE__*/ jsx("path", {
|
|
739
|
+
opacity: "0.2",
|
|
740
|
+
d: "M12.2791 8.37209V16.8391C12.2748 17.4014 11.82 17.8562 11.2577 17.8605H6.99349C6.79812 17.22 6.69843 16.5542 6.69768 15.8847V9.44372C6.68426 8.86592 7.14129 8.38642 7.71907 8.37209H12.2791Z",
|
|
741
|
+
fill: "black"
|
|
742
|
+
}),
|
|
743
|
+
/*#__PURE__*/ jsx("path", {
|
|
744
|
+
opacity: "0.1",
|
|
745
|
+
d: "M13.3954 5.48652V7.24466C13.3005 7.25023 13.2112 7.25582 13.1163 7.25582C13.0214 7.25582 12.9321 7.25024 12.8372 7.24466C12.6488 7.23215 12.462 7.20226 12.2791 7.15536C11.1488 6.8877 10.2151 6.09505 9.76744 5.02327C9.69042 4.84328 9.63062 4.65639 9.58883 4.46513H12.3739C12.9372 4.46726 13.3932 4.9233 13.3954 5.48652Z",
|
|
746
|
+
fill: "black"
|
|
747
|
+
}),
|
|
748
|
+
/*#__PURE__*/ jsx("path", {
|
|
749
|
+
opacity: "0.2",
|
|
750
|
+
d: "M12.8372 6.04465V7.24466C12.6488 7.23215 12.462 7.20226 12.2791 7.15536C11.1488 6.8877 10.2151 6.09505 9.76745 5.02327H11.8158C12.379 5.0254 12.8351 5.48144 12.8372 6.04465Z",
|
|
751
|
+
fill: "black"
|
|
752
|
+
}),
|
|
753
|
+
/*#__PURE__*/ jsx("path", {
|
|
754
|
+
opacity: "0.2",
|
|
755
|
+
d: "M12.8372 6.04465V7.24466C12.6488 7.23215 12.462 7.20226 12.2791 7.15536C11.1488 6.8877 10.2151 6.09505 9.76745 5.02327H11.8158C12.379 5.0254 12.8351 5.48144 12.8372 6.04465Z",
|
|
756
|
+
fill: "black"
|
|
757
|
+
}),
|
|
758
|
+
/*#__PURE__*/ jsx("path", {
|
|
759
|
+
opacity: "0.2",
|
|
760
|
+
d: "M12.2791 6.04465V7.15535C11.1488 6.88769 10.2151 6.09504 9.76744 5.02326H11.2577C11.8209 5.0254 12.2769 5.48144 12.2791 6.04465Z",
|
|
761
|
+
fill: "black"
|
|
762
|
+
}),
|
|
763
|
+
/*#__PURE__*/ jsx("path", {
|
|
764
|
+
d: "M1.02306 5.02326H11.256C11.821 5.02326 12.2791 5.4813 12.2791 6.04632V16.2792C12.2791 16.8443 11.821 17.3023 11.256 17.3023H1.02306C0.458037 17.3023 0 16.8443 0 16.2792V6.04632C0 5.4813 0.458048 5.02326 1.02306 5.02326Z",
|
|
765
|
+
fill: "url(#provider-teams-0-paint0_linear_0_3)"
|
|
766
|
+
}),
|
|
767
|
+
/*#__PURE__*/ jsx("path", {
|
|
768
|
+
d: "M8.83201 8.91796H6.78641V14.4882H5.48317V8.91796H3.44707V7.8374H8.83201V8.91796Z",
|
|
769
|
+
fill: "white"
|
|
770
|
+
})
|
|
771
|
+
]
|
|
772
|
+
}),
|
|
773
|
+
telegram: /*#__PURE__*/ jsxs("g", {
|
|
774
|
+
transform: "translate(0, 0)",
|
|
775
|
+
children: [
|
|
776
|
+
/*#__PURE__*/ jsx("defs", {
|
|
777
|
+
children: /*#__PURE__*/ jsxs("linearGradient", {
|
|
778
|
+
id: "provider-telegram-0-paint0_linear_0_3",
|
|
779
|
+
x1: "12",
|
|
780
|
+
y1: "0",
|
|
781
|
+
x2: "12",
|
|
782
|
+
y2: "24",
|
|
783
|
+
gradientUnits: "userSpaceOnUse",
|
|
784
|
+
children: [
|
|
785
|
+
/*#__PURE__*/ jsx("stop", {
|
|
786
|
+
stopColor: "#2AABEE"
|
|
787
|
+
}),
|
|
788
|
+
/*#__PURE__*/ jsx("stop", {
|
|
789
|
+
offset: "1",
|
|
790
|
+
stopColor: "#229ED9"
|
|
791
|
+
})
|
|
792
|
+
]
|
|
793
|
+
})
|
|
794
|
+
}),
|
|
795
|
+
/*#__PURE__*/ jsx("path", {
|
|
796
|
+
d: "M12 0C8.81813 0 5.76375 1.26506 3.51562 3.51469C1.26562 5.76431 0 8.81869 0 12C0 15.1813 1.26562 18.2357 3.51562 20.4853C5.76375 22.7349 8.81813 24 12 24C15.1819 24 18.2363 22.7349 20.4844 20.4853C22.7344 18.2357 24 15.1813 24 12C24 8.81869 22.7344 5.76431 20.4844 3.51469C18.2363 1.26506 15.1819 0 12 0Z",
|
|
797
|
+
fill: "url(#provider-telegram-0-paint0_linear_0_3)"
|
|
798
|
+
}),
|
|
799
|
+
/*#__PURE__*/ jsx("path", {
|
|
800
|
+
d: "M5.43188 11.8732C8.93063 10.3492 11.2631 9.3444 12.4294 8.85896C15.7631 7.47277 16.455 7.23203 16.9069 7.22388C17.0062 7.22228 17.2275 7.24684 17.3719 7.36365C17.4919 7.46209 17.5256 7.59521 17.5425 7.68859C17.5575 7.78196 17.5781 7.99477 17.5613 8.1609C17.3813 10.0584 16.5994 14.663 16.2019 16.7883C16.035 17.6876 15.7031 17.9891 15.3825 18.0186C14.685 18.0827 14.1563 17.5581 13.4813 17.1157C12.4256 16.4233 11.8294 15.9924 10.8038 15.3168C9.61875 14.5361 10.3875 14.1069 11.0625 13.4057C11.2388 13.2221 14.31 10.4293 14.3681 10.176C14.3756 10.1443 14.3831 10.0262 14.3119 9.9639C14.2425 9.90146 14.1394 9.92284 14.0644 9.93971C13.9575 9.96371 12.2719 11.079 9.00187 13.2853C8.52375 13.6141 8.09063 13.7745 7.70063 13.766C7.27313 13.7568 6.44813 13.5238 5.835 13.3246C5.085 13.0803 4.48688 12.9512 4.53938 12.5362C4.56563 12.3202 4.86375 12.0991 5.43188 11.8732Z",
|
|
801
|
+
fill: "white"
|
|
802
|
+
})
|
|
803
|
+
]
|
|
804
|
+
}),
|
|
805
|
+
webhook: /*#__PURE__*/ jsx("g", {
|
|
806
|
+
transform: "translate(2.1879, 2.89925)",
|
|
807
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
808
|
+
d: "M8.28947 16.2365C6.82947 18.3065 3.97947 18.8265 1.91947 17.3865C-0.130526 15.9465 -0.610526 13.0765 0.829474 10.9865C1.23246 10.4021 1.76549 9.91911 2.38668 9.57555C3.00787 9.23199 3.70027 9.03719 4.40947 9.00646L4.45947 10.4365C3.54947 10.5065 2.66947 10.9765 2.09947 11.7965C1.09947 13.2365 1.40947 15.1765 2.77947 16.1465C4.15947 17.1065 6.08947 16.7365 7.08947 15.3065C7.39947 14.8565 7.57947 14.3665 7.64947 13.8665V12.8565L13.2295 12.8165L13.2995 12.7065C13.8295 11.7865 14.9795 11.4665 15.8795 11.9865C16.0949 12.1125 16.2833 12.2797 16.4341 12.4786C16.5848 12.6775 16.6949 12.9042 16.7581 13.1456C16.8212 13.387 16.8362 13.6386 16.8021 13.8858C16.768 14.133 16.6856 14.3711 16.5595 14.5865C16.0295 15.4965 14.8695 15.8165 13.9695 15.2965C13.5595 15.0665 13.2695 14.6965 13.1395 14.2765L9.06947 14.2965C8.9491 14.9909 8.68329 15.652 8.28947 16.2365ZM15.5695 9.09646C18.0995 9.40646 19.8995 11.6765 19.5895 14.1665C19.2795 16.6665 16.9795 18.4365 14.4495 18.1265C13.7469 18.0446 13.0725 17.8028 12.4779 17.4197C11.8833 17.0366 11.3844 16.5224 11.0195 15.9165L12.2595 15.1965C12.516 15.5937 12.8569 15.9295 13.2578 16.1801C13.6588 16.4307 14.11 16.5899 14.5795 16.6465C16.3295 16.8565 17.8795 15.6665 18.0895 13.9965C18.2995 12.3265 17.0595 10.7965 15.3295 10.5865C14.7895 10.5265 14.2695 10.5965 13.7995 10.7665L12.9495 11.2065L10.3695 6.43646H10.1495C9.64603 6.4218 9.16886 6.20848 8.82221 5.84309C8.47557 5.47771 8.28763 4.98998 8.29947 4.48646C8.32947 3.44646 9.22947 2.63646 10.2795 2.67646C11.3295 2.73646 12.1595 3.58646 12.1295 4.62646C12.1095 5.06646 11.9395 5.46646 11.6695 5.77646L13.5695 9.28646C14.1895 9.08646 14.8695 9.01646 15.5695 9.09646ZM6.07947 6.37646C5.07947 4.02646 6.13947 1.33646 8.44947 0.356463C10.7695 -0.623537 13.4495 0.486463 14.4495 2.83646C15.0395 4.20646 14.9195 5.70646 14.2495 6.90646L13.0095 6.18646C13.4295 5.37646 13.4995 4.38646 13.0995 3.45646C12.4195 1.85646 10.6095 1.08646 9.05947 1.73646C7.49947 2.39646 6.79947 4.23646 7.47947 5.83646C7.75947 6.49646 8.22947 7.00646 8.79947 7.34646L9.18947 7.55646L6.11947 12.5465C6.14947 12.5965 6.18947 12.6565 6.21947 12.7365C6.70947 13.6465 6.36947 14.7965 5.44947 15.2865C4.53947 15.7765 3.38947 15.4165 2.88947 14.4765C2.39947 13.5465 2.73947 12.3965 3.65947 11.9065C4.04947 11.6965 4.47947 11.6465 4.88947 11.7365L7.19947 7.96646C6.72947 7.53646 6.32947 6.99646 6.07947 6.37646Z",
|
|
809
|
+
fill: "#6B7280"
|
|
810
|
+
})
|
|
811
|
+
}),
|
|
812
|
+
whatsapp: /*#__PURE__*/ jsxs("g", {
|
|
813
|
+
transform: "translate(0.093, 0.03965)",
|
|
814
|
+
children: [
|
|
815
|
+
/*#__PURE__*/ jsxs("defs", {
|
|
816
|
+
children: [
|
|
817
|
+
/*#__PURE__*/ jsxs("linearGradient", {
|
|
818
|
+
id: "provider-whatsapp-0-paint0_linear_0_3",
|
|
819
|
+
x1: "11.9069",
|
|
820
|
+
y1: "23.5068",
|
|
821
|
+
x2: "11.9069",
|
|
822
|
+
y2: "0.414178",
|
|
823
|
+
gradientUnits: "userSpaceOnUse",
|
|
824
|
+
children: [
|
|
825
|
+
/*#__PURE__*/ jsx("stop", {
|
|
826
|
+
stopColor: "#1FAF38"
|
|
827
|
+
}),
|
|
828
|
+
/*#__PURE__*/ jsx("stop", {
|
|
829
|
+
offset: "1",
|
|
830
|
+
stopColor: "#60D669"
|
|
831
|
+
})
|
|
832
|
+
]
|
|
833
|
+
}),
|
|
834
|
+
/*#__PURE__*/ jsxs("linearGradient", {
|
|
835
|
+
id: "provider-whatsapp-0-paint1_linear_0_3",
|
|
836
|
+
x1: "11.907",
|
|
837
|
+
y1: "23.9207",
|
|
838
|
+
x2: "11.907",
|
|
839
|
+
y2: "-3.13673e-05",
|
|
840
|
+
gradientUnits: "userSpaceOnUse",
|
|
841
|
+
children: [
|
|
842
|
+
/*#__PURE__*/ jsx("stop", {
|
|
843
|
+
stopColor: "#F9F9F9"
|
|
844
|
+
}),
|
|
845
|
+
/*#__PURE__*/ jsx("stop", {
|
|
846
|
+
offset: "1",
|
|
847
|
+
stopColor: "white"
|
|
848
|
+
})
|
|
849
|
+
]
|
|
850
|
+
})
|
|
851
|
+
]
|
|
852
|
+
}),
|
|
853
|
+
/*#__PURE__*/ jsx("path", {
|
|
854
|
+
d: "M0.508214 11.8564C0.507611 13.8729 1.03451 15.8418 2.03635 17.5772L0.412359 23.5067L6.48042 21.9157C8.15216 22.8268 10.0345 23.3078 11.9502 23.3083H11.9553C18.2636 23.3083 23.3988 18.1749 23.4015 11.8654C23.4027 8.80796 22.2131 5.93302 20.0518 3.77007C17.8909 1.60723 15.017 0.415494 11.9548 0.414167C5.6457 0.414167 0.510867 5.54719 0.508214 11.8564Z",
|
|
855
|
+
fill: "url(#provider-whatsapp-0-paint0_linear_0_3)"
|
|
856
|
+
}),
|
|
857
|
+
/*#__PURE__*/ jsx("path", {
|
|
858
|
+
d: "M0.0995931 11.8527C0.0988696 13.9417 0.644702 15.9811 1.68223 17.7786L0 23.9207L6.2857 22.2726C8.0176 23.2169 9.9675 23.7147 11.9518 23.7154H11.9568C18.4915 23.7154 23.8112 18.3975 23.814 11.8622C23.815 8.69486 22.5827 5.71659 20.3442 3.47611C18.1054 1.23587 15.1286 0.0013263 11.9568 0C5.42095 0 0.102246 5.31714 0.0995931 11.8527ZM3.84277 17.4691L3.60814 17.0965C2.62149 15.5277 2.10074 13.7149 2.10146 11.8534C2.10363 6.42134 6.52443 2.00199 11.9606 2.00199C14.593 2.00307 17.0672 3.02927 18.928 4.89127C20.7888 6.7534 21.8127 9.22876 21.812 11.8615C21.8096 17.2936 17.3886 21.7136 11.9568 21.7136H11.953C10.1843 21.7126 8.44974 21.2377 6.93691 20.3401L6.57688 20.1266L2.84684 21.1046L3.84277 17.4691Z",
|
|
859
|
+
fill: "url(#provider-whatsapp-0-paint1_linear_0_3)"
|
|
860
|
+
}),
|
|
861
|
+
/*#__PURE__*/ jsx("path", {
|
|
862
|
+
d: "M8.99332 6.89753C8.77135 6.40415 8.5378 6.39426 8.32668 6.38558C8.1539 6.37822 7.95628 6.3787 7.7589 6.3787C7.56128 6.3787 7.24032 6.45298 6.96891 6.74935C6.69726 7.04583 5.93186 7.76252 5.93186 9.22012C5.93186 10.6778 6.99363 12.0864 7.14157 12.2842C7.28975 12.4817 9.19118 15.5686 12.2025 16.7562C14.7052 17.743 15.2145 17.5468 15.7577 17.4973C16.3009 17.448 17.5106 16.7809 17.7574 16.089C18.0043 15.3973 18.0043 14.8043 17.9303 14.6805C17.8563 14.557 17.6586 14.4829 17.3624 14.3348C17.066 14.1866 15.6095 13.4698 15.338 13.371C15.0663 13.2722 14.8688 13.2229 14.6712 13.5195C14.4737 13.8158 13.9063 14.4829 13.7334 14.6805C13.5606 14.8785 13.3877 14.9032 13.0915 14.755C12.7951 14.6063 11.8409 14.2938 10.709 13.2846C9.82817 12.4993 9.23363 11.5296 9.06072 11.233C8.88794 10.9367 9.04228 10.7762 9.19082 10.6285C9.32393 10.4958 9.48719 10.2826 9.63537 10.1097C9.7832 9.93669 9.83251 9.81322 9.93126 9.6156C10.0301 9.41786 9.98069 9.24484 9.90666 9.09665C9.83251 8.94847 9.25678 7.48339 8.99332 6.89753Z",
|
|
863
|
+
fill: "white"
|
|
864
|
+
})
|
|
865
|
+
]
|
|
866
|
+
}),
|
|
867
|
+
zulip: /*#__PURE__*/ jsxs("g", {
|
|
868
|
+
transform: "translate(0, 0)",
|
|
869
|
+
children: [
|
|
870
|
+
/*#__PURE__*/ jsx("defs", {
|
|
871
|
+
children: /*#__PURE__*/ jsxs("linearGradient", {
|
|
872
|
+
id: "provider-zulip-0-paint0_linear_0_3",
|
|
873
|
+
x1: "12",
|
|
874
|
+
y1: "0",
|
|
875
|
+
x2: "12",
|
|
876
|
+
y2: "24",
|
|
877
|
+
gradientUnits: "userSpaceOnUse",
|
|
878
|
+
children: [
|
|
879
|
+
/*#__PURE__*/ jsx("stop", {
|
|
880
|
+
stopColor: "#24ADFF"
|
|
881
|
+
}),
|
|
882
|
+
/*#__PURE__*/ jsx("stop", {
|
|
883
|
+
offset: "1",
|
|
884
|
+
stopColor: "#7B71FF"
|
|
885
|
+
})
|
|
886
|
+
]
|
|
887
|
+
})
|
|
888
|
+
}),
|
|
889
|
+
/*#__PURE__*/ jsx("path", {
|
|
890
|
+
d: "M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM11.4075 11.0833L7.1051 14.9251C6.66191 15.2738 6.37111 15.8494 6.37111 16.4969C6.37111 17.5543 7.14677 18.4195 8.09479 18.4195H16.1804C17.1284 18.4195 17.9041 17.5543 17.9041 16.4969C17.9041 15.4393 17.1284 14.5744 16.1804 14.5744H10.0593C9.96858 14.5744 9.91122 14.4656 9.95545 14.3772L11.5336 11.2175C11.5912 11.1253 11.4874 11.0148 11.4075 11.0833ZM16.1804 5.56526H8.09479C7.14677 5.56526 6.37111 6.43024 6.37111 7.48785C6.37111 8.54518 7.14677 9.41044 8.09479 9.41044H14.2159C14.3066 9.41044 14.364 9.51917 14.3197 9.60764L12.7416 12.7673C12.684 12.8595 12.7878 12.97 12.8677 12.9015L17.1701 9.05914C17.6133 8.71013 17.9041 8.1348 17.9041 7.48728C17.9041 6.42996 17.1284 5.56469 16.1804 5.56526Z",
|
|
891
|
+
fill: "url(#provider-zulip-0-paint0_linear_0_3)"
|
|
892
|
+
})
|
|
893
|
+
]
|
|
894
|
+
})
|
|
895
|
+
};
|
|
896
|
+
export { providerIconPaths };
|