@planningcenter/icons 15.32.0 → 15.32.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.
Files changed (118) hide show
  1. package/fonts/manifest.json +3645 -0
  2. package/fonts/planning-center-icons.d.ts +630 -0
  3. package/fonts/planning-center-icons.json +592 -0
  4. package/fonts/planning-center-icons.ttf +0 -0
  5. package/fonts/planning-center-icons.woff +0 -0
  6. package/fonts/planning-center-icons.woff2 +0 -0
  7. package/package.json +1 -1
  8. package/paths/accounts.d.ts +14 -0
  9. package/paths/accounts.js +16 -0
  10. package/paths/accounts.mjs +27 -0
  11. package/paths/api.d.ts +7 -0
  12. package/paths/api.js +9 -0
  13. package/paths/api.mjs +13 -0
  14. package/paths/brand.d.ts +33 -0
  15. package/paths/brand.js +35 -0
  16. package/paths/brand.mjs +65 -0
  17. package/paths/calendar.d.ts +14 -0
  18. package/paths/calendar.js +16 -0
  19. package/paths/calendar.mjs +27 -0
  20. package/paths/cco.d.ts +3 -0
  21. package/paths/cco.js +5 -0
  22. package/paths/cco.mjs +5 -0
  23. package/paths/chat.d.ts +4 -0
  24. package/paths/chat.js +6 -0
  25. package/paths/chat.mjs +7 -0
  26. package/paths/check-ins.d.ts +30 -0
  27. package/paths/check-ins.js +32 -0
  28. package/paths/check-ins.mjs +59 -0
  29. package/paths/church-center.d.ts +73 -0
  30. package/paths/church-center.js +75 -0
  31. package/paths/church-center.mjs +145 -0
  32. package/paths/general.d.ts +161 -0
  33. package/paths/general.js +163 -0
  34. package/paths/general.mjs +321 -0
  35. package/paths/giving.d.ts +26 -0
  36. package/paths/giving.js +28 -0
  37. package/paths/giving.mjs +51 -0
  38. package/paths/groups.d.ts +8 -0
  39. package/paths/groups.js +10 -0
  40. package/paths/groups.mjs +15 -0
  41. package/paths/logomark.d.ts +15 -0
  42. package/paths/logomark.js +17 -0
  43. package/paths/logomark.mjs +29 -0
  44. package/paths/people.d.ts +46 -0
  45. package/paths/people.js +48 -0
  46. package/paths/people.mjs +91 -0
  47. package/paths/planning-center-app.d.ts +8 -0
  48. package/paths/planning-center-app.js +10 -0
  49. package/paths/planning-center-app.mjs +15 -0
  50. package/paths/publishing.d.ts +27 -0
  51. package/paths/publishing.js +29 -0
  52. package/paths/publishing.mjs +53 -0
  53. package/paths/registrations.d.ts +16 -0
  54. package/paths/registrations.js +18 -0
  55. package/paths/registrations.mjs +31 -0
  56. package/paths/services.d.ts +71 -0
  57. package/paths/services.js +73 -0
  58. package/paths/services.mjs +141 -0
  59. package/paths/stacked.d.ts +14 -0
  60. package/paths/stacked.js +16 -0
  61. package/paths/stacked.mjs +27 -0
  62. package/paths/tapestry.d.ts +9 -0
  63. package/paths/tapestry.js +11 -0
  64. package/paths/tapestry.mjs +17 -0
  65. package/paths/toolbar.d.ts +11 -0
  66. package/paths/toolbar.js +13 -0
  67. package/paths/toolbar.mjs +21 -0
  68. package/sprites/accounts.d.ts +2 -0
  69. package/sprites/accounts.svg +58 -0
  70. package/sprites/api.d.ts +2 -0
  71. package/sprites/api.svg +30 -0
  72. package/sprites/brand.d.ts +2 -0
  73. package/sprites/brand.svg +134 -0
  74. package/sprites/calendar.d.ts +2 -0
  75. package/sprites/calendar.svg +58 -0
  76. package/sprites/cco.d.ts +2 -0
  77. package/sprites/cco.svg +14 -0
  78. package/sprites/chat.d.ts +2 -0
  79. package/sprites/chat.svg +18 -0
  80. package/sprites/check-ins.d.ts +2 -0
  81. package/sprites/check-ins.svg +122 -0
  82. package/sprites/church-center.d.ts +2 -0
  83. package/sprites/church-center.svg +294 -0
  84. package/sprites/color-logomark.d.ts +2 -0
  85. package/sprites/color-logomark.svg +54 -0
  86. package/sprites/general.d.ts +2 -0
  87. package/sprites/general.svg +646 -0
  88. package/sprites/giving.d.ts +2 -0
  89. package/sprites/giving.svg +106 -0
  90. package/sprites/groups.d.ts +2 -0
  91. package/sprites/groups.svg +34 -0
  92. package/sprites/logomark.d.ts +2 -0
  93. package/sprites/logomark.svg +62 -0
  94. package/sprites/people.d.ts +2 -0
  95. package/sprites/people.svg +186 -0
  96. package/sprites/planning-center-app.d.ts +2 -0
  97. package/sprites/planning-center-app.svg +34 -0
  98. package/sprites/publishing.d.ts +2 -0
  99. package/sprites/publishing.svg +110 -0
  100. package/sprites/registrations.d.ts +2 -0
  101. package/sprites/registrations.svg +66 -0
  102. package/sprites/services.d.ts +2 -0
  103. package/sprites/services.svg +286 -0
  104. package/sprites/stacked.d.ts +2 -0
  105. package/sprites/stacked.svg +58 -0
  106. package/sprites/tapestry.d.ts +2 -0
  107. package/sprites/tapestry.svg +38 -0
  108. package/sprites/toolbar.d.ts +2 -0
  109. package/sprites/toolbar.svg +46 -0
  110. package/symbol/cjs/index.d.ts +16 -0
  111. package/symbol/cjs/index.js +47 -0
  112. package/symbol/cjs/index.js.map +1 -0
  113. package/symbol/esm/index.d.ts +16 -0
  114. package/symbol/esm/index.js +44 -0
  115. package/symbol/esm/index.js.map +1 -0
  116. package/symbol/index.d.ts +16 -0
  117. package/symbol/index.js +47 -0
  118. package/symbol/index.js.map +1 -0
@@ -0,0 +1,3645 @@
1
+ {
2
+ "categories": [
3
+ {
4
+ "name": "accounts",
5
+ "icons": [
6
+ {
7
+ "name": "accounts.addons",
8
+ "iconName": "addons",
9
+ "codepoint": 62286,
10
+ "hex": "f34e"
11
+ },
12
+ {
13
+ "name": "accounts.campus",
14
+ "iconName": "campus",
15
+ "codepoint": 62285,
16
+ "hex": "f34d"
17
+ },
18
+ {
19
+ "name": "accounts.churchCenterO",
20
+ "iconName": "churchCenterO",
21
+ "codepoint": 62284,
22
+ "hex": "f34c"
23
+ },
24
+ {
25
+ "name": "accounts.compass",
26
+ "iconName": "compass",
27
+ "codepoint": 62283,
28
+ "hex": "f34b"
29
+ },
30
+ {
31
+ "name": "accounts.contactCard",
32
+ "iconName": "contactCard",
33
+ "codepoint": 62282,
34
+ "hex": "f34a"
35
+ },
36
+ {
37
+ "name": "accounts.currencyLedger",
38
+ "iconName": "currencyLedger",
39
+ "codepoint": 62281,
40
+ "hex": "f349"
41
+ },
42
+ {
43
+ "name": "accounts.editor",
44
+ "iconName": "editor",
45
+ "codepoint": 62280,
46
+ "hex": "f348"
47
+ },
48
+ {
49
+ "name": "accounts.gavel",
50
+ "iconName": "gavel",
51
+ "codepoint": 62279,
52
+ "hex": "f347"
53
+ },
54
+ {
55
+ "name": "accounts.integrationConnected",
56
+ "iconName": "integrationConnected",
57
+ "codepoint": 62278,
58
+ "hex": "f346"
59
+ },
60
+ {
61
+ "name": "accounts.integrationDisconnected",
62
+ "iconName": "integrationDisconnected",
63
+ "codepoint": 62277,
64
+ "hex": "f345"
65
+ },
66
+ {
67
+ "name": "accounts.integrations",
68
+ "iconName": "integrations",
69
+ "codepoint": 62276,
70
+ "hex": "f344"
71
+ },
72
+ {
73
+ "name": "accounts.payout",
74
+ "iconName": "payout",
75
+ "codepoint": 62275,
76
+ "hex": "f343"
77
+ },
78
+ {
79
+ "name": "accounts.photo",
80
+ "iconName": "photo",
81
+ "codepoint": 62274,
82
+ "hex": "f342"
83
+ },
84
+ {
85
+ "name": "accounts.stamp",
86
+ "iconName": "stamp",
87
+ "codepoint": 62273,
88
+ "hex": "f341"
89
+ }
90
+ ]
91
+ },
92
+ {
93
+ "name": "api",
94
+ "icons": [
95
+ {
96
+ "name": "api.compass",
97
+ "iconName": "compass",
98
+ "codepoint": 62272,
99
+ "hex": "f340"
100
+ },
101
+ {
102
+ "name": "api.copy",
103
+ "iconName": "copy",
104
+ "codepoint": 62271,
105
+ "hex": "f33f"
106
+ },
107
+ {
108
+ "name": "api.document",
109
+ "iconName": "document",
110
+ "codepoint": 62270,
111
+ "hex": "f33e"
112
+ },
113
+ {
114
+ "name": "api.key",
115
+ "iconName": "key",
116
+ "codepoint": 62269,
117
+ "hex": "f33d"
118
+ },
119
+ {
120
+ "name": "api.link",
121
+ "iconName": "link",
122
+ "codepoint": 62268,
123
+ "hex": "f33c"
124
+ },
125
+ {
126
+ "name": "api.terminal",
127
+ "iconName": "terminal",
128
+ "codepoint": 62267,
129
+ "hex": "f33b"
130
+ },
131
+ {
132
+ "name": "api.webhook",
133
+ "iconName": "webhook",
134
+ "codepoint": 62266,
135
+ "hex": "f33a"
136
+ }
137
+ ]
138
+ },
139
+ {
140
+ "name": "brand",
141
+ "icons": [
142
+ {
143
+ "name": "brand.amazon",
144
+ "iconName": "amazon",
145
+ "codepoint": 62265,
146
+ "hex": "f339"
147
+ },
148
+ {
149
+ "name": "brand.android",
150
+ "iconName": "android",
151
+ "codepoint": 62263,
152
+ "hex": "f337"
153
+ },
154
+ {
155
+ "name": "brand.androidFull",
156
+ "iconName": "androidFull",
157
+ "codepoint": 62264,
158
+ "hex": "f338"
159
+ },
160
+ {
161
+ "name": "brand.apple",
162
+ "iconName": "apple",
163
+ "codepoint": 62259,
164
+ "hex": "f333"
165
+ },
166
+ {
167
+ "name": "brand.appleMusic",
168
+ "iconName": "appleMusic",
169
+ "codepoint": 62262,
170
+ "hex": "f336"
171
+ },
172
+ {
173
+ "name": "brand.applePay",
174
+ "iconName": "applePay",
175
+ "codepoint": 62261,
176
+ "hex": "f335"
177
+ },
178
+ {
179
+ "name": "brand.applePodcasts",
180
+ "iconName": "applePodcasts",
181
+ "codepoint": 62260,
182
+ "hex": "f334"
183
+ },
184
+ {
185
+ "name": "brand.chartPro",
186
+ "iconName": "chartPro",
187
+ "codepoint": 62258,
188
+ "hex": "f332"
189
+ },
190
+ {
191
+ "name": "brand.checkr",
192
+ "iconName": "checkr",
193
+ "codepoint": 62257,
194
+ "hex": "f331"
195
+ },
196
+ {
197
+ "name": "brand.chrome",
198
+ "iconName": "chrome",
199
+ "codepoint": 62256,
200
+ "hex": "f330"
201
+ },
202
+ {
203
+ "name": "brand.edge",
204
+ "iconName": "edge",
205
+ "codepoint": 62255,
206
+ "hex": "f32f"
207
+ },
208
+ {
209
+ "name": "brand.facebook",
210
+ "iconName": "facebook",
211
+ "codepoint": 62253,
212
+ "hex": "f32d"
213
+ },
214
+ {
215
+ "name": "brand.facebookOutline",
216
+ "iconName": "facebookOutline",
217
+ "codepoint": 62254,
218
+ "hex": "f32e"
219
+ },
220
+ {
221
+ "name": "brand.firefox",
222
+ "iconName": "firefox",
223
+ "codepoint": 62252,
224
+ "hex": "f32c"
225
+ },
226
+ {
227
+ "name": "brand.ie",
228
+ "iconName": "ie",
229
+ "codepoint": 62251,
230
+ "hex": "f32b"
231
+ },
232
+ {
233
+ "name": "brand.instagram",
234
+ "iconName": "instagram",
235
+ "codepoint": 62250,
236
+ "hex": "f32a"
237
+ },
238
+ {
239
+ "name": "brand.linkedin",
240
+ "iconName": "linkedin",
241
+ "codepoint": 62249,
242
+ "hex": "f329"
243
+ },
244
+ {
245
+ "name": "brand.linux",
246
+ "iconName": "linux",
247
+ "codepoint": 62248,
248
+ "hex": "f328"
249
+ },
250
+ {
251
+ "name": "brand.mailchimp",
252
+ "iconName": "mailchimp",
253
+ "codepoint": 62247,
254
+ "hex": "f327"
255
+ },
256
+ {
257
+ "name": "brand.praiseCharts",
258
+ "iconName": "praiseCharts",
259
+ "codepoint": 62246,
260
+ "hex": "f326"
261
+ },
262
+ {
263
+ "name": "brand.rehearsalMix",
264
+ "iconName": "rehearsalMix",
265
+ "codepoint": 62245,
266
+ "hex": "f325"
267
+ },
268
+ {
269
+ "name": "brand.rehearsalPack",
270
+ "iconName": "rehearsalPack",
271
+ "codepoint": 62244,
272
+ "hex": "f324"
273
+ },
274
+ {
275
+ "name": "brand.safari",
276
+ "iconName": "safari",
277
+ "codepoint": 62243,
278
+ "hex": "f323"
279
+ },
280
+ {
281
+ "name": "brand.songSelect",
282
+ "iconName": "songSelect",
283
+ "codepoint": 62242,
284
+ "hex": "f322"
285
+ },
286
+ {
287
+ "name": "brand.spotify",
288
+ "iconName": "spotify",
289
+ "codepoint": 62240,
290
+ "hex": "f320"
291
+ },
292
+ {
293
+ "name": "brand.spotifySolid",
294
+ "iconName": "spotifySolid",
295
+ "codepoint": 62241,
296
+ "hex": "f321"
297
+ },
298
+ {
299
+ "name": "brand.stripe",
300
+ "iconName": "stripe",
301
+ "codepoint": 62239,
302
+ "hex": "f31f"
303
+ },
304
+ {
305
+ "name": "brand.tiktok",
306
+ "iconName": "tiktok",
307
+ "codepoint": 62238,
308
+ "hex": "f31e"
309
+ },
310
+ {
311
+ "name": "brand.twilio",
312
+ "iconName": "twilio",
313
+ "codepoint": 62237,
314
+ "hex": "f31d"
315
+ },
316
+ {
317
+ "name": "brand.twitter",
318
+ "iconName": "twitter",
319
+ "codepoint": 62236,
320
+ "hex": "f31c"
321
+ },
322
+ {
323
+ "name": "brand.vimeo",
324
+ "iconName": "vimeo",
325
+ "codepoint": 62235,
326
+ "hex": "f31b"
327
+ },
328
+ {
329
+ "name": "brand.windows",
330
+ "iconName": "windows",
331
+ "codepoint": 62234,
332
+ "hex": "f31a"
333
+ },
334
+ {
335
+ "name": "brand.youtube",
336
+ "iconName": "youtube",
337
+ "codepoint": 62233,
338
+ "hex": "f319"
339
+ }
340
+ ]
341
+ },
342
+ {
343
+ "name": "calendar",
344
+ "icons": [
345
+ {
346
+ "name": "calendar.approvalGroup",
347
+ "iconName": "approvalGroup",
348
+ "codepoint": 62232,
349
+ "hex": "f318"
350
+ },
351
+ {
352
+ "name": "calendar.connections",
353
+ "iconName": "connections",
354
+ "codepoint": 62231,
355
+ "hex": "f317"
356
+ },
357
+ {
358
+ "name": "calendar.duplicate",
359
+ "iconName": "duplicate",
360
+ "codepoint": 62230,
361
+ "hex": "f316"
362
+ },
363
+ {
364
+ "name": "calendar.eventTemplate",
365
+ "iconName": "eventTemplate",
366
+ "codepoint": 62229,
367
+ "hex": "f315"
368
+ },
369
+ {
370
+ "name": "calendar.kiosk",
371
+ "iconName": "kiosk",
372
+ "codepoint": 62228,
373
+ "hex": "f314"
374
+ },
375
+ {
376
+ "name": "calendar.listView",
377
+ "iconName": "listView",
378
+ "codepoint": 62227,
379
+ "hex": "f313"
380
+ },
381
+ {
382
+ "name": "calendar.people",
383
+ "iconName": "people",
384
+ "codepoint": 62226,
385
+ "hex": "f312"
386
+ },
387
+ {
388
+ "name": "calendar.primaryRoom",
389
+ "iconName": "primaryRoom",
390
+ "codepoint": 62225,
391
+ "hex": "f311"
392
+ },
393
+ {
394
+ "name": "calendar.reservationBlock",
395
+ "iconName": "reservationBlock",
396
+ "codepoint": 62224,
397
+ "hex": "f310"
398
+ },
399
+ {
400
+ "name": "calendar.resources",
401
+ "iconName": "resources",
402
+ "codepoint": 62222,
403
+ "hex": "f30e"
404
+ },
405
+ {
406
+ "name": "calendar.resourcesReverse",
407
+ "iconName": "resourcesReverse",
408
+ "codepoint": 62223,
409
+ "hex": "f30f"
410
+ },
411
+ {
412
+ "name": "calendar.rooms",
413
+ "iconName": "rooms",
414
+ "codepoint": 62219,
415
+ "hex": "f30b"
416
+ },
417
+ {
418
+ "name": "calendar.roomSetup",
419
+ "iconName": "roomSetup",
420
+ "codepoint": 62221,
421
+ "hex": "f30d"
422
+ },
423
+ {
424
+ "name": "calendar.roomsReverse",
425
+ "iconName": "roomsReverse",
426
+ "codepoint": 62220,
427
+ "hex": "f30c"
428
+ }
429
+ ]
430
+ },
431
+ {
432
+ "name": "cco",
433
+ "icons": [
434
+ {
435
+ "name": "cco.calendarOutline",
436
+ "iconName": "calendarOutline",
437
+ "codepoint": 62218,
438
+ "hex": "f30a"
439
+ },
440
+ {
441
+ "name": "cco.checkEncircled",
442
+ "iconName": "checkEncircled",
443
+ "codepoint": 62217,
444
+ "hex": "f309"
445
+ },
446
+ {
447
+ "name": "cco.statementsO",
448
+ "iconName": "statementsO",
449
+ "codepoint": 62216,
450
+ "hex": "f308"
451
+ }
452
+ ]
453
+ },
454
+ {
455
+ "name": "chat",
456
+ "icons": [
457
+ {
458
+ "name": "chat.camera",
459
+ "iconName": "camera",
460
+ "codepoint": 62215,
461
+ "hex": "f307"
462
+ },
463
+ {
464
+ "name": "chat.reportMessage",
465
+ "iconName": "reportMessage",
466
+ "codepoint": 62213,
467
+ "hex": "f305"
468
+ },
469
+ {
470
+ "name": "chat.reportMessageO",
471
+ "iconName": "reportMessageO",
472
+ "codepoint": 62214,
473
+ "hex": "f306"
474
+ },
475
+ {
476
+ "name": "chat.smile",
477
+ "iconName": "smile",
478
+ "codepoint": 62212,
479
+ "hex": "f304"
480
+ }
481
+ ]
482
+ },
483
+ {
484
+ "name": "checkIns",
485
+ "icons": [
486
+ {
487
+ "name": "checkIns.addHousehold",
488
+ "iconName": "addHousehold",
489
+ "codepoint": 62211,
490
+ "hex": "f303"
491
+ },
492
+ {
493
+ "name": "checkIns.barcode",
494
+ "iconName": "barcode",
495
+ "codepoint": 62209,
496
+ "hex": "f301"
497
+ },
498
+ {
499
+ "name": "checkIns.barcodeCamera",
500
+ "iconName": "barcodeCamera",
501
+ "codepoint": 62210,
502
+ "hex": "f302"
503
+ },
504
+ {
505
+ "name": "checkIns.bgcheckCheck",
506
+ "iconName": "bgcheckCheck",
507
+ "codepoint": 62208,
508
+ "hex": "f300"
509
+ },
510
+ {
511
+ "name": "checkIns.bgcheckX",
512
+ "iconName": "bgcheckX",
513
+ "codepoint": 62207,
514
+ "hex": "f2ff"
515
+ },
516
+ {
517
+ "name": "checkIns.birthday",
518
+ "iconName": "birthday",
519
+ "codepoint": 62206,
520
+ "hex": "f2fe"
521
+ },
522
+ {
523
+ "name": "checkIns.chart",
524
+ "iconName": "chart",
525
+ "codepoint": 62205,
526
+ "hex": "f2fd"
527
+ },
528
+ {
529
+ "name": "checkIns.check",
530
+ "iconName": "check",
531
+ "codepoint": 62203,
532
+ "hex": "f2fb"
533
+ },
534
+ {
535
+ "name": "checkIns.checkin",
536
+ "iconName": "checkin",
537
+ "codepoint": 62202,
538
+ "hex": "f2fa"
539
+ },
540
+ {
541
+ "name": "checkIns.checkout",
542
+ "iconName": "checkout",
543
+ "codepoint": 62201,
544
+ "hex": "f2f9"
545
+ },
546
+ {
547
+ "name": "checkIns.checkPending",
548
+ "iconName": "checkPending",
549
+ "codepoint": 62204,
550
+ "hex": "f2fc"
551
+ },
552
+ {
553
+ "name": "checkIns.deleteButton",
554
+ "iconName": "deleteButton",
555
+ "codepoint": 62200,
556
+ "hex": "f2f8"
557
+ },
558
+ {
559
+ "name": "checkIns.guestBadge",
560
+ "iconName": "guestBadge",
561
+ "codepoint": 62199,
562
+ "hex": "f2f7"
563
+ },
564
+ {
565
+ "name": "checkIns.householdAddPerson",
566
+ "iconName": "householdAddPerson",
567
+ "codepoint": 62198,
568
+ "hex": "f2f6"
569
+ },
570
+ {
571
+ "name": "checkIns.label",
572
+ "iconName": "label",
573
+ "codepoint": 62187,
574
+ "hex": "f2eb"
575
+ },
576
+ {
577
+ "name": "checkIns.labelAddMultiple",
578
+ "iconName": "labelAddMultiple",
579
+ "codepoint": 62197,
580
+ "hex": "f2f5"
581
+ },
582
+ {
583
+ "name": "checkIns.labelBirthday",
584
+ "iconName": "labelBirthday",
585
+ "codepoint": 62194,
586
+ "hex": "f2f2"
587
+ },
588
+ {
589
+ "name": "checkIns.labelBirthdayAdd",
590
+ "iconName": "labelBirthdayAdd",
591
+ "codepoint": 62196,
592
+ "hex": "f2f4"
593
+ },
594
+ {
595
+ "name": "checkIns.labelBirthdayCircle",
596
+ "iconName": "labelBirthdayCircle",
597
+ "codepoint": 62195,
598
+ "hex": "f2f3"
599
+ },
600
+ {
601
+ "name": "checkIns.labelName",
602
+ "iconName": "labelName",
603
+ "codepoint": 62191,
604
+ "hex": "f2ef"
605
+ },
606
+ {
607
+ "name": "checkIns.labelNameAdd",
608
+ "iconName": "labelNameAdd",
609
+ "codepoint": 62193,
610
+ "hex": "f2f1"
611
+ },
612
+ {
613
+ "name": "checkIns.labelNameCircle",
614
+ "iconName": "labelNameCircle",
615
+ "codepoint": 62192,
616
+ "hex": "f2f0"
617
+ },
618
+ {
619
+ "name": "checkIns.labelSecurity",
620
+ "iconName": "labelSecurity",
621
+ "codepoint": 62188,
622
+ "hex": "f2ec"
623
+ },
624
+ {
625
+ "name": "checkIns.labelSecurityAdd",
626
+ "iconName": "labelSecurityAdd",
627
+ "codepoint": 62190,
628
+ "hex": "f2ee"
629
+ },
630
+ {
631
+ "name": "checkIns.labelSecurityCircle",
632
+ "iconName": "labelSecurityCircle",
633
+ "codepoint": 62189,
634
+ "hex": "f2ed"
635
+ },
636
+ {
637
+ "name": "checkIns.mobilePass",
638
+ "iconName": "mobilePass",
639
+ "codepoint": 62186,
640
+ "hex": "f2ea"
641
+ },
642
+ {
643
+ "name": "checkIns.reportPreview",
644
+ "iconName": "reportPreview",
645
+ "codepoint": 62185,
646
+ "hex": "f2e9"
647
+ },
648
+ {
649
+ "name": "checkIns.tickBoxFull",
650
+ "iconName": "tickBoxFull",
651
+ "codepoint": 62184,
652
+ "hex": "f2e8"
653
+ },
654
+ {
655
+ "name": "checkIns.tickBoxOpen",
656
+ "iconName": "tickBoxOpen",
657
+ "codepoint": 62183,
658
+ "hex": "f2e7"
659
+ },
660
+ {
661
+ "name": "checkIns.x",
662
+ "iconName": "x",
663
+ "codepoint": 62182,
664
+ "hex": "f2e6"
665
+ }
666
+ ]
667
+ },
668
+ {
669
+ "name": "churchCenter",
670
+ "icons": [
671
+ {
672
+ "name": "churchCenter.addReaction",
673
+ "iconName": "addReaction",
674
+ "codepoint": 62181,
675
+ "hex": "f2e5"
676
+ },
677
+ {
678
+ "name": "churchCenter.bank",
679
+ "iconName": "bank",
680
+ "codepoint": 62179,
681
+ "hex": "f2e3"
682
+ },
683
+ {
684
+ "name": "churchCenter.bankCheck",
685
+ "iconName": "bankCheck",
686
+ "codepoint": 62180,
687
+ "hex": "f2e4"
688
+ },
689
+ {
690
+ "name": "churchCenter.bellO",
691
+ "iconName": "bellO",
692
+ "codepoint": 62178,
693
+ "hex": "f2e2"
694
+ },
695
+ {
696
+ "name": "churchCenter.bookmark",
697
+ "iconName": "bookmark",
698
+ "codepoint": 62176,
699
+ "hex": "f2e0"
700
+ },
701
+ {
702
+ "name": "churchCenter.bookmarkO",
703
+ "iconName": "bookmarkO",
704
+ "codepoint": 62177,
705
+ "hex": "f2e1"
706
+ },
707
+ {
708
+ "name": "churchCenter.calendarCancel",
709
+ "iconName": "calendarCancel",
710
+ "codepoint": 62175,
711
+ "hex": "f2df"
712
+ },
713
+ {
714
+ "name": "churchCenter.calendarEvents",
715
+ "iconName": "calendarEvents",
716
+ "codepoint": 62174,
717
+ "hex": "f2de"
718
+ },
719
+ {
720
+ "name": "churchCenter.cameraReverse",
721
+ "iconName": "cameraReverse",
722
+ "codepoint": 62173,
723
+ "hex": "f2dd"
724
+ },
725
+ {
726
+ "name": "churchCenter.checkIns",
727
+ "iconName": "checkIns",
728
+ "codepoint": 62171,
729
+ "hex": "f2db"
730
+ },
731
+ {
732
+ "name": "churchCenter.checkInsO",
733
+ "iconName": "checkInsO",
734
+ "codepoint": 62172,
735
+ "hex": "f2dc"
736
+ },
737
+ {
738
+ "name": "churchCenter.circle",
739
+ "iconName": "circle",
740
+ "codepoint": 62170,
741
+ "hex": "f2da"
742
+ },
743
+ {
744
+ "name": "churchCenter.directory",
745
+ "iconName": "directory",
746
+ "codepoint": 62168,
747
+ "hex": "f2d8"
748
+ },
749
+ {
750
+ "name": "churchCenter.directoryO",
751
+ "iconName": "directoryO",
752
+ "codepoint": 62169,
753
+ "hex": "f2d9"
754
+ },
755
+ {
756
+ "name": "churchCenter.dotCircle",
757
+ "iconName": "dotCircle",
758
+ "codepoint": 62167,
759
+ "hex": "f2d7"
760
+ },
761
+ {
762
+ "name": "churchCenter.eventCircle",
763
+ "iconName": "eventCircle",
764
+ "codepoint": 62166,
765
+ "hex": "f2d6"
766
+ },
767
+ {
768
+ "name": "churchCenter.exclamationCircle",
769
+ "iconName": "exclamationCircle",
770
+ "codepoint": 62165,
771
+ "hex": "f2d5"
772
+ },
773
+ {
774
+ "name": "churchCenter.flag",
775
+ "iconName": "flag",
776
+ "codepoint": 62164,
777
+ "hex": "f2d4"
778
+ },
779
+ {
780
+ "name": "churchCenter.flashOff",
781
+ "iconName": "flashOff",
782
+ "codepoint": 62163,
783
+ "hex": "f2d3"
784
+ },
785
+ {
786
+ "name": "churchCenter.flashOn",
787
+ "iconName": "flashOn",
788
+ "codepoint": 62162,
789
+ "hex": "f2d2"
790
+ },
791
+ {
792
+ "name": "churchCenter.giveHeart",
793
+ "iconName": "giveHeart",
794
+ "codepoint": 62161,
795
+ "hex": "f2d1"
796
+ },
797
+ {
798
+ "name": "churchCenter.giveMoney",
799
+ "iconName": "giveMoney",
800
+ "codepoint": 62160,
801
+ "hex": "f2d0"
802
+ },
803
+ {
804
+ "name": "churchCenter.giving",
805
+ "iconName": "giving",
806
+ "codepoint": 62152,
807
+ "hex": "f2c8"
808
+ },
809
+ {
810
+ "name": "churchCenter.givingHistoryO",
811
+ "iconName": "givingHistoryO",
812
+ "codepoint": 62159,
813
+ "hex": "f2cf"
814
+ },
815
+ {
816
+ "name": "churchCenter.givingInKind",
817
+ "iconName": "givingInKind",
818
+ "codepoint": 62157,
819
+ "hex": "f2cd"
820
+ },
821
+ {
822
+ "name": "churchCenter.givingInKindO",
823
+ "iconName": "givingInKindO",
824
+ "codepoint": 62158,
825
+ "hex": "f2ce"
826
+ },
827
+ {
828
+ "name": "churchCenter.givingO",
829
+ "iconName": "givingO",
830
+ "codepoint": 62156,
831
+ "hex": "f2cc"
832
+ },
833
+ {
834
+ "name": "churchCenter.givingPledgesO",
835
+ "iconName": "givingPledgesO",
836
+ "codepoint": 62155,
837
+ "hex": "f2cb"
838
+ },
839
+ {
840
+ "name": "churchCenter.givingRecurringO",
841
+ "iconName": "givingRecurringO",
842
+ "codepoint": 62154,
843
+ "hex": "f2ca"
844
+ },
845
+ {
846
+ "name": "churchCenter.givingStatementsO",
847
+ "iconName": "givingStatementsO",
848
+ "codepoint": 62153,
849
+ "hex": "f2c9"
850
+ },
851
+ {
852
+ "name": "churchCenter.globe",
853
+ "iconName": "globe",
854
+ "codepoint": 62151,
855
+ "hex": "f2c7"
856
+ },
857
+ {
858
+ "name": "churchCenter.groups",
859
+ "iconName": "groups",
860
+ "codepoint": 62147,
861
+ "hex": "f2c3"
862
+ },
863
+ {
864
+ "name": "churchCenter.groupsDashboard",
865
+ "iconName": "groupsDashboard",
866
+ "codepoint": 62150,
867
+ "hex": "f2c6"
868
+ },
869
+ {
870
+ "name": "churchCenter.groupsO",
871
+ "iconName": "groupsO",
872
+ "codepoint": 62149,
873
+ "hex": "f2c5"
874
+ },
875
+ {
876
+ "name": "churchCenter.groupsThick",
877
+ "iconName": "groupsThick",
878
+ "codepoint": 62148,
879
+ "hex": "f2c4"
880
+ },
881
+ {
882
+ "name": "churchCenter.home",
883
+ "iconName": "home",
884
+ "codepoint": 62145,
885
+ "hex": "f2c1"
886
+ },
887
+ {
888
+ "name": "churchCenter.homeO",
889
+ "iconName": "homeO",
890
+ "codepoint": 62146,
891
+ "hex": "f2c2"
892
+ },
893
+ {
894
+ "name": "churchCenter.householdO",
895
+ "iconName": "householdO",
896
+ "codepoint": 62144,
897
+ "hex": "f2c0"
898
+ },
899
+ {
900
+ "name": "churchCenter.locationArrow",
901
+ "iconName": "locationArrow",
902
+ "codepoint": 62143,
903
+ "hex": "f2bf"
904
+ },
905
+ {
906
+ "name": "churchCenter.messageCircle",
907
+ "iconName": "messageCircle",
908
+ "codepoint": 62142,
909
+ "hex": "f2be"
910
+ },
911
+ {
912
+ "name": "churchCenter.moon",
913
+ "iconName": "moon",
914
+ "codepoint": 62141,
915
+ "hex": "f2bd"
916
+ },
917
+ {
918
+ "name": "churchCenter.myCc",
919
+ "iconName": "myCc",
920
+ "codepoint": 62139,
921
+ "hex": "f2bb"
922
+ },
923
+ {
924
+ "name": "churchCenter.myCcO",
925
+ "iconName": "myCcO",
926
+ "codepoint": 62140,
927
+ "hex": "f2bc"
928
+ },
929
+ {
930
+ "name": "churchCenter.paperPlane",
931
+ "iconName": "paperPlane",
932
+ "codepoint": 62137,
933
+ "hex": "f2b9"
934
+ },
935
+ {
936
+ "name": "churchCenter.paperPlaneO",
937
+ "iconName": "paperPlaneO",
938
+ "codepoint": 62138,
939
+ "hex": "f2ba"
940
+ },
941
+ {
942
+ "name": "churchCenter.paste",
943
+ "iconName": "paste",
944
+ "codepoint": 62136,
945
+ "hex": "f2b8"
946
+ },
947
+ {
948
+ "name": "churchCenter.paymentMethodsO",
949
+ "iconName": "paymentMethodsO",
950
+ "codepoint": 62135,
951
+ "hex": "f2b7"
952
+ },
953
+ {
954
+ "name": "churchCenter.people",
955
+ "iconName": "people",
956
+ "codepoint": 62134,
957
+ "hex": "f2b6"
958
+ },
959
+ {
960
+ "name": "churchCenter.photosAndroid",
961
+ "iconName": "photosAndroid",
962
+ "codepoint": 62133,
963
+ "hex": "f2b5"
964
+ },
965
+ {
966
+ "name": "churchCenter.photosIos",
967
+ "iconName": "photosIos",
968
+ "codepoint": 62132,
969
+ "hex": "f2b4"
970
+ },
971
+ {
972
+ "name": "churchCenter.photosO",
973
+ "iconName": "photosO",
974
+ "codepoint": 62131,
975
+ "hex": "f2b3"
976
+ },
977
+ {
978
+ "name": "churchCenter.profile",
979
+ "iconName": "profile",
980
+ "codepoint": 62127,
981
+ "hex": "f2af"
982
+ },
983
+ {
984
+ "name": "churchCenter.profileHeader",
985
+ "iconName": "profileHeader",
986
+ "codepoint": 62130,
987
+ "hex": "f2b2"
988
+ },
989
+ {
990
+ "name": "churchCenter.profileInfoO",
991
+ "iconName": "profileInfoO",
992
+ "codepoint": 62129,
993
+ "hex": "f2b1"
994
+ },
995
+ {
996
+ "name": "churchCenter.profileO",
997
+ "iconName": "profileO",
998
+ "codepoint": 62128,
999
+ "hex": "f2b0"
1000
+ },
1001
+ {
1002
+ "name": "churchCenter.question",
1003
+ "iconName": "question",
1004
+ "codepoint": 62126,
1005
+ "hex": "f2ae"
1006
+ },
1007
+ {
1008
+ "name": "churchCenter.radioButtonOff",
1009
+ "iconName": "radioButtonOff",
1010
+ "codepoint": 62125,
1011
+ "hex": "f2ad"
1012
+ },
1013
+ {
1014
+ "name": "churchCenter.registrations",
1015
+ "iconName": "registrations",
1016
+ "codepoint": 62122,
1017
+ "hex": "f2aa"
1018
+ },
1019
+ {
1020
+ "name": "churchCenter.registrationsHistoryO",
1021
+ "iconName": "registrationsHistoryO",
1022
+ "codepoint": 62124,
1023
+ "hex": "f2ac"
1024
+ },
1025
+ {
1026
+ "name": "churchCenter.registrationsO",
1027
+ "iconName": "registrationsO",
1028
+ "codepoint": 62123,
1029
+ "hex": "f2ab"
1030
+ },
1031
+ {
1032
+ "name": "churchCenter.services",
1033
+ "iconName": "services",
1034
+ "codepoint": 62118,
1035
+ "hex": "f2a6"
1036
+ },
1037
+ {
1038
+ "name": "churchCenter.servicesAlt",
1039
+ "iconName": "servicesAlt",
1040
+ "codepoint": 62120,
1041
+ "hex": "f2a8"
1042
+ },
1043
+ {
1044
+ "name": "churchCenter.servicesAltO",
1045
+ "iconName": "servicesAltO",
1046
+ "codepoint": 62121,
1047
+ "hex": "f2a9"
1048
+ },
1049
+ {
1050
+ "name": "churchCenter.servicesO",
1051
+ "iconName": "servicesO",
1052
+ "codepoint": 62119,
1053
+ "hex": "f2a7"
1054
+ },
1055
+ {
1056
+ "name": "churchCenter.shareAndroid",
1057
+ "iconName": "shareAndroid",
1058
+ "codepoint": 62117,
1059
+ "hex": "f2a5"
1060
+ },
1061
+ {
1062
+ "name": "churchCenter.shareIos",
1063
+ "iconName": "shareIos",
1064
+ "codepoint": 62116,
1065
+ "hex": "f2a4"
1066
+ },
1067
+ {
1068
+ "name": "churchCenter.signups",
1069
+ "iconName": "signups",
1070
+ "codepoint": 62114,
1071
+ "hex": "f2a2"
1072
+ },
1073
+ {
1074
+ "name": "churchCenter.signupsO",
1075
+ "iconName": "signupsO",
1076
+ "codepoint": 62115,
1077
+ "hex": "f2a3"
1078
+ },
1079
+ {
1080
+ "name": "churchCenter.sort",
1081
+ "iconName": "sort",
1082
+ "codepoint": 62113,
1083
+ "hex": "f2a1"
1084
+ },
1085
+ {
1086
+ "name": "churchCenter.thinX",
1087
+ "iconName": "thinX",
1088
+ "codepoint": 62112,
1089
+ "hex": "f2a0"
1090
+ },
1091
+ {
1092
+ "name": "churchCenter.threeDots",
1093
+ "iconName": "threeDots",
1094
+ "codepoint": 62110,
1095
+ "hex": "f29e"
1096
+ },
1097
+ {
1098
+ "name": "churchCenter.threeDotsO",
1099
+ "iconName": "threeDotsO",
1100
+ "codepoint": 62111,
1101
+ "hex": "f29f"
1102
+ },
1103
+ {
1104
+ "name": "churchCenter.trash",
1105
+ "iconName": "trash",
1106
+ "codepoint": 62109,
1107
+ "hex": "f29d"
1108
+ }
1109
+ ]
1110
+ },
1111
+ {
1112
+ "name": "general",
1113
+ "icons": [
1114
+ {
1115
+ "name": "general.bell",
1116
+ "iconName": "bell",
1117
+ "codepoint": 62107,
1118
+ "hex": "f29b"
1119
+ },
1120
+ {
1121
+ "name": "general.bellMuted",
1122
+ "iconName": "bellMuted",
1123
+ "codepoint": 62108,
1124
+ "hex": "f29c"
1125
+ },
1126
+ {
1127
+ "name": "general.bill",
1128
+ "iconName": "bill",
1129
+ "codepoint": 62106,
1130
+ "hex": "f29a"
1131
+ },
1132
+ {
1133
+ "name": "general.blankFile",
1134
+ "iconName": "blankFile",
1135
+ "codepoint": 62105,
1136
+ "hex": "f299"
1137
+ },
1138
+ {
1139
+ "name": "general.blockGrid",
1140
+ "iconName": "blockGrid",
1141
+ "codepoint": 62104,
1142
+ "hex": "f298"
1143
+ },
1144
+ {
1145
+ "name": "general.bolt",
1146
+ "iconName": "bolt",
1147
+ "codepoint": 62103,
1148
+ "hex": "f297"
1149
+ },
1150
+ {
1151
+ "name": "general.bookOpen",
1152
+ "iconName": "bookOpen",
1153
+ "codepoint": 62102,
1154
+ "hex": "f296"
1155
+ },
1156
+ {
1157
+ "name": "general.bracketsCurly",
1158
+ "iconName": "bracketsCurly",
1159
+ "codepoint": 62101,
1160
+ "hex": "f295"
1161
+ },
1162
+ {
1163
+ "name": "general.brokenLink",
1164
+ "iconName": "brokenLink",
1165
+ "codepoint": 62100,
1166
+ "hex": "f294"
1167
+ },
1168
+ {
1169
+ "name": "general.calendar",
1170
+ "iconName": "calendar",
1171
+ "codepoint": 62098,
1172
+ "hex": "f292"
1173
+ },
1174
+ {
1175
+ "name": "general.calendarRepeat",
1176
+ "iconName": "calendarRepeat",
1177
+ "codepoint": 62099,
1178
+ "hex": "f293"
1179
+ },
1180
+ {
1181
+ "name": "general.celebrate",
1182
+ "iconName": "celebrate",
1183
+ "codepoint": 62097,
1184
+ "hex": "f291"
1185
+ },
1186
+ {
1187
+ "name": "general.check",
1188
+ "iconName": "check",
1189
+ "codepoint": 62092,
1190
+ "hex": "f28c"
1191
+ },
1192
+ {
1193
+ "name": "general.checkCalendar",
1194
+ "iconName": "checkCalendar",
1195
+ "codepoint": 62096,
1196
+ "hex": "f290"
1197
+ },
1198
+ {
1199
+ "name": "general.checkCircle",
1200
+ "iconName": "checkCircle",
1201
+ "codepoint": 62095,
1202
+ "hex": "f28f"
1203
+ },
1204
+ {
1205
+ "name": "general.checkDouble",
1206
+ "iconName": "checkDouble",
1207
+ "codepoint": 62094,
1208
+ "hex": "f28e"
1209
+ },
1210
+ {
1211
+ "name": "general.checklist",
1212
+ "iconName": "checklist",
1213
+ "codepoint": 62091,
1214
+ "hex": "f28b"
1215
+ },
1216
+ {
1217
+ "name": "general.checkPerson",
1218
+ "iconName": "checkPerson",
1219
+ "codepoint": 62093,
1220
+ "hex": "f28d"
1221
+ },
1222
+ {
1223
+ "name": "general.childHatSmile",
1224
+ "iconName": "childHatSmile",
1225
+ "codepoint": 62090,
1226
+ "hex": "f28a"
1227
+ },
1228
+ {
1229
+ "name": "general.clock",
1230
+ "iconName": "clock",
1231
+ "codepoint": 62089,
1232
+ "hex": "f289"
1233
+ },
1234
+ {
1235
+ "name": "general.closedStar",
1236
+ "iconName": "closedStar",
1237
+ "codepoint": 62088,
1238
+ "hex": "f288"
1239
+ },
1240
+ {
1241
+ "name": "general.cog",
1242
+ "iconName": "cog",
1243
+ "codepoint": 62086,
1244
+ "hex": "f286"
1245
+ },
1246
+ {
1247
+ "name": "general.cogPerson",
1248
+ "iconName": "cogPerson",
1249
+ "codepoint": 62087,
1250
+ "hex": "f287"
1251
+ },
1252
+ {
1253
+ "name": "general.creditCard",
1254
+ "iconName": "creditCard",
1255
+ "codepoint": 62085,
1256
+ "hex": "f285"
1257
+ },
1258
+ {
1259
+ "name": "general.downArrow",
1260
+ "iconName": "downArrow",
1261
+ "codepoint": 62084,
1262
+ "hex": "f284"
1263
+ },
1264
+ {
1265
+ "name": "general.downCaret",
1266
+ "iconName": "downCaret",
1267
+ "codepoint": 62083,
1268
+ "hex": "f283"
1269
+ },
1270
+ {
1271
+ "name": "general.downChevron",
1272
+ "iconName": "downChevron",
1273
+ "codepoint": 62082,
1274
+ "hex": "f282"
1275
+ },
1276
+ {
1277
+ "name": "general.dragHandle",
1278
+ "iconName": "dragHandle",
1279
+ "codepoint": 62081,
1280
+ "hex": "f281"
1281
+ },
1282
+ {
1283
+ "name": "general.envelope",
1284
+ "iconName": "envelope",
1285
+ "codepoint": 62080,
1286
+ "hex": "f280"
1287
+ },
1288
+ {
1289
+ "name": "general.event",
1290
+ "iconName": "event",
1291
+ "codepoint": 62079,
1292
+ "hex": "f27f"
1293
+ },
1294
+ {
1295
+ "name": "general.exchange",
1296
+ "iconName": "exchange",
1297
+ "codepoint": 62078,
1298
+ "hex": "f27e"
1299
+ },
1300
+ {
1301
+ "name": "general.exclamationCircle",
1302
+ "iconName": "exclamationCircle",
1303
+ "codepoint": 62077,
1304
+ "hex": "f27d"
1305
+ },
1306
+ {
1307
+ "name": "general.exclamationTriangle",
1308
+ "iconName": "exclamationTriangle",
1309
+ "codepoint": 62076,
1310
+ "hex": "f27c"
1311
+ },
1312
+ {
1313
+ "name": "general.faders",
1314
+ "iconName": "faders",
1315
+ "codepoint": 62075,
1316
+ "hex": "f27b"
1317
+ },
1318
+ {
1319
+ "name": "general.folder",
1320
+ "iconName": "folder",
1321
+ "codepoint": 62074,
1322
+ "hex": "f27a"
1323
+ },
1324
+ {
1325
+ "name": "general.fromCloudArrow",
1326
+ "iconName": "fromCloudArrow",
1327
+ "codepoint": 62073,
1328
+ "hex": "f279"
1329
+ },
1330
+ {
1331
+ "name": "general.funnel",
1332
+ "iconName": "funnel",
1333
+ "codepoint": 62072,
1334
+ "hex": "f278"
1335
+ },
1336
+ {
1337
+ "name": "general.genericFile",
1338
+ "iconName": "genericFile",
1339
+ "codepoint": 62071,
1340
+ "hex": "f277"
1341
+ },
1342
+ {
1343
+ "name": "general.handshake",
1344
+ "iconName": "handshake",
1345
+ "codepoint": 62070,
1346
+ "hex": "f276"
1347
+ },
1348
+ {
1349
+ "name": "general.hangTag",
1350
+ "iconName": "hangTag",
1351
+ "codepoint": 62069,
1352
+ "hex": "f275"
1353
+ },
1354
+ {
1355
+ "name": "general.heart",
1356
+ "iconName": "heart",
1357
+ "codepoint": 62067,
1358
+ "hex": "f273"
1359
+ },
1360
+ {
1361
+ "name": "general.heartGroup",
1362
+ "iconName": "heartGroup",
1363
+ "codepoint": 62068,
1364
+ "hex": "f274"
1365
+ },
1366
+ {
1367
+ "name": "general.hideEye",
1368
+ "iconName": "hideEye",
1369
+ "codepoint": 62066,
1370
+ "hex": "f272"
1371
+ },
1372
+ {
1373
+ "name": "general.image",
1374
+ "iconName": "image",
1375
+ "codepoint": 62065,
1376
+ "hex": "f271"
1377
+ },
1378
+ {
1379
+ "name": "general.inactive",
1380
+ "iconName": "inactive",
1381
+ "codepoint": 62063,
1382
+ "hex": "f26f"
1383
+ },
1384
+ {
1385
+ "name": "general.infoCircle",
1386
+ "iconName": "infoCircle",
1387
+ "codepoint": 62062,
1388
+ "hex": "f26e"
1389
+ },
1390
+ {
1391
+ "name": "general.intoBox",
1392
+ "iconName": "intoBox",
1393
+ "codepoint": 62061,
1394
+ "hex": "f26d"
1395
+ },
1396
+ {
1397
+ "name": "general.inTray",
1398
+ "iconName": "inTray",
1399
+ "codepoint": 62064,
1400
+ "hex": "f270"
1401
+ },
1402
+ {
1403
+ "name": "general.laptop",
1404
+ "iconName": "laptop",
1405
+ "codepoint": 62060,
1406
+ "hex": "f26c"
1407
+ },
1408
+ {
1409
+ "name": "general.leftArrow",
1410
+ "iconName": "leftArrow",
1411
+ "codepoint": 62059,
1412
+ "hex": "f26b"
1413
+ },
1414
+ {
1415
+ "name": "general.leftCaret",
1416
+ "iconName": "leftCaret",
1417
+ "codepoint": 62058,
1418
+ "hex": "f26a"
1419
+ },
1420
+ {
1421
+ "name": "general.leftChevron",
1422
+ "iconName": "leftChevron",
1423
+ "codepoint": 62057,
1424
+ "hex": "f269"
1425
+ },
1426
+ {
1427
+ "name": "general.link",
1428
+ "iconName": "link",
1429
+ "codepoint": 62056,
1430
+ "hex": "f268"
1431
+ },
1432
+ {
1433
+ "name": "general.locationPin",
1434
+ "iconName": "locationPin",
1435
+ "codepoint": 62055,
1436
+ "hex": "f267"
1437
+ },
1438
+ {
1439
+ "name": "general.lock",
1440
+ "iconName": "lock",
1441
+ "codepoint": 62054,
1442
+ "hex": "f266"
1443
+ },
1444
+ {
1445
+ "name": "general.magicWand",
1446
+ "iconName": "magicWand",
1447
+ "codepoint": 62053,
1448
+ "hex": "f265"
1449
+ },
1450
+ {
1451
+ "name": "general.megaphone",
1452
+ "iconName": "megaphone",
1453
+ "codepoint": 62052,
1454
+ "hex": "f264"
1455
+ },
1456
+ {
1457
+ "name": "general.message",
1458
+ "iconName": "message",
1459
+ "codepoint": 62051,
1460
+ "hex": "f263"
1461
+ },
1462
+ {
1463
+ "name": "general.minus",
1464
+ "iconName": "minus",
1465
+ "codepoint": 62049,
1466
+ "hex": "f261"
1467
+ },
1468
+ {
1469
+ "name": "general.minusCircle",
1470
+ "iconName": "minusCircle",
1471
+ "codepoint": 62050,
1472
+ "hex": "f262"
1473
+ },
1474
+ {
1475
+ "name": "general.mobilePhone",
1476
+ "iconName": "mobilePhone",
1477
+ "codepoint": 62048,
1478
+ "hex": "f260"
1479
+ },
1480
+ {
1481
+ "name": "general.newWindow",
1482
+ "iconName": "newWindow",
1483
+ "codepoint": 62047,
1484
+ "hex": "f25f"
1485
+ },
1486
+ {
1487
+ "name": "general.openFolder",
1488
+ "iconName": "openFolder",
1489
+ "codepoint": 62046,
1490
+ "hex": "f25e"
1491
+ },
1492
+ {
1493
+ "name": "general.openStar",
1494
+ "iconName": "openStar",
1495
+ "codepoint": 62045,
1496
+ "hex": "f25d"
1497
+ },
1498
+ {
1499
+ "name": "general.outlinedBell",
1500
+ "iconName": "outlinedBell",
1501
+ "codepoint": 62044,
1502
+ "hex": "f25c"
1503
+ },
1504
+ {
1505
+ "name": "general.outlinedBlankFile",
1506
+ "iconName": "outlinedBlankFile",
1507
+ "codepoint": 62043,
1508
+ "hex": "f25b"
1509
+ },
1510
+ {
1511
+ "name": "general.outlinedCelebrate",
1512
+ "iconName": "outlinedCelebrate",
1513
+ "codepoint": 62042,
1514
+ "hex": "f25a"
1515
+ },
1516
+ {
1517
+ "name": "general.outlinedChecklist",
1518
+ "iconName": "outlinedChecklist",
1519
+ "codepoint": 62041,
1520
+ "hex": "f259"
1521
+ },
1522
+ {
1523
+ "name": "general.outlinedCircleCheck",
1524
+ "iconName": "outlinedCircleCheck",
1525
+ "codepoint": 62040,
1526
+ "hex": "f258"
1527
+ },
1528
+ {
1529
+ "name": "general.outlinedClock",
1530
+ "iconName": "outlinedClock",
1531
+ "codepoint": 62039,
1532
+ "hex": "f257"
1533
+ },
1534
+ {
1535
+ "name": "general.outlinedCreditCard",
1536
+ "iconName": "outlinedCreditCard",
1537
+ "codepoint": 62038,
1538
+ "hex": "f256"
1539
+ },
1540
+ {
1541
+ "name": "general.outlinedDots",
1542
+ "iconName": "outlinedDots",
1543
+ "codepoint": 62037,
1544
+ "hex": "f255"
1545
+ },
1546
+ {
1547
+ "name": "general.outlinedEnvelope",
1548
+ "iconName": "outlinedEnvelope",
1549
+ "codepoint": 62036,
1550
+ "hex": "f254"
1551
+ },
1552
+ {
1553
+ "name": "general.outlinedExclamationCircle",
1554
+ "iconName": "outlinedExclamationCircle",
1555
+ "codepoint": 62035,
1556
+ "hex": "f253"
1557
+ },
1558
+ {
1559
+ "name": "general.outlinedGenericFile",
1560
+ "iconName": "outlinedGenericFile",
1561
+ "codepoint": 62034,
1562
+ "hex": "f252"
1563
+ },
1564
+ {
1565
+ "name": "general.outlinedHeart",
1566
+ "iconName": "outlinedHeart",
1567
+ "codepoint": 62033,
1568
+ "hex": "f251"
1569
+ },
1570
+ {
1571
+ "name": "general.outlinedImageFile",
1572
+ "iconName": "outlinedImageFile",
1573
+ "codepoint": 62032,
1574
+ "hex": "f250"
1575
+ },
1576
+ {
1577
+ "name": "general.outlinedInfoCircle",
1578
+ "iconName": "outlinedInfoCircle",
1579
+ "codepoint": 62031,
1580
+ "hex": "f24f"
1581
+ },
1582
+ {
1583
+ "name": "general.outlinedLocationPin",
1584
+ "iconName": "outlinedLocationPin",
1585
+ "codepoint": 62030,
1586
+ "hex": "f24e"
1587
+ },
1588
+ {
1589
+ "name": "general.outlinedMessage",
1590
+ "iconName": "outlinedMessage",
1591
+ "codepoint": 62029,
1592
+ "hex": "f24d"
1593
+ },
1594
+ {
1595
+ "name": "general.outlinedMinusCircle",
1596
+ "iconName": "outlinedMinusCircle",
1597
+ "codepoint": 62028,
1598
+ "hex": "f24c"
1599
+ },
1600
+ {
1601
+ "name": "general.outlinedMusicFile",
1602
+ "iconName": "outlinedMusicFile",
1603
+ "codepoint": 62027,
1604
+ "hex": "f24b"
1605
+ },
1606
+ {
1607
+ "name": "general.outlinedNotes",
1608
+ "iconName": "outlinedNotes",
1609
+ "codepoint": 62026,
1610
+ "hex": "f24a"
1611
+ },
1612
+ {
1613
+ "name": "general.outlinedOpenEnvelope",
1614
+ "iconName": "outlinedOpenEnvelope",
1615
+ "codepoint": 62025,
1616
+ "hex": "f249"
1617
+ },
1618
+ {
1619
+ "name": "general.outlinedPdfFile",
1620
+ "iconName": "outlinedPdfFile",
1621
+ "codepoint": 62024,
1622
+ "hex": "f248"
1623
+ },
1624
+ {
1625
+ "name": "general.outlinedPin",
1626
+ "iconName": "outlinedPin",
1627
+ "codepoint": 62023,
1628
+ "hex": "f247"
1629
+ },
1630
+ {
1631
+ "name": "general.outlinedPlusCircle",
1632
+ "iconName": "outlinedPlusCircle",
1633
+ "codepoint": 62022,
1634
+ "hex": "f246"
1635
+ },
1636
+ {
1637
+ "name": "general.outlinedQuestionCircle",
1638
+ "iconName": "outlinedQuestionCircle",
1639
+ "codepoint": 62021,
1640
+ "hex": "f245"
1641
+ },
1642
+ {
1643
+ "name": "general.outlinedSlashCircle",
1644
+ "iconName": "outlinedSlashCircle",
1645
+ "codepoint": 62020,
1646
+ "hex": "f244"
1647
+ },
1648
+ {
1649
+ "name": "general.outlinedStarCircle",
1650
+ "iconName": "outlinedStarCircle",
1651
+ "codepoint": 62019,
1652
+ "hex": "f243"
1653
+ },
1654
+ {
1655
+ "name": "general.outlinedTextFile",
1656
+ "iconName": "outlinedTextFile",
1657
+ "codepoint": 62018,
1658
+ "hex": "f242"
1659
+ },
1660
+ {
1661
+ "name": "general.outlinedTextMessage",
1662
+ "iconName": "outlinedTextMessage",
1663
+ "codepoint": 62017,
1664
+ "hex": "f241"
1665
+ },
1666
+ {
1667
+ "name": "general.outlinedTwoBlankFiles",
1668
+ "iconName": "outlinedTwoBlankFiles",
1669
+ "codepoint": 62016,
1670
+ "hex": "f240"
1671
+ },
1672
+ {
1673
+ "name": "general.outlinedVideoFile",
1674
+ "iconName": "outlinedVideoFile",
1675
+ "codepoint": 62015,
1676
+ "hex": "f23f"
1677
+ },
1678
+ {
1679
+ "name": "general.outlinedXCircle",
1680
+ "iconName": "outlinedXCircle",
1681
+ "codepoint": 62014,
1682
+ "hex": "f23e"
1683
+ },
1684
+ {
1685
+ "name": "general.paperclip",
1686
+ "iconName": "paperclip",
1687
+ "codepoint": 62013,
1688
+ "hex": "f23d"
1689
+ },
1690
+ {
1691
+ "name": "general.pencil",
1692
+ "iconName": "pencil",
1693
+ "codepoint": 62010,
1694
+ "hex": "f23a"
1695
+ },
1696
+ {
1697
+ "name": "general.pencilCircle",
1698
+ "iconName": "pencilCircle",
1699
+ "codepoint": 62012,
1700
+ "hex": "f23c"
1701
+ },
1702
+ {
1703
+ "name": "general.pencilPerson",
1704
+ "iconName": "pencilPerson",
1705
+ "codepoint": 62011,
1706
+ "hex": "f23b"
1707
+ },
1708
+ {
1709
+ "name": "general.person",
1710
+ "iconName": "person",
1711
+ "codepoint": 62008,
1712
+ "hex": "f238"
1713
+ },
1714
+ {
1715
+ "name": "general.personBadge",
1716
+ "iconName": "personBadge",
1717
+ "codepoint": 62009,
1718
+ "hex": "f239"
1719
+ },
1720
+ {
1721
+ "name": "general.phone",
1722
+ "iconName": "phone",
1723
+ "codepoint": 62007,
1724
+ "hex": "f237"
1725
+ },
1726
+ {
1727
+ "name": "general.pico",
1728
+ "iconName": "pico",
1729
+ "codepoint": 62006,
1730
+ "hex": "f236"
1731
+ },
1732
+ {
1733
+ "name": "general.pin",
1734
+ "iconName": "pin",
1735
+ "codepoint": 62005,
1736
+ "hex": "f235"
1737
+ },
1738
+ {
1739
+ "name": "general.plus",
1740
+ "iconName": "plus",
1741
+ "codepoint": 62002,
1742
+ "hex": "f232"
1743
+ },
1744
+ {
1745
+ "name": "general.plusCircle",
1746
+ "iconName": "plusCircle",
1747
+ "codepoint": 62004,
1748
+ "hex": "f234"
1749
+ },
1750
+ {
1751
+ "name": "general.plusPerson",
1752
+ "iconName": "plusPerson",
1753
+ "codepoint": 62003,
1754
+ "hex": "f233"
1755
+ },
1756
+ {
1757
+ "name": "general.podcast",
1758
+ "iconName": "podcast",
1759
+ "codepoint": 62001,
1760
+ "hex": "f231"
1761
+ },
1762
+ {
1763
+ "name": "general.printer",
1764
+ "iconName": "printer",
1765
+ "codepoint": 62000,
1766
+ "hex": "f230"
1767
+ },
1768
+ {
1769
+ "name": "general.pulse",
1770
+ "iconName": "pulse",
1771
+ "codepoint": 61999,
1772
+ "hex": "f22f"
1773
+ },
1774
+ {
1775
+ "name": "general.qrCode",
1776
+ "iconName": "qrCode",
1777
+ "codepoint": 61998,
1778
+ "hex": "f22e"
1779
+ },
1780
+ {
1781
+ "name": "general.question",
1782
+ "iconName": "question",
1783
+ "codepoint": 61996,
1784
+ "hex": "f22c"
1785
+ },
1786
+ {
1787
+ "name": "general.questionCircle",
1788
+ "iconName": "questionCircle",
1789
+ "codepoint": 61997,
1790
+ "hex": "f22d"
1791
+ },
1792
+ {
1793
+ "name": "general.refresh",
1794
+ "iconName": "refresh",
1795
+ "codepoint": 61995,
1796
+ "hex": "f22b"
1797
+ },
1798
+ {
1799
+ "name": "general.reload",
1800
+ "iconName": "reload",
1801
+ "codepoint": 61994,
1802
+ "hex": "f22a"
1803
+ },
1804
+ {
1805
+ "name": "general.rightArrow",
1806
+ "iconName": "rightArrow",
1807
+ "codepoint": 61993,
1808
+ "hex": "f229"
1809
+ },
1810
+ {
1811
+ "name": "general.rightCaret",
1812
+ "iconName": "rightCaret",
1813
+ "codepoint": 61992,
1814
+ "hex": "f228"
1815
+ },
1816
+ {
1817
+ "name": "general.rightChevron",
1818
+ "iconName": "rightChevron",
1819
+ "codepoint": 61991,
1820
+ "hex": "f227"
1821
+ },
1822
+ {
1823
+ "name": "general.rss",
1824
+ "iconName": "rss",
1825
+ "codepoint": 61989,
1826
+ "hex": "f225"
1827
+ },
1828
+ {
1829
+ "name": "general.rssSquare",
1830
+ "iconName": "rssSquare",
1831
+ "codepoint": 61990,
1832
+ "hex": "f226"
1833
+ },
1834
+ {
1835
+ "name": "general.search",
1836
+ "iconName": "search",
1837
+ "codepoint": 61988,
1838
+ "hex": "f224"
1839
+ },
1840
+ {
1841
+ "name": "general.share",
1842
+ "iconName": "share",
1843
+ "codepoint": 61987,
1844
+ "hex": "f223"
1845
+ },
1846
+ {
1847
+ "name": "general.shieldExclamation",
1848
+ "iconName": "shieldExclamation",
1849
+ "codepoint": 61986,
1850
+ "hex": "f222"
1851
+ },
1852
+ {
1853
+ "name": "general.showEye",
1854
+ "iconName": "showEye",
1855
+ "codepoint": 61985,
1856
+ "hex": "f221"
1857
+ },
1858
+ {
1859
+ "name": "general.smallMinus",
1860
+ "iconName": "smallMinus",
1861
+ "codepoint": 61984,
1862
+ "hex": "f220"
1863
+ },
1864
+ {
1865
+ "name": "general.smallPlus",
1866
+ "iconName": "smallPlus",
1867
+ "codepoint": 61983,
1868
+ "hex": "f21f"
1869
+ },
1870
+ {
1871
+ "name": "general.smallX",
1872
+ "iconName": "smallX",
1873
+ "codepoint": 61982,
1874
+ "hex": "f21e"
1875
+ },
1876
+ {
1877
+ "name": "general.star",
1878
+ "iconName": "star",
1879
+ "codepoint": 61979,
1880
+ "hex": "f21b"
1881
+ },
1882
+ {
1883
+ "name": "general.starCircle",
1884
+ "iconName": "starCircle",
1885
+ "codepoint": 61981,
1886
+ "hex": "f21d"
1887
+ },
1888
+ {
1889
+ "name": "general.starSquare",
1890
+ "iconName": "starSquare",
1891
+ "codepoint": 61980,
1892
+ "hex": "f21c"
1893
+ },
1894
+ {
1895
+ "name": "general.textMessage",
1896
+ "iconName": "textMessage",
1897
+ "codepoint": 61977,
1898
+ "hex": "f219"
1899
+ },
1900
+ {
1901
+ "name": "general.textMessageNotifications",
1902
+ "iconName": "textMessageNotifications",
1903
+ "codepoint": 61978,
1904
+ "hex": "f21a"
1905
+ },
1906
+ {
1907
+ "name": "general.thickCheckmark",
1908
+ "iconName": "thickCheckmark",
1909
+ "codepoint": 61976,
1910
+ "hex": "f218"
1911
+ },
1912
+ {
1913
+ "name": "general.thickFromBottomArrow",
1914
+ "iconName": "thickFromBottomArrow",
1915
+ "codepoint": 61975,
1916
+ "hex": "f217"
1917
+ },
1918
+ {
1919
+ "name": "general.thickToBottomArrow",
1920
+ "iconName": "thickToBottomArrow",
1921
+ "codepoint": 61974,
1922
+ "hex": "f216"
1923
+ },
1924
+ {
1925
+ "name": "general.thickX",
1926
+ "iconName": "thickX",
1927
+ "codepoint": 61973,
1928
+ "hex": "f215"
1929
+ },
1930
+ {
1931
+ "name": "general.threeDots",
1932
+ "iconName": "threeDots",
1933
+ "codepoint": 61971,
1934
+ "hex": "f213"
1935
+ },
1936
+ {
1937
+ "name": "general.threeDotsO",
1938
+ "iconName": "threeDotsO",
1939
+ "codepoint": 61972,
1940
+ "hex": "f214"
1941
+ },
1942
+ {
1943
+ "name": "general.threeHorizontalBars",
1944
+ "iconName": "threeHorizontalBars",
1945
+ "codepoint": 61969,
1946
+ "hex": "f211"
1947
+ },
1948
+ {
1949
+ "name": "general.threeHorizontalBarsDownArrow",
1950
+ "iconName": "threeHorizontalBarsDownArrow",
1951
+ "codepoint": 61970,
1952
+ "hex": "f212"
1953
+ },
1954
+ {
1955
+ "name": "general.threeHorizontalListItems",
1956
+ "iconName": "threeHorizontalListItems",
1957
+ "codepoint": 61968,
1958
+ "hex": "f210"
1959
+ },
1960
+ {
1961
+ "name": "general.threeLineMusicNote",
1962
+ "iconName": "threeLineMusicNote",
1963
+ "codepoint": 61967,
1964
+ "hex": "f20f"
1965
+ },
1966
+ {
1967
+ "name": "general.threeReducingHorizontalBars",
1968
+ "iconName": "threeReducingHorizontalBars",
1969
+ "codepoint": 61966,
1970
+ "hex": "f20e"
1971
+ },
1972
+ {
1973
+ "name": "general.threeVerticalBars",
1974
+ "iconName": "threeVerticalBars",
1975
+ "codepoint": 61965,
1976
+ "hex": "f20d"
1977
+ },
1978
+ {
1979
+ "name": "general.toCloudArrow",
1980
+ "iconName": "toCloudArrow",
1981
+ "codepoint": 61964,
1982
+ "hex": "f20c"
1983
+ },
1984
+ {
1985
+ "name": "general.trash",
1986
+ "iconName": "trash",
1987
+ "codepoint": 61963,
1988
+ "hex": "f20b"
1989
+ },
1990
+ {
1991
+ "name": "general.tray",
1992
+ "iconName": "tray",
1993
+ "codepoint": 61962,
1994
+ "hex": "f20a"
1995
+ },
1996
+ {
1997
+ "name": "general.trendingUp",
1998
+ "iconName": "trendingUp",
1999
+ "codepoint": 61961,
2000
+ "hex": "f209"
2001
+ },
2002
+ {
2003
+ "name": "general.twoBlankFiles",
2004
+ "iconName": "twoBlankFiles",
2005
+ "codepoint": 61960,
2006
+ "hex": "f208"
2007
+ },
2008
+ {
2009
+ "name": "general.twoInwardChevrons",
2010
+ "iconName": "twoInwardChevrons",
2011
+ "codepoint": 61959,
2012
+ "hex": "f207"
2013
+ },
2014
+ {
2015
+ "name": "general.twoOutwardChevrons",
2016
+ "iconName": "twoOutwardChevrons",
2017
+ "codepoint": 61958,
2018
+ "hex": "f206"
2019
+ },
2020
+ {
2021
+ "name": "general.twoPeople",
2022
+ "iconName": "twoPeople",
2023
+ "codepoint": 61957,
2024
+ "hex": "f205"
2025
+ },
2026
+ {
2027
+ "name": "general.unlock",
2028
+ "iconName": "unlock",
2029
+ "codepoint": 61956,
2030
+ "hex": "f204"
2031
+ },
2032
+ {
2033
+ "name": "general.upArrow",
2034
+ "iconName": "upArrow",
2035
+ "codepoint": 61955,
2036
+ "hex": "f203"
2037
+ },
2038
+ {
2039
+ "name": "general.upCaret",
2040
+ "iconName": "upCaret",
2041
+ "codepoint": 61954,
2042
+ "hex": "f202"
2043
+ },
2044
+ {
2045
+ "name": "general.upChevron",
2046
+ "iconName": "upChevron",
2047
+ "codepoint": 61953,
2048
+ "hex": "f201"
2049
+ },
2050
+ {
2051
+ "name": "general.videoCamera",
2052
+ "iconName": "videoCamera",
2053
+ "codepoint": 61952,
2054
+ "hex": "f200"
2055
+ },
2056
+ {
2057
+ "name": "general.viewCardStack",
2058
+ "iconName": "viewCardStack",
2059
+ "codepoint": 61951,
2060
+ "hex": "f1ff"
2061
+ },
2062
+ {
2063
+ "name": "general.viewTable",
2064
+ "iconName": "viewTable",
2065
+ "codepoint": 61950,
2066
+ "hex": "f1fe"
2067
+ },
2068
+ {
2069
+ "name": "general.x",
2070
+ "iconName": "x",
2071
+ "codepoint": 61948,
2072
+ "hex": "f1fc"
2073
+ },
2074
+ {
2075
+ "name": "general.xCircle",
2076
+ "iconName": "xCircle",
2077
+ "codepoint": 61949,
2078
+ "hex": "f1fd"
2079
+ }
2080
+ ]
2081
+ },
2082
+ {
2083
+ "name": "giving",
2084
+ "icons": [
2085
+ {
2086
+ "name": "giving.anonymous",
2087
+ "iconName": "anonymous",
2088
+ "codepoint": 61947,
2089
+ "hex": "f1fb"
2090
+ },
2091
+ {
2092
+ "name": "giving.arrowUpTrendCircleO",
2093
+ "iconName": "arrowUpTrendCircleO",
2094
+ "codepoint": 61946,
2095
+ "hex": "f1fa"
2096
+ },
2097
+ {
2098
+ "name": "giving.batches",
2099
+ "iconName": "batches",
2100
+ "codepoint": 61944,
2101
+ "hex": "f1f8"
2102
+ },
2103
+ {
2104
+ "name": "giving.batchesGroup",
2105
+ "iconName": "batchesGroup",
2106
+ "codepoint": 61945,
2107
+ "hex": "f1f9"
2108
+ },
2109
+ {
2110
+ "name": "giving.checkCircleStylized",
2111
+ "iconName": "checkCircleStylized",
2112
+ "codepoint": 61943,
2113
+ "hex": "f1f7"
2114
+ },
2115
+ {
2116
+ "name": "giving.clockCircleO",
2117
+ "iconName": "clockCircleO",
2118
+ "codepoint": 61942,
2119
+ "hex": "f1f6"
2120
+ },
2121
+ {
2122
+ "name": "giving.defaults",
2123
+ "iconName": "defaults",
2124
+ "codepoint": 61941,
2125
+ "hex": "f1f5"
2126
+ },
2127
+ {
2128
+ "name": "giving.donations",
2129
+ "iconName": "donations",
2130
+ "codepoint": 61940,
2131
+ "hex": "f1f4"
2132
+ },
2133
+ {
2134
+ "name": "giving.editCircleOutline",
2135
+ "iconName": "editCircleOutline",
2136
+ "codepoint": 61939,
2137
+ "hex": "f1f3"
2138
+ },
2139
+ {
2140
+ "name": "giving.email",
2141
+ "iconName": "email",
2142
+ "codepoint": 61936,
2143
+ "hex": "f1f0"
2144
+ },
2145
+ {
2146
+ "name": "giving.emailCircle",
2147
+ "iconName": "emailCircle",
2148
+ "codepoint": 61938,
2149
+ "hex": "f1f2"
2150
+ },
2151
+ {
2152
+ "name": "giving.emailMulti",
2153
+ "iconName": "emailMulti",
2154
+ "codepoint": 61937,
2155
+ "hex": "f1f1"
2156
+ },
2157
+ {
2158
+ "name": "giving.eraser",
2159
+ "iconName": "eraser",
2160
+ "codepoint": 61935,
2161
+ "hex": "f1ef"
2162
+ },
2163
+ {
2164
+ "name": "giving.hold",
2165
+ "iconName": "hold",
2166
+ "codepoint": 61934,
2167
+ "hex": "f1ee"
2168
+ },
2169
+ {
2170
+ "name": "giving.linkedCircles",
2171
+ "iconName": "linkedCircles",
2172
+ "codepoint": 61933,
2173
+ "hex": "f1ed"
2174
+ },
2175
+ {
2176
+ "name": "giving.mergeCircleOutline",
2177
+ "iconName": "mergeCircleOutline",
2178
+ "codepoint": 61932,
2179
+ "hex": "f1ec"
2180
+ },
2181
+ {
2182
+ "name": "giving.pageRightDouble",
2183
+ "iconName": "pageRightDouble",
2184
+ "codepoint": 61931,
2185
+ "hex": "f1eb"
2186
+ },
2187
+ {
2188
+ "name": "giving.paymentMethods",
2189
+ "iconName": "paymentMethods",
2190
+ "codepoint": 61930,
2191
+ "hex": "f1ea"
2192
+ },
2193
+ {
2194
+ "name": "giving.pledgeCalendar",
2195
+ "iconName": "pledgeCalendar",
2196
+ "codepoint": 61929,
2197
+ "hex": "f1e9"
2198
+ },
2199
+ {
2200
+ "name": "giving.pledgeCheck",
2201
+ "iconName": "pledgeCheck",
2202
+ "codepoint": 61928,
2203
+ "hex": "f1e8"
2204
+ },
2205
+ {
2206
+ "name": "giving.pledgePencil",
2207
+ "iconName": "pledgePencil",
2208
+ "codepoint": 61927,
2209
+ "hex": "f1e7"
2210
+ },
2211
+ {
2212
+ "name": "giving.print",
2213
+ "iconName": "print",
2214
+ "codepoint": 61926,
2215
+ "hex": "f1e6"
2216
+ },
2217
+ {
2218
+ "name": "giving.printerCircle",
2219
+ "iconName": "printerCircle",
2220
+ "codepoint": 61925,
2221
+ "hex": "f1e5"
2222
+ },
2223
+ {
2224
+ "name": "giving.recurring",
2225
+ "iconName": "recurring",
2226
+ "codepoint": 61924,
2227
+ "hex": "f1e4"
2228
+ },
2229
+ {
2230
+ "name": "giving.stripeLink",
2231
+ "iconName": "stripeLink",
2232
+ "codepoint": 61923,
2233
+ "hex": "f1e3"
2234
+ },
2235
+ {
2236
+ "name": "giving.trashCircleOutline",
2237
+ "iconName": "trashCircleOutline",
2238
+ "codepoint": 61922,
2239
+ "hex": "f1e2"
2240
+ }
2241
+ ]
2242
+ },
2243
+ {
2244
+ "name": "groups",
2245
+ "icons": [
2246
+ {
2247
+ "name": "groups.cards",
2248
+ "iconName": "cards",
2249
+ "codepoint": 61921,
2250
+ "hex": "f1e1"
2251
+ },
2252
+ {
2253
+ "name": "groups.lockO",
2254
+ "iconName": "lockO",
2255
+ "codepoint": 61920,
2256
+ "hex": "f1e0"
2257
+ },
2258
+ {
2259
+ "name": "groups.noteO",
2260
+ "iconName": "noteO",
2261
+ "codepoint": 61919,
2262
+ "hex": "f1df"
2263
+ },
2264
+ {
2265
+ "name": "groups.notification",
2266
+ "iconName": "notification",
2267
+ "codepoint": 61917,
2268
+ "hex": "f1dd"
2269
+ },
2270
+ {
2271
+ "name": "groups.notificationO",
2272
+ "iconName": "notificationO",
2273
+ "codepoint": 61918,
2274
+ "hex": "f1de"
2275
+ },
2276
+ {
2277
+ "name": "groups.personRemoveO",
2278
+ "iconName": "personRemoveO",
2279
+ "codepoint": 61916,
2280
+ "hex": "f1dc"
2281
+ },
2282
+ {
2283
+ "name": "groups.promote",
2284
+ "iconName": "promote",
2285
+ "codepoint": 61915,
2286
+ "hex": "f1db"
2287
+ },
2288
+ {
2289
+ "name": "groups.unlockO",
2290
+ "iconName": "unlockO",
2291
+ "codepoint": 61914,
2292
+ "hex": "f1da"
2293
+ }
2294
+ ]
2295
+ },
2296
+ {
2297
+ "name": "logomark",
2298
+ "icons": [
2299
+ {
2300
+ "name": "logomark.accounts",
2301
+ "iconName": "accounts",
2302
+ "codepoint": 61913,
2303
+ "hex": "f1d9"
2304
+ },
2305
+ {
2306
+ "name": "logomark.api",
2307
+ "iconName": "api",
2308
+ "codepoint": 61912,
2309
+ "hex": "f1d8"
2310
+ },
2311
+ {
2312
+ "name": "logomark.calendar",
2313
+ "iconName": "calendar",
2314
+ "codepoint": 61911,
2315
+ "hex": "f1d7"
2316
+ },
2317
+ {
2318
+ "name": "logomark.checkIns",
2319
+ "iconName": "checkIns",
2320
+ "codepoint": 61910,
2321
+ "hex": "f1d6"
2322
+ },
2323
+ {
2324
+ "name": "logomark.churchCenter",
2325
+ "iconName": "churchCenter",
2326
+ "codepoint": 61909,
2327
+ "hex": "f1d5"
2328
+ },
2329
+ {
2330
+ "name": "logomark.giving",
2331
+ "iconName": "giving",
2332
+ "codepoint": 61908,
2333
+ "hex": "f1d4"
2334
+ },
2335
+ {
2336
+ "name": "logomark.groups",
2337
+ "iconName": "groups",
2338
+ "codepoint": 61907,
2339
+ "hex": "f1d3"
2340
+ },
2341
+ {
2342
+ "name": "logomark.home",
2343
+ "iconName": "home",
2344
+ "codepoint": 61906,
2345
+ "hex": "f1d2"
2346
+ },
2347
+ {
2348
+ "name": "logomark.musicStand",
2349
+ "iconName": "musicStand",
2350
+ "codepoint": 61905,
2351
+ "hex": "f1d1"
2352
+ },
2353
+ {
2354
+ "name": "logomark.people",
2355
+ "iconName": "people",
2356
+ "codepoint": 61904,
2357
+ "hex": "f1d0"
2358
+ },
2359
+ {
2360
+ "name": "logomark.planningCenter",
2361
+ "iconName": "planningCenter",
2362
+ "codepoint": 61903,
2363
+ "hex": "f1cf"
2364
+ },
2365
+ {
2366
+ "name": "logomark.publishing",
2367
+ "iconName": "publishing",
2368
+ "codepoint": 61902,
2369
+ "hex": "f1ce"
2370
+ },
2371
+ {
2372
+ "name": "logomark.registrations",
2373
+ "iconName": "registrations",
2374
+ "codepoint": 61901,
2375
+ "hex": "f1cd"
2376
+ },
2377
+ {
2378
+ "name": "logomark.resources",
2379
+ "iconName": "resources",
2380
+ "codepoint": 61900,
2381
+ "hex": "f1cc"
2382
+ },
2383
+ {
2384
+ "name": "logomark.services",
2385
+ "iconName": "services",
2386
+ "codepoint": 61899,
2387
+ "hex": "f1cb"
2388
+ }
2389
+ ]
2390
+ },
2391
+ {
2392
+ "name": "people",
2393
+ "icons": [
2394
+ {
2395
+ "name": "people.activityRegis",
2396
+ "iconName": "activityRegis",
2397
+ "codepoint": 61898,
2398
+ "hex": "f1ca"
2399
+ },
2400
+ {
2401
+ "name": "people.advance",
2402
+ "iconName": "advance",
2403
+ "codepoint": 61897,
2404
+ "hex": "f1c9"
2405
+ },
2406
+ {
2407
+ "name": "people.anniversary",
2408
+ "iconName": "anniversary",
2409
+ "codepoint": 61896,
2410
+ "hex": "f1c8"
2411
+ },
2412
+ {
2413
+ "name": "people.apple",
2414
+ "iconName": "apple",
2415
+ "codepoint": 61895,
2416
+ "hex": "f1c7"
2417
+ },
2418
+ {
2419
+ "name": "people.bars",
2420
+ "iconName": "bars",
2421
+ "codepoint": 61894,
2422
+ "hex": "f1c6"
2423
+ },
2424
+ {
2425
+ "name": "people.bgcheckClear",
2426
+ "iconName": "bgcheckClear",
2427
+ "codepoint": 61893,
2428
+ "hex": "f1c5"
2429
+ },
2430
+ {
2431
+ "name": "people.bgcheckExpired",
2432
+ "iconName": "bgcheckExpired",
2433
+ "codepoint": 61892,
2434
+ "hex": "f1c4"
2435
+ },
2436
+ {
2437
+ "name": "people.bgcheckNone",
2438
+ "iconName": "bgcheckNone",
2439
+ "codepoint": 61891,
2440
+ "hex": "f1c3"
2441
+ },
2442
+ {
2443
+ "name": "people.bgcheckNotclear",
2444
+ "iconName": "bgcheckNotclear",
2445
+ "codepoint": 61890,
2446
+ "hex": "f1c2"
2447
+ },
2448
+ {
2449
+ "name": "people.bgcheckPending",
2450
+ "iconName": "bgcheckPending",
2451
+ "codepoint": 61889,
2452
+ "hex": "f1c1"
2453
+ },
2454
+ {
2455
+ "name": "people.birthday",
2456
+ "iconName": "birthday",
2457
+ "codepoint": 61888,
2458
+ "hex": "f1c0"
2459
+ },
2460
+ {
2461
+ "name": "people.bulkActions",
2462
+ "iconName": "bulkActions",
2463
+ "codepoint": 61887,
2464
+ "hex": "f1bf"
2465
+ },
2466
+ {
2467
+ "name": "people.cardComplete",
2468
+ "iconName": "cardComplete",
2469
+ "codepoint": 61886,
2470
+ "hex": "f1be"
2471
+ },
2472
+ {
2473
+ "name": "people.cardRemoved",
2474
+ "iconName": "cardRemoved",
2475
+ "codepoint": 61885,
2476
+ "hex": "f1bd"
2477
+ },
2478
+ {
2479
+ "name": "people.comment",
2480
+ "iconName": "comment",
2481
+ "codepoint": 61883,
2482
+ "hex": "f1bb"
2483
+ },
2484
+ {
2485
+ "name": "people.commentOutline",
2486
+ "iconName": "commentOutline",
2487
+ "codepoint": 61884,
2488
+ "hex": "f1bc"
2489
+ },
2490
+ {
2491
+ "name": "people.duplicate",
2492
+ "iconName": "duplicate",
2493
+ "codepoint": 61882,
2494
+ "hex": "f1ba"
2495
+ },
2496
+ {
2497
+ "name": "people.errorUploading",
2498
+ "iconName": "errorUploading",
2499
+ "codepoint": 61881,
2500
+ "hex": "f1b9"
2501
+ },
2502
+ {
2503
+ "name": "people.fieldsMerge",
2504
+ "iconName": "fieldsMerge",
2505
+ "codepoint": 61880,
2506
+ "hex": "f1b8"
2507
+ },
2508
+ {
2509
+ "name": "people.formCheckbox",
2510
+ "iconName": "formCheckbox",
2511
+ "codepoint": 61879,
2512
+ "hex": "f1b7"
2513
+ },
2514
+ {
2515
+ "name": "people.formDropdown",
2516
+ "iconName": "formDropdown",
2517
+ "codepoint": 61878,
2518
+ "hex": "f1b6"
2519
+ },
2520
+ {
2521
+ "name": "people.formNumber",
2522
+ "iconName": "formNumber",
2523
+ "codepoint": 61877,
2524
+ "hex": "f1b5"
2525
+ },
2526
+ {
2527
+ "name": "people.formParagraph",
2528
+ "iconName": "formParagraph",
2529
+ "codepoint": 61876,
2530
+ "hex": "f1b4"
2531
+ },
2532
+ {
2533
+ "name": "people.forms",
2534
+ "iconName": "forms",
2535
+ "codepoint": 61874,
2536
+ "hex": "f1b2"
2537
+ },
2538
+ {
2539
+ "name": "people.formText",
2540
+ "iconName": "formText",
2541
+ "codepoint": 61875,
2542
+ "hex": "f1b3"
2543
+ },
2544
+ {
2545
+ "name": "people.groupsAdded",
2546
+ "iconName": "groupsAdded",
2547
+ "codepoint": 61873,
2548
+ "hex": "f1b1"
2549
+ },
2550
+ {
2551
+ "name": "people.groupsRemoved",
2552
+ "iconName": "groupsRemoved",
2553
+ "codepoint": 61872,
2554
+ "hex": "f1b0"
2555
+ },
2556
+ {
2557
+ "name": "people.history",
2558
+ "iconName": "history",
2559
+ "codepoint": 61871,
2560
+ "hex": "f1af"
2561
+ },
2562
+ {
2563
+ "name": "people.idCardOutline",
2564
+ "iconName": "idCardOutline",
2565
+ "codepoint": 61870,
2566
+ "hex": "f1ae"
2567
+ },
2568
+ {
2569
+ "name": "people.importProgress",
2570
+ "iconName": "importProgress",
2571
+ "codepoint": 61869,
2572
+ "hex": "f1ad"
2573
+ },
2574
+ {
2575
+ "name": "people.logic",
2576
+ "iconName": "logic",
2577
+ "codepoint": 61868,
2578
+ "hex": "f1ac"
2579
+ },
2580
+ {
2581
+ "name": "people.mixGender",
2582
+ "iconName": "mixGender",
2583
+ "codepoint": 61867,
2584
+ "hex": "f1ab"
2585
+ },
2586
+ {
2587
+ "name": "people.moneyCircle",
2588
+ "iconName": "moneyCircle",
2589
+ "codepoint": 61866,
2590
+ "hex": "f1aa"
2591
+ },
2592
+ {
2593
+ "name": "people.noActivity",
2594
+ "iconName": "noActivity",
2595
+ "codepoint": 61865,
2596
+ "hex": "f1a9"
2597
+ },
2598
+ {
2599
+ "name": "people.noTextMessage",
2600
+ "iconName": "noTextMessage",
2601
+ "codepoint": 61864,
2602
+ "hex": "f1a8"
2603
+ },
2604
+ {
2605
+ "name": "people.personArrow",
2606
+ "iconName": "personArrow",
2607
+ "codepoint": 61863,
2608
+ "hex": "f1a7"
2609
+ },
2610
+ {
2611
+ "name": "people.personOutline",
2612
+ "iconName": "personOutline",
2613
+ "codepoint": 61862,
2614
+ "hex": "f1a6"
2615
+ },
2616
+ {
2617
+ "name": "people.personPencil",
2618
+ "iconName": "personPencil",
2619
+ "codepoint": 61861,
2620
+ "hex": "f1a5"
2621
+ },
2622
+ {
2623
+ "name": "people.photoOutline",
2624
+ "iconName": "photoOutline",
2625
+ "codepoint": 61860,
2626
+ "hex": "f1a4"
2627
+ },
2628
+ {
2629
+ "name": "people.school",
2630
+ "iconName": "school",
2631
+ "codepoint": 61859,
2632
+ "hex": "f1a3"
2633
+ },
2634
+ {
2635
+ "name": "people.skipStep",
2636
+ "iconName": "skipStep",
2637
+ "codepoint": 61858,
2638
+ "hex": "f1a2"
2639
+ },
2640
+ {
2641
+ "name": "people.stepBack",
2642
+ "iconName": "stepBack",
2643
+ "codepoint": 61857,
2644
+ "hex": "f1a1"
2645
+ },
2646
+ {
2647
+ "name": "people.textMessage",
2648
+ "iconName": "textMessage",
2649
+ "codepoint": 61855,
2650
+ "hex": "f19f"
2651
+ },
2652
+ {
2653
+ "name": "people.textMessageOutline",
2654
+ "iconName": "textMessageOutline",
2655
+ "codepoint": 61856,
2656
+ "hex": "f1a0"
2657
+ },
2658
+ {
2659
+ "name": "people.unsubscribed",
2660
+ "iconName": "unsubscribed",
2661
+ "codepoint": 61854,
2662
+ "hex": "f19e"
2663
+ },
2664
+ {
2665
+ "name": "people.workflows",
2666
+ "iconName": "workflows",
2667
+ "codepoint": 61853,
2668
+ "hex": "f19d"
2669
+ }
2670
+ ]
2671
+ },
2672
+ {
2673
+ "name": "planningCenterApp",
2674
+ "icons": [
2675
+ {
2676
+ "name": "planningCenterApp.bell",
2677
+ "iconName": "bell",
2678
+ "codepoint": 61852,
2679
+ "hex": "f19c"
2680
+ },
2681
+ {
2682
+ "name": "planningCenterApp.checklist",
2683
+ "iconName": "checklist",
2684
+ "codepoint": 61851,
2685
+ "hex": "f19b"
2686
+ },
2687
+ {
2688
+ "name": "planningCenterApp.compass",
2689
+ "iconName": "compass",
2690
+ "codepoint": 61850,
2691
+ "hex": "f19a"
2692
+ },
2693
+ {
2694
+ "name": "planningCenterApp.home",
2695
+ "iconName": "home",
2696
+ "codepoint": 61849,
2697
+ "hex": "f199"
2698
+ },
2699
+ {
2700
+ "name": "planningCenterApp.outlinedBell",
2701
+ "iconName": "outlinedBell",
2702
+ "codepoint": 61848,
2703
+ "hex": "f198"
2704
+ },
2705
+ {
2706
+ "name": "planningCenterApp.outlinedChecklist",
2707
+ "iconName": "outlinedChecklist",
2708
+ "codepoint": 61847,
2709
+ "hex": "f197"
2710
+ },
2711
+ {
2712
+ "name": "planningCenterApp.outlinedCompass",
2713
+ "iconName": "outlinedCompass",
2714
+ "codepoint": 61846,
2715
+ "hex": "f196"
2716
+ },
2717
+ {
2718
+ "name": "planningCenterApp.outlinedHome",
2719
+ "iconName": "outlinedHome",
2720
+ "codepoint": 61845,
2721
+ "hex": "f195"
2722
+ }
2723
+ ]
2724
+ },
2725
+ {
2726
+ "name": "publishing",
2727
+ "icons": [
2728
+ {
2729
+ "name": "publishing.alignCenter",
2730
+ "iconName": "alignCenter",
2731
+ "codepoint": 61844,
2732
+ "hex": "f194"
2733
+ },
2734
+ {
2735
+ "name": "publishing.alignLeft",
2736
+ "iconName": "alignLeft",
2737
+ "codepoint": 61843,
2738
+ "hex": "f193"
2739
+ },
2740
+ {
2741
+ "name": "publishing.alignRight",
2742
+ "iconName": "alignRight",
2743
+ "codepoint": 61842,
2744
+ "hex": "f192"
2745
+ },
2746
+ {
2747
+ "name": "publishing.archive",
2748
+ "iconName": "archive",
2749
+ "codepoint": 61841,
2750
+ "hex": "f191"
2751
+ },
2752
+ {
2753
+ "name": "publishing.blockButton",
2754
+ "iconName": "blockButton",
2755
+ "codepoint": 61840,
2756
+ "hex": "f190"
2757
+ },
2758
+ {
2759
+ "name": "publishing.blockContact",
2760
+ "iconName": "blockContact",
2761
+ "codepoint": 61839,
2762
+ "hex": "f18f"
2763
+ },
2764
+ {
2765
+ "name": "publishing.blockDivider",
2766
+ "iconName": "blockDivider",
2767
+ "codepoint": 61838,
2768
+ "hex": "f18e"
2769
+ },
2770
+ {
2771
+ "name": "publishing.blockEventSchedule",
2772
+ "iconName": "blockEventSchedule",
2773
+ "codepoint": 61837,
2774
+ "hex": "f18d"
2775
+ },
2776
+ {
2777
+ "name": "publishing.blockGrid",
2778
+ "iconName": "blockGrid",
2779
+ "codepoint": 61836,
2780
+ "hex": "f18c"
2781
+ },
2782
+ {
2783
+ "name": "publishing.blockImage",
2784
+ "iconName": "blockImage",
2785
+ "codepoint": 61835,
2786
+ "hex": "f18b"
2787
+ },
2788
+ {
2789
+ "name": "publishing.blockLocation",
2790
+ "iconName": "blockLocation",
2791
+ "codepoint": 61834,
2792
+ "hex": "f18a"
2793
+ },
2794
+ {
2795
+ "name": "publishing.blockSectionHeader",
2796
+ "iconName": "blockSectionHeader",
2797
+ "codepoint": 61833,
2798
+ "hex": "f189"
2799
+ },
2800
+ {
2801
+ "name": "publishing.blockSocial",
2802
+ "iconName": "blockSocial",
2803
+ "codepoint": 61832,
2804
+ "hex": "f188"
2805
+ },
2806
+ {
2807
+ "name": "publishing.blockText",
2808
+ "iconName": "blockText",
2809
+ "codepoint": 61831,
2810
+ "hex": "f187"
2811
+ },
2812
+ {
2813
+ "name": "publishing.blockVideo",
2814
+ "iconName": "blockVideo",
2815
+ "codepoint": 61830,
2816
+ "hex": "f186"
2817
+ },
2818
+ {
2819
+ "name": "publishing.checkIns",
2820
+ "iconName": "checkIns",
2821
+ "codepoint": 61829,
2822
+ "hex": "f185"
2823
+ },
2824
+ {
2825
+ "name": "publishing.giving",
2826
+ "iconName": "giving",
2827
+ "codepoint": 61828,
2828
+ "hex": "f184"
2829
+ },
2830
+ {
2831
+ "name": "publishing.groups",
2832
+ "iconName": "groups",
2833
+ "codepoint": 61827,
2834
+ "hex": "f183"
2835
+ },
2836
+ {
2837
+ "name": "publishing.home",
2838
+ "iconName": "home",
2839
+ "codepoint": 61826,
2840
+ "hex": "f182"
2841
+ },
2842
+ {
2843
+ "name": "publishing.magnifyingGlassMinus",
2844
+ "iconName": "magnifyingGlassMinus",
2845
+ "codepoint": 61825,
2846
+ "hex": "f181"
2847
+ },
2848
+ {
2849
+ "name": "publishing.magnifyingGlassPlus",
2850
+ "iconName": "magnifyingGlassPlus",
2851
+ "codepoint": 61824,
2852
+ "hex": "f180"
2853
+ },
2854
+ {
2855
+ "name": "publishing.pageSaved",
2856
+ "iconName": "pageSaved",
2857
+ "codepoint": 61823,
2858
+ "hex": "f17f"
2859
+ },
2860
+ {
2861
+ "name": "publishing.podcast",
2862
+ "iconName": "podcast",
2863
+ "codepoint": 61822,
2864
+ "hex": "f17e"
2865
+ },
2866
+ {
2867
+ "name": "publishing.profile",
2868
+ "iconName": "profile",
2869
+ "codepoint": 61821,
2870
+ "hex": "f17d"
2871
+ },
2872
+ {
2873
+ "name": "publishing.registrations",
2874
+ "iconName": "registrations",
2875
+ "codepoint": 61820,
2876
+ "hex": "f17c"
2877
+ },
2878
+ {
2879
+ "name": "publishing.trash",
2880
+ "iconName": "trash",
2881
+ "codepoint": 61819,
2882
+ "hex": "f17b"
2883
+ },
2884
+ {
2885
+ "name": "publishing.twoHorizontalBars",
2886
+ "iconName": "twoHorizontalBars",
2887
+ "codepoint": 61818,
2888
+ "hex": "f17a"
2889
+ }
2890
+ ]
2891
+ },
2892
+ {
2893
+ "name": "registrations",
2894
+ "icons": [
2895
+ {
2896
+ "name": "registrations.addOns",
2897
+ "iconName": "addOns",
2898
+ "codepoint": 61817,
2899
+ "hex": "f179"
2900
+ },
2901
+ {
2902
+ "name": "registrations.assignments",
2903
+ "iconName": "assignments",
2904
+ "codepoint": 61816,
2905
+ "hex": "f178"
2906
+ },
2907
+ {
2908
+ "name": "registrations.attendeeType",
2909
+ "iconName": "attendeeType",
2910
+ "codepoint": 61815,
2911
+ "hex": "f177"
2912
+ },
2913
+ {
2914
+ "name": "registrations.bell",
2915
+ "iconName": "bell",
2916
+ "codepoint": 61814,
2917
+ "hex": "f176"
2918
+ },
2919
+ {
2920
+ "name": "registrations.calendarOutline",
2921
+ "iconName": "calendarOutline",
2922
+ "codepoint": 61813,
2923
+ "hex": "f175"
2924
+ },
2925
+ {
2926
+ "name": "registrations.capacity",
2927
+ "iconName": "capacity",
2928
+ "codepoint": 61812,
2929
+ "hex": "f174"
2930
+ },
2931
+ {
2932
+ "name": "registrations.discount",
2933
+ "iconName": "discount",
2934
+ "codepoint": 61811,
2935
+ "hex": "f173"
2936
+ },
2937
+ {
2938
+ "name": "registrations.drag",
2939
+ "iconName": "drag",
2940
+ "codepoint": 61810,
2941
+ "hex": "f172"
2942
+ },
2943
+ {
2944
+ "name": "registrations.formDownload",
2945
+ "iconName": "formDownload",
2946
+ "codepoint": 61809,
2947
+ "hex": "f171"
2948
+ },
2949
+ {
2950
+ "name": "registrations.overview",
2951
+ "iconName": "overview",
2952
+ "codepoint": 61808,
2953
+ "hex": "f170"
2954
+ },
2955
+ {
2956
+ "name": "registrations.personDetails",
2957
+ "iconName": "personDetails",
2958
+ "codepoint": 61807,
2959
+ "hex": "f16f"
2960
+ },
2961
+ {
2962
+ "name": "registrations.putBackArrow",
2963
+ "iconName": "putBackArrow",
2964
+ "codepoint": 61806,
2965
+ "hex": "f16e"
2966
+ },
2967
+ {
2968
+ "name": "registrations.refund",
2969
+ "iconName": "refund",
2970
+ "codepoint": 61805,
2971
+ "hex": "f16d"
2972
+ },
2973
+ {
2974
+ "name": "registrations.reports",
2975
+ "iconName": "reports",
2976
+ "codepoint": 61804,
2977
+ "hex": "f16c"
2978
+ },
2979
+ {
2980
+ "name": "registrations.scholarship",
2981
+ "iconName": "scholarship",
2982
+ "codepoint": 61803,
2983
+ "hex": "f16b"
2984
+ },
2985
+ {
2986
+ "name": "registrations.undo",
2987
+ "iconName": "undo",
2988
+ "codepoint": 61802,
2989
+ "hex": "f16a"
2990
+ }
2991
+ ]
2992
+ },
2993
+ {
2994
+ "name": "services",
2995
+ "icons": [
2996
+ {
2997
+ "name": "services.archive",
2998
+ "iconName": "archive",
2999
+ "codepoint": 61801,
3000
+ "hex": "f169"
3001
+ },
3002
+ {
3003
+ "name": "services.audio",
3004
+ "iconName": "audio",
3005
+ "codepoint": 61800,
3006
+ "hex": "f168"
3007
+ },
3008
+ {
3009
+ "name": "services.calendar",
3010
+ "iconName": "calendar",
3011
+ "codepoint": 61798,
3012
+ "hex": "f166"
3013
+ },
3014
+ {
3015
+ "name": "services.calendarBlockout",
3016
+ "iconName": "calendarBlockout",
3017
+ "codepoint": 61799,
3018
+ "hex": "f167"
3019
+ },
3020
+ {
3021
+ "name": "services.chatBubbleOutline",
3022
+ "iconName": "chatBubbleOutline",
3023
+ "codepoint": 61797,
3024
+ "hex": "f165"
3025
+ },
3026
+ {
3027
+ "name": "services.checkmark",
3028
+ "iconName": "checkmark",
3029
+ "codepoint": 61796,
3030
+ "hex": "f164"
3031
+ },
3032
+ {
3033
+ "name": "services.cog",
3034
+ "iconName": "cog",
3035
+ "codepoint": 61795,
3036
+ "hex": "f163"
3037
+ },
3038
+ {
3039
+ "name": "services.csvExport",
3040
+ "iconName": "csvExport",
3041
+ "codepoint": 61794,
3042
+ "hex": "f162"
3043
+ },
3044
+ {
3045
+ "name": "services.dollarSignCircleKnockout",
3046
+ "iconName": "dollarSignCircleKnockout",
3047
+ "codepoint": 61793,
3048
+ "hex": "f161"
3049
+ },
3050
+ {
3051
+ "name": "services.dollarSignCircularArrow",
3052
+ "iconName": "dollarSignCircularArrow",
3053
+ "codepoint": 61792,
3054
+ "hex": "f160"
3055
+ },
3056
+ {
3057
+ "name": "services.duplicate",
3058
+ "iconName": "duplicate",
3059
+ "codepoint": 61791,
3060
+ "hex": "f15f"
3061
+ },
3062
+ {
3063
+ "name": "services.email",
3064
+ "iconName": "email",
3065
+ "codepoint": 61790,
3066
+ "hex": "f15e"
3067
+ },
3068
+ {
3069
+ "name": "services.envelope",
3070
+ "iconName": "envelope",
3071
+ "codepoint": 61789,
3072
+ "hex": "f15d"
3073
+ },
3074
+ {
3075
+ "name": "services.eye",
3076
+ "iconName": "eye",
3077
+ "codepoint": 61787,
3078
+ "hex": "f15b"
3079
+ },
3080
+ {
3081
+ "name": "services.eyeOutline",
3082
+ "iconName": "eyeOutline",
3083
+ "codepoint": 61788,
3084
+ "hex": "f15c"
3085
+ },
3086
+ {
3087
+ "name": "services.fileCopy",
3088
+ "iconName": "fileCopy",
3089
+ "codepoint": 61786,
3090
+ "hex": "f15a"
3091
+ },
3092
+ {
3093
+ "name": "services.fileLyrics",
3094
+ "iconName": "fileLyrics",
3095
+ "codepoint": 61785,
3096
+ "hex": "f159"
3097
+ },
3098
+ {
3099
+ "name": "services.filePdf",
3100
+ "iconName": "filePdf",
3101
+ "codepoint": 61784,
3102
+ "hex": "f158"
3103
+ },
3104
+ {
3105
+ "name": "services.fileText",
3106
+ "iconName": "fileText",
3107
+ "codepoint": 61783,
3108
+ "hex": "f157"
3109
+ },
3110
+ {
3111
+ "name": "services.folderAdd",
3112
+ "iconName": "folderAdd",
3113
+ "codepoint": 61782,
3114
+ "hex": "f156"
3115
+ },
3116
+ {
3117
+ "name": "services.folderClosed",
3118
+ "iconName": "folderClosed",
3119
+ "codepoint": 61781,
3120
+ "hex": "f155"
3121
+ },
3122
+ {
3123
+ "name": "services.folderMusicNote",
3124
+ "iconName": "folderMusicNote",
3125
+ "codepoint": 61780,
3126
+ "hex": "f154"
3127
+ },
3128
+ {
3129
+ "name": "services.folderOpen",
3130
+ "iconName": "folderOpen",
3131
+ "codepoint": 61779,
3132
+ "hex": "f153"
3133
+ },
3134
+ {
3135
+ "name": "services.formatColor",
3136
+ "iconName": "formatColor",
3137
+ "codepoint": 61778,
3138
+ "hex": "f152"
3139
+ },
3140
+ {
3141
+ "name": "services.formatSize",
3142
+ "iconName": "formatSize",
3143
+ "codepoint": 61777,
3144
+ "hex": "f151"
3145
+ },
3146
+ {
3147
+ "name": "services.graph",
3148
+ "iconName": "graph",
3149
+ "codepoint": 61776,
3150
+ "hex": "f150"
3151
+ },
3152
+ {
3153
+ "name": "services.header",
3154
+ "iconName": "header",
3155
+ "codepoint": 61775,
3156
+ "hex": "f14f"
3157
+ },
3158
+ {
3159
+ "name": "services.headphones",
3160
+ "iconName": "headphones",
3161
+ "codepoint": 61774,
3162
+ "hex": "f14e"
3163
+ },
3164
+ {
3165
+ "name": "services.house",
3166
+ "iconName": "house",
3167
+ "codepoint": 61773,
3168
+ "hex": "f14d"
3169
+ },
3170
+ {
3171
+ "name": "services.image",
3172
+ "iconName": "image",
3173
+ "codepoint": 61772,
3174
+ "hex": "f14c"
3175
+ },
3176
+ {
3177
+ "name": "services.importExport",
3178
+ "iconName": "importExport",
3179
+ "codepoint": 61771,
3180
+ "hex": "f14b"
3181
+ },
3182
+ {
3183
+ "name": "services.item",
3184
+ "iconName": "item",
3185
+ "codepoint": 61770,
3186
+ "hex": "f14a"
3187
+ },
3188
+ {
3189
+ "name": "services.layout",
3190
+ "iconName": "layout",
3191
+ "codepoint": 61769,
3192
+ "hex": "f149"
3193
+ },
3194
+ {
3195
+ "name": "services.link",
3196
+ "iconName": "link",
3197
+ "codepoint": 61767,
3198
+ "hex": "f147"
3199
+ },
3200
+ {
3201
+ "name": "services.linkOff",
3202
+ "iconName": "linkOff",
3203
+ "codepoint": 61768,
3204
+ "hex": "f148"
3205
+ },
3206
+ {
3207
+ "name": "services.notes",
3208
+ "iconName": "notes",
3209
+ "codepoint": 61766,
3210
+ "hex": "f146"
3211
+ },
3212
+ {
3213
+ "name": "services.pause",
3214
+ "iconName": "pause",
3215
+ "codepoint": 61765,
3216
+ "hex": "f145"
3217
+ },
3218
+ {
3219
+ "name": "services.pin",
3220
+ "iconName": "pin",
3221
+ "codepoint": 61763,
3222
+ "hex": "f143"
3223
+ },
3224
+ {
3225
+ "name": "services.pinCircleFilled",
3226
+ "iconName": "pinCircleFilled",
3227
+ "codepoint": 61764,
3228
+ "hex": "f144"
3229
+ },
3230
+ {
3231
+ "name": "services.placeholder",
3232
+ "iconName": "placeholder",
3233
+ "codepoint": 61762,
3234
+ "hex": "f142"
3235
+ },
3236
+ {
3237
+ "name": "services.planDetail",
3238
+ "iconName": "planDetail",
3239
+ "codepoint": 61761,
3240
+ "hex": "f141"
3241
+ },
3242
+ {
3243
+ "name": "services.planFiles",
3244
+ "iconName": "planFiles",
3245
+ "codepoint": 61760,
3246
+ "hex": "f140"
3247
+ },
3248
+ {
3249
+ "name": "services.planMedia",
3250
+ "iconName": "planMedia",
3251
+ "codepoint": 61759,
3252
+ "hex": "f13f"
3253
+ },
3254
+ {
3255
+ "name": "services.planNotes",
3256
+ "iconName": "planNotes",
3257
+ "codepoint": 61758,
3258
+ "hex": "f13e"
3259
+ },
3260
+ {
3261
+ "name": "services.planSong",
3262
+ "iconName": "planSong",
3263
+ "codepoint": 61757,
3264
+ "hex": "f13d"
3265
+ },
3266
+ {
3267
+ "name": "services.play",
3268
+ "iconName": "play",
3269
+ "codepoint": 61754,
3270
+ "hex": "f13a"
3271
+ },
3272
+ {
3273
+ "name": "services.playCircle",
3274
+ "iconName": "playCircle",
3275
+ "codepoint": 61755,
3276
+ "hex": "f13b"
3277
+ },
3278
+ {
3279
+ "name": "services.playCircleFilled",
3280
+ "iconName": "playCircleFilled",
3281
+ "codepoint": 61756,
3282
+ "hex": "f13c"
3283
+ },
3284
+ {
3285
+ "name": "services.playlist",
3286
+ "iconName": "playlist",
3287
+ "codepoint": 61753,
3288
+ "hex": "f139"
3289
+ },
3290
+ {
3291
+ "name": "services.question",
3292
+ "iconName": "question",
3293
+ "codepoint": 61752,
3294
+ "hex": "f138"
3295
+ },
3296
+ {
3297
+ "name": "services.repeat",
3298
+ "iconName": "repeat",
3299
+ "codepoint": 61751,
3300
+ "hex": "f137"
3301
+ },
3302
+ {
3303
+ "name": "services.sequence",
3304
+ "iconName": "sequence",
3305
+ "codepoint": 61750,
3306
+ "hex": "f136"
3307
+ },
3308
+ {
3309
+ "name": "services.settings",
3310
+ "iconName": "settings",
3311
+ "codepoint": 61749,
3312
+ "hex": "f135"
3313
+ },
3314
+ {
3315
+ "name": "services.shield",
3316
+ "iconName": "shield",
3317
+ "codepoint": 61748,
3318
+ "hex": "f134"
3319
+ },
3320
+ {
3321
+ "name": "services.singleDoc",
3322
+ "iconName": "singleDoc",
3323
+ "codepoint": 61747,
3324
+ "hex": "f133"
3325
+ },
3326
+ {
3327
+ "name": "services.skipNext",
3328
+ "iconName": "skipNext",
3329
+ "codepoint": 61746,
3330
+ "hex": "f132"
3331
+ },
3332
+ {
3333
+ "name": "services.skipPrevious",
3334
+ "iconName": "skipPrevious",
3335
+ "codepoint": 61745,
3336
+ "hex": "f131"
3337
+ },
3338
+ {
3339
+ "name": "services.song",
3340
+ "iconName": "song",
3341
+ "codepoint": 61744,
3342
+ "hex": "f130"
3343
+ },
3344
+ {
3345
+ "name": "services.split",
3346
+ "iconName": "split",
3347
+ "codepoint": 61743,
3348
+ "hex": "f12f"
3349
+ },
3350
+ {
3351
+ "name": "services.star",
3352
+ "iconName": "star",
3353
+ "codepoint": 61742,
3354
+ "hex": "f12e"
3355
+ },
3356
+ {
3357
+ "name": "services.swap",
3358
+ "iconName": "swap",
3359
+ "codepoint": 61741,
3360
+ "hex": "f12d"
3361
+ },
3362
+ {
3363
+ "name": "services.tag",
3364
+ "iconName": "tag",
3365
+ "codepoint": 61740,
3366
+ "hex": "f12c"
3367
+ },
3368
+ {
3369
+ "name": "services.target",
3370
+ "iconName": "target",
3371
+ "codepoint": 61738,
3372
+ "hex": "f12a"
3373
+ },
3374
+ {
3375
+ "name": "services.targetFilled",
3376
+ "iconName": "targetFilled",
3377
+ "codepoint": 61739,
3378
+ "hex": "f12b"
3379
+ },
3380
+ {
3381
+ "name": "services.threeDocsStacked",
3382
+ "iconName": "threeDocsStacked",
3383
+ "codepoint": 61737,
3384
+ "hex": "f129"
3385
+ },
3386
+ {
3387
+ "name": "services.transpose",
3388
+ "iconName": "transpose",
3389
+ "codepoint": 61736,
3390
+ "hex": "f128"
3391
+ },
3392
+ {
3393
+ "name": "services.video",
3394
+ "iconName": "video",
3395
+ "codepoint": 61735,
3396
+ "hex": "f127"
3397
+ },
3398
+ {
3399
+ "name": "services.volume-0",
3400
+ "iconName": "volume-0",
3401
+ "codepoint": 61734,
3402
+ "hex": "f126"
3403
+ },
3404
+ {
3405
+ "name": "services.volume-1",
3406
+ "iconName": "volume-1",
3407
+ "codepoint": 61733,
3408
+ "hex": "f125"
3409
+ },
3410
+ {
3411
+ "name": "services.volume-2",
3412
+ "iconName": "volume-2",
3413
+ "codepoint": 61732,
3414
+ "hex": "f124"
3415
+ },
3416
+ {
3417
+ "name": "services.volume-3",
3418
+ "iconName": "volume-3",
3419
+ "codepoint": 61731,
3420
+ "hex": "f123"
3421
+ }
3422
+ ]
3423
+ },
3424
+ {
3425
+ "name": "stacked",
3426
+ "icons": [
3427
+ {
3428
+ "name": "stacked.messages",
3429
+ "iconName": "messages",
3430
+ "codepoint": 61724,
3431
+ "hex": "f11c"
3432
+ },
3433
+ {
3434
+ "name": "stacked.messagesBase",
3435
+ "iconName": "messagesBase",
3436
+ "codepoint": 61730,
3437
+ "hex": "f122"
3438
+ },
3439
+ {
3440
+ "name": "stacked.messagesCombined",
3441
+ "iconName": "messagesCombined",
3442
+ "codepoint": 61729,
3443
+ "hex": "f121"
3444
+ },
3445
+ {
3446
+ "name": "stacked.messagesFilled",
3447
+ "iconName": "messagesFilled",
3448
+ "codepoint": 61726,
3449
+ "hex": "f11e"
3450
+ },
3451
+ {
3452
+ "name": "stacked.messagesFilledBase",
3453
+ "iconName": "messagesFilledBase",
3454
+ "codepoint": 61728,
3455
+ "hex": "f120"
3456
+ },
3457
+ {
3458
+ "name": "stacked.messagesFilledCombined",
3459
+ "iconName": "messagesFilledCombined",
3460
+ "codepoint": 61727,
3461
+ "hex": "f11f"
3462
+ },
3463
+ {
3464
+ "name": "stacked.messagesIndicator",
3465
+ "iconName": "messagesIndicator",
3466
+ "codepoint": 61725,
3467
+ "hex": "f11d"
3468
+ },
3469
+ {
3470
+ "name": "stacked.notifications",
3471
+ "iconName": "notifications",
3472
+ "codepoint": 61717,
3473
+ "hex": "f115"
3474
+ },
3475
+ {
3476
+ "name": "stacked.notificationsBase",
3477
+ "iconName": "notificationsBase",
3478
+ "codepoint": 61723,
3479
+ "hex": "f11b"
3480
+ },
3481
+ {
3482
+ "name": "stacked.notificationsCombined",
3483
+ "iconName": "notificationsCombined",
3484
+ "codepoint": 61722,
3485
+ "hex": "f11a"
3486
+ },
3487
+ {
3488
+ "name": "stacked.notificationsFilled",
3489
+ "iconName": "notificationsFilled",
3490
+ "codepoint": 61719,
3491
+ "hex": "f117"
3492
+ },
3493
+ {
3494
+ "name": "stacked.notificationsFilledBase",
3495
+ "iconName": "notificationsFilledBase",
3496
+ "codepoint": 61721,
3497
+ "hex": "f119"
3498
+ },
3499
+ {
3500
+ "name": "stacked.notificationsFilledCombined",
3501
+ "iconName": "notificationsFilledCombined",
3502
+ "codepoint": 61720,
3503
+ "hex": "f118"
3504
+ },
3505
+ {
3506
+ "name": "stacked.notificationsIndicator",
3507
+ "iconName": "notificationsIndicator",
3508
+ "codepoint": 61718,
3509
+ "hex": "f116"
3510
+ }
3511
+ ]
3512
+ },
3513
+ {
3514
+ "name": "tapestry",
3515
+ "icons": [
3516
+ {
3517
+ "name": "tapestry.checkbox-0",
3518
+ "iconName": "checkbox-0",
3519
+ "codepoint": 61716,
3520
+ "hex": "f114"
3521
+ },
3522
+ {
3523
+ "name": "tapestry.checkbox-1",
3524
+ "iconName": "checkbox-1",
3525
+ "codepoint": 61715,
3526
+ "hex": "f113"
3527
+ },
3528
+ {
3529
+ "name": "tapestry.checkbox-2",
3530
+ "iconName": "checkbox-2",
3531
+ "codepoint": 61714,
3532
+ "hex": "f112"
3533
+ },
3534
+ {
3535
+ "name": "tapestry.downChevron",
3536
+ "iconName": "downChevron",
3537
+ "codepoint": 61713,
3538
+ "hex": "f111"
3539
+ },
3540
+ {
3541
+ "name": "tapestry.leftChevron",
3542
+ "iconName": "leftChevron",
3543
+ "codepoint": 61712,
3544
+ "hex": "f110"
3545
+ },
3546
+ {
3547
+ "name": "tapestry.radio-0",
3548
+ "iconName": "radio-0",
3549
+ "codepoint": 61711,
3550
+ "hex": "f10f"
3551
+ },
3552
+ {
3553
+ "name": "tapestry.radio-1",
3554
+ "iconName": "radio-1",
3555
+ "codepoint": 61710,
3556
+ "hex": "f10e"
3557
+ },
3558
+ {
3559
+ "name": "tapestry.rightChevron",
3560
+ "iconName": "rightChevron",
3561
+ "codepoint": 61709,
3562
+ "hex": "f10d"
3563
+ },
3564
+ {
3565
+ "name": "tapestry.upChevron",
3566
+ "iconName": "upChevron",
3567
+ "codepoint": 61708,
3568
+ "hex": "f10c"
3569
+ }
3570
+ ]
3571
+ },
3572
+ {
3573
+ "name": "toolbar",
3574
+ "icons": [
3575
+ {
3576
+ "name": "toolbar.checklist",
3577
+ "iconName": "checklist",
3578
+ "codepoint": 61706,
3579
+ "hex": "f10a"
3580
+ },
3581
+ {
3582
+ "name": "toolbar.checklistO",
3583
+ "iconName": "checklistO",
3584
+ "codepoint": 61707,
3585
+ "hex": "f10b"
3586
+ },
3587
+ {
3588
+ "name": "toolbar.display",
3589
+ "iconName": "display",
3590
+ "codepoint": 61705,
3591
+ "hex": "f109"
3592
+ },
3593
+ {
3594
+ "name": "toolbar.home",
3595
+ "iconName": "home",
3596
+ "codepoint": 61703,
3597
+ "hex": "f107"
3598
+ },
3599
+ {
3600
+ "name": "toolbar.homeO",
3601
+ "iconName": "homeO",
3602
+ "codepoint": 61704,
3603
+ "hex": "f108"
3604
+ },
3605
+ {
3606
+ "name": "toolbar.moon",
3607
+ "iconName": "moon",
3608
+ "codepoint": 61702,
3609
+ "hex": "f106"
3610
+ },
3611
+ {
3612
+ "name": "toolbar.notification",
3613
+ "iconName": "notification",
3614
+ "codepoint": 61700,
3615
+ "hex": "f104"
3616
+ },
3617
+ {
3618
+ "name": "toolbar.notificationO",
3619
+ "iconName": "notificationO",
3620
+ "codepoint": 61701,
3621
+ "hex": "f105"
3622
+ },
3623
+ {
3624
+ "name": "toolbar.planningCenter",
3625
+ "iconName": "planningCenter",
3626
+ "codepoint": 61698,
3627
+ "hex": "f102"
3628
+ },
3629
+ {
3630
+ "name": "toolbar.planningCenterO",
3631
+ "iconName": "planningCenterO",
3632
+ "codepoint": 61699,
3633
+ "hex": "f103"
3634
+ },
3635
+ {
3636
+ "name": "toolbar.sun",
3637
+ "iconName": "sun",
3638
+ "codepoint": 61697,
3639
+ "hex": "f101"
3640
+ }
3641
+ ]
3642
+ }
3643
+ ],
3644
+ "totalIcons": 590
3645
+ }