@planningcenter/tapestry-react 2.10.0 → 3.0.0-rc.2

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 (78) hide show
  1. package/dist/cjs/Logo/ Logo.test.js +65 -0
  2. package/dist/cjs/Logo/Logo.js +32 -45
  3. package/dist/cjs/Logo/logos/api.js +170 -0
  4. package/dist/cjs/Logo/logos/calendar.js +190 -0
  5. package/dist/cjs/Logo/logos/check-ins.js +226 -0
  6. package/dist/cjs/Logo/logos/church-center.js +256 -0
  7. package/dist/cjs/Logo/logos/giving.js +196 -0
  8. package/dist/cjs/Logo/logos/groups.js +186 -0
  9. package/dist/cjs/Logo/logos/headcounts.js +257 -0
  10. package/dist/cjs/Logo/logos/home.js +177 -0
  11. package/dist/cjs/Logo/logos/index.js +53 -0
  12. package/dist/cjs/Logo/logos/login.js +190 -0
  13. package/dist/cjs/Logo/logos/music-stand.js +163 -0
  14. package/dist/cjs/Logo/logos/people.js +178 -0
  15. package/dist/cjs/Logo/logos/planning-center.js +206 -0
  16. package/dist/cjs/Logo/logos/publishing.js +283 -0
  17. package/dist/cjs/Logo/logos/registrations.js +152 -0
  18. package/dist/cjs/Logo/logos/services.js +226 -0
  19. package/dist/cjs/Logo/types.js +1 -0
  20. package/dist/esm/Logo/ Logo.test.js +59 -0
  21. package/dist/esm/Logo/Logo.js +31 -43
  22. package/dist/esm/Logo/logos/api.js +161 -0
  23. package/dist/esm/Logo/logos/calendar.js +181 -0
  24. package/dist/esm/Logo/logos/check-ins.js +217 -0
  25. package/dist/esm/Logo/logos/church-center.js +247 -0
  26. package/dist/esm/Logo/logos/giving.js +187 -0
  27. package/dist/esm/Logo/logos/groups.js +177 -0
  28. package/dist/esm/Logo/logos/headcounts.js +248 -0
  29. package/dist/esm/Logo/logos/home.js +168 -0
  30. package/dist/esm/Logo/logos/index.js +32 -0
  31. package/dist/esm/Logo/logos/login.js +181 -0
  32. package/dist/esm/Logo/logos/music-stand.js +154 -0
  33. package/dist/esm/Logo/logos/people.js +169 -0
  34. package/dist/esm/Logo/logos/planning-center.js +197 -0
  35. package/dist/esm/Logo/logos/publishing.js +274 -0
  36. package/dist/esm/Logo/logos/registrations.js +143 -0
  37. package/dist/esm/Logo/logos/services.js +217 -0
  38. package/dist/esm/Logo/types.js +0 -0
  39. package/dist/types/Logo/ Logo.test.d.ts +1 -0
  40. package/dist/types/Logo/Logo.d.ts +29 -6
  41. package/dist/types/Logo/logos/api.d.ts +2 -0
  42. package/dist/types/Logo/logos/calendar.d.ts +2 -0
  43. package/dist/types/Logo/logos/check-ins.d.ts +2 -0
  44. package/dist/types/Logo/logos/church-center.d.ts +2 -0
  45. package/dist/types/Logo/logos/giving.d.ts +2 -0
  46. package/dist/types/Logo/logos/groups.d.ts +2 -0
  47. package/dist/types/Logo/logos/headcounts.d.ts +2 -0
  48. package/dist/types/Logo/logos/home.d.ts +2 -0
  49. package/dist/types/Logo/logos/index.d.ts +17 -0
  50. package/dist/types/Logo/logos/login.d.ts +2 -0
  51. package/dist/types/Logo/logos/music-stand.d.ts +2 -0
  52. package/dist/types/Logo/logos/people.d.ts +2 -0
  53. package/dist/types/Logo/logos/planning-center.d.ts +2 -0
  54. package/dist/types/Logo/logos/publishing.d.ts +2 -0
  55. package/dist/types/Logo/logos/registrations.d.ts +2 -0
  56. package/dist/types/Logo/logos/services.d.ts +2 -0
  57. package/dist/types/Logo/types.d.ts +7 -0
  58. package/package.json +1 -1
  59. package/src/Logo/ Logo.test.tsx +56 -0
  60. package/src/Logo/Logo.mdx +124 -9
  61. package/src/Logo/Logo.tsx +60 -108
  62. package/src/Logo/logos/api.tsx +178 -0
  63. package/src/Logo/logos/calendar.tsx +211 -0
  64. package/src/Logo/logos/check-ins.tsx +250 -0
  65. package/src/Logo/logos/church-center.tsx +281 -0
  66. package/src/Logo/logos/giving.tsx +215 -0
  67. package/src/Logo/logos/groups.tsx +199 -0
  68. package/src/Logo/logos/headcounts.tsx +279 -0
  69. package/src/Logo/logos/home.tsx +186 -0
  70. package/src/Logo/logos/index.ts +33 -0
  71. package/src/Logo/logos/login.tsx +187 -0
  72. package/src/Logo/logos/music-stand.tsx +167 -0
  73. package/src/Logo/logos/people.tsx +195 -0
  74. package/src/Logo/logos/planning-center.tsx +239 -0
  75. package/src/Logo/logos/publishing.tsx +317 -0
  76. package/src/Logo/logos/registrations.tsx +155 -0
  77. package/src/Logo/logos/services.tsx +255 -0
  78. package/src/Logo/types.ts +8 -0
@@ -0,0 +1,177 @@
1
+ import React from 'react';
2
+ export var groups = {
3
+ logoWhite: /*#__PURE__*/React.createElement("svg", {
4
+ width: "175",
5
+ height: "42",
6
+ viewBox: "0 0 175 42",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ role: "img",
10
+ "aria-labelledby": "title"
11
+ }, /*#__PURE__*/React.createElement("title", {
12
+ id: "title"
13
+ }, "Planning Center Groups"), /*#__PURE__*/React.createElement("g", {
14
+ clipPath: "url(#clip0_0_395)"
15
+ }, /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M20.8929 41.7857C37.6071 41.7857 41.7857 37.6071 41.7857 20.8929C41.7857 4.17857 37.6071 0 20.8929 0C4.17857 0 0 4.17857 0 20.8929C0 37.6071 4.17857 41.7857 20.8929 41.7857ZM31.1802 27.2652C31.1803 29.1295 29.8672 30.7359 28.0401 31.1068C26.2131 31.4777 24.3776 30.5104 23.6507 28.7936H18.1254C17.4336 30.4165 15.7429 31.3774 13.9946 31.1412C12.2462 30.905 10.8711 29.5299 10.6349 27.7815C10.3987 26.0332 11.3595 24.3424 12.9825 23.6507V18.1302C11.3595 17.4385 10.3987 15.7477 10.6349 13.9994C10.8711 12.251 12.2462 10.8759 13.9946 10.6397C15.7429 10.4035 17.4336 11.3644 18.1254 12.9873H23.6604C24.35 11.3598 26.0437 10.3952 27.7953 10.6324C29.5469 10.8695 30.9232 12.2496 31.1554 14.0019C31.3875 15.7542 30.4182 17.4451 28.7887 18.1302V23.6523C30.2383 24.2678 31.1793 25.6904 31.1786 27.2652H31.1802ZM25.74 18.1254C24.8041 17.7277 24.0587 16.9829 23.6604 16.0473H18.1254C17.7267 16.9886 16.9774 17.7379 16.0361 18.1366V23.662C16.9774 24.0606 17.7267 24.8099 18.1254 25.7513H23.6507C24.0498 24.8102 24.799 24.0611 25.74 23.662V18.1254Z",
19
+ fill: "white"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M70.4844 9.46931H71.6994C72.3716 9.48706 72.912 10.0282 72.9289 10.7004V30.6354C72.9289 36.7827 69.1473 40.5997 63.0594 40.5997C60.3633 40.6012 57.7529 39.652 55.6875 37.9189C55.273 37.5511 55.1647 36.947 55.4255 36.4581L56.5023 34.4829C56.6479 34.1675 56.9277 33.9344 57.2641 33.8481C57.6135 33.7786 57.9757 33.8668 58.2541 34.0891C59.5603 35.2437 61.2257 35.9109 62.9678 35.9775C65.2194 35.9775 67.9034 35.0502 67.9034 30.6386V29.9266C66.3395 30.7556 64.6025 31.2049 62.8328 31.2381C57.0696 31.2381 52.5568 26.3491 52.5568 20.1086C52.5568 13.8889 56.9732 9.01931 62.6094 9.01931C64.9738 8.99547 67.2697 9.81223 69.0878 11.3239L69.496 10.3372C69.6069 10.0013 69.7837 9.46931 70.4844 9.46931ZM67.9468 24.9348V16.5214H67.9419C66.5749 14.2423 63.7993 13.231 61.2865 14.0964C58.7737 14.9618 57.2094 17.4678 57.5357 20.1054C57.4378 23.4589 60.0237 26.2826 63.3728 26.4793C65.0172 26.4313 66.6099 25.8935 67.9468 24.9348Z",
24
+ fill: "white"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M91.0817 10.2055C90.5336 9.33118 88.6709 9.01939 87.1056 9.01939C84.7302 9.00729 82.4663 10.0263 80.9004 11.8126L80.4568 10.3774C80.3249 9.85396 79.8603 9.48262 79.3206 9.46939H78.2406C77.5678 9.48631 77.0264 10.0277 77.0095 10.7005V29.504C77.019 30.18 77.5647 30.7256 78.2406 30.7351H80.3106C80.9792 30.7351 81.9917 30.7351 81.9917 29.504V16.393C83.0184 14.8064 84.7631 13.83 86.6524 13.7846C87.2653 13.7998 87.8702 13.9284 88.4363 14.1639C88.7102 14.3052 89.0297 14.3296 89.3218 14.2314C89.6376 14.1124 89.8901 13.868 90.0193 13.5564L91.0993 11.3064C91.2957 10.9639 91.2889 10.5414 91.0817 10.2055Z",
27
+ fill: "white"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M91.0463 15.6874C92.8552 11.5373 97.0009 8.89955 101.526 9.01929C107.524 9.17041 112.316 14.0609 112.344 20.0604C112.371 24.5874 109.649 28.6784 105.463 30.4021C101.277 32.1257 96.4638 31.1374 93.2955 27.9037C90.1272 24.67 89.2374 19.8375 91.0463 15.6874ZM104.611 25.587C106.518 24.4226 107.614 22.2892 107.45 20.0604C107.45 16.7762 104.788 14.1139 101.504 14.1139C98.2199 14.1139 95.5575 16.7762 95.5575 20.0604C95.3936 22.2892 96.4897 24.4226 98.3972 25.587C100.305 26.7515 102.703 26.7515 104.611 25.587Z",
32
+ fill: "white"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ d: "M132.043 9.46936H129.748C129.034 9.46936 128.335 9.56418 128.335 10.7004V23.2554C127.624 25.1935 125.778 26.4811 123.713 26.4794C121.114 26.4794 119.904 24.9831 119.904 21.7704V10.7004C119.887 10.0271 119.345 9.48543 118.671 9.46936H116.158C115.491 9.50161 114.958 10.0341 114.925 10.7004V21.4554C114.925 26.0085 115.833 31.2349 122.906 31.2349C125.342 31.3264 127.701 30.3698 129.385 28.6072L129.791 29.7322C129.973 30.2353 130.252 30.7479 130.963 30.7479H132.043C132.728 30.7434 133.29 30.2018 133.319 29.5169V10.7004C133.28 10.0197 132.724 9.48339 132.043 9.46936Z",
35
+ fill: "white"
36
+ }), /*#__PURE__*/React.createElement("path", {
37
+ fillRule: "evenodd",
38
+ clipRule: "evenodd",
39
+ d: "M141.292 11.3223C143.095 9.81874 145.373 9.00277 147.721 9.01929C153.355 9.01929 157.772 13.8889 157.776 20.1054C157.776 26.3459 153.281 31.2348 147.544 31.2348C145.781 31.1993 144.048 30.7658 142.476 29.9668V39.0616C142.484 39.4065 142.344 39.7381 142.092 39.9735C141.839 40.2088 141.499 40.3255 141.155 40.2943H138.634C137.957 40.2848 137.411 39.7382 137.403 39.0616V10.7004C137.42 10.0276 137.961 9.4862 138.634 9.46929H139.759C140.286 9.43762 140.761 9.78928 140.884 10.3034L141.292 11.3223ZM151.208 24.5192C152.305 23.3205 152.874 21.7312 152.788 20.1086V20.1054C152.788 16.4379 150.409 13.7764 147.134 13.7764C145.177 13.7707 143.366 14.8074 142.38 16.4973V25.0682C143.74 25.9641 145.326 26.4547 146.954 26.4825C148.578 26.4253 150.111 25.7178 151.208 24.5192Z",
40
+ fill: "white"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M167.569 17.8136C165.357 16.8493 164.16 16.1149 164.16 14.9754C164.16 14.1718 164.906 13.3683 166.571 13.3683C168.079 13.3903 169.565 13.7361 170.928 14.3824C171.216 14.5399 171.556 14.5738 171.869 14.4763C172.183 14.3787 172.443 14.1581 172.591 13.8649L173.309 12.4184C173.609 11.7582 173.383 10.9781 172.778 10.5799C170.89 9.50033 168.744 8.95736 166.571 9.00968C161.648 9.00968 159.443 11.9781 159.443 14.9208C159.443 18.6027 162.215 20.3609 165.211 21.7109C168.134 23.0352 169.525 23.8774 169.525 25.0859C169.525 26.1884 168.56 26.8715 167.021 26.8715C165.256 26.8648 163.53 26.3606 162.039 25.417L161.961 25.3752C161.649 25.1762 161.268 25.1179 160.91 25.2145C160.631 25.2919 160.397 25.484 160.268 25.7433L159.324 27.6718C159.095 28.177 159.284 28.7735 159.761 29.0556C161.816 30.46 164.247 31.2112 166.736 31.2108C171.768 31.2108 174.402 28.035 174.402 24.8963C174.42 21.0086 171.706 19.567 167.569 17.8136Z",
43
+ fill: "white"
44
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
45
+ id: "clip0_0_395"
46
+ }, /*#__PURE__*/React.createElement("rect", {
47
+ width: "175",
48
+ height: "42",
49
+ fill: "white"
50
+ })))),
51
+ logoColor: /*#__PURE__*/React.createElement("svg", {
52
+ width: "175",
53
+ height: "42",
54
+ viewBox: "0 0 175 42",
55
+ fill: "none",
56
+ xmlns: "http://www.w3.org/2000/svg",
57
+ role: "img",
58
+ "aria-labelledby": "title"
59
+ }, /*#__PURE__*/React.createElement("title", {
60
+ id: "title"
61
+ }, "Planning Center Groups"), /*#__PURE__*/React.createElement("g", {
62
+ clipPath: "url(#clip0_0_172)"
63
+ }, /*#__PURE__*/React.createElement("path", {
64
+ d: "M41.7857 20.8929C41.7857 37.6071 37.6071 41.7857 20.8929 41.7857C4.17857 41.7857 0 37.6071 0 20.8929C0 4.17857 4.17857 0 20.8929 0C37.6071 0 41.7857 4.17857 41.7857 20.8929Z",
65
+ fill: "url(#paint0_linear_0_172)"
66
+ }), /*#__PURE__*/React.createElement("path", {
67
+ fillRule: "evenodd",
68
+ clipRule: "evenodd",
69
+ d: "M70.4842 9.46934H71.6992C72.3714 9.48709 72.9118 10.0282 72.9287 10.7004V30.6354C72.9287 36.7827 69.1471 40.5997 63.0592 40.5997C60.3631 40.6012 57.7527 39.652 55.6873 37.919C55.2728 37.5511 55.1645 36.9471 55.4253 36.4581L56.5021 34.4829C56.6477 34.1676 56.9274 33.9344 57.2639 33.8481C57.6133 33.7786 57.9755 33.8668 58.2539 34.0892C59.5601 35.2437 61.2255 35.9109 62.9676 35.9776C65.2192 35.9776 67.9032 35.0502 67.9032 30.6386V29.9267C66.3393 30.7557 64.6023 31.2049 62.8326 31.2381C57.0694 31.2381 52.5565 26.3492 52.5565 20.1086C52.5565 13.889 56.973 9.01934 62.6092 9.01934C64.9736 8.9955 67.2695 9.81227 69.0876 11.324L69.4958 10.3372C69.6067 10.0013 69.7835 9.46934 70.4842 9.46934ZM67.9465 24.9349V16.5215H67.9417C66.5747 14.2424 63.7991 13.231 61.2863 14.0964C58.7734 14.9618 57.2092 17.4679 57.5355 20.1054C57.4376 23.4589 60.0235 26.2826 63.3726 26.4793C65.017 26.4314 66.6097 25.8936 67.9465 24.9349Z",
70
+ fill: "#333132"
71
+ }), /*#__PURE__*/React.createElement("path", {
72
+ d: "M91.0814 10.2054C90.5333 9.33112 88.6706 9.01933 87.1053 9.01933C84.7299 9.00723 82.466 10.0263 80.9001 11.8125L80.4565 10.3774C80.3246 9.8539 79.86 9.48256 79.3203 9.46933H78.2403C77.5675 9.48624 77.0261 10.0276 77.0092 10.7004V29.504C77.0187 30.1799 77.5644 30.7255 78.2403 30.735H80.3103C80.9789 30.735 81.9914 30.735 81.9914 29.504V16.3929C83.0181 14.8063 84.7628 13.8299 86.6521 13.7845C87.265 13.7998 87.8699 13.9284 88.436 14.1638C88.7099 14.3051 89.0294 14.3295 89.3215 14.2313C89.6373 14.1123 89.8898 13.868 90.019 13.5563L91.099 11.3063C91.2954 10.9638 91.2886 10.5414 91.0814 10.2054Z",
73
+ fill: "#333132"
74
+ }), /*#__PURE__*/React.createElement("path", {
75
+ fillRule: "evenodd",
76
+ clipRule: "evenodd",
77
+ d: "M91.046 15.6874C92.8549 11.5373 97.0006 8.89958 101.526 9.01932C107.524 9.17044 112.315 14.0609 112.344 20.0604C112.371 24.5875 109.649 28.6784 105.463 30.4021C101.277 32.1258 96.4635 31.1375 93.2952 27.9037C90.1269 24.67 89.2372 19.8375 91.046 15.6874ZM104.61 25.587C106.518 24.4226 107.614 22.2892 107.45 20.0604C107.45 16.7763 104.788 14.114 101.504 14.114C98.2196 14.114 95.5573 16.7763 95.5573 20.0604C95.3933 22.2892 96.4895 24.4226 98.3969 25.587C100.304 26.7515 102.703 26.7515 104.61 25.587Z",
78
+ fill: "#333132"
79
+ }), /*#__PURE__*/React.createElement("path", {
80
+ d: "M132.043 9.46933H129.748C129.034 9.46933 128.335 9.56415 128.335 10.7004V23.2554C127.623 25.1935 125.777 26.4811 123.713 26.4793C121.114 26.4793 119.904 24.9831 119.904 21.7704V10.7004C119.887 10.027 119.345 9.4854 118.671 9.46933H116.158C115.491 9.50158 114.958 10.0341 114.925 10.7004V21.4554C114.925 26.0084 115.833 31.2349 122.906 31.2349C125.342 31.3263 127.7 30.3697 129.384 28.6072L129.791 29.7322C129.973 30.2352 130.252 30.7479 130.963 30.7479H132.043C132.728 30.7434 133.29 30.2018 133.319 29.5168V10.7004C133.28 10.0197 132.724 9.48336 132.043 9.46933Z",
81
+ fill: "#333132"
82
+ }), /*#__PURE__*/React.createElement("path", {
83
+ fillRule: "evenodd",
84
+ clipRule: "evenodd",
85
+ d: "M141.292 11.3224C143.095 9.81877 145.373 9.0028 147.72 9.01932C153.355 9.01932 157.771 13.889 157.776 20.1054C157.776 26.3459 153.281 31.2349 147.544 31.2349C145.78 31.1993 144.048 30.7658 142.476 29.9668V39.0616C142.484 39.4065 142.344 39.7382 142.091 39.9735C141.839 40.2088 141.499 40.3255 141.155 40.2943H138.634C137.957 40.2848 137.411 39.7382 137.402 39.0616V10.7004C137.419 10.0276 137.961 9.48623 138.634 9.46932H139.759C140.286 9.43765 140.76 9.78931 140.884 10.3034L141.292 11.3224ZM151.208 24.5192C152.305 23.3205 152.874 21.7313 152.788 20.1086V20.1054C152.788 16.4379 150.409 13.7765 147.134 13.7765C145.177 13.7707 143.366 14.8075 142.38 16.4974V25.0682C143.739 25.9642 145.326 26.4547 146.954 26.4825C148.578 26.4253 150.11 25.7179 151.208 24.5192Z",
86
+ fill: "#333132"
87
+ }), /*#__PURE__*/React.createElement("path", {
88
+ d: "M167.569 17.8136C165.357 16.8493 164.16 16.1149 164.16 14.9754C164.16 14.1718 164.905 13.3683 166.57 13.3683C168.079 13.3903 169.565 13.7361 170.927 14.3824C171.216 14.5399 171.555 14.5738 171.869 14.4763C172.182 14.3787 172.443 14.1581 172.591 13.8649L173.309 12.4184C173.609 11.7582 173.383 10.9781 172.777 10.5799C170.89 9.50033 168.744 8.95736 166.57 9.00968C161.648 9.00968 159.443 11.9781 159.443 14.9208C159.443 18.6027 162.215 20.3609 165.211 21.7109C168.134 23.0352 169.524 23.8774 169.524 25.0859C169.524 26.1884 168.56 26.8715 167.02 26.8715C165.256 26.8648 163.529 26.3606 162.038 25.417L161.961 25.3752C161.649 25.1762 161.268 25.1179 160.91 25.2145C160.631 25.2919 160.397 25.484 160.267 25.7433L159.324 27.6718C159.095 28.177 159.283 28.7735 159.761 29.0556C161.816 30.46 164.247 31.2112 166.736 31.2108C171.768 31.2108 174.402 28.035 174.402 24.8963C174.42 21.0086 171.705 19.567 167.569 17.8136Z",
89
+ fill: "#333132"
90
+ }), /*#__PURE__*/React.createElement("path", {
91
+ fillRule: "evenodd",
92
+ clipRule: "evenodd",
93
+ d: "M28.04 31.1069C29.8671 30.736 31.1801 29.1296 31.18 27.2652H31.1784C31.1792 25.6905 30.2382 24.2679 28.7886 23.6524V18.1302C30.4181 17.4451 31.3874 15.7542 31.1552 14.002C30.923 12.2497 29.5468 10.8695 27.7952 10.6324C26.0435 10.3953 24.3499 11.3599 23.6602 12.9874H18.1252C17.4335 11.3644 15.7428 10.4035 13.9944 10.6398C12.2461 10.876 10.871 12.2511 10.6347 13.9994C10.3985 15.7478 11.3594 17.4385 12.9824 18.1302V23.6508C11.3594 24.3425 10.3985 26.0332 10.6347 27.7816C10.871 29.5299 12.2461 30.905 13.9944 31.1413C15.7428 31.3775 17.4335 30.4166 18.1252 28.7936H23.6506C24.3774 30.5105 26.2129 31.4778 28.04 31.1069ZM18.1252 16.0474H23.6602C24.0586 16.983 24.804 17.7278 25.7399 18.1254V23.662C24.7988 24.0611 24.0497 24.8103 23.6506 25.7513H18.1252C17.7265 24.81 16.9773 24.0607 16.0359 23.662V18.1367C16.9773 17.738 17.7265 16.9887 18.1252 16.0474Z",
94
+ fill: "white"
95
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
96
+ id: "paint0_linear_0_172",
97
+ x1: "-13.058",
98
+ y1: "20.9652",
99
+ x2: "20.9652",
100
+ y2: "54.9884",
101
+ gradientUnits: "userSpaceOnUse"
102
+ }, /*#__PURE__*/React.createElement("stop", {
103
+ stopColor: "#FF962D"
104
+ }), /*#__PURE__*/React.createElement("stop", {
105
+ offset: "1",
106
+ stopColor: "#FC7638"
107
+ })), /*#__PURE__*/React.createElement("clipPath", {
108
+ id: "clip0_0_172"
109
+ }, /*#__PURE__*/React.createElement("rect", {
110
+ width: "175",
111
+ height: "42",
112
+ fill: "white"
113
+ })))),
114
+ logoMarkWhite: /*#__PURE__*/React.createElement("svg", {
115
+ width: "42",
116
+ height: "42",
117
+ viewBox: "0 0 42 42",
118
+ fill: "none",
119
+ xmlns: "http://www.w3.org/2000/svg",
120
+ role: "img",
121
+ "aria-labelledby": "title"
122
+ }, /*#__PURE__*/React.createElement("title", {
123
+ id: "title"
124
+ }, "Planning Center Groups"), /*#__PURE__*/React.createElement("g", {
125
+ clipPath: "url(#clip0_819_24)"
126
+ }, /*#__PURE__*/React.createElement("path", {
127
+ fillRule: "evenodd",
128
+ clipRule: "evenodd",
129
+ d: "M21 42C37.8 42 42 37.8 42 21C42 4.2 37.8 0 21 0C4.2 0 0 4.2 0 21C0 37.8 4.2 42 21 42ZM31.3403 27.405C31.3404 29.2789 30.0206 30.8936 28.1841 31.2663C26.3477 31.6391 24.5028 30.6668 23.7722 28.9412H18.2185C17.5232 30.5725 15.8238 31.5383 14.0665 31.3009C12.3092 31.0635 10.927 29.6813 10.6896 27.924C10.4522 26.1667 11.418 24.4673 13.0493 23.772V18.2231C11.418 17.5279 10.4522 15.8285 10.6896 14.0712C10.927 12.3138 12.3092 10.9317 14.0665 10.6942C15.8238 10.4568 17.5232 11.4226 18.2185 13.0539H23.7819C24.4751 11.4181 26.1774 10.4485 27.938 10.6869C29.6987 10.9252 31.082 12.3124 31.3153 14.0737C31.5487 15.835 30.5744 17.5345 28.9366 18.2231V23.7736C30.3936 24.3922 31.3394 25.8221 31.3387 27.405H31.3403ZM23.7819 16.1296H18.2185C17.8178 17.0758 17.0646 17.8289 16.1185 18.2296V23.7833C17.0646 24.184 17.8178 24.9371 18.2185 25.8833H23.7722C24.1733 24.9374 24.9263 24.1844 25.8722 23.7833V18.2183C24.9315 17.8186 24.1823 17.07 23.7819 16.1296Z",
130
+ fill: "white"
131
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
132
+ id: "clip0_819_24"
133
+ }, /*#__PURE__*/React.createElement("rect", {
134
+ width: "42",
135
+ height: "42",
136
+ fill: "white"
137
+ })))),
138
+ logoMarkColor: /*#__PURE__*/React.createElement("svg", {
139
+ width: "42",
140
+ height: "42",
141
+ viewBox: "0 0 42 42",
142
+ fill: "none",
143
+ xmlns: "http://www.w3.org/2000/svg",
144
+ role: "img",
145
+ "aria-labelledby": "title"
146
+ }, /*#__PURE__*/React.createElement("title", {
147
+ id: "title"
148
+ }, "Planning Center Groups"), /*#__PURE__*/React.createElement("g", {
149
+ clipPath: "url(#clip0_0_29)"
150
+ }, /*#__PURE__*/React.createElement("path", {
151
+ d: "M42 21C42 37.8 37.8 42 21 42C4.2 42 0 37.8 0 21C0 4.2 4.2 0 21 0C37.8 0 42 4.2 42 21Z",
152
+ fill: "url(#paint0_linear_0_29)"
153
+ }), /*#__PURE__*/React.createElement("path", {
154
+ fillRule: "evenodd",
155
+ clipRule: "evenodd",
156
+ d: "M28.1842 31.2663C30.0206 30.8936 31.3404 29.2789 31.3403 27.405H31.3387C31.3394 25.8221 30.3936 24.3922 28.9366 23.7736V18.2231C30.5744 17.5345 31.5487 15.835 31.3153 14.0737C31.082 12.3124 29.6987 10.9252 27.9381 10.6869C26.1775 10.4485 24.4751 11.4181 23.7819 13.0539H18.2185C17.5233 11.4226 15.8239 10.4568 14.0665 10.6942C12.3092 10.9317 10.9271 12.3138 10.6896 14.0712C10.4522 15.8285 11.418 17.5279 13.0493 18.2231V23.772C11.418 24.4673 10.4522 26.1667 10.6896 27.924C10.9271 29.6813 12.3092 31.0635 14.0665 31.3009C15.8239 31.5383 17.5233 30.5725 18.2185 28.9412H23.7722C24.5028 30.6668 26.3477 31.6391 28.1842 31.2663ZM18.2185 16.1296H23.7819C24.1823 17.07 24.9315 17.8186 25.8722 18.2183V23.7833C24.9264 24.1844 24.1734 24.9374 23.7722 25.8833H18.2185C17.8178 24.9371 17.0647 24.184 16.1185 23.7833V18.2296C17.0647 17.8289 17.8178 17.0758 18.2185 16.1296Z",
157
+ fill: "white"
158
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
159
+ id: "paint0_linear_0_29",
160
+ x1: "-13.125",
161
+ y1: "21.0727",
162
+ x2: "21.0727",
163
+ y2: "55.2704",
164
+ gradientUnits: "userSpaceOnUse"
165
+ }, /*#__PURE__*/React.createElement("stop", {
166
+ stopColor: "#FF962D"
167
+ }), /*#__PURE__*/React.createElement("stop", {
168
+ offset: "1",
169
+ stopColor: "#FC7638"
170
+ })), /*#__PURE__*/React.createElement("clipPath", {
171
+ id: "clip0_0_29"
172
+ }, /*#__PURE__*/React.createElement("rect", {
173
+ width: "42",
174
+ height: "42",
175
+ fill: "white"
176
+ }))))
177
+ };
@@ -0,0 +1,248 @@
1
+ import React from 'react';
2
+ export var headcounts = {
3
+ logoWhite: /*#__PURE__*/React.createElement("svg", {
4
+ width: "260",
5
+ height: "42",
6
+ viewBox: "0 0 260 42",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ role: "img",
10
+ "aria-labelledby": "title"
11
+ }, /*#__PURE__*/React.createElement("title", {
12
+ id: "title"
13
+ }, "Planning Center Headcounts"), /*#__PURE__*/React.createElement("g", {
14
+ clipPath: "url(#clip0_0_927)"
15
+ }, /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M62.8941 12.4525C60.8567 12.4525 58.8856 13.1171 57.0293 14.4317V4.40959C57.0293 3.80483 56.4358 3.21301 55.8311 3.21301H53.2956C52.6698 3.21301 52.0974 3.78381 52.0974 4.40959V33.0288C52.0974 33.6772 52.6456 34.227 53.2956 34.227H55.7858C56.5183 34.227 57.0293 33.7338 57.0293 33.0288V20.0379C57.4707 19.1986 59.2106 17.158 62.3071 17.158C64.862 17.158 66.2688 19.0321 66.2688 22.4343V33.0288C66.2688 33.6772 66.8169 34.227 67.467 34.227H70.0024C70.6298 34.227 71.2022 33.6546 71.2022 33.0288V22.5248C71.2022 15.9339 68.3288 12.4525 62.8941 12.4525Z",
19
+ fill: "white"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ fillRule: "evenodd",
22
+ clipRule: "evenodd",
23
+ d: "M84.5088 16.7051C87.5617 16.7051 89.2806 18.8589 89.4568 21.0548H79.1274C79.5495 18.4046 81.637 16.7051 84.5088 16.7051ZM84.601 12.4524C78.5469 12.4524 73.9838 17.2306 73.9838 23.566C73.9838 30.0308 78.4677 34.7249 84.6446 34.7249C89.1771 34.7249 91.8192 32.7101 92.5178 32.0957C93.281 31.4424 93.0271 30.8991 92.6471 30.4286L91.4231 28.5253C91.2549 28.2699 91.0544 28.1227 90.8296 28.0791C90.4901 28.0192 90.1651 28.2068 89.9144 28.383C88.6904 29.2562 87.2981 30.11 84.9163 30.11C81.443 30.11 79.0385 27.4064 78.88 24.8095H93.1112C93.6351 24.8095 94.2075 24.402 94.2625 23.7277C94.311 23.3542 94.3563 22.6233 94.3563 22.253C94.3563 16.6663 90.1618 12.4524 84.601 12.4524Z",
24
+ fill: "white"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M103.321 30.6075C101.434 30.6075 100.261 29.4191 100.261 27.5045C100.261 25.5674 101.909 24.2657 104.362 24.2657C106.063 24.2657 107.536 24.7071 107.963 24.9093V28.216C107.308 29.2299 105.263 30.6075 103.321 30.6075ZM105.311 12.4519C101.267 12.4519 98.1704 13.5935 98.0427 13.642C97.3619 13.8894 97.0983 14.3632 97.2358 15.0989L97.6433 16.821C97.8195 17.5826 98.3774 17.9739 99.0759 17.83C100.088 17.5341 102.459 16.8404 104.86 16.8404C105.896 16.8404 106.637 17.0862 107.127 17.5859C107.759 18.2408 108.037 19.35 108.011 21.1708C107.394 21.0026 105.753 20.6032 104 20.6032C98.7881 20.6032 95.4215 23.3294 95.4215 27.5498C95.4215 31.8413 98.2141 34.7244 102.37 34.7244C104.774 34.7244 106.905 33.8933 108.71 32.2553L109.109 33.3775C109.323 33.8868 109.582 34.2264 110.157 34.2264H111.65C112.288 34.2264 112.85 33.6669 112.85 33.0282V21.8903C112.85 16.7272 112.282 12.4519 105.311 12.4519Z",
29
+ fill: "white"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ fillRule: "evenodd",
32
+ clipRule: "evenodd",
33
+ d: "M126.098 30.0201C123.037 30.0201 120.64 27.1855 120.64 23.5666C120.64 20.0319 123.271 17.1585 126.505 17.1585C128.804 17.1585 130.661 18.0624 131.104 18.2985V27.1014C130.866 27.635 129.194 30.0201 126.098 30.0201ZM134.836 3.2135H132.257C131.652 3.2135 131.057 3.80532 131.057 4.41008V13.4572C131.046 13.4523 131.031 13.4475 131.018 13.441C130.21 13.1451 128.316 12.453 126.007 12.453C120.136 12.453 115.708 17.2312 115.708 23.5666C115.708 29.8228 119.993 34.7239 125.464 34.7239C129.002 34.7239 131.481 32.6833 132.249 31.9621L132.603 33.1684C132.771 33.841 133.19 34.2275 133.749 34.2275H134.836C135.486 34.2275 136.036 33.6777 136.036 33.0277V4.41008C136.036 3.78268 135.463 3.2135 134.836 3.2135Z",
34
+ fill: "white"
35
+ }), /*#__PURE__*/React.createElement("path", {
36
+ fillRule: "evenodd",
37
+ clipRule: "evenodd",
38
+ d: "M156.378 27.3924C155.824 26.951 155.216 26.9898 154.711 27.4927C154.543 27.6463 154.377 27.8129 154.203 27.981C153.241 28.9367 152.148 30.0201 149.914 30.0201C146.549 30.0201 143.913 27.1855 143.913 23.5666C143.913 19.972 146.608 17.1585 150.049 17.1585C151.645 17.1585 153.285 18.1707 154.207 19.1829C154.567 19.5419 155.114 20.0917 155.845 19.4126L157.473 17.9217C158.042 17.4091 158.125 16.6976 157.677 16.1495C155.63 13.6269 153.164 12.453 149.914 12.453C143.884 12.453 138.981 17.4576 138.981 23.6103C138.981 29.8438 143.763 34.7239 149.868 34.7239C153.324 34.7239 156.278 33.1489 158.185 30.2885C158.45 29.8907 158.597 29.2633 157.782 28.5243L156.378 27.3924Z",
39
+ fill: "white"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ fillRule: "evenodd",
42
+ clipRule: "evenodd",
43
+ d: "M170.115 30.0201C166.667 30.0201 164.069 27.2259 164.069 23.5197C164.069 19.8928 166.667 17.1585 170.115 17.1585C173.535 17.1585 176.116 19.8928 176.116 23.5197C176.116 27.2259 173.535 30.0201 170.115 30.0201ZM170.115 12.453C164.214 12.453 159.229 17.5223 159.229 23.5197C159.229 29.6983 164.111 34.7239 170.115 34.7239C175.993 34.7239 180.957 29.5932 180.957 23.5197C180.957 17.5223 175.993 12.453 170.115 12.453Z",
44
+ fill: "white"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ fillRule: "evenodd",
47
+ clipRule: "evenodd",
48
+ d: "M200.816 12.9058H198.505C197.808 12.9058 197.127 12.9995 197.127 14.1023L197.131 26.7424C196.951 27.6754 195.295 30.0201 192.438 30.0201C189.798 30.0201 188.567 28.5017 188.567 25.2418V14.1023C188.567 13.4766 187.995 12.9058 187.369 12.9058H184.832C184.227 12.9058 183.635 13.4976 183.635 14.1023V24.9249C183.635 29.4865 184.544 34.7239 191.623 34.7239C195.459 34.7239 197.42 32.8223 198.154 32.0478L198.586 33.233C198.774 33.7505 199.042 34.2275 199.729 34.2275H200.816C201.477 34.2275 202.059 33.6664 202.059 33.0277V14.1023C202.059 13.4863 201.455 12.9058 200.816 12.9058Z",
49
+ fill: "white"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ fillRule: "evenodd",
52
+ clipRule: "evenodd",
53
+ d: "M217.041 12.4526C213.157 12.4526 210.82 14.4464 210.102 15.1708L209.588 13.6977C209.475 13.2013 209.08 12.9054 208.529 12.9054H207.442C206.817 12.9054 206.244 13.4762 206.244 14.1036V33.0289C206.244 33.6773 206.792 34.2271 207.442 34.2271H209.752C210.71 34.2271 211.176 33.8358 211.176 33.0289V20.0331C211.558 19.2262 213.445 17.1581 216.498 17.1581C219.025 17.1581 220.416 18.9999 220.416 22.3438V33.0289C220.416 33.6773 220.964 34.2271 221.614 34.2271H224.149C224.777 34.2271 225.349 33.6547 225.349 33.0289V22.5249C225.349 15.7465 222.631 12.4526 217.041 12.4526Z",
54
+ fill: "white"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ fillRule: "evenodd",
57
+ clipRule: "evenodd",
58
+ d: "M241.438 29.6033C241.301 29.2605 241.071 29.0195 240.798 28.9225C240.532 28.8303 240.24 28.8724 239.925 29.0519C239.431 29.3429 238.122 30.0205 236.678 30.0205C235.745 30.0205 235.204 29.7035 235.204 28.093V17.1589H240.526C241.152 17.1589 241.724 16.5864 241.724 15.959V14.1027C241.724 13.4317 241.199 12.9062 240.526 12.9062H235.204V7.26768C235.204 6.59501 234.697 6.06787 234.052 6.06787H231.471C230.822 6.06787 230.273 6.61765 230.273 7.26768V12.9062H228.075C227.381 12.9062 226.877 13.409 226.877 14.1027V15.959C226.877 16.5395 227.359 17.1589 228.075 17.1589H230.273V28.2757C230.273 31.2769 230.897 34.7243 235.77 34.7243C238.409 34.7243 240.887 33.6959 241.674 33.1995C241.907 33.0523 242.617 32.6028 242.255 31.7329L241.438 29.6033Z",
59
+ fill: "white"
60
+ }), /*#__PURE__*/React.createElement("path", {
61
+ fillRule: "evenodd",
62
+ clipRule: "evenodd",
63
+ d: "M251.911 21.2987C249.669 20.3221 248.455 19.5734 248.455 18.4043C248.455 17.5813 249.22 16.7501 250.926 16.7501C252.349 16.7501 253.706 17.0671 255.324 17.7737C255.884 18.0227 256.602 17.9629 256.944 17.2724L257.672 15.8236C257.971 15.2188 257.754 14.4653 257.146 14.0255C255.982 13.2639 253.736 12.4521 250.926 12.4521C246.001 12.4521 243.795 15.4193 243.795 18.3607C243.795 22.0409 246.573 23.8019 249.574 25.1553C252.53 26.4925 253.937 27.3479 253.937 28.5914C253.937 29.7233 252.955 30.4283 251.377 30.4283C248.992 30.4283 247.525 29.6133 246.348 28.9568L246.274 28.9148C245.934 28.7191 245.572 28.6642 245.242 28.7612C244.972 28.842 244.755 29.0231 244.631 29.2738L243.682 31.219C243.4 31.7801 243.733 32.2927 244.105 32.5595L244.109 32.5611C245.276 33.3696 247.739 34.7247 251.105 34.7247C256.142 34.7247 258.778 31.5489 258.778 28.4103C258.778 24.4988 256.058 23.0548 251.911 21.2987Z",
64
+ fill: "white"
65
+ }), /*#__PURE__*/React.createElement("path", {
66
+ fillRule: "evenodd",
67
+ clipRule: "evenodd",
68
+ d: "M0 21.0557C0 4.44426 4.10879 0.159217 20.4599 0.0718994H21.5109C37.8604 0.159217 41.9692 4.44426 41.9692 21.0557C41.9692 37.8433 37.7714 42.0411 20.9854 42.0411C4.19773 42.0411 0 37.8433 0 21.0557ZM27.8702 23.5074C29.3078 23.5074 30.4736 22.3415 30.4736 20.904C30.4736 19.4649 29.3078 18.3006 27.8702 18.3006H23.7129V14.1854C23.7129 12.743 22.5455 11.5739 21.1031 11.5739C19.6607 11.5739 18.4917 12.743 18.4917 14.1854V18.3006H14.0999C12.6608 18.3006 11.4965 19.4649 11.4965 20.9024C11.4965 22.3415 12.6608 23.5074 14.0999 23.5074H18.4917V27.9347C18.4917 29.3722 19.6591 30.5381 21.0966 30.5381H21.1096C22.5487 30.5381 23.7129 29.3722 23.7129 27.9347V23.5074H27.8702Z",
69
+ fill: "white"
70
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
71
+ id: "clip0_0_927"
72
+ }, /*#__PURE__*/React.createElement("rect", {
73
+ width: "260",
74
+ height: "42",
75
+ fill: "white"
76
+ })))),
77
+ logoColor: /*#__PURE__*/React.createElement("svg", {
78
+ width: "260",
79
+ height: "42",
80
+ viewBox: "0 0 260 42",
81
+ fill: "none",
82
+ xmlns: "http://www.w3.org/2000/svg",
83
+ role: "img",
84
+ "aria-labelledby": "title"
85
+ }, /*#__PURE__*/React.createElement("title", {
86
+ id: "title"
87
+ }, "Planning Center Headcounts"), /*#__PURE__*/React.createElement("g", {
88
+ clipPath: "url(#clip0_0_3)"
89
+ }, /*#__PURE__*/React.createElement("path", {
90
+ fillRule: "evenodd",
91
+ clipRule: "evenodd",
92
+ d: "M62.894 12.3596C60.8566 12.3596 58.8855 13.0242 57.0292 14.3388V4.31666C57.0292 3.71191 56.4357 3.12009 55.831 3.12009H53.2955C52.6697 3.12009 52.0973 3.69089 52.0973 4.31666V32.9359C52.0973 33.5843 52.6455 34.1341 53.2955 34.1341H55.7857C56.5182 34.1341 57.0292 33.6409 57.0292 32.9359V19.9449C57.4706 19.1057 59.2105 17.0651 62.307 17.0651C64.8619 17.0651 66.2687 18.9392 66.2687 22.3413V32.9359C66.2687 33.5843 66.8168 34.1341 67.4669 34.1341H70.0023C70.6297 34.1341 71.2021 33.5617 71.2021 32.9359V22.4319C71.2021 15.841 68.3287 12.3596 62.894 12.3596Z",
93
+ fill: "#333132"
94
+ }), /*#__PURE__*/React.createElement("path", {
95
+ fillRule: "evenodd",
96
+ clipRule: "evenodd",
97
+ d: "M84.5087 16.6121C87.5616 16.6121 89.2805 18.766 89.4567 20.9619H79.1274C79.5494 18.3116 81.637 16.6121 84.5087 16.6121ZM84.6009 12.3594C78.5469 12.3594 73.9837 17.1377 73.9837 23.4731C73.9837 29.9378 78.4676 34.632 84.6446 34.632C89.177 34.632 91.8192 32.6172 92.5177 32.0027C93.2809 31.3495 93.0271 30.8061 92.6471 30.3356L91.423 28.4324C91.2549 28.1769 91.0543 28.0298 90.8296 27.9861C90.49 27.9263 90.165 28.1138 89.9144 28.2901C88.6903 29.1633 87.2981 30.017 84.9162 30.017C81.4429 30.017 79.0384 27.3134 78.88 24.7165H93.1112C93.6351 24.7165 94.2075 24.309 94.2625 23.6348C94.311 23.2612 94.3563 22.5303 94.3563 22.1601C94.3563 16.5733 90.1618 12.3594 84.6009 12.3594Z",
98
+ fill: "#333132"
99
+ }), /*#__PURE__*/React.createElement("path", {
100
+ fillRule: "evenodd",
101
+ clipRule: "evenodd",
102
+ d: "M103.321 30.5146C101.434 30.5146 100.261 29.3261 100.261 27.4116C100.261 25.4744 101.909 24.1727 104.362 24.1727C106.063 24.1727 107.536 24.6142 107.963 24.8163V28.1231C107.308 29.1369 105.263 30.5146 103.321 30.5146ZM105.311 12.3589C101.267 12.3589 98.1704 13.5005 98.0427 13.5491C97.3619 13.7965 97.0983 14.2702 97.2358 15.006L97.6433 16.7281C97.8195 17.4897 98.3774 17.881 99.0759 17.7371C100.088 17.4412 102.459 16.7475 104.86 16.7475C105.896 16.7475 106.637 16.9933 107.127 17.4929C107.759 18.1478 108.037 19.2571 108.011 21.0778C107.394 20.9096 105.753 20.5102 104 20.5102C98.7881 20.5102 95.4215 23.2365 95.4215 27.4569C95.4215 31.7484 98.2141 34.6315 102.37 34.6315C104.774 34.6315 106.905 33.8003 108.71 32.1623L109.109 33.2845C109.323 33.7939 109.582 34.1334 110.157 34.1334H111.65C112.288 34.1334 112.85 33.5739 112.85 32.9352V21.7974C112.85 16.6343 112.282 12.3589 105.311 12.3589Z",
103
+ fill: "#333132"
104
+ }), /*#__PURE__*/React.createElement("path", {
105
+ fillRule: "evenodd",
106
+ clipRule: "evenodd",
107
+ d: "M126.098 29.9272C123.037 29.9272 120.64 27.0926 120.64 23.4737C120.64 19.939 123.271 17.0656 126.505 17.0656C128.804 17.0656 130.661 17.9695 131.104 18.2055V27.0085C130.866 27.5421 129.194 29.9272 126.098 29.9272ZM134.836 3.12057H132.257C131.652 3.12057 131.057 3.7124 131.057 4.31715V13.3643C131.046 13.3594 131.031 13.3545 131.018 13.3481C130.21 13.0522 128.316 12.3601 126.007 12.3601C120.136 12.3601 115.708 17.1383 115.708 23.4737C115.708 29.7299 119.993 34.631 125.464 34.631C129.002 34.631 131.481 32.5903 132.249 31.8692L132.603 33.0754C132.771 33.7481 133.19 34.1346 133.749 34.1346H134.836C135.486 34.1346 136.036 33.5848 136.036 32.9348V4.31715C136.036 3.68976 135.463 3.12057 134.836 3.12057Z",
108
+ fill: "#333132"
109
+ }), /*#__PURE__*/React.createElement("path", {
110
+ fillRule: "evenodd",
111
+ clipRule: "evenodd",
112
+ d: "M156.378 27.2995C155.824 26.8581 155.216 26.8969 154.711 27.3998C154.543 27.5534 154.376 27.72 154.203 27.8881C153.241 28.8438 152.148 29.9272 149.914 29.9272C146.549 29.9272 143.913 27.0926 143.913 23.4737C143.913 19.8791 146.608 17.0656 150.049 17.0656C151.645 17.0656 153.285 18.0778 154.207 19.09C154.567 19.449 155.114 19.9988 155.845 19.3197L157.473 17.8288C158.042 17.3162 158.125 16.6047 157.677 16.0566C155.63 13.534 153.164 12.3601 149.914 12.3601C143.884 12.3601 138.981 17.3647 138.981 23.5174C138.981 29.7509 143.762 34.631 149.868 34.631C153.324 34.631 156.278 33.0561 158.184 30.1956C158.45 29.7978 158.597 29.1704 157.782 28.4314L156.378 27.2995Z",
113
+ fill: "#333132"
114
+ }), /*#__PURE__*/React.createElement("path", {
115
+ fillRule: "evenodd",
116
+ clipRule: "evenodd",
117
+ d: "M170.115 29.9272C166.667 29.9272 164.069 27.133 164.069 23.4268C164.069 19.7999 166.667 17.0656 170.115 17.0656C173.535 17.0656 176.115 19.7999 176.115 23.4268C176.115 27.133 173.535 29.9272 170.115 29.9272ZM170.115 12.3601C164.214 12.3601 159.229 17.4294 159.229 23.4268C159.229 29.6054 164.111 34.631 170.115 34.631C175.993 34.631 180.957 29.5003 180.957 23.4268C180.957 17.4294 175.993 12.3601 170.115 12.3601Z",
118
+ fill: "#333132"
119
+ }), /*#__PURE__*/React.createElement("path", {
120
+ fillRule: "evenodd",
121
+ clipRule: "evenodd",
122
+ d: "M200.816 12.8129H198.505C197.808 12.8129 197.127 12.9067 197.127 14.0094L197.131 26.6495C196.951 27.5825 195.295 29.9272 192.438 29.9272C189.798 29.9272 188.567 28.4088 188.567 25.1489V14.0094C188.567 13.3837 187.995 12.8129 187.369 12.8129H184.832C184.227 12.8129 183.635 13.4047 183.635 14.0094V24.832C183.635 29.3936 184.544 34.631 191.623 34.631C195.459 34.631 197.42 32.7294 198.154 31.9549L198.586 33.1401C198.774 33.6576 199.042 34.1346 199.729 34.1346H200.816C201.477 34.1346 202.059 33.5735 202.059 32.9348V14.0094C202.059 13.3934 201.455 12.8129 200.816 12.8129Z",
123
+ fill: "#333132"
124
+ }), /*#__PURE__*/React.createElement("path", {
125
+ fillRule: "evenodd",
126
+ clipRule: "evenodd",
127
+ d: "M217.041 12.3596C213.157 12.3596 210.82 14.3534 210.102 15.0778L209.588 13.6047C209.475 13.1083 209.08 12.8124 208.529 12.8124H207.442C206.817 12.8124 206.244 13.3832 206.244 14.0106V32.9359C206.244 33.5843 206.792 34.1341 207.442 34.1341H209.751C210.71 34.1341 211.176 33.7428 211.176 32.9359V19.9401C211.558 19.1332 213.445 17.0651 216.498 17.0651C219.025 17.0651 220.416 18.9068 220.416 22.2508V32.9359C220.416 33.5843 220.964 34.1341 221.614 34.1341H224.149C224.777 34.1341 225.349 33.5617 225.349 32.9359V22.4319C225.349 15.6534 222.631 12.3596 217.041 12.3596Z",
128
+ fill: "#333132"
129
+ }), /*#__PURE__*/React.createElement("path", {
130
+ fillRule: "evenodd",
131
+ clipRule: "evenodd",
132
+ d: "M241.438 29.5103C241.301 29.1675 241.071 28.9265 240.798 28.8295C240.532 28.7374 240.24 28.7794 239.925 28.9589C239.431 29.2499 238.122 29.9275 236.678 29.9275C235.745 29.9275 235.204 29.6105 235.204 28V17.0659H240.526C241.152 17.0659 241.724 16.4935 241.724 15.8661V14.0097C241.724 13.3387 241.199 12.8132 240.526 12.8132H235.204V7.1747C235.204 6.50203 234.697 5.97488 234.052 5.97488H231.471C230.822 5.97488 230.273 6.52466 230.273 7.1747V12.8132H228.075C227.381 12.8132 226.877 13.3161 226.877 14.0097V15.8661C226.877 16.4466 227.359 17.0659 228.075 17.0659H230.273V28.1827C230.273 31.1839 230.897 34.6313 235.77 34.6313C238.409 34.6313 240.887 33.6029 241.674 33.1065C241.907 32.9593 242.617 32.5098 242.255 31.6399L241.438 29.5103Z",
133
+ fill: "#333132"
134
+ }), /*#__PURE__*/React.createElement("path", {
135
+ fillRule: "evenodd",
136
+ clipRule: "evenodd",
137
+ d: "M251.911 21.2057C249.669 20.2291 248.455 19.4804 248.455 18.3113C248.455 17.4882 249.22 16.6571 250.926 16.6571C252.349 16.6571 253.706 16.974 255.324 17.6807C255.884 17.9297 256.602 17.8699 256.944 17.1794L257.672 15.7306C257.971 15.1258 257.754 14.3723 257.146 13.9325C255.982 13.1709 253.736 12.3591 250.926 12.3591C246.001 12.3591 243.795 15.3263 243.795 18.2676C243.795 21.9479 246.573 23.7088 249.574 25.0623C252.53 26.3995 253.937 27.2549 253.937 28.4984C253.937 29.6303 252.955 30.3353 251.377 30.3353C248.992 30.3353 247.525 29.5203 246.348 28.8638L246.274 28.8218C245.934 28.6261 245.572 28.5711 245.242 28.6682C244.972 28.749 244.755 28.9301 244.631 29.1808L243.682 31.126C243.4 31.6871 243.733 32.1997 244.105 32.4665L244.109 32.4681C245.276 33.2766 247.739 34.6316 251.105 34.6316C256.142 34.6316 258.778 31.4559 258.778 28.3173C258.778 24.4058 256.058 22.9618 251.911 21.2057Z",
138
+ fill: "#333132"
139
+ }), /*#__PURE__*/React.createElement("mask", {
140
+ id: "mask0_0_3",
141
+ style: {
142
+ maskType: 'luminance'
143
+ },
144
+ maskUnits: "userSpaceOnUse",
145
+ x: "0",
146
+ y: "-1",
147
+ width: "42",
148
+ height: "43"
149
+ }, /*#__PURE__*/React.createElement("path", {
150
+ fillRule: "evenodd",
151
+ clipRule: "evenodd",
152
+ d: "M20.4599 -0.0210876C4.10879 0.0662302 0 4.35127 0 20.9627C0 37.7504 4.19773 41.9481 20.9854 41.9481C37.7714 41.9481 41.9692 37.7504 41.9692 20.9627C41.9692 4.35127 37.8604 0.0662302 21.5109 -0.0210876H20.4599Z",
153
+ fill: "white"
154
+ })), /*#__PURE__*/React.createElement("g", {
155
+ mask: "url(#mask0_0_3)"
156
+ }, /*#__PURE__*/React.createElement("path", {
157
+ fillRule: "evenodd",
158
+ clipRule: "evenodd",
159
+ d: "M20.4599 -0.0210876C4.10879 0.0662302 0 4.35127 0 20.9627C0 37.7503 4.19773 41.9481 20.9854 41.9481C37.7714 41.9481 41.9692 37.7503 41.9692 20.9627C41.9692 4.35127 37.8604 0.0662302 21.5109 -0.0210876H20.4599Z",
160
+ fill: "url(#paint0_linear_0_3)"
161
+ })), /*#__PURE__*/React.createElement("path", {
162
+ fillRule: "evenodd",
163
+ clipRule: "evenodd",
164
+ d: "M30.4736 20.811C30.4736 22.2485 29.3077 23.4144 27.8702 23.4144H23.7129V27.8417C23.7129 29.2792 22.5487 30.4451 21.1096 30.4451H21.0966C19.6591 30.4451 18.4917 29.2792 18.4917 27.8417V23.4144H14.0999C12.6608 23.4144 11.4965 22.2485 11.4965 20.8094C11.4965 19.3719 12.6608 18.2076 14.0999 18.2076H18.4917V14.0924C18.4917 12.65 19.6607 11.4809 21.1031 11.4809C22.5455 11.4809 23.7129 12.65 23.7129 14.0924V18.2076H27.8702C29.3077 18.2076 30.4736 19.3719 30.4736 20.811Z",
165
+ fill: "white"
166
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
167
+ id: "paint0_linear_0_3",
168
+ x1: "-12.5909",
169
+ y1: "20.9632",
170
+ x2: "20.9849",
171
+ y2: "54.539",
172
+ gradientUnits: "userSpaceOnUse"
173
+ }, /*#__PURE__*/React.createElement("stop", {
174
+ stopColor: "#A76EBD"
175
+ }), /*#__PURE__*/React.createElement("stop", {
176
+ offset: "1",
177
+ stopColor: "#875D95"
178
+ })), /*#__PURE__*/React.createElement("clipPath", {
179
+ id: "clip0_0_3"
180
+ }, /*#__PURE__*/React.createElement("rect", {
181
+ width: "260",
182
+ height: "42",
183
+ fill: "white"
184
+ })))),
185
+ logoMarkWhite: /*#__PURE__*/React.createElement("svg", {
186
+ width: "42",
187
+ height: "42",
188
+ viewBox: "0 0 42 42",
189
+ fill: "none",
190
+ xmlns: "http://www.w3.org/2000/svg",
191
+ role: "img",
192
+ "aria-labelledby": "title"
193
+ }, /*#__PURE__*/React.createElement("title", {
194
+ id: "title"
195
+ }, "Planning Center Headcounts"), /*#__PURE__*/React.createElement("g", {
196
+ clipPath: "url(#clip0_3217_29)"
197
+ }, /*#__PURE__*/React.createElement("path", {
198
+ fillRule: "evenodd",
199
+ clipRule: "evenodd",
200
+ d: "M21.0008 42C37.8008 42 42 37.7994 42 21C42 4.20065 37.7943 0 21.0008 0C4.20728 0 0 4.20065 0 21C0 37.7994 4.20081 42 21.0008 42ZM28.3737 23.9334C29.8112 23.9334 30.9771 22.7676 30.9771 21.3301C30.9771 19.8909 29.8112 18.7267 28.3737 18.7267H24.2164V14.6115C24.2164 13.1691 23.0489 12 21.6066 12C20.1642 12 18.9951 13.1691 18.9951 14.6115V18.7267H14.6034C13.1642 18.7267 12 19.8909 12 21.3285C12 22.7676 13.1642 23.9334 14.6034 23.9334H18.9951V28.3608C18.9951 29.7983 20.1626 30.9641 21.6001 30.9641H21.613C23.0522 30.9641 24.2164 29.7983 24.2164 28.3608V23.9334H28.3737Z",
201
+ fill: "white"
202
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
203
+ id: "clip0_3217_29"
204
+ }, /*#__PURE__*/React.createElement("rect", {
205
+ width: "42",
206
+ height: "42",
207
+ fill: "white"
208
+ })))),
209
+ logoMarkColor: /*#__PURE__*/React.createElement("svg", {
210
+ width: "42",
211
+ height: "42",
212
+ viewBox: "0 0 42 42",
213
+ fill: "none",
214
+ xmlns: "http://www.w3.org/2000/svg",
215
+ role: "img",
216
+ "aria-labelledby": "title"
217
+ }, /*#__PURE__*/React.createElement("title", {
218
+ id: "title"
219
+ }, "Planning Center Headcounts"), /*#__PURE__*/React.createElement("g", {
220
+ clipPath: "url(#clip0_3217_33)"
221
+ }, /*#__PURE__*/React.createElement("path", {
222
+ d: "M42 21C42 37.7994 37.8008 42 21.0008 42C4.20081 42 0 37.7994 0 21C0 4.20065 4.20728 0 21.0008 0C37.7943 0 42 4.20065 42 21Z",
223
+ fill: "url(#paint0_linear_3217_33)"
224
+ }), /*#__PURE__*/React.createElement("path", {
225
+ fillRule: "evenodd",
226
+ clipRule: "evenodd",
227
+ d: "M30.9771 21.3301C30.9771 22.7676 29.8112 23.9334 28.3737 23.9334H24.2164V28.3608C24.2164 29.7983 23.0522 30.9641 21.613 30.9641H21.6001C20.1626 30.9641 18.9951 29.7983 18.9951 28.3608V23.9334H14.6034C13.1642 23.9334 12 22.7676 12 21.3285C12 19.8909 13.1642 18.7267 14.6034 18.7267H18.9951V14.6115C18.9951 13.1691 20.1642 12 21.6066 12C23.0489 12 24.2164 13.1691 24.2164 14.6115V18.7267H28.3737C29.8112 18.7267 30.9771 19.8909 30.9771 21.3301Z",
228
+ fill: "white"
229
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
230
+ id: "paint0_linear_3217_33",
231
+ x1: "-14.5363",
232
+ y1: "21.5112",
233
+ x2: "21.512",
234
+ y2: "57.5581",
235
+ gradientUnits: "userSpaceOnUse"
236
+ }, /*#__PURE__*/React.createElement("stop", {
237
+ stopColor: "#A76EBE"
238
+ }), /*#__PURE__*/React.createElement("stop", {
239
+ offset: "1",
240
+ stopColor: "#875E96"
241
+ })), /*#__PURE__*/React.createElement("clipPath", {
242
+ id: "clip0_3217_33"
243
+ }, /*#__PURE__*/React.createElement("rect", {
244
+ width: "42",
245
+ height: "42",
246
+ fill: "white"
247
+ }))))
248
+ };
@@ -0,0 +1,168 @@
1
+ import React from 'react';
2
+ export var home = {
3
+ logoWhite: /*#__PURE__*/React.createElement("svg", {
4
+ width: "155",
5
+ height: "42",
6
+ viewBox: "0 0 155 42",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ role: "img",
10
+ "aria-labelledby": "title"
11
+ }, /*#__PURE__*/React.createElement("title", {
12
+ id: "title"
13
+ }, "Planning Center Home"), /*#__PURE__*/React.createElement("path", {
14
+ d: "M63.6937 14.2749C61.5971 14.3054 59.5636 14.9966 57.8827 16.2501V7.18515C57.8649 6.87667 57.7343 6.58551 57.5158 6.36702C57.2973 6.14853 57.0061 6.01794 56.6976 6.00005H54.1852C53.875 6.01269 53.5808 6.14161 53.3612 6.36118C53.1416 6.58075 53.0128 6.87489 53.0001 7.18515V34.6784C53.0052 34.9911 53.1317 35.2896 53.3528 35.5108C53.574 35.7319 53.8725 35.8584 54.1852 35.8635H56.6542C56.8144 35.8734 56.975 35.8499 57.1256 35.7944C57.2763 35.7389 57.4137 35.6528 57.5292 35.5413C57.6448 35.4298 57.7359 35.2956 57.7967 35.147C57.8576 34.9985 57.8869 34.8389 57.8827 34.6784V21.8082C58.4312 20.9186 59.202 20.1874 60.1191 19.6866C61.0363 19.1857 62.0682 18.9326 63.113 18.9521C65.6452 18.9521 67.0396 20.8087 67.0396 24.1823V34.6784C67.0447 34.9911 67.1712 35.2896 67.3923 35.5108C67.6135 35.7319 67.912 35.8584 68.2247 35.8635H70.7371C71.0474 35.8509 71.3416 35.722 71.5611 35.5024C71.7807 35.2828 71.9096 34.9887 71.9222 34.6784V24.2693C71.9262 17.7236 69.0819 14.2749 63.6937 14.2749Z",
15
+ fill: "white"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "M85.3692 14.2749C79.5227 14.2749 74.5808 19.2958 74.5808 25.241C74.5808 31.3641 79.42 36.3415 85.3692 36.3415C91.192 36.3415 96.1141 31.2574 96.1141 25.241C96.1141 19.2958 91.192 14.2749 85.3692 14.2749ZM85.3692 31.6801C81.9561 31.6801 79.3804 28.9149 79.3804 25.241C79.3804 21.6462 81.9561 18.9205 85.3692 18.9205C88.7823 18.9205 91.2947 21.6304 91.2947 25.241C91.3144 28.9149 88.7586 31.6801 85.3692 31.6801Z",
18
+ fill: "white"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M122.653 14.2749C120.124 14.2749 117.774 15.3415 115.676 17.4351C114.005 15.215 112.093 14.2749 109.328 14.2749C108.118 14.2612 106.918 14.4921 105.799 14.9537C104.68 15.4153 103.666 16.0981 102.818 16.9611L102.34 15.4876C102.276 15.2538 102.132 15.0496 101.934 14.9098C101.736 14.7701 101.495 14.7034 101.254 14.7213H100.219C99.908 14.733 99.6133 14.8616 99.3936 15.0814C99.1738 15.3011 99.0452 15.5958 99.0334 15.9064V34.6586C99.0334 34.9729 99.1583 35.2744 99.3806 35.4966C99.6028 35.7189 99.9042 35.8437 100.219 35.8437H102.731C103.041 35.8311 103.335 35.7021 103.555 35.4826C103.775 35.263 103.903 34.9689 103.916 34.6586V21.7726C104.181 20.9825 105.737 18.9363 108.605 18.9363C111.216 18.9363 112.488 20.6191 112.488 24.0717V34.6586C112.485 34.8151 112.514 34.9707 112.572 35.1159C112.63 35.2612 112.718 35.3931 112.828 35.5038C112.939 35.6145 113.071 35.7017 113.216 35.7601C113.361 35.8185 113.517 35.8469 113.673 35.8437H116.233C116.54 35.8324 116.83 35.7026 117.043 35.4816C117.256 35.2606 117.375 34.9655 117.375 34.6586V23.9374C117.378 23.0301 117.323 22.1236 117.209 21.2235C117.248 21.1879 117.288 21.1406 117.339 21.0892C117.908 20.4138 118.617 19.8709 119.418 19.4983C120.218 19.1257 121.09 18.9326 121.973 18.9323C124.553 18.9323 125.856 20.6626 125.856 24.0678V34.6546C125.85 34.8121 125.876 34.9692 125.933 35.116C125.99 35.2628 126.077 35.3961 126.188 35.5075C126.3 35.619 126.433 35.706 126.58 35.7632C126.727 35.8204 126.884 35.8465 127.041 35.8397H129.554C129.71 35.843 129.866 35.8145 130.011 35.7561C130.156 35.6977 130.288 35.6105 130.399 35.4998C130.51 35.3891 130.597 35.2572 130.655 35.112C130.714 34.9667 130.742 34.8112 130.739 34.6546V24.2455C130.747 19.9712 129.909 14.2749 122.653 14.2749Z",
21
+ fill: "white"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M144.067 14.2749C138.071 14.2749 133.552 19.0153 133.552 25.2885C133.552 31.692 137.992 36.3494 144.115 36.3494C148.606 36.3494 151.225 34.3742 151.917 33.7461C152.608 33.118 152.418 32.561 152.043 32.0949L150.83 30.2066C150.768 30.0969 150.683 30.0014 150.582 29.9259C150.481 29.8504 150.365 29.7967 150.242 29.7681C149.913 29.7488 149.589 29.8563 149.337 30.0684C148.124 30.9335 146.742 31.7789 144.383 31.7789C140.943 31.7789 138.561 29.1005 138.399 26.5249H152.505C152.794 26.5208 153.071 26.4086 153.282 26.2105C153.492 26.0124 153.621 25.7427 153.643 25.4544C153.69 25.087 153.738 24.3641 153.738 23.9927C153.738 18.4504 149.566 14.2749 144.067 14.2749ZM143.98 18.486C147.002 18.486 148.721 20.6231 148.883 22.7997H138.647C139.062 20.1727 141.136 18.486 143.98 18.486Z",
24
+ fill: "white"
25
+ }), /*#__PURE__*/React.createElement("g", {
26
+ clipPath: "url(#clip0_1239_47)"
27
+ }, /*#__PURE__*/React.createElement("path", {
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M0 21C0 4.20032 4.19693 0 20.9992 0C37.7998 0 42 4.19709 42 21C42 37.8029 37.8015 42 20.9992 42C4.19693 42 0 37.7997 0 21ZM30.4027 17.6277C30.7833 17.9181 31 18.3281 31 18.7579V27.4668C31 28.3136 30.1753 29 29.1581 29H12.8419C11.8247 29 11 28.3136 11 27.4668V18.7579C11 18.3281 11.2167 17.9181 11.5973 17.6277L19.7554 11.403C20.4596 10.8657 21.5404 10.8657 22.2446 11.403L30.4027 17.6277Z",
31
+ fill: "white"
32
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
33
+ id: "clip0_1239_47"
34
+ }, /*#__PURE__*/React.createElement("rect", {
35
+ width: "42",
36
+ height: "42",
37
+ fill: "white"
38
+ })))),
39
+ logoColor: /*#__PURE__*/React.createElement("svg", {
40
+ width: "155",
41
+ height: "42",
42
+ viewBox: "0 0 155 42",
43
+ fill: "none",
44
+ xmlns: "http://www.w3.org/2000/svg",
45
+ role: "img",
46
+ "aria-labelledby": "title"
47
+ }, /*#__PURE__*/React.createElement("title", {
48
+ id: "title"
49
+ }, "Planning Center Home"), /*#__PURE__*/React.createElement("path", {
50
+ d: "M63.6937 14.2749C61.5971 14.3054 59.5636 14.9966 57.8827 16.2501V7.18515C57.8649 6.87667 57.7343 6.58551 57.5158 6.36702C57.2973 6.14853 57.0061 6.01794 56.6976 6.00005H54.1852C53.875 6.01269 53.5808 6.14161 53.3612 6.36118C53.1416 6.58075 53.0128 6.87489 53.0001 7.18515V34.6784C53.0052 34.9911 53.1317 35.2896 53.3528 35.5108C53.574 35.7319 53.8725 35.8584 54.1852 35.8635H56.6542C56.8144 35.8734 56.975 35.8499 57.1256 35.7944C57.2763 35.7389 57.4137 35.6528 57.5292 35.5413C57.6448 35.4298 57.7359 35.2956 57.7967 35.147C57.8576 34.9985 57.8869 34.8389 57.8827 34.6784V21.8082C58.4312 20.9186 59.202 20.1874 60.1191 19.6866C61.0363 19.1857 62.0682 18.9326 63.113 18.9521C65.6452 18.9521 67.0396 20.8087 67.0396 24.1823V34.6784C67.0447 34.9911 67.1712 35.2896 67.3923 35.5108C67.6135 35.7319 67.912 35.8584 68.2247 35.8635H70.7371C71.0474 35.8509 71.3416 35.722 71.5611 35.5024C71.7807 35.2828 71.9096 34.9887 71.9222 34.6784V24.2693C71.9262 17.7236 69.0819 14.2749 63.6937 14.2749Z",
51
+ fill: "#333132"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ d: "M85.3692 14.2748C79.5227 14.2748 74.5808 19.2957 74.5808 25.241C74.5808 31.364 79.42 36.3414 85.3692 36.3414C91.192 36.3414 96.1141 31.2573 96.1141 25.241C96.1141 19.2957 91.192 14.2748 85.3692 14.2748ZM85.3692 31.6801C81.9561 31.6801 79.3804 28.9148 79.3804 25.241C79.3804 21.6462 81.9561 18.9204 85.3692 18.9204C88.7823 18.9204 91.2947 21.6304 91.2947 25.241C91.3144 28.9148 88.7586 31.6801 85.3692 31.6801Z",
54
+ fill: "#333132"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M122.653 14.2748C120.124 14.2748 117.774 15.3414 115.676 17.4351C114.005 15.215 112.093 14.2748 109.328 14.2748C108.118 14.2612 106.918 14.4921 105.799 14.9537C104.68 15.4153 103.666 16.098 102.818 16.9611L102.34 15.4875C102.276 15.2537 102.132 15.0496 101.934 14.9098C101.736 14.77 101.495 14.7034 101.254 14.7212H100.219C99.908 14.7329 99.6133 14.8616 99.3936 15.0813C99.1738 15.3011 99.0452 15.5957 99.0334 15.9063V34.6585C99.0334 34.9728 99.1583 35.2743 99.3806 35.4965C99.6028 35.7188 99.9042 35.8436 100.219 35.8436H102.731C103.041 35.831 103.335 35.7021 103.555 35.4825C103.775 35.2629 103.903 34.9688 103.916 34.6585V21.7725C104.181 20.9825 105.737 18.9362 108.605 18.9362C111.216 18.9362 112.488 20.6191 112.488 24.0717V34.6585C112.485 34.8151 112.514 34.9706 112.572 35.1159C112.63 35.2611 112.718 35.393 112.828 35.5037C112.939 35.6144 113.071 35.7016 113.216 35.76C113.361 35.8184 113.517 35.8469 113.673 35.8436H116.233C116.54 35.8324 116.83 35.7026 117.043 35.4815C117.256 35.2605 117.375 34.9655 117.375 34.6585V23.9373C117.378 23.0301 117.323 22.1236 117.209 21.2234C117.248 21.1879 117.288 21.1405 117.339 21.0891C117.908 20.4138 118.617 19.8708 119.418 19.4982C120.218 19.1257 121.09 18.9325 121.973 18.9323C124.553 18.9323 125.856 20.6625 125.856 24.0677V34.6546C125.85 34.812 125.876 34.9691 125.933 35.1159C125.99 35.2627 126.077 35.3961 126.188 35.5075C126.3 35.6189 126.433 35.706 126.58 35.7632C126.727 35.8203 126.884 35.8464 127.041 35.8397H129.554C129.71 35.8429 129.866 35.8145 130.011 35.7561C130.156 35.6977 130.288 35.6105 130.399 35.4998C130.51 35.3891 130.597 35.2572 130.655 35.1119C130.714 34.9667 130.742 34.8111 130.739 34.6546V24.2455C130.747 19.9712 129.909 14.2748 122.653 14.2748Z",
57
+ fill: "#333132"
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ d: "M144.067 14.2748C138.071 14.2748 133.552 19.0153 133.552 25.2884C133.552 31.6919 137.992 36.3493 144.115 36.3493C148.606 36.3493 151.225 34.3742 151.917 33.7461C152.608 33.118 152.418 32.561 152.043 32.0948L150.83 30.2065C150.768 30.0968 150.683 30.0013 150.582 29.9258C150.481 29.8504 150.365 29.7966 150.242 29.7681C149.913 29.7488 149.589 29.8562 149.337 30.0683C148.124 30.9334 146.742 31.7788 144.383 31.7788C140.943 31.7788 138.561 29.1005 138.399 26.5248H152.505C152.794 26.5207 153.071 26.4086 153.282 26.2104C153.492 26.0123 153.621 25.7426 153.643 25.4543C153.69 25.0869 153.738 24.364 153.738 23.9927C153.738 18.4503 149.566 14.2748 144.067 14.2748ZM143.98 18.4859C147.002 18.4859 148.721 20.623 148.883 22.7997H138.647C139.062 20.1727 141.136 18.4859 143.98 18.4859Z",
60
+ fill: "#333132"
61
+ }), /*#__PURE__*/React.createElement("g", {
62
+ clipPath: "url(#clip0_0_3)"
63
+ }, /*#__PURE__*/React.createElement("path", {
64
+ d: "M20.9992 0C4.19693 0 0 4.20032 0 21C0 37.7997 4.19693 42 20.9992 42C37.8015 42 42 37.8029 42 21C42 4.19709 37.7998 0 20.9992 0Z",
65
+ fill: "url(#paint0_linear_0_3)"
66
+ }), /*#__PURE__*/React.createElement("path", {
67
+ fillRule: "evenodd",
68
+ clipRule: "evenodd",
69
+ d: "M31 18.7579C31 18.3281 30.7833 17.9181 30.4027 17.6277L22.2446 11.403C21.5404 10.8657 20.4596 10.8657 19.7554 11.403L11.5973 17.6277C11.2167 17.9181 11 18.3281 11 18.7579V27.4668C11 28.3136 11.8247 29 12.8419 29H29.1581C30.1753 29 31 28.3136 31 27.4668V18.7579Z",
70
+ fill: "white"
71
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
72
+ id: "paint0_linear_0_3",
73
+ x1: "-4.68807",
74
+ y1: "0.674054",
75
+ x2: "41.918",
76
+ y2: "47.2979",
77
+ gradientUnits: "userSpaceOnUse"
78
+ }, /*#__PURE__*/React.createElement("stop", {
79
+ stopColor: "#289DFF"
80
+ }), /*#__PURE__*/React.createElement("stop", {
81
+ offset: "1",
82
+ stopColor: "#2266F7"
83
+ })), /*#__PURE__*/React.createElement("clipPath", {
84
+ id: "clip0_0_3"
85
+ }, /*#__PURE__*/React.createElement("rect", {
86
+ width: "42",
87
+ height: "42",
88
+ fill: "white"
89
+ })))),
90
+ logoMarkWhite: /*#__PURE__*/React.createElement("svg", {
91
+ width: "42",
92
+ height: "42",
93
+ viewBox: "0 0 42 42",
94
+ fill: "none",
95
+ xmlns: "http://www.w3.org/2000/svg",
96
+ role: "img",
97
+ "aria-labelledby": "title"
98
+ }, /*#__PURE__*/React.createElement("title", {
99
+ id: "title"
100
+ }, "Planning Center Home"), /*#__PURE__*/React.createElement("g", {
101
+ clipPath: "url(#clip0_3104_89)"
102
+ }, /*#__PURE__*/React.createElement("path", {
103
+ d: "M20.9992 0C4.19693 0 0 4.20032 0 21C0 37.7997 4.19693 42 20.9992 42C37.8015 42 42 37.8029 42 21C42 4.19709 37.7998 0 20.9992 0Z",
104
+ fill: "url(#paint0_linear_3104_89)"
105
+ }), /*#__PURE__*/React.createElement("path", {
106
+ fillRule: "evenodd",
107
+ clipRule: "evenodd",
108
+ d: "M31 18.7579C31 18.3281 30.7833 17.9181 30.4027 17.6277L22.2446 11.403C21.5404 10.8657 20.4596 10.8657 19.7554 11.403L11.5973 17.6277C11.2167 17.9181 11 18.3281 11 18.7579V27.4668C11 28.3136 11.8247 29 12.8419 29H29.1581C30.1753 29 31 28.3136 31 27.4668V18.7579Z",
109
+ fill: "white"
110
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
111
+ id: "paint0_linear_3104_89",
112
+ x1: "-4.68807",
113
+ y1: "0.674054",
114
+ x2: "41.918",
115
+ y2: "47.2979",
116
+ gradientUnits: "userSpaceOnUse"
117
+ }, /*#__PURE__*/React.createElement("stop", {
118
+ stopColor: "#289DFF"
119
+ }), /*#__PURE__*/React.createElement("stop", {
120
+ offset: "1",
121
+ stopColor: "#2266F7"
122
+ })), /*#__PURE__*/React.createElement("clipPath", {
123
+ id: "clip0_3104_89"
124
+ }, /*#__PURE__*/React.createElement("rect", {
125
+ width: "42",
126
+ height: "42",
127
+ fill: "white"
128
+ })))),
129
+ logoMarkColor: /*#__PURE__*/React.createElement("svg", {
130
+ width: "42",
131
+ height: "42",
132
+ viewBox: "0 0 42 42",
133
+ fill: "none",
134
+ xmlns: "http://www.w3.org/2000/svg",
135
+ role: "img",
136
+ "aria-labelledby": "title"
137
+ }, /*#__PURE__*/React.createElement("title", {
138
+ id: "title"
139
+ }, "Planning Center Home"), /*#__PURE__*/React.createElement("g", {
140
+ clipPath: "url(#clip0_0_75)"
141
+ }, /*#__PURE__*/React.createElement("path", {
142
+ d: "M20.9992 0C4.19693 0 0 4.20032 0 21C0 37.7997 4.19693 42 20.9992 42C37.8015 42 42 37.8029 42 21C42 4.19709 37.7998 0 20.9992 0Z",
143
+ fill: "url(#paint0_linear_0_75)"
144
+ }), /*#__PURE__*/React.createElement("path", {
145
+ fillRule: "evenodd",
146
+ clipRule: "evenodd",
147
+ d: "M31 18.7579C31 18.3281 30.7833 17.9181 30.4027 17.6277L22.2446 11.403C21.5404 10.8657 20.4596 10.8657 19.7554 11.403L11.5973 17.6277C11.2167 17.9181 11 18.3281 11 18.7579V27.4668C11 28.3136 11.8247 29 12.8419 29H29.1581C30.1753 29 31 28.3136 31 27.4668V18.7579Z",
148
+ fill: "white"
149
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
150
+ id: "paint0_linear_0_75",
151
+ x1: "-4.68807",
152
+ y1: "0.674054",
153
+ x2: "41.918",
154
+ y2: "47.2979",
155
+ gradientUnits: "userSpaceOnUse"
156
+ }, /*#__PURE__*/React.createElement("stop", {
157
+ stopColor: "#289DFF"
158
+ }), /*#__PURE__*/React.createElement("stop", {
159
+ offset: "1",
160
+ stopColor: "#2266F7"
161
+ })), /*#__PURE__*/React.createElement("clipPath", {
162
+ id: "clip0_0_75"
163
+ }, /*#__PURE__*/React.createElement("rect", {
164
+ width: "42",
165
+ height: "42",
166
+ fill: "white"
167
+ }))))
168
+ };