@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,592 @@
1
+ {
2
+ "toolbar.sun": 61697,
3
+ "toolbar.planningCenter": 61698,
4
+ "toolbar.planningCenterO": 61699,
5
+ "toolbar.notification": 61700,
6
+ "toolbar.notificationO": 61701,
7
+ "toolbar.moon": 61702,
8
+ "toolbar.home": 61703,
9
+ "toolbar.homeO": 61704,
10
+ "toolbar.display": 61705,
11
+ "toolbar.checklist": 61706,
12
+ "toolbar.checklistO": 61707,
13
+ "tapestry.upChevron": 61708,
14
+ "tapestry.rightChevron": 61709,
15
+ "tapestry.radio-1": 61710,
16
+ "tapestry.radio-0": 61711,
17
+ "tapestry.leftChevron": 61712,
18
+ "tapestry.downChevron": 61713,
19
+ "tapestry.checkbox-2": 61714,
20
+ "tapestry.checkbox-1": 61715,
21
+ "tapestry.checkbox-0": 61716,
22
+ "stacked.notifications": 61717,
23
+ "stacked.notificationsIndicator": 61718,
24
+ "stacked.notificationsFilled": 61719,
25
+ "stacked.notificationsFilledCombined": 61720,
26
+ "stacked.notificationsFilledBase": 61721,
27
+ "stacked.notificationsCombined": 61722,
28
+ "stacked.notificationsBase": 61723,
29
+ "stacked.messages": 61724,
30
+ "stacked.messagesIndicator": 61725,
31
+ "stacked.messagesFilled": 61726,
32
+ "stacked.messagesFilledCombined": 61727,
33
+ "stacked.messagesFilledBase": 61728,
34
+ "stacked.messagesCombined": 61729,
35
+ "stacked.messagesBase": 61730,
36
+ "services.volume-3": 61731,
37
+ "services.volume-2": 61732,
38
+ "services.volume-1": 61733,
39
+ "services.volume-0": 61734,
40
+ "services.video": 61735,
41
+ "services.transpose": 61736,
42
+ "services.threeDocsStacked": 61737,
43
+ "services.target": 61738,
44
+ "services.targetFilled": 61739,
45
+ "services.tag": 61740,
46
+ "services.swap": 61741,
47
+ "services.star": 61742,
48
+ "services.split": 61743,
49
+ "services.song": 61744,
50
+ "services.skipPrevious": 61745,
51
+ "services.skipNext": 61746,
52
+ "services.singleDoc": 61747,
53
+ "services.shield": 61748,
54
+ "services.settings": 61749,
55
+ "services.sequence": 61750,
56
+ "services.repeat": 61751,
57
+ "services.question": 61752,
58
+ "services.playlist": 61753,
59
+ "services.play": 61754,
60
+ "services.playCircle": 61755,
61
+ "services.playCircleFilled": 61756,
62
+ "services.planSong": 61757,
63
+ "services.planNotes": 61758,
64
+ "services.planMedia": 61759,
65
+ "services.planFiles": 61760,
66
+ "services.planDetail": 61761,
67
+ "services.placeholder": 61762,
68
+ "services.pin": 61763,
69
+ "services.pinCircleFilled": 61764,
70
+ "services.pause": 61765,
71
+ "services.notes": 61766,
72
+ "services.link": 61767,
73
+ "services.linkOff": 61768,
74
+ "services.layout": 61769,
75
+ "services.item": 61770,
76
+ "services.importExport": 61771,
77
+ "services.image": 61772,
78
+ "services.house": 61773,
79
+ "services.headphones": 61774,
80
+ "services.header": 61775,
81
+ "services.graph": 61776,
82
+ "services.formatSize": 61777,
83
+ "services.formatColor": 61778,
84
+ "services.folderOpen": 61779,
85
+ "services.folderMusicNote": 61780,
86
+ "services.folderClosed": 61781,
87
+ "services.folderAdd": 61782,
88
+ "services.fileText": 61783,
89
+ "services.filePdf": 61784,
90
+ "services.fileLyrics": 61785,
91
+ "services.fileCopy": 61786,
92
+ "services.eye": 61787,
93
+ "services.eyeOutline": 61788,
94
+ "services.envelope": 61789,
95
+ "services.email": 61790,
96
+ "services.duplicate": 61791,
97
+ "services.dollarSignCircularArrow": 61792,
98
+ "services.dollarSignCircleKnockout": 61793,
99
+ "services.csvExport": 61794,
100
+ "services.cog": 61795,
101
+ "services.checkmark": 61796,
102
+ "services.chatBubbleOutline": 61797,
103
+ "services.calendar": 61798,
104
+ "services.calendarBlockout": 61799,
105
+ "services.audio": 61800,
106
+ "services.archive": 61801,
107
+ "registrations.undo": 61802,
108
+ "registrations.scholarship": 61803,
109
+ "registrations.reports": 61804,
110
+ "registrations.refund": 61805,
111
+ "registrations.putBackArrow": 61806,
112
+ "registrations.personDetails": 61807,
113
+ "registrations.overview": 61808,
114
+ "registrations.formDownload": 61809,
115
+ "registrations.drag": 61810,
116
+ "registrations.discount": 61811,
117
+ "registrations.capacity": 61812,
118
+ "registrations.calendarOutline": 61813,
119
+ "registrations.bell": 61814,
120
+ "registrations.attendeeType": 61815,
121
+ "registrations.assignments": 61816,
122
+ "registrations.addOns": 61817,
123
+ "publishing.twoHorizontalBars": 61818,
124
+ "publishing.trash": 61819,
125
+ "publishing.registrations": 61820,
126
+ "publishing.profile": 61821,
127
+ "publishing.podcast": 61822,
128
+ "publishing.pageSaved": 61823,
129
+ "publishing.magnifyingGlassPlus": 61824,
130
+ "publishing.magnifyingGlassMinus": 61825,
131
+ "publishing.home": 61826,
132
+ "publishing.groups": 61827,
133
+ "publishing.giving": 61828,
134
+ "publishing.checkIns": 61829,
135
+ "publishing.blockVideo": 61830,
136
+ "publishing.blockText": 61831,
137
+ "publishing.blockSocial": 61832,
138
+ "publishing.blockSectionHeader": 61833,
139
+ "publishing.blockLocation": 61834,
140
+ "publishing.blockImage": 61835,
141
+ "publishing.blockGrid": 61836,
142
+ "publishing.blockEventSchedule": 61837,
143
+ "publishing.blockDivider": 61838,
144
+ "publishing.blockContact": 61839,
145
+ "publishing.blockButton": 61840,
146
+ "publishing.archive": 61841,
147
+ "publishing.alignRight": 61842,
148
+ "publishing.alignLeft": 61843,
149
+ "publishing.alignCenter": 61844,
150
+ "planningCenterApp.outlinedHome": 61845,
151
+ "planningCenterApp.outlinedCompass": 61846,
152
+ "planningCenterApp.outlinedChecklist": 61847,
153
+ "planningCenterApp.outlinedBell": 61848,
154
+ "planningCenterApp.home": 61849,
155
+ "planningCenterApp.compass": 61850,
156
+ "planningCenterApp.checklist": 61851,
157
+ "planningCenterApp.bell": 61852,
158
+ "people.workflows": 61853,
159
+ "people.unsubscribed": 61854,
160
+ "people.textMessage": 61855,
161
+ "people.textMessageOutline": 61856,
162
+ "people.stepBack": 61857,
163
+ "people.skipStep": 61858,
164
+ "people.school": 61859,
165
+ "people.photoOutline": 61860,
166
+ "people.personPencil": 61861,
167
+ "people.personOutline": 61862,
168
+ "people.personArrow": 61863,
169
+ "people.noTextMessage": 61864,
170
+ "people.noActivity": 61865,
171
+ "people.moneyCircle": 61866,
172
+ "people.mixGender": 61867,
173
+ "people.logic": 61868,
174
+ "people.importProgress": 61869,
175
+ "people.idCardOutline": 61870,
176
+ "people.history": 61871,
177
+ "people.groupsRemoved": 61872,
178
+ "people.groupsAdded": 61873,
179
+ "people.forms": 61874,
180
+ "people.formText": 61875,
181
+ "people.formParagraph": 61876,
182
+ "people.formNumber": 61877,
183
+ "people.formDropdown": 61878,
184
+ "people.formCheckbox": 61879,
185
+ "people.fieldsMerge": 61880,
186
+ "people.errorUploading": 61881,
187
+ "people.duplicate": 61882,
188
+ "people.comment": 61883,
189
+ "people.commentOutline": 61884,
190
+ "people.cardRemoved": 61885,
191
+ "people.cardComplete": 61886,
192
+ "people.bulkActions": 61887,
193
+ "people.birthday": 61888,
194
+ "people.bgcheckPending": 61889,
195
+ "people.bgcheckNotclear": 61890,
196
+ "people.bgcheckNone": 61891,
197
+ "people.bgcheckExpired": 61892,
198
+ "people.bgcheckClear": 61893,
199
+ "people.bars": 61894,
200
+ "people.apple": 61895,
201
+ "people.anniversary": 61896,
202
+ "people.advance": 61897,
203
+ "people.activityRegis": 61898,
204
+ "logomark.services": 61899,
205
+ "logomark.resources": 61900,
206
+ "logomark.registrations": 61901,
207
+ "logomark.publishing": 61902,
208
+ "logomark.planningCenter": 61903,
209
+ "logomark.people": 61904,
210
+ "logomark.musicStand": 61905,
211
+ "logomark.home": 61906,
212
+ "logomark.groups": 61907,
213
+ "logomark.giving": 61908,
214
+ "logomark.churchCenter": 61909,
215
+ "logomark.checkIns": 61910,
216
+ "logomark.calendar": 61911,
217
+ "logomark.api": 61912,
218
+ "logomark.accounts": 61913,
219
+ "groups.unlockO": 61914,
220
+ "groups.promote": 61915,
221
+ "groups.personRemoveO": 61916,
222
+ "groups.notification": 61917,
223
+ "groups.notificationO": 61918,
224
+ "groups.noteO": 61919,
225
+ "groups.lockO": 61920,
226
+ "groups.cards": 61921,
227
+ "giving.trashCircleOutline": 61922,
228
+ "giving.stripeLink": 61923,
229
+ "giving.recurring": 61924,
230
+ "giving.printerCircle": 61925,
231
+ "giving.print": 61926,
232
+ "giving.pledgePencil": 61927,
233
+ "giving.pledgeCheck": 61928,
234
+ "giving.pledgeCalendar": 61929,
235
+ "giving.paymentMethods": 61930,
236
+ "giving.pageRightDouble": 61931,
237
+ "giving.mergeCircleOutline": 61932,
238
+ "giving.linkedCircles": 61933,
239
+ "giving.hold": 61934,
240
+ "giving.eraser": 61935,
241
+ "giving.email": 61936,
242
+ "giving.emailMulti": 61937,
243
+ "giving.emailCircle": 61938,
244
+ "giving.editCircleOutline": 61939,
245
+ "giving.donations": 61940,
246
+ "giving.defaults": 61941,
247
+ "giving.clockCircleO": 61942,
248
+ "giving.checkCircleStylized": 61943,
249
+ "giving.batches": 61944,
250
+ "giving.batchesGroup": 61945,
251
+ "giving.arrowUpTrendCircleO": 61946,
252
+ "giving.anonymous": 61947,
253
+ "general.x": 61948,
254
+ "general.xCircle": 61949,
255
+ "general.viewTable": 61950,
256
+ "general.viewCardStack": 61951,
257
+ "general.videoCamera": 61952,
258
+ "general.upChevron": 61953,
259
+ "general.upCaret": 61954,
260
+ "general.upArrow": 61955,
261
+ "general.unlock": 61956,
262
+ "general.twoPeople": 61957,
263
+ "general.twoOutwardChevrons": 61958,
264
+ "general.twoInwardChevrons": 61959,
265
+ "general.twoBlankFiles": 61960,
266
+ "general.trendingUp": 61961,
267
+ "general.tray": 61962,
268
+ "general.trash": 61963,
269
+ "general.toCloudArrow": 61964,
270
+ "general.threeVerticalBars": 61965,
271
+ "general.threeReducingHorizontalBars": 61966,
272
+ "general.threeLineMusicNote": 61967,
273
+ "general.threeHorizontalListItems": 61968,
274
+ "general.threeHorizontalBars": 61969,
275
+ "general.threeHorizontalBarsDownArrow": 61970,
276
+ "general.threeDots": 61971,
277
+ "general.threeDotsO": 61972,
278
+ "general.thickX": 61973,
279
+ "general.thickToBottomArrow": 61974,
280
+ "general.thickFromBottomArrow": 61975,
281
+ "general.thickCheckmark": 61976,
282
+ "general.textMessage": 61977,
283
+ "general.textMessageNotifications": 61978,
284
+ "general.star": 61979,
285
+ "general.starSquare": 61980,
286
+ "general.starCircle": 61981,
287
+ "general.smallX": 61982,
288
+ "general.smallPlus": 61983,
289
+ "general.smallMinus": 61984,
290
+ "general.showEye": 61985,
291
+ "general.shieldExclamation": 61986,
292
+ "general.share": 61987,
293
+ "general.search": 61988,
294
+ "general.rss": 61989,
295
+ "general.rssSquare": 61990,
296
+ "general.rightChevron": 61991,
297
+ "general.rightCaret": 61992,
298
+ "general.rightArrow": 61993,
299
+ "general.reload": 61994,
300
+ "general.refresh": 61995,
301
+ "general.question": 61996,
302
+ "general.questionCircle": 61997,
303
+ "general.qrCode": 61998,
304
+ "general.pulse": 61999,
305
+ "general.printer": 62000,
306
+ "general.podcast": 62001,
307
+ "general.plus": 62002,
308
+ "general.plusPerson": 62003,
309
+ "general.plusCircle": 62004,
310
+ "general.pin": 62005,
311
+ "general.pico": 62006,
312
+ "general.phone": 62007,
313
+ "general.person": 62008,
314
+ "general.personBadge": 62009,
315
+ "general.pencil": 62010,
316
+ "general.pencilPerson": 62011,
317
+ "general.pencilCircle": 62012,
318
+ "general.paperclip": 62013,
319
+ "general.outlinedXCircle": 62014,
320
+ "general.outlinedVideoFile": 62015,
321
+ "general.outlinedTwoBlankFiles": 62016,
322
+ "general.outlinedTextMessage": 62017,
323
+ "general.outlinedTextFile": 62018,
324
+ "general.outlinedStarCircle": 62019,
325
+ "general.outlinedSlashCircle": 62020,
326
+ "general.outlinedQuestionCircle": 62021,
327
+ "general.outlinedPlusCircle": 62022,
328
+ "general.outlinedPin": 62023,
329
+ "general.outlinedPdfFile": 62024,
330
+ "general.outlinedOpenEnvelope": 62025,
331
+ "general.outlinedNotes": 62026,
332
+ "general.outlinedMusicFile": 62027,
333
+ "general.outlinedMinusCircle": 62028,
334
+ "general.outlinedMessage": 62029,
335
+ "general.outlinedLocationPin": 62030,
336
+ "general.outlinedInfoCircle": 62031,
337
+ "general.outlinedImageFile": 62032,
338
+ "general.outlinedHeart": 62033,
339
+ "general.outlinedGenericFile": 62034,
340
+ "general.outlinedExclamationCircle": 62035,
341
+ "general.outlinedEnvelope": 62036,
342
+ "general.outlinedDots": 62037,
343
+ "general.outlinedCreditCard": 62038,
344
+ "general.outlinedClock": 62039,
345
+ "general.outlinedCircleCheck": 62040,
346
+ "general.outlinedChecklist": 62041,
347
+ "general.outlinedCelebrate": 62042,
348
+ "general.outlinedBlankFile": 62043,
349
+ "general.outlinedBell": 62044,
350
+ "general.openStar": 62045,
351
+ "general.openFolder": 62046,
352
+ "general.newWindow": 62047,
353
+ "general.mobilePhone": 62048,
354
+ "general.minus": 62049,
355
+ "general.minusCircle": 62050,
356
+ "general.message": 62051,
357
+ "general.megaphone": 62052,
358
+ "general.magicWand": 62053,
359
+ "general.lock": 62054,
360
+ "general.locationPin": 62055,
361
+ "general.link": 62056,
362
+ "general.leftChevron": 62057,
363
+ "general.leftCaret": 62058,
364
+ "general.leftArrow": 62059,
365
+ "general.laptop": 62060,
366
+ "general.intoBox": 62061,
367
+ "general.infoCircle": 62062,
368
+ "general.inactive": 62063,
369
+ "general.inTray": 62064,
370
+ "general.image": 62065,
371
+ "general.hideEye": 62066,
372
+ "general.heart": 62067,
373
+ "general.heartGroup": 62068,
374
+ "general.hangTag": 62069,
375
+ "general.handshake": 62070,
376
+ "general.genericFile": 62071,
377
+ "general.funnel": 62072,
378
+ "general.fromCloudArrow": 62073,
379
+ "general.folder": 62074,
380
+ "general.faders": 62075,
381
+ "general.exclamationTriangle": 62076,
382
+ "general.exclamationCircle": 62077,
383
+ "general.exchange": 62078,
384
+ "general.event": 62079,
385
+ "general.envelope": 62080,
386
+ "general.dragHandle": 62081,
387
+ "general.downChevron": 62082,
388
+ "general.downCaret": 62083,
389
+ "general.downArrow": 62084,
390
+ "general.creditCard": 62085,
391
+ "general.cog": 62086,
392
+ "general.cogPerson": 62087,
393
+ "general.closedStar": 62088,
394
+ "general.clock": 62089,
395
+ "general.childHatSmile": 62090,
396
+ "general.checklist": 62091,
397
+ "general.check": 62092,
398
+ "general.checkPerson": 62093,
399
+ "general.checkDouble": 62094,
400
+ "general.checkCircle": 62095,
401
+ "general.checkCalendar": 62096,
402
+ "general.celebrate": 62097,
403
+ "general.calendar": 62098,
404
+ "general.calendarRepeat": 62099,
405
+ "general.brokenLink": 62100,
406
+ "general.bracketsCurly": 62101,
407
+ "general.bookOpen": 62102,
408
+ "general.bolt": 62103,
409
+ "general.blockGrid": 62104,
410
+ "general.blankFile": 62105,
411
+ "general.bill": 62106,
412
+ "general.bell": 62107,
413
+ "general.bellMuted": 62108,
414
+ "churchCenter.trash": 62109,
415
+ "churchCenter.threeDots": 62110,
416
+ "churchCenter.threeDotsO": 62111,
417
+ "churchCenter.thinX": 62112,
418
+ "churchCenter.sort": 62113,
419
+ "churchCenter.signups": 62114,
420
+ "churchCenter.signupsO": 62115,
421
+ "churchCenter.shareIos": 62116,
422
+ "churchCenter.shareAndroid": 62117,
423
+ "churchCenter.services": 62118,
424
+ "churchCenter.servicesO": 62119,
425
+ "churchCenter.servicesAlt": 62120,
426
+ "churchCenter.servicesAltO": 62121,
427
+ "churchCenter.registrations": 62122,
428
+ "churchCenter.registrationsO": 62123,
429
+ "churchCenter.registrationsHistoryO": 62124,
430
+ "churchCenter.radioButtonOff": 62125,
431
+ "churchCenter.question": 62126,
432
+ "churchCenter.profile": 62127,
433
+ "churchCenter.profileO": 62128,
434
+ "churchCenter.profileInfoO": 62129,
435
+ "churchCenter.profileHeader": 62130,
436
+ "churchCenter.photosO": 62131,
437
+ "churchCenter.photosIos": 62132,
438
+ "churchCenter.photosAndroid": 62133,
439
+ "churchCenter.people": 62134,
440
+ "churchCenter.paymentMethodsO": 62135,
441
+ "churchCenter.paste": 62136,
442
+ "churchCenter.paperPlane": 62137,
443
+ "churchCenter.paperPlaneO": 62138,
444
+ "churchCenter.myCc": 62139,
445
+ "churchCenter.myCcO": 62140,
446
+ "churchCenter.moon": 62141,
447
+ "churchCenter.messageCircle": 62142,
448
+ "churchCenter.locationArrow": 62143,
449
+ "churchCenter.householdO": 62144,
450
+ "churchCenter.home": 62145,
451
+ "churchCenter.homeO": 62146,
452
+ "churchCenter.groups": 62147,
453
+ "churchCenter.groupsThick": 62148,
454
+ "churchCenter.groupsO": 62149,
455
+ "churchCenter.groupsDashboard": 62150,
456
+ "churchCenter.globe": 62151,
457
+ "churchCenter.giving": 62152,
458
+ "churchCenter.givingStatementsO": 62153,
459
+ "churchCenter.givingRecurringO": 62154,
460
+ "churchCenter.givingPledgesO": 62155,
461
+ "churchCenter.givingO": 62156,
462
+ "churchCenter.givingInKind": 62157,
463
+ "churchCenter.givingInKindO": 62158,
464
+ "churchCenter.givingHistoryO": 62159,
465
+ "churchCenter.giveMoney": 62160,
466
+ "churchCenter.giveHeart": 62161,
467
+ "churchCenter.flashOn": 62162,
468
+ "churchCenter.flashOff": 62163,
469
+ "churchCenter.flag": 62164,
470
+ "churchCenter.exclamationCircle": 62165,
471
+ "churchCenter.eventCircle": 62166,
472
+ "churchCenter.dotCircle": 62167,
473
+ "churchCenter.directory": 62168,
474
+ "churchCenter.directoryO": 62169,
475
+ "churchCenter.circle": 62170,
476
+ "churchCenter.checkIns": 62171,
477
+ "churchCenter.checkInsO": 62172,
478
+ "churchCenter.cameraReverse": 62173,
479
+ "churchCenter.calendarEvents": 62174,
480
+ "churchCenter.calendarCancel": 62175,
481
+ "churchCenter.bookmark": 62176,
482
+ "churchCenter.bookmarkO": 62177,
483
+ "churchCenter.bellO": 62178,
484
+ "churchCenter.bank": 62179,
485
+ "churchCenter.bankCheck": 62180,
486
+ "churchCenter.addReaction": 62181,
487
+ "checkIns.x": 62182,
488
+ "checkIns.tickBoxOpen": 62183,
489
+ "checkIns.tickBoxFull": 62184,
490
+ "checkIns.reportPreview": 62185,
491
+ "checkIns.mobilePass": 62186,
492
+ "checkIns.label": 62187,
493
+ "checkIns.labelSecurity": 62188,
494
+ "checkIns.labelSecurityCircle": 62189,
495
+ "checkIns.labelSecurityAdd": 62190,
496
+ "checkIns.labelName": 62191,
497
+ "checkIns.labelNameCircle": 62192,
498
+ "checkIns.labelNameAdd": 62193,
499
+ "checkIns.labelBirthday": 62194,
500
+ "checkIns.labelBirthdayCircle": 62195,
501
+ "checkIns.labelBirthdayAdd": 62196,
502
+ "checkIns.labelAddMultiple": 62197,
503
+ "checkIns.householdAddPerson": 62198,
504
+ "checkIns.guestBadge": 62199,
505
+ "checkIns.deleteButton": 62200,
506
+ "checkIns.checkout": 62201,
507
+ "checkIns.checkin": 62202,
508
+ "checkIns.check": 62203,
509
+ "checkIns.checkPending": 62204,
510
+ "checkIns.chart": 62205,
511
+ "checkIns.birthday": 62206,
512
+ "checkIns.bgcheckX": 62207,
513
+ "checkIns.bgcheckCheck": 62208,
514
+ "checkIns.barcode": 62209,
515
+ "checkIns.barcodeCamera": 62210,
516
+ "checkIns.addHousehold": 62211,
517
+ "chat.smile": 62212,
518
+ "chat.reportMessage": 62213,
519
+ "chat.reportMessageO": 62214,
520
+ "chat.camera": 62215,
521
+ "cco.statementsO": 62216,
522
+ "cco.checkEncircled": 62217,
523
+ "cco.calendarOutline": 62218,
524
+ "calendar.rooms": 62219,
525
+ "calendar.roomsReverse": 62220,
526
+ "calendar.roomSetup": 62221,
527
+ "calendar.resources": 62222,
528
+ "calendar.resourcesReverse": 62223,
529
+ "calendar.reservationBlock": 62224,
530
+ "calendar.primaryRoom": 62225,
531
+ "calendar.people": 62226,
532
+ "calendar.listView": 62227,
533
+ "calendar.kiosk": 62228,
534
+ "calendar.eventTemplate": 62229,
535
+ "calendar.duplicate": 62230,
536
+ "calendar.connections": 62231,
537
+ "calendar.approvalGroup": 62232,
538
+ "brand.youtube": 62233,
539
+ "brand.windows": 62234,
540
+ "brand.vimeo": 62235,
541
+ "brand.twitter": 62236,
542
+ "brand.twilio": 62237,
543
+ "brand.tiktok": 62238,
544
+ "brand.stripe": 62239,
545
+ "brand.spotify": 62240,
546
+ "brand.spotifySolid": 62241,
547
+ "brand.songSelect": 62242,
548
+ "brand.safari": 62243,
549
+ "brand.rehearsalPack": 62244,
550
+ "brand.rehearsalMix": 62245,
551
+ "brand.praiseCharts": 62246,
552
+ "brand.mailchimp": 62247,
553
+ "brand.linux": 62248,
554
+ "brand.linkedin": 62249,
555
+ "brand.instagram": 62250,
556
+ "brand.ie": 62251,
557
+ "brand.firefox": 62252,
558
+ "brand.facebook": 62253,
559
+ "brand.facebookOutline": 62254,
560
+ "brand.edge": 62255,
561
+ "brand.chrome": 62256,
562
+ "brand.checkr": 62257,
563
+ "brand.chartPro": 62258,
564
+ "brand.apple": 62259,
565
+ "brand.applePodcasts": 62260,
566
+ "brand.applePay": 62261,
567
+ "brand.appleMusic": 62262,
568
+ "brand.android": 62263,
569
+ "brand.androidFull": 62264,
570
+ "brand.amazon": 62265,
571
+ "api.webhook": 62266,
572
+ "api.terminal": 62267,
573
+ "api.link": 62268,
574
+ "api.key": 62269,
575
+ "api.document": 62270,
576
+ "api.copy": 62271,
577
+ "api.compass": 62272,
578
+ "accounts.stamp": 62273,
579
+ "accounts.photo": 62274,
580
+ "accounts.payout": 62275,
581
+ "accounts.integrations": 62276,
582
+ "accounts.integrationDisconnected": 62277,
583
+ "accounts.integrationConnected": 62278,
584
+ "accounts.gavel": 62279,
585
+ "accounts.editor": 62280,
586
+ "accounts.currencyLedger": 62281,
587
+ "accounts.contactCard": 62282,
588
+ "accounts.compass": 62283,
589
+ "accounts.churchCenterO": 62284,
590
+ "accounts.campus": 62285,
591
+ "accounts.addons": 62286
592
+ }
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/icons",
3
- "version": "15.32.0",
3
+ "version": "15.32.1",
4
4
  "description": "Planning Center Icons",
5
5
  "scripts": {
6
6
  "build": "yarn clean && yarn build:symbol && node --experimental-modules ./scripts/cli.mjs build && yarn build:font",
@@ -0,0 +1,14 @@
1
+ export const addons: string
2
+ export const campus: string
3
+ export const churchCenterO: string
4
+ export const compass: string
5
+ export const contactCard: string
6
+ export const currencyLedger: string
7
+ export const editor: string
8
+ export const gavel: string
9
+ export const integrationConnected: string
10
+ export const integrationDisconnected: string
11
+ export const integrations: string
12
+ export const payout: string
13
+ export const photo: string
14
+ export const stamp: string