@planningcenter/icons 15.26.0 → 15.27.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/icons",
3
- "version": "15.26.0",
3
+ "version": "15.27.1",
4
4
  "description": "Planning Center Icons",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -86,5 +86,6 @@
86
86
  },
87
87
  "dependencies": {
88
88
  "lodash.uniqueid": "^4.0.1"
89
- }
89
+ },
90
+ "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
90
91
  }
@@ -0,0 +1,13 @@
1
+ export const api: string
2
+ export const calendar: string
3
+ export const checkIns: string
4
+ export const churchCenter: string
5
+ export const giving: string
6
+ export const groups: string
7
+ export const home: string
8
+ export const musicStand: string
9
+ export const people: string
10
+ export const planningCenter: string
11
+ export const publishing: string
12
+ export const registrations: string
13
+ export const services: string
@@ -273,14 +273,7 @@
273
273
  </symbol>
274
274
 
275
275
  <symbol id="sort" viewBox="0 0 16 16">
276
- <g clip-path="url(#clip0_3650_59)">
277
- <path d="M16 12.03L12.0798 15.9999L8.15979 12.03L9.1199 11.0399L11.1999 13.1199L11.1999 7.80334e-07L12.9598 2.38416e-07L12.9598 13.1199L15.0399 11.0399L16 12.03Z" fill="black"/>
278
- <path d="M7.84021 3.96982L3.92 0L0 3.96982L0.960112 4.95996L3.04007 2.87997L3.04007 15.9999H4.80005L4.80005 2.87997L6.8801 4.95996L7.84021 3.96982Z" fill="black"/>
279
- </g><defs>
280
- <clipPath id="clip0_3650_59">
281
- <rect width="16" height="16" fill="white"/>
282
- </clipPath>
283
- </defs>
276
+ <path d="M16 12.03L12.0798 15.9999L8.15979 12.03L9.1199 11.0399L11.1999 13.1199L11.1999 7.80334e-07L12.9598 2.38416e-07L12.9598 13.1199L15.0399 11.0399L16 12.03Z"/><path d="M7.84021 3.96982L3.92 0L0 3.96982L0.960112 4.95996L3.04007 2.87997L3.04007 15.9999H4.80005L4.80005 2.87997L6.8801 4.95996L7.84021 3.96982Z"/>
284
277
  </symbol>
285
278
 
286
279
  <symbol id="thin-x" viewBox="0 0 16 16">
@@ -0,0 +1,2 @@
1
+ const spriteUrl: string
2
+ export default spriteUrl
@@ -0,0 +1,114 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+
3
+ <symbol id="api" viewBox="0 0 42 42">
4
+ <path fill="url(#api-color-logomark)" d="M21 0C4.196 0 0 4.2 0 21s4.197 21 21 21c16.801 0 21-4.197 21-21S37.8 0 21 0"/><path fill="#fff" fill-rule="evenodd" d="m24.275 30.108.026-.02-.017.032zm-2.693 2.162 2.693-2.162-1.948-2.43c.372-.5.695-1.034.922-1.648a6.5 6.5 0 0 0 .42-1.811l3.09-.485-.533-3.428-3.09.47a6.64 6.64 0 0 0-2.314-2.91l1.133-2.895-3.236-1.26-1.133 2.877a6.9 6.9 0 0 0-3.705.566l-1.941-2.425-2.718 2.166 1.941 2.425a7.2 7.2 0 0 0-.89 1.633 6.7 6.7 0 0 0-.469 2.134l-3.138.485.55 3.541 3.333-.501c.517.986 1.23 1.86 2.168 2.522l-1.133 2.91 3.252 1.261 1.132-2.926a6.9 6.9 0 0 0 3.657-.55zm9.95-13.839 1.473.857h.016l1.456-2.522-1.488-.873c.048-.259.08-.518.08-.793a4.36 4.36 0 0 0-2.912-4.106V9.28h-2.912v1.714a4.33 4.33 0 0 0-2.912 4.107c0 .274.032.533.08.792l-1.488.873 1.456 2.522 1.473-.857a4.33 4.33 0 0 0 2.83 1.05 4.37 4.37 0 0 0 2.848-1.05m-2.863-5.513a2.195 2.195 0 0 0-2.184 2.183c0 1.196.986 2.182 2.184 2.182a2.195 2.195 0 0 0 2.184-2.183c0-1.196-.97-2.182-2.184-2.182m-10.42 6.742c-2.103-.809-4.465.226-5.274 2.328a4.063 4.063 0 0 0 2.314 5.27c2.103.809 4.481-.226 5.29-2.311.81-2.102-.226-4.479-2.33-5.287" clip-rule="evenodd"/><defs>
5
+ <linearGradient id="api-color-logomark" x1="-4.688" x2="41.918" y1=".674" y2="47.298" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#369aee"/>
7
+ <stop offset="1" stop-color="#3e78e6"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </symbol>
11
+
12
+ <symbol id="calendar" viewBox="0 0 42 42">
13
+ <path fill="url(#calendar-color-logomark)" fill-rule="evenodd" d="M21 0C4.2 0 0 4.2 0 21s4.2 21 21 21 21-4.2 21-21S37.8 0 21 0" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M16.987 13.437v-1.473c0-.642-.52-1.163-1.164-1.163h-.555c-.642 0-1.164.52-1.164 1.163v1.473h-1.901c-.68 0-1.23.55-1.23 1.23V29.58c0 .68.55 1.23 1.23 1.23h17.594c.68 0 1.23-.55 1.23-1.23V14.667c0-.68-.55-1.23-1.23-1.23h-1.9v-1.473c0-.642-.521-1.163-1.165-1.163h-.554c-.642 0-1.163.52-1.163 1.163v1.473zm10.909 14.137H14.104v-8.695h13.792z" clip-rule="evenodd"/><defs>
14
+ <linearGradient id="calendar-color-logomark" x1="-12.6" x2="21" y1="21" y2="54.6" gradientUnits="userSpaceOnUse">
15
+ <stop stop-color="#f25436"/>
16
+ <stop offset="1" stop-color="#cd4d38"/>
17
+ </linearGradient>
18
+ </defs>
19
+ </symbol>
20
+
21
+ <symbol id="check-ins" viewBox="0 0 42 42">
22
+ <path fill="url(#check-ins-color-logomark)" d="M42 21c0 16.8-4.2 21-21 21S0 37.8 0 21 4.207 0 21 0c16.794 0 21 4.2 21 21"/><path fill="#fff" d="M30.736 17.318 19.912 28.142a2.445 2.445 0 0 1-3.459 0l-5.189-5.188a2.446 2.446 0 1 1 3.461-3.457l3.46 3.457 9.096-9.093a2.445 2.445 0 1 1 3.458 3.457z"/><defs>
23
+ <linearGradient id="check-ins-color-logomark" x1="-14.536" x2="21.512" y1="21.511" y2="57.558" gradientUnits="userSpaceOnUse">
24
+ <stop stop-color="#a76ebe"/>
25
+ <stop offset="1" stop-color="#875e96"/>
26
+ </linearGradient>
27
+ </defs>
28
+ </symbol>
29
+
30
+ <symbol id="church-center" viewBox="0 0 42 42">
31
+ <path fill="url(#church-center-color-logomark)" d="M42 21c0 16.8-4.2 21-21 21S0 37.8 0 21 4.207 0 21 0c16.794 0 21 4.2 21 21"/><path fill="#fff" d="M29.21 31.056c0 .323-.323.646-.646.646h-4.2c-.323 0-.646-.323-.646-.646V27.34c0-2.261-1.131-4.038-2.747-5.492-1.615 1.454-2.746 3.392-2.746 5.492v3.716c0 .323-.323.646-.646.646h-4.2c-.323 0-.646-.323-.646-.646 0 0-.485-13.57 0-14.054l7.592-6.462q.728-.484 1.454 0l7.592 6.462c.324.485-.161 14.054-.161 14.054"/><defs>
32
+ <linearGradient id="church-center-color-logomark" x1="4.193" x2="37.735" y1="4.193" y2="37.735" gradientUnits="userSpaceOnUse">
33
+ <stop stop-color="#42a5f5"/>
34
+ <stop offset="1" stop-color="#66bb6a"/>
35
+ </linearGradient>
36
+ </defs>
37
+ </symbol>
38
+
39
+ <symbol id="giving" viewBox="0 0 42 42">
40
+ <path fill="url(#giving-color-logomark)" d="M42 21c0 16.8-4.2 21-21 21S0 37.8 0 21 4.207 0 21 0c16.794 0 21 4.2 21 21"/><path fill="#fff" d="M21.625 28.96a1.07 1.07 0 0 1-1.249 0c-2.657-1.875-12.622-9.483-6.897-14.41a5.03 5.03 0 0 1 6.784.43l.738.737.736-.737a5.03 5.03 0 0 1 6.784-.43c5.728 4.927-4.239 12.535-6.896 14.41"/><defs>
41
+ <linearGradient id="giving-color-logomark" x1="0" x2="42" y1="42" y2="42" gradientUnits="userSpaceOnUse">
42
+ <stop stop-color="#f5c426"/>
43
+ <stop offset="1" stop-color="#f2b327"/>
44
+ </linearGradient>
45
+ </defs>
46
+ </symbol>
47
+
48
+ <symbol id="groups" viewBox="0 0 42 42">
49
+ <path fill="url(#groups-color-logomark)" d="M42 21c0 16.8-4.2 21-21 21S0 37.8 0 21 4.2 0 21 0s21 4.2 21 21"/><path fill="#fff" fill-rule="evenodd" d="M28.184 31.266a3.94 3.94 0 0 0 3.156-3.861h-.001a3.94 3.94 0 0 0-2.402-3.631v-5.55a3.94 3.94 0 1 0-5.155-5.17h-5.564a3.94 3.94 0 1 0-5.169 5.17v5.548a3.94 3.94 0 1 0 5.17 5.17h5.553a3.94 3.94 0 0 0 4.412 2.324M18.218 16.13h5.564c.4.94 1.15 1.689 2.09 2.088v5.565a3.96 3.96 0 0 0-2.1 2.1H18.22a3.96 3.96 0 0 0-2.1-2.1V18.23c.946-.401 1.699-1.154 2.1-2.1" clip-rule="evenodd"/><defs>
50
+ <linearGradient id="groups-color-logomark" x1="-13.125" x2="21.073" y1="21.073" y2="55.27" gradientUnits="userSpaceOnUse">
51
+ <stop stop-color="#ff962d"/>
52
+ <stop offset="1" stop-color="#fc7638"/>
53
+ </linearGradient>
54
+ </defs>
55
+ </symbol>
56
+
57
+ <symbol id="home" viewBox="0 0 42 42">
58
+ <path fill="url(#home-color-logomark)" d="M21 0C4.196 0 0 4.2 0 21s4.197 21 21 21c16.801 0 21-4.197 21-21S37.8 0 21 0"/><path fill="#fff" fill-rule="evenodd" d="M31 18.758c0-.43-.217-.84-.597-1.13l-8.158-6.225c-.705-.537-1.785-.537-2.49 0l-8.158 6.225c-.38.29-.597.7-.597 1.13v8.709c0 .847.825 1.533 1.842 1.533h16.316C30.175 29 31 28.314 31 27.467z" clip-rule="evenodd"/><defs>
59
+ <linearGradient id="home-color-logomark" x1="-4.688" x2="41.918" y1=".674" y2="47.298" gradientUnits="userSpaceOnUse">
60
+ <stop stop-color="#289dff"/>
61
+ <stop offset="1" stop-color="#2266f7"/>
62
+ </linearGradient>
63
+ </defs>
64
+ </symbol>
65
+
66
+ <symbol id="music-stand" viewBox="0 0 42 42">
67
+ <path fill="url(#music-stand-color-logomark)" d="M21 0C4.196 0 0 4.2 0 21s4.197 21 21 21c16.801 0 21-4.197 21-21S37.8 0 21 0"/><path fill="#fff" d="M29.483 25.423c0 1.61-1.573 3.01-3.916 3.22s-4.387-.789-4.575-2.399 1.572-3.123 3.915-3.397a5.7 5.7 0 0 1 2.107.13v-7.712l-10.33 3.445v9.66a4.2 4.2 0 0 1-1.485 2.091 4.04 4.04 0 0 1-2.4.806c-2.342.29-4.402-.789-4.575-2.383s1.572-3.123 3.9-3.413a6.2 6.2 0 0 1 2.122.145V16.73c0-.483.126-1.127.582-1.272 2.138-.708 12.58-4.234 13.963-4.636a.7.7 0 0 1 .5.142c.143.11.24.272.27.453z"/><defs>
68
+ <linearGradient id="music-stand-color-logomark" x1="-12.6" x2="21" y1="21" y2="54.6" gradientUnits="userSpaceOnUse">
69
+ <stop stop-color="#2392de"/>
70
+ <stop offset="1" stop-color="#3076be"/>
71
+ </linearGradient>
72
+ </defs>
73
+ </symbol>
74
+
75
+ <symbol id="people" viewBox="0 0 42 42">
76
+ <path fill="url(#people-color-logomark)" d="M42 21c0 16.8-4.2 21-21 21S0 37.8 0 21 4.207 0 21 0c16.794 0 21 4.2 21 21"/><path fill="#fff" fill-rule="evenodd" d="M21.396 16.257a4.26 4.26 0 1 0-8.519.005 4.26 4.26 0 0 0 8.519-.005M10.644 30H23.59v-3.884a3.884 3.884 0 0 0-3.884-3.883h-5.178a3.884 3.884 0 0 0-3.884 3.883zM26.922 14.55a3.193 3.193 0 1 1 0 6.385 3.193 3.193 0 0 1 0-6.385m-2.038 12.857h6.473v-2.847a2.34 2.34 0 0 0-2.33-2.332H25.92a2.38 2.38 0 0 0-1.916.997q.108.162.194.337.072.113.13.233.084.14.13.298a4.8 4.8 0 0 1 .426 2.02z" clip-rule="evenodd"/><defs>
77
+ <linearGradient id="people-color-logomark" x1="-12.598" x2="21.002" y1="21.001" y2="54.599" gradientUnits="userSpaceOnUse">
78
+ <stop stop-color="#32a0f0"/>
79
+ <stop offset="1" stop-color="#3f75e5"/>
80
+ </linearGradient>
81
+ </defs>
82
+ </symbol>
83
+
84
+ <symbol id="planning-center" viewBox="0 0 42 42">
85
+ <path fill="#fff" d="M5.163 7.023h30.95v27.955H5.163z"/><path fill="#2266f7" d="M27.696 16.287a.2.2 0 0 1 .257.192v6.335a.2.2 0 0 1-.143.191l-6.541 1.933a1 1 0 0 1-.568 0l-6.511-1.933a.2.2 0 0 1-.143-.191v-6.335a.2.2 0 0 1 .257-.192l5.49 1.63a4.24 4.24 0 0 0 2.411 0z"/><path fill="#2266f7" fill-rule="evenodd" d="M23.583.345a9.84 9.84 0 0 0-5.166 0L5.192 3.942C2.13 4.775 0 7.596 0 10.819v20.362c0 3.223 2.13 6.044 5.192 6.877l13.225 3.597c1.692.46 3.474.46 5.166 0l13.225-3.597C39.87 37.225 42 34.404 42 31.181V10.819c0-3.223-2.13-6.044-5.192-6.877zm-9.28 26.778a.2.2 0 0 0-.256.192v4.377a.65.65 0 0 1-.817.628l-2.747-.73a.65.65 0 0 1-.483-.628V14.449c0-1.75 1.756-3.002 3.491-2.487l7.21 2.14a1 1 0 0 0 .568 0l7.24-2.14c1.735-.515 3.491.736 3.491 2.487v9.475c0 1.142-.773 2.151-1.904 2.487l-7.89 2.342a4.24 4.24 0 0 1-2.411 0z" clip-rule="evenodd"/>
86
+ </symbol>
87
+
88
+ <symbol id="publishing" viewBox="0 0 42 42">
89
+ <path fill="url(#publishing-color-logomark)" fill-rule="evenodd" d="M21 0C4.2 0 0 4.2 0 21s4.2 21 21 21 21-4.2 21-21S37.8 0 21 0" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M15.908 29.818c0 .554-.43 1.002-.961 1.002h-1.923c-.53 0-.96-.448-.96-1.002V14.76c0-.553.43-1.002.96-1.002h1.923c.532 0 .961.45.961 1.002zM30.608 29.818c0 .554-.43 1.002-.96 1.002h-9.746c-.53 0-.962-.448-.962-1.002V27.77c0-.553.432-1.002.962-1.002h9.745c.532 0 .961.45.961 1.002zM30.608 22.522c0 .554-.43 1.002-.96 1.002h-9.746c-.53 0-.962-.448-.962-1.002v-7.76c0-.555.432-1.003.962-1.003h9.745c.532 0 .961.448.961 1.002z" clip-rule="evenodd"/><defs>
90
+ <linearGradient id="publishing-color-logomark" x1="-12.6" x2="21.001" y1="21" y2="54.6" gradientUnits="userSpaceOnUse">
91
+ <stop stop-color="#777782"/>
92
+ <stop offset="1" stop-color="#5e5e69"/>
93
+ </linearGradient>
94
+ </defs>
95
+ </symbol>
96
+
97
+ <symbol id="registrations" viewBox="0 0 42 42">
98
+ <path fill="url(#registrations-color-logomark)" fill-rule="evenodd" d="M21 0C4.2 0 0 4.2 0 20.998 0 37.8 4.2 42 21 42s21-4.2 21-21.002C42 4.2 37.8 0 21 0" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="m32.615 17.214-1.478-1.478c-.152-.15-.377-.164-.562-.055a3.12 3.12 0 0 1-3.774-.488 3.12 3.12 0 0 1-.486-3.772c.106-.186.095-.412-.057-.564l-1.471-1.471a1.06 1.06 0 0 0-1.498 0l-7.625 7.626a.33.33 0 0 0 0 .473l8.85 8.85c.13.133.344.133.474 0l7.627-7.624a1.06 1.06 0 0 0 0-1.497m-23.23 6.074a1.06 1.06 0 0 0 0 1.499l1.467 1.466a.46.46 0 0 0 .567.054 3.12 3.12 0 0 1 3.797.471 3.12 3.12 0 0 1 .471 3.798c-.11.184-.098.414.054.566l1.473 1.473a1.06 1.06 0 0 0 1.499 0l4.179-4.18a.334.334 0 0 0 0-.476l-8.85-8.852a.337.337 0 0 0-.476 0z" clip-rule="evenodd"/><defs>
99
+ <linearGradient id="registrations-color-logomark" x1="-12.6" x2="21" y1="21" y2="54.6" gradientUnits="userSpaceOnUse">
100
+ <stop stop-color="#42b39c"/>
101
+ <stop offset="1" stop-color="#46938c"/>
102
+ </linearGradient>
103
+ </defs>
104
+ </symbol>
105
+
106
+ <symbol id="services" viewBox="0 0 42 42">
107
+ <path fill="url(#services-color-logomark)" d="M21 0C4.196 0 0 4.2 0 21s4.197 21 21 21c16.801 0 21-4.197 21-21S37.8 0 21 0"/><path fill="#fff" d="M11.398 16.544a2.216 2.216 0 1 0 0-4.433 2.216 2.216 0 0 0 0 4.433m0 7.209a2.216 2.216 0 1 0 0-4.432 2.216 2.216 0 0 0 0 4.432m0 7.21a2.216 2.216 0 1 0 0-4.433 2.216 2.216 0 0 0 0 4.433m20.016-15.649c0 .561-.455 1.016-1.016 1.016H17.036a1.016 1.016 0 0 1-1.016-1.016V13.34c0-.561.455-1.016 1.016-1.016h13.359c.56 0 1.015.455 1.015 1.016zm-15.391 4.851c0-.35.284-.632.633-.632h14.126c.349 0 .631.283.631.632v2.744a.63.63 0 0 1-.631.632H16.656a.63.63 0 0 1-.633-.632zm0 7.21c0-.35.284-.633.633-.633h14.126c.349 0 .631.283.631.633v2.744a.63.63 0 0 1-.631.632H16.656a.63.63 0 0 1-.633-.632z"/><defs>
108
+ <linearGradient id="services-color-logomark" x1="-12.6" x2="21" y1="21" y2="54.599" gradientUnits="userSpaceOnUse">
109
+ <stop stop-color="#6bb23d"/>
110
+ <stop offset=".999" stop-color="#659630"/>
111
+ </linearGradient>
112
+ </defs>
113
+ </symbol>
114
+ </svg>
@@ -125,13 +125,7 @@
125
125
  </symbol>
126
126
 
127
127
  <symbol id="money-circle" viewBox="0 0 16 16">
128
- <g clip-path="url(#clip0)">
129
- <path d="M8 0C6.41775 0 4.87103 0.469192 3.55544 1.34824C2.23985 2.22729 1.21447 3.47672 0.608967 4.93853C0.00346625 6.40034 -0.15496 8.00887 0.153721 9.56072C0.462403 11.1126 1.22433 12.538 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7855 13.7727 13.7602 14.6518 12.4446C15.5308 11.129 16 9.58225 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0ZM10.15 8.379C10.3063 8.59452 10.3865 8.8559 10.378 9.122C10.3796 9.32229 10.341 9.52087 10.2646 9.70602C10.1881 9.89116 10.0754 10.0591 9.933 10.2C9.56813 10.5308 9.10697 10.7361 8.617 10.786V11.8H7.6V10.813C7.2421 10.7762 6.89031 10.6942 6.553 10.569C6.21584 10.4445 5.90109 10.2662 5.621 10.041L6.284 9.064C6.58313 9.23746 6.89503 9.3879 7.217 9.514C7.52022 9.61907 7.8391 9.67182 8.16 9.67C8.35695 9.68129 8.55343 9.64096 8.73 9.553C8.79007 9.52307 8.8406 9.47699 8.87593 9.41994C8.91126 9.36288 8.92998 9.29711 8.93 9.23C8.92649 9.15731 8.90322 9.08696 8.86269 9.02652C8.82216 8.96608 8.76591 8.91784 8.7 8.887C8.52263 8.78077 8.33502 8.69266 8.14 8.624C7.91867 8.54133 7.67667 8.45333 7.414 8.36C7.15784 8.27172 6.91152 8.15711 6.679 8.018C6.46223 7.88515 6.27228 7.71284 6.119 7.51C5.96764 7.28875 5.89091 7.02492 5.9 6.757C5.89517 6.55824 5.93353 6.3608 6.01243 6.17831C6.09133 5.99582 6.20889 5.83263 6.357 5.7C6.70775 5.40015 7.14112 5.21362 7.6 5.165V4.324H8.617V5.155C8.94268 5.19002 9.25885 5.28602 9.549 5.438C9.81584 5.5729 10.0606 5.74756 10.275 5.956L9.518 6.777C9.30259 6.628 9.06946 6.5064 8.824 6.415C8.58547 6.32638 8.33243 6.2833 8.078 6.288C7.60134 6.288 7.363 6.438 7.363 6.738C7.36762 6.8024 7.39048 6.86416 7.42891 6.91605C7.46734 6.96793 7.51974 7.00781 7.58 7.031C7.76131 7.12126 7.94838 7.19943 8.14 7.265C8.368 7.344 8.61 7.428 8.865 7.519C9.12015 7.60702 9.36387 7.72519 9.591 7.871C9.81031 8.00006 10.0006 8.17301 10.15 8.379Z" fill="black"/>
130
- </g><defs>
131
- <clipPath id="clip0">
132
- <rect width="16" height="16" fill="white"/>
133
- </clipPath>
134
- </defs>
128
+ <path d="M8 0C6.41775 0 4.87103 0.469192 3.55544 1.34824C2.23985 2.22729 1.21447 3.47672 0.608967 4.93853C0.00346625 6.40034 -0.15496 8.00887 0.153721 9.56072C0.462403 11.1126 1.22433 12.538 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7855 13.7727 13.7602 14.6518 12.4446C15.5308 11.129 16 9.58225 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0ZM10.15 8.379C10.3063 8.59452 10.3865 8.8559 10.378 9.122C10.3796 9.32229 10.341 9.52087 10.2646 9.70602C10.1881 9.89116 10.0754 10.0591 9.933 10.2C9.56813 10.5308 9.10697 10.7361 8.617 10.786V11.8H7.6V10.813C7.2421 10.7762 6.89031 10.6942 6.553 10.569C6.21584 10.4445 5.90109 10.2662 5.621 10.041L6.284 9.064C6.58313 9.23746 6.89503 9.3879 7.217 9.514C7.52022 9.61907 7.8391 9.67182 8.16 9.67C8.35695 9.68129 8.55343 9.64096 8.73 9.553C8.79007 9.52307 8.8406 9.47699 8.87593 9.41994C8.91126 9.36288 8.92998 9.29711 8.93 9.23C8.92649 9.15731 8.90322 9.08696 8.86269 9.02652C8.82216 8.96608 8.76591 8.91784 8.7 8.887C8.52263 8.78077 8.33502 8.69266 8.14 8.624C7.91867 8.54133 7.67667 8.45333 7.414 8.36C7.15784 8.27172 6.91152 8.15711 6.679 8.018C6.46223 7.88515 6.27228 7.71284 6.119 7.51C5.96764 7.28875 5.89091 7.02492 5.9 6.757C5.89517 6.55824 5.93353 6.3608 6.01243 6.17831C6.09133 5.99582 6.20889 5.83263 6.357 5.7C6.70775 5.40015 7.14112 5.21362 7.6 5.165V4.324H8.617V5.155C8.94268 5.19002 9.25885 5.28602 9.549 5.438C9.81584 5.5729 10.0606 5.74756 10.275 5.956L9.518 6.777C9.30259 6.628 9.06946 6.5064 8.824 6.415C8.58547 6.32638 8.33243 6.2833 8.078 6.288C7.60134 6.288 7.363 6.438 7.363 6.738C7.36762 6.8024 7.39048 6.86416 7.42891 6.91605C7.46734 6.96793 7.51974 7.00781 7.58 7.031C7.76131 7.12126 7.94838 7.19943 8.14 7.265C8.368 7.344 8.61 7.428 8.865 7.519C9.12015 7.60702 9.36387 7.72519 9.591 7.871C9.81031 8.00006 10.0006 8.17301 10.15 8.379Z"/>
135
129
  </symbol>
136
130
 
137
131
  <symbol id="no-activity" viewBox="0 0 16 16">
@@ -5,13 +5,7 @@
5
5
  </symbol>
6
6
 
7
7
  <symbol id="align-left" viewBox="0 0 16 16">
8
- <g clip-path="url(#clip0)">
9
- <path d="M0 13.7124H16V12.0392H0V13.7124ZM0 8.69281H10.0392V7.01961H0V8.69281ZM0 2V3.6732H16V2H0Z" fill="black"/>
10
- </g><defs>
11
- <clipPath id="clip0">
12
- <rect width="16" height="16" fill="white"/>
13
- </clipPath>
14
- </defs>
8
+ <path d="M0 13.7124H16V12.0392H0V13.7124ZM0 8.69281H10.0392V7.01961H0V8.69281ZM0 2V3.6732H16V2H0Z"/>
15
9
  </symbol>
16
10
 
17
11
  <symbol id="align-right" viewBox="0 0 16 16">
@@ -59,13 +53,7 @@
59
53
  </symbol>
60
54
 
61
55
  <symbol id="block-text" viewBox="0 0 16 16">
62
- <g clip-path="url(#clip0_1087_36)">
63
- <path d="M9.28 4.561H15.341C15.5158 4.561 15.6834 4.63043 15.807 4.75402C15.9306 4.8776 16 5.04522 16 5.22C16 5.39478 15.9306 5.5624 15.807 5.68598C15.6834 5.80957 15.5158 5.879 15.341 5.879H9.28C9.10522 5.879 8.9376 5.80957 8.81402 5.68598C8.69043 5.5624 8.621 5.39478 8.621 5.22C8.621 5.04522 8.69043 4.8776 8.81402 4.75402C8.9376 4.63043 9.10522 4.561 9.28 4.561ZM9.28 7.261H15.341C15.4277 7.261 15.5136 7.27811 15.5937 7.31135C15.6737 7.3446 15.7465 7.39332 15.8077 7.45472C15.8689 7.51613 15.9174 7.58901 15.9504 7.6692C15.9834 7.74938 16.0003 7.83529 16 7.922C16 8.09678 15.9306 8.2644 15.807 8.38798C15.6834 8.51157 15.5158 8.581 15.341 8.581H9.28C9.10522 8.581 8.9376 8.51157 8.81402 8.38798C8.69043 8.2644 8.621 8.09678 8.621 7.922C8.621 7.74722 8.69043 7.5796 8.81402 7.45602C8.9376 7.33243 9.10522 7.263 9.28 7.263V7.261ZM9.28 9.961H15.341C15.5158 9.961 15.6834 10.0304 15.807 10.154C15.9306 10.2776 16 10.4452 16 10.62C16 10.7948 15.9306 10.9624 15.807 11.086C15.6834 11.2096 15.5158 11.279 15.341 11.279H9.28C9.10522 11.279 8.9376 11.2096 8.81402 11.086C8.69043 10.9624 8.621 10.7948 8.621 10.62C8.62206 10.4459 8.69195 10.2793 8.81542 10.1566C8.9389 10.0339 9.10591 9.965 9.28 9.965V9.961ZM6.213 4H0.659C0.484222 4 0.316603 4.06943 0.193017 4.19302C0.0694302 4.3166 0 4.48422 0 4.659V11.159C0 11.3338 0.0694302 11.5014 0.193017 11.625C0.316603 11.7486 0.484222 11.818 0.659 11.818H6.213C6.38778 11.818 6.5554 11.7486 6.67898 11.625C6.80257 11.5014 6.872 11.3338 6.872 11.159V4.659C6.872 4.57246 6.85495 4.48676 6.82184 4.40681C6.78872 4.32686 6.74018 4.25421 6.67898 4.19302C6.61779 4.13182 6.54514 4.08328 6.46519 4.05016C6.38523 4.01705 6.29954 4 6.213 4ZM5.219 6.664H3.834V9.696C3.834 9.80527 3.79059 9.91006 3.71333 9.98733C3.63606 10.0646 3.53127 10.108 3.422 10.108C3.31273 10.108 3.20794 10.0646 3.13067 9.98733C3.05341 9.91006 3.01 9.80527 3.01 9.696V6.664H1.626C1.51673 6.664 1.41194 6.62059 1.33467 6.54333C1.25741 6.46606 1.214 6.36127 1.214 6.252C1.214 6.14273 1.25741 6.03794 1.33467 5.96067C1.41194 5.88341 1.51673 5.84 1.626 5.84H5.219C5.32827 5.84 5.43306 5.88341 5.51033 5.96067C5.58759 6.03794 5.631 6.14273 5.631 6.252C5.631 6.36127 5.58759 6.46606 5.51033 6.54333C5.43306 6.62059 5.32827 6.664 5.219 6.664Z" fill="black"/>
64
- </g><defs>
65
- <clipPath id="clip0_1087_36">
66
- <rect width="16" height="16" fill="white"/>
67
- </clipPath>
68
- </defs>
56
+ <path d="M9.28 4.561H15.341C15.5158 4.561 15.6834 4.63043 15.807 4.75402C15.9306 4.8776 16 5.04522 16 5.22C16 5.39478 15.9306 5.5624 15.807 5.68598C15.6834 5.80957 15.5158 5.879 15.341 5.879H9.28C9.10522 5.879 8.9376 5.80957 8.81402 5.68598C8.69043 5.5624 8.621 5.39478 8.621 5.22C8.621 5.04522 8.69043 4.8776 8.81402 4.75402C8.9376 4.63043 9.10522 4.561 9.28 4.561ZM9.28 7.261H15.341C15.4277 7.261 15.5136 7.27811 15.5937 7.31135C15.6737 7.3446 15.7465 7.39332 15.8077 7.45472C15.8689 7.51613 15.9174 7.58901 15.9504 7.6692C15.9834 7.74938 16.0003 7.83529 16 7.922C16 8.09678 15.9306 8.2644 15.807 8.38798C15.6834 8.51157 15.5158 8.581 15.341 8.581H9.28C9.10522 8.581 8.9376 8.51157 8.81402 8.38798C8.69043 8.2644 8.621 8.09678 8.621 7.922C8.621 7.74722 8.69043 7.5796 8.81402 7.45602C8.9376 7.33243 9.10522 7.263 9.28 7.263V7.261ZM9.28 9.961H15.341C15.5158 9.961 15.6834 10.0304 15.807 10.154C15.9306 10.2776 16 10.4452 16 10.62C16 10.7948 15.9306 10.9624 15.807 11.086C15.6834 11.2096 15.5158 11.279 15.341 11.279H9.28C9.10522 11.279 8.9376 11.2096 8.81402 11.086C8.69043 10.9624 8.621 10.7948 8.621 10.62C8.62206 10.4459 8.69195 10.2793 8.81542 10.1566C8.9389 10.0339 9.10591 9.965 9.28 9.965V9.961ZM6.213 4H0.659C0.484222 4 0.316603 4.06943 0.193017 4.19302C0.0694302 4.3166 0 4.48422 0 4.659V11.159C0 11.3338 0.0694302 11.5014 0.193017 11.625C0.316603 11.7486 0.484222 11.818 0.659 11.818H6.213C6.38778 11.818 6.5554 11.7486 6.67898 11.625C6.80257 11.5014 6.872 11.3338 6.872 11.159V4.659C6.872 4.57246 6.85495 4.48676 6.82184 4.40681C6.78872 4.32686 6.74018 4.25421 6.67898 4.19302C6.61779 4.13182 6.54514 4.08328 6.46519 4.05016C6.38523 4.01705 6.29954 4 6.213 4ZM5.219 6.664H3.834V9.696C3.834 9.80527 3.79059 9.91006 3.71333 9.98733C3.63606 10.0646 3.53127 10.108 3.422 10.108C3.31273 10.108 3.20794 10.0646 3.13067 9.98733C3.05341 9.91006 3.01 9.80527 3.01 9.696V6.664H1.626C1.51673 6.664 1.41194 6.62059 1.33467 6.54333C1.25741 6.46606 1.214 6.36127 1.214 6.252C1.214 6.14273 1.25741 6.03794 1.33467 5.96067C1.41194 5.88341 1.51673 5.84 1.626 5.84H5.219C5.32827 5.84 5.43306 5.88341 5.51033 5.96067C5.58759 6.03794 5.631 6.14273 5.631 6.252C5.631 6.36127 5.58759 6.46606 5.51033 6.54333C5.43306 6.62059 5.32827 6.664 5.219 6.664Z"/>
69
57
  </symbol>
70
58
 
71
59
  <symbol id="block-video" viewBox="0 0 16 16">
@@ -1,11 +1,4 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_3650_59)">
3
2
  <path d="M16 12.03L12.0798 15.9999L8.15979 12.03L9.1199 11.0399L11.1999 13.1199L11.1999 7.80334e-07L12.9598 2.38416e-07L12.9598 13.1199L15.0399 11.0399L16 12.03Z" fill="black"/>
4
3
  <path d="M7.84021 3.96982L3.92 0L0 3.96982L0.960112 4.95996L3.04007 2.87997L3.04007 15.9999H4.80005L4.80005 2.87997L6.8801 4.95996L7.84021 3.96982Z" fill="black"/>
5
- </g>
6
- <defs>
7
- <clipPath id="clip0_3650_59">
8
- <rect width="16" height="16" fill="white"/>
9
- </clipPath>
10
- </defs>
11
4
  </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" fill="none" viewBox="0 0 42 42">
2
+ <path fill="url(#api-color-logomark)" d="M21 0C4.196 0 0 4.2 0 21s4.197 21 21 21c16.801 0 21-4.197 21-21S37.8 0 21 0"/>
3
+ <path fill="#fff" fill-rule="evenodd" d="m24.275 30.108.026-.02-.017.032zm-2.693 2.162 2.693-2.162-1.948-2.43c.372-.5.695-1.034.922-1.648a6.5 6.5 0 0 0 .42-1.811l3.09-.485-.533-3.428-3.09.47a6.64 6.64 0 0 0-2.314-2.91l1.133-2.895-3.236-1.26-1.133 2.877a6.9 6.9 0 0 0-3.705.566l-1.941-2.425-2.718 2.166 1.941 2.425a7.2 7.2 0 0 0-.89 1.633 6.7 6.7 0 0 0-.469 2.134l-3.138.485.55 3.541 3.333-.501c.517.986 1.23 1.86 2.168 2.522l-1.133 2.91 3.252 1.261 1.132-2.926a6.9 6.9 0 0 0 3.657-.55zm9.95-13.839 1.473.857h.016l1.456-2.522-1.488-.873c.048-.259.08-.518.08-.793a4.36 4.36 0 0 0-2.912-4.106V9.28h-2.912v1.714a4.33 4.33 0 0 0-2.912 4.107c0 .274.032.533.08.792l-1.488.873 1.456 2.522 1.473-.857a4.33 4.33 0 0 0 2.83 1.05 4.37 4.37 0 0 0 2.848-1.05m-2.863-5.513a2.195 2.195 0 0 0-2.184 2.183c0 1.196.986 2.182 2.184 2.182a2.195 2.195 0 0 0 2.184-2.183c0-1.196-.97-2.182-2.184-2.182m-10.42 6.742c-2.103-.809-4.465.226-5.274 2.328a4.063 4.063 0 0 0 2.314 5.27c2.103.809 4.481-.226 5.29-2.311.81-2.102-.226-4.479-2.33-5.287" clip-rule="evenodd"/>
4
+ <defs>
5
+ <linearGradient id="api-color-logomark" x1="-4.688" x2="41.918" y1=".674" y2="47.298" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#369aee"/>
7
+ <stop offset="1" stop-color="#3e78e6"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" fill="none" viewBox="0 0 42 42">
2
+ <path fill="url(#calendar-color-logomark)" fill-rule="evenodd" d="M21 0C4.2 0 0 4.2 0 21s4.2 21 21 21 21-4.2 21-21S37.8 0 21 0" clip-rule="evenodd"/>
3
+ <path fill="#fff" fill-rule="evenodd" d="M16.987 13.437v-1.473c0-.642-.52-1.163-1.164-1.163h-.555c-.642 0-1.164.52-1.164 1.163v1.473h-1.901c-.68 0-1.23.55-1.23 1.23V29.58c0 .68.55 1.23 1.23 1.23h17.594c.68 0 1.23-.55 1.23-1.23V14.667c0-.68-.55-1.23-1.23-1.23h-1.9v-1.473c0-.642-.521-1.163-1.165-1.163h-.554c-.642 0-1.163.52-1.163 1.163v1.473zm10.909 14.137H14.104v-8.695h13.792z" clip-rule="evenodd"/>
4
+ <defs>
5
+ <linearGradient id="calendar-color-logomark" x1="-12.6" x2="21" y1="21" y2="54.6" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#f25436"/>
7
+ <stop offset="1" stop-color="#cd4d38"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" fill="none" viewBox="0 0 42 42">
2
+ <path fill="url(#check-ins-color-logomark)" d="M42 21c0 16.8-4.2 21-21 21S0 37.8 0 21 4.207 0 21 0c16.794 0 21 4.2 21 21"/>
3
+ <path fill="#fff" d="M30.736 17.318 19.912 28.142a2.445 2.445 0 0 1-3.459 0l-5.189-5.188a2.446 2.446 0 1 1 3.461-3.457l3.46 3.457 9.096-9.093a2.445 2.445 0 1 1 3.458 3.457z"/>
4
+ <defs>
5
+ <linearGradient id="check-ins-color-logomark" x1="-14.536" x2="21.512" y1="21.511" y2="57.558" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#a76ebe"/>
7
+ <stop offset="1" stop-color="#875e96"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" fill="none" viewBox="0 0 42 42">
2
+ <path fill="url(#church-center-color-logomark)" d="M42 21c0 16.8-4.2 21-21 21S0 37.8 0 21 4.207 0 21 0c16.794 0 21 4.2 21 21"/>
3
+ <path fill="#fff" d="M29.21 31.056c0 .323-.323.646-.646.646h-4.2c-.323 0-.646-.323-.646-.646V27.34c0-2.261-1.131-4.038-2.747-5.492-1.615 1.454-2.746 3.392-2.746 5.492v3.716c0 .323-.323.646-.646.646h-4.2c-.323 0-.646-.323-.646-.646 0 0-.485-13.57 0-14.054l7.592-6.462q.728-.484 1.454 0l7.592 6.462c.324.485-.161 14.054-.161 14.054"/>
4
+ <defs>
5
+ <linearGradient id="church-center-color-logomark" x1="4.193" x2="37.735" y1="4.193" y2="37.735" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#42a5f5"/>
7
+ <stop offset="1" stop-color="#66bb6a"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" fill="none" viewBox="0 0 42 42">
2
+ <path fill="url(#giving-color-logomark)" d="M42 21c0 16.8-4.2 21-21 21S0 37.8 0 21 4.207 0 21 0c16.794 0 21 4.2 21 21"/>
3
+ <path fill="#fff" d="M21.625 28.96a1.07 1.07 0 0 1-1.249 0c-2.657-1.875-12.622-9.483-6.897-14.41a5.03 5.03 0 0 1 6.784.43l.738.737.736-.737a5.03 5.03 0 0 1 6.784-.43c5.728 4.927-4.239 12.535-6.896 14.41"/>
4
+ <defs>
5
+ <linearGradient id="giving-color-logomark" x1="0" x2="42" y1="42" y2="42" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#f5c426"/>
7
+ <stop offset="1" stop-color="#f2b327"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" fill="none" viewBox="0 0 42 42">
2
+ <path fill="url(#groups-color-logomark)" d="M42 21c0 16.8-4.2 21-21 21S0 37.8 0 21 4.2 0 21 0s21 4.2 21 21"/>
3
+ <path fill="#fff" fill-rule="evenodd" d="M28.184 31.266a3.94 3.94 0 0 0 3.156-3.861h-.001a3.94 3.94 0 0 0-2.402-3.631v-5.55a3.94 3.94 0 1 0-5.155-5.17h-5.564a3.94 3.94 0 1 0-5.169 5.17v5.548a3.94 3.94 0 1 0 5.17 5.17h5.553a3.94 3.94 0 0 0 4.412 2.324M18.218 16.13h5.564c.4.94 1.15 1.689 2.09 2.088v5.565a3.96 3.96 0 0 0-2.1 2.1H18.22a3.96 3.96 0 0 0-2.1-2.1V18.23c.946-.401 1.699-1.154 2.1-2.1" clip-rule="evenodd"/>
4
+ <defs>
5
+ <linearGradient id="groups-color-logomark" x1="-13.125" x2="21.073" y1="21.073" y2="55.27" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#ff962d"/>
7
+ <stop offset="1" stop-color="#fc7638"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" fill="none" viewBox="0 0 42 42">
2
+ <path fill="url(#home-color-logomark)" d="M21 0C4.196 0 0 4.2 0 21s4.197 21 21 21c16.801 0 21-4.197 21-21S37.8 0 21 0"/>
3
+ <path fill="#fff" fill-rule="evenodd" d="M31 18.758c0-.43-.217-.84-.597-1.13l-8.158-6.225c-.705-.537-1.785-.537-2.49 0l-8.158 6.225c-.38.29-.597.7-.597 1.13v8.709c0 .847.825 1.533 1.842 1.533h16.316C30.175 29 31 28.314 31 27.467z" clip-rule="evenodd"/>
4
+ <defs>
5
+ <linearGradient id="home-color-logomark" x1="-4.688" x2="41.918" y1=".674" y2="47.298" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#289dff"/>
7
+ <stop offset="1" stop-color="#2266f7"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" fill="none" viewBox="0 0 42 42">
2
+ <path fill="url(#music-stand-color-logomark)" d="M21 0C4.196 0 0 4.2 0 21s4.197 21 21 21c16.801 0 21-4.197 21-21S37.8 0 21 0"/>
3
+ <path fill="#fff" d="M29.483 25.423c0 1.61-1.573 3.01-3.916 3.22s-4.387-.789-4.575-2.399 1.572-3.123 3.915-3.397a5.7 5.7 0 0 1 2.107.13v-7.712l-10.33 3.445v9.66a4.2 4.2 0 0 1-1.485 2.091 4.04 4.04 0 0 1-2.4.806c-2.342.29-4.402-.789-4.575-2.383s1.572-3.123 3.9-3.413a6.2 6.2 0 0 1 2.122.145V16.73c0-.483.126-1.127.582-1.272 2.138-.708 12.58-4.234 13.963-4.636a.7.7 0 0 1 .5.142c.143.11.24.272.27.453z"/>
4
+ <defs>
5
+ <linearGradient id="music-stand-color-logomark" x1="-12.6" x2="21" y1="21" y2="54.6" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#2392de"/>
7
+ <stop offset="1" stop-color="#3076be"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" fill="none" viewBox="0 0 42 42">
2
+ <path fill="url(#people-color-logomark)" d="M42 21c0 16.8-4.2 21-21 21S0 37.8 0 21 4.207 0 21 0c16.794 0 21 4.2 21 21"/>
3
+ <path fill="#fff" fill-rule="evenodd" d="M21.396 16.257a4.26 4.26 0 1 0-8.519.005 4.26 4.26 0 0 0 8.519-.005M10.644 30H23.59v-3.884a3.884 3.884 0 0 0-3.884-3.883h-5.178a3.884 3.884 0 0 0-3.884 3.883zM26.922 14.55a3.193 3.193 0 1 1 0 6.385 3.193 3.193 0 0 1 0-6.385m-2.038 12.857h6.473v-2.847a2.34 2.34 0 0 0-2.33-2.332H25.92a2.38 2.38 0 0 0-1.916.997q.108.162.194.337.072.113.13.233.084.14.13.298a4.8 4.8 0 0 1 .426 2.02z" clip-rule="evenodd"/>
4
+ <defs>
5
+ <linearGradient id="people-color-logomark" x1="-12.598" x2="21.002" y1="21.001" y2="54.599" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#32a0f0"/>
7
+ <stop offset="1" stop-color="#3f75e5"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" fill="none" viewBox="0 0 42 42">
2
+ <path fill="#fff" d="M5.163 7.023h30.95v27.955H5.163z"/>
3
+ <path fill="#2266f7" d="M27.696 16.287a.2.2 0 0 1 .257.192v6.335a.2.2 0 0 1-.143.191l-6.541 1.933a1 1 0 0 1-.568 0l-6.511-1.933a.2.2 0 0 1-.143-.191v-6.335a.2.2 0 0 1 .257-.192l5.49 1.63a4.24 4.24 0 0 0 2.411 0z"/>
4
+ <path fill="#2266f7" fill-rule="evenodd" d="M23.583.345a9.84 9.84 0 0 0-5.166 0L5.192 3.942C2.13 4.775 0 7.596 0 10.819v20.362c0 3.223 2.13 6.044 5.192 6.877l13.225 3.597c1.692.46 3.474.46 5.166 0l13.225-3.597C39.87 37.225 42 34.404 42 31.181V10.819c0-3.223-2.13-6.044-5.192-6.877zm-9.28 26.778a.2.2 0 0 0-.256.192v4.377a.65.65 0 0 1-.817.628l-2.747-.73a.65.65 0 0 1-.483-.628V14.449c0-1.75 1.756-3.002 3.491-2.487l7.21 2.14a1 1 0 0 0 .568 0l7.24-2.14c1.735-.515 3.491.736 3.491 2.487v9.475c0 1.142-.773 2.151-1.904 2.487l-7.89 2.342a4.24 4.24 0 0 1-2.411 0z" clip-rule="evenodd"/>
5
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" fill="none" viewBox="0 0 42 42">
2
+ <path fill="url(#publishing-color-logomark)" fill-rule="evenodd" d="M21 0C4.2 0 0 4.2 0 21s4.2 21 21 21 21-4.2 21-21S37.8 0 21 0" clip-rule="evenodd"/>
3
+ <path fill="#fff" fill-rule="evenodd" d="M15.908 29.818c0 .554-.43 1.002-.961 1.002h-1.923c-.53 0-.96-.448-.96-1.002V14.76c0-.553.43-1.002.96-1.002h1.923c.532 0 .961.45.961 1.002zM30.608 29.818c0 .554-.43 1.002-.96 1.002h-9.746c-.53 0-.962-.448-.962-1.002V27.77c0-.553.432-1.002.962-1.002h9.745c.532 0 .961.45.961 1.002zM30.608 22.522c0 .554-.43 1.002-.96 1.002h-9.746c-.53 0-.962-.448-.962-1.002v-7.76c0-.555.432-1.003.962-1.003h9.745c.532 0 .961.448.961 1.002z" clip-rule="evenodd"/>
4
+ <defs>
5
+ <linearGradient id="publishing-color-logomark" x1="-12.6" x2="21.001" y1="21" y2="54.6" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#777782"/>
7
+ <stop offset="1" stop-color="#5e5e69"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" fill="none" viewBox="0 0 42 42">
2
+ <path fill="url(#registrations-color-logomark)" fill-rule="evenodd" d="M21 0C4.2 0 0 4.2 0 20.998 0 37.8 4.2 42 21 42s21-4.2 21-21.002C42 4.2 37.8 0 21 0" clip-rule="evenodd"/>
3
+ <path fill="#fff" fill-rule="evenodd" d="m32.615 17.214-1.478-1.478c-.152-.15-.377-.164-.562-.055a3.12 3.12 0 0 1-3.774-.488 3.12 3.12 0 0 1-.486-3.772c.106-.186.095-.412-.057-.564l-1.471-1.471a1.06 1.06 0 0 0-1.498 0l-7.625 7.626a.33.33 0 0 0 0 .473l8.85 8.85c.13.133.344.133.474 0l7.627-7.624a1.06 1.06 0 0 0 0-1.497m-23.23 6.074a1.06 1.06 0 0 0 0 1.499l1.467 1.466a.46.46 0 0 0 .567.054 3.12 3.12 0 0 1 3.797.471 3.12 3.12 0 0 1 .471 3.798c-.11.184-.098.414.054.566l1.473 1.473a1.06 1.06 0 0 0 1.499 0l4.179-4.18a.334.334 0 0 0 0-.476l-8.85-8.852a.337.337 0 0 0-.476 0z" clip-rule="evenodd"/>
4
+ <defs>
5
+ <linearGradient id="registrations-color-logomark" x1="-12.6" x2="21" y1="21" y2="54.6" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#42b39c"/>
7
+ <stop offset="1" stop-color="#46938c"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" fill="none" viewBox="0 0 42 42">
2
+ <path fill="url(#services-color-logomark)" d="M21 0C4.196 0 0 4.2 0 21s4.197 21 21 21c16.801 0 21-4.197 21-21S37.8 0 21 0"/>
3
+ <path fill="#fff" d="M11.398 16.544a2.216 2.216 0 1 0 0-4.433 2.216 2.216 0 0 0 0 4.433m0 7.209a2.216 2.216 0 1 0 0-4.432 2.216 2.216 0 0 0 0 4.432m0 7.21a2.216 2.216 0 1 0 0-4.433 2.216 2.216 0 0 0 0 4.433m20.016-15.649c0 .561-.455 1.016-1.016 1.016H17.036a1.016 1.016 0 0 1-1.016-1.016V13.34c0-.561.455-1.016 1.016-1.016h13.359c.56 0 1.015.455 1.015 1.016zm-15.391 4.851c0-.35.284-.632.633-.632h14.126c.349 0 .631.283.631.632v2.744a.63.63 0 0 1-.631.632H16.656a.63.63 0 0 1-.633-.632zm0 7.21c0-.35.284-.633.633-.633h14.126c.349 0 .631.283.631.633v2.744a.63.63 0 0 1-.631.632H16.656a.63.63 0 0 1-.633-.632z"/>
4
+ <defs>
5
+ <linearGradient id="services-color-logomark" x1="-12.6" x2="21" y1="21" y2="54.599" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#6bb23d"/>
7
+ <stop offset=".999" stop-color="#659630"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
@@ -1,4 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path fill-rule="evenodd" clip-rule="evenodd" d="M10.1818 5C10.1818 4.44772 10.6295 4 11.1818 4H15C15.5523 4 16 4.44772 16 5V8.5C16 9.05228 15.5523 9.5 15 9.5C14.4477 9.5 14 9.05228 14 8.5V7.27324L9.63027 11.2788C9.24795 11.6293 8.66114 11.6293 8.27882 11.2788L5.77273 8.98157L1.67572 12.7372C1.2686 13.1103 0.636037 13.0828 0.262844 12.6757C-0.110348 12.2686 -0.0828454 11.636 0.324274 11.2628L5.097 6.88785C5.47932 6.53738 6.06613 6.53738 6.44845 6.88785L8.95454 9.1851L12.4292 6H11.1818C10.6295 6 10.1818 5.55228 10.1818 5Z" fill="black"/>
3
- </g>
4
3
  </svg>
@@ -1,10 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0)">
3
2
  <path d="M8 0C6.41775 0 4.87103 0.469192 3.55544 1.34824C2.23985 2.22729 1.21447 3.47672 0.608967 4.93853C0.00346625 6.40034 -0.15496 8.00887 0.153721 9.56072C0.462403 11.1126 1.22433 12.538 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7855 13.7727 13.7602 14.6518 12.4446C15.5308 11.129 16 9.58225 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0ZM10.15 8.379C10.3063 8.59452 10.3865 8.8559 10.378 9.122C10.3796 9.32229 10.341 9.52087 10.2646 9.70602C10.1881 9.89116 10.0754 10.0591 9.933 10.2C9.56813 10.5308 9.10697 10.7361 8.617 10.786V11.8H7.6V10.813C7.2421 10.7762 6.89031 10.6942 6.553 10.569C6.21584 10.4445 5.90109 10.2662 5.621 10.041L6.284 9.064C6.58313 9.23746 6.89503 9.3879 7.217 9.514C7.52022 9.61907 7.8391 9.67182 8.16 9.67C8.35695 9.68129 8.55343 9.64096 8.73 9.553C8.79007 9.52307 8.8406 9.47699 8.87593 9.41994C8.91126 9.36288 8.92998 9.29711 8.93 9.23C8.92649 9.15731 8.90322 9.08696 8.86269 9.02652C8.82216 8.96608 8.76591 8.91784 8.7 8.887C8.52263 8.78077 8.33502 8.69266 8.14 8.624C7.91867 8.54133 7.67667 8.45333 7.414 8.36C7.15784 8.27172 6.91152 8.15711 6.679 8.018C6.46223 7.88515 6.27228 7.71284 6.119 7.51C5.96764 7.28875 5.89091 7.02492 5.9 6.757C5.89517 6.55824 5.93353 6.3608 6.01243 6.17831C6.09133 5.99582 6.20889 5.83263 6.357 5.7C6.70775 5.40015 7.14112 5.21362 7.6 5.165V4.324H8.617V5.155C8.94268 5.19002 9.25885 5.28602 9.549 5.438C9.81584 5.5729 10.0606 5.74756 10.275 5.956L9.518 6.777C9.30259 6.628 9.06946 6.5064 8.824 6.415C8.58547 6.32638 8.33243 6.2833 8.078 6.288C7.60134 6.288 7.363 6.438 7.363 6.738C7.36762 6.8024 7.39048 6.86416 7.42891 6.91605C7.46734 6.96793 7.51974 7.00781 7.58 7.031C7.76131 7.12126 7.94838 7.19943 8.14 7.265C8.368 7.344 8.61 7.428 8.865 7.519C9.12015 7.60702 9.36387 7.72519 9.591 7.871C9.81031 8.00006 10.0006 8.17301 10.15 8.379Z" fill="black"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0">
7
- <rect width="16" height="16" fill="white"/>
8
- </clipPath>
9
- </defs>
10
3
  </svg>
@@ -1,10 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0)">
3
2
  <path d="M0 13.7124H16V12.0392H0V13.7124ZM0 8.69281H10.0392V7.01961H0V8.69281ZM0 2V3.6732H16V2H0Z" fill="black"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0">
7
- <rect width="16" height="16" fill="white"/>
8
- </clipPath>
9
- </defs>
10
3
  </svg>
@@ -1,10 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_1087_36)">
3
2
  <path d="M9.28 4.561H15.341C15.5158 4.561 15.6834 4.63043 15.807 4.75402C15.9306 4.8776 16 5.04522 16 5.22C16 5.39478 15.9306 5.5624 15.807 5.68598C15.6834 5.80957 15.5158 5.879 15.341 5.879H9.28C9.10522 5.879 8.9376 5.80957 8.81402 5.68598C8.69043 5.5624 8.621 5.39478 8.621 5.22C8.621 5.04522 8.69043 4.8776 8.81402 4.75402C8.9376 4.63043 9.10522 4.561 9.28 4.561ZM9.28 7.261H15.341C15.4277 7.261 15.5136 7.27811 15.5937 7.31135C15.6737 7.3446 15.7465 7.39332 15.8077 7.45472C15.8689 7.51613 15.9174 7.58901 15.9504 7.6692C15.9834 7.74938 16.0003 7.83529 16 7.922C16 8.09678 15.9306 8.2644 15.807 8.38798C15.6834 8.51157 15.5158 8.581 15.341 8.581H9.28C9.10522 8.581 8.9376 8.51157 8.81402 8.38798C8.69043 8.2644 8.621 8.09678 8.621 7.922C8.621 7.74722 8.69043 7.5796 8.81402 7.45602C8.9376 7.33243 9.10522 7.263 9.28 7.263V7.261ZM9.28 9.961H15.341C15.5158 9.961 15.6834 10.0304 15.807 10.154C15.9306 10.2776 16 10.4452 16 10.62C16 10.7948 15.9306 10.9624 15.807 11.086C15.6834 11.2096 15.5158 11.279 15.341 11.279H9.28C9.10522 11.279 8.9376 11.2096 8.81402 11.086C8.69043 10.9624 8.621 10.7948 8.621 10.62C8.62206 10.4459 8.69195 10.2793 8.81542 10.1566C8.9389 10.0339 9.10591 9.965 9.28 9.965V9.961ZM6.213 4H0.659C0.484222 4 0.316603 4.06943 0.193017 4.19302C0.0694302 4.3166 0 4.48422 0 4.659V11.159C0 11.3338 0.0694302 11.5014 0.193017 11.625C0.316603 11.7486 0.484222 11.818 0.659 11.818H6.213C6.38778 11.818 6.5554 11.7486 6.67898 11.625C6.80257 11.5014 6.872 11.3338 6.872 11.159V4.659C6.872 4.57246 6.85495 4.48676 6.82184 4.40681C6.78872 4.32686 6.74018 4.25421 6.67898 4.19302C6.61779 4.13182 6.54514 4.08328 6.46519 4.05016C6.38523 4.01705 6.29954 4 6.213 4ZM5.219 6.664H3.834V9.696C3.834 9.80527 3.79059 9.91006 3.71333 9.98733C3.63606 10.0646 3.53127 10.108 3.422 10.108C3.31273 10.108 3.20794 10.0646 3.13067 9.98733C3.05341 9.91006 3.01 9.80527 3.01 9.696V6.664H1.626C1.51673 6.664 1.41194 6.62059 1.33467 6.54333C1.25741 6.46606 1.214 6.36127 1.214 6.252C1.214 6.14273 1.25741 6.03794 1.33467 5.96067C1.41194 5.88341 1.51673 5.84 1.626 5.84H5.219C5.32827 5.84 5.43306 5.88341 5.51033 5.96067C5.58759 6.03794 5.631 6.14273 5.631 6.252C5.631 6.36127 5.58759 6.46606 5.51033 6.54333C5.43306 6.62059 5.32827 6.664 5.219 6.664Z" fill="black"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_1087_36">
7
- <rect width="16" height="16" fill="white"/>
8
- </clipPath>
9
- </defs>
10
3
  </svg>