@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.
- package/fonts/manifest.json +3645 -0
- package/fonts/planning-center-icons.d.ts +630 -0
- package/fonts/planning-center-icons.json +592 -0
- package/fonts/planning-center-icons.ttf +0 -0
- package/fonts/planning-center-icons.woff +0 -0
- package/fonts/planning-center-icons.woff2 +0 -0
- package/package.json +1 -1
- package/paths/accounts.d.ts +14 -0
- package/paths/accounts.js +16 -0
- package/paths/accounts.mjs +27 -0
- package/paths/api.d.ts +7 -0
- package/paths/api.js +9 -0
- package/paths/api.mjs +13 -0
- package/paths/brand.d.ts +33 -0
- package/paths/brand.js +35 -0
- package/paths/brand.mjs +65 -0
- package/paths/calendar.d.ts +14 -0
- package/paths/calendar.js +16 -0
- package/paths/calendar.mjs +27 -0
- package/paths/cco.d.ts +3 -0
- package/paths/cco.js +5 -0
- package/paths/cco.mjs +5 -0
- package/paths/chat.d.ts +4 -0
- package/paths/chat.js +6 -0
- package/paths/chat.mjs +7 -0
- package/paths/check-ins.d.ts +30 -0
- package/paths/check-ins.js +32 -0
- package/paths/check-ins.mjs +59 -0
- package/paths/church-center.d.ts +73 -0
- package/paths/church-center.js +75 -0
- package/paths/church-center.mjs +145 -0
- package/paths/general.d.ts +161 -0
- package/paths/general.js +163 -0
- package/paths/general.mjs +321 -0
- package/paths/giving.d.ts +26 -0
- package/paths/giving.js +28 -0
- package/paths/giving.mjs +51 -0
- package/paths/groups.d.ts +8 -0
- package/paths/groups.js +10 -0
- package/paths/groups.mjs +15 -0
- package/paths/logomark.d.ts +15 -0
- package/paths/logomark.js +17 -0
- package/paths/logomark.mjs +29 -0
- package/paths/people.d.ts +46 -0
- package/paths/people.js +48 -0
- package/paths/people.mjs +91 -0
- package/paths/planning-center-app.d.ts +8 -0
- package/paths/planning-center-app.js +10 -0
- package/paths/planning-center-app.mjs +15 -0
- package/paths/publishing.d.ts +27 -0
- package/paths/publishing.js +29 -0
- package/paths/publishing.mjs +53 -0
- package/paths/registrations.d.ts +16 -0
- package/paths/registrations.js +18 -0
- package/paths/registrations.mjs +31 -0
- package/paths/services.d.ts +71 -0
- package/paths/services.js +73 -0
- package/paths/services.mjs +141 -0
- package/paths/stacked.d.ts +14 -0
- package/paths/stacked.js +16 -0
- package/paths/stacked.mjs +27 -0
- package/paths/tapestry.d.ts +9 -0
- package/paths/tapestry.js +11 -0
- package/paths/tapestry.mjs +17 -0
- package/paths/toolbar.d.ts +11 -0
- package/paths/toolbar.js +13 -0
- package/paths/toolbar.mjs +21 -0
- package/sprites/accounts.d.ts +2 -0
- package/sprites/accounts.svg +58 -0
- package/sprites/api.d.ts +2 -0
- package/sprites/api.svg +30 -0
- package/sprites/brand.d.ts +2 -0
- package/sprites/brand.svg +134 -0
- package/sprites/calendar.d.ts +2 -0
- package/sprites/calendar.svg +58 -0
- package/sprites/cco.d.ts +2 -0
- package/sprites/cco.svg +14 -0
- package/sprites/chat.d.ts +2 -0
- package/sprites/chat.svg +18 -0
- package/sprites/check-ins.d.ts +2 -0
- package/sprites/check-ins.svg +122 -0
- package/sprites/church-center.d.ts +2 -0
- package/sprites/church-center.svg +294 -0
- package/sprites/color-logomark.d.ts +2 -0
- package/sprites/color-logomark.svg +54 -0
- package/sprites/general.d.ts +2 -0
- package/sprites/general.svg +646 -0
- package/sprites/giving.d.ts +2 -0
- package/sprites/giving.svg +106 -0
- package/sprites/groups.d.ts +2 -0
- package/sprites/groups.svg +34 -0
- package/sprites/logomark.d.ts +2 -0
- package/sprites/logomark.svg +62 -0
- package/sprites/people.d.ts +2 -0
- package/sprites/people.svg +186 -0
- package/sprites/planning-center-app.d.ts +2 -0
- package/sprites/planning-center-app.svg +34 -0
- package/sprites/publishing.d.ts +2 -0
- package/sprites/publishing.svg +110 -0
- package/sprites/registrations.d.ts +2 -0
- package/sprites/registrations.svg +66 -0
- package/sprites/services.d.ts +2 -0
- package/sprites/services.svg +286 -0
- package/sprites/stacked.d.ts +2 -0
- package/sprites/stacked.svg +58 -0
- package/sprites/tapestry.d.ts +2 -0
- package/sprites/tapestry.svg +38 -0
- package/sprites/toolbar.d.ts +2 -0
- package/sprites/toolbar.svg +46 -0
- package/symbol/cjs/index.d.ts +16 -0
- package/symbol/cjs/index.js +47 -0
- package/symbol/cjs/index.js.map +1 -0
- package/symbol/esm/index.d.ts +16 -0
- package/symbol/esm/index.js +44 -0
- package/symbol/esm/index.js.map +1 -0
- package/symbol/index.d.ts +16 -0
- package/symbol/index.js +47 -0
- package/symbol/index.js.map +1 -0
|
@@ -0,0 +1,630 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Planning Center Icons glyphmap for use with @expo/vector-icons
|
|
3
|
+
*
|
|
4
|
+
* Usage in a React Native/Expo app:
|
|
5
|
+
*
|
|
6
|
+
* 1. Create the icon component in your app:
|
|
7
|
+
*
|
|
8
|
+
* // src/components/planning-center-icons.ts
|
|
9
|
+
* import { createIconSet } from "@expo/vector-icons"
|
|
10
|
+
* import glyphMap from "@planningcenter/icons/fonts/planning-center-icons.json"
|
|
11
|
+
*
|
|
12
|
+
* export const PlanningCenterIcons = createIconSet(
|
|
13
|
+
* glyphMap,
|
|
14
|
+
* "planning-center-icons",
|
|
15
|
+
* "planning-center-icons.ttf"
|
|
16
|
+
* )
|
|
17
|
+
*
|
|
18
|
+
* export const PlanningCenterIconsFont = {
|
|
19
|
+
* "planning-center-icons": require("@planningcenter/icons/fonts/planning-center-icons.ttf"),
|
|
20
|
+
* }
|
|
21
|
+
*
|
|
22
|
+
* 2. Load the font in your app's root layout:
|
|
23
|
+
*
|
|
24
|
+
* import { useFonts } from "expo-font"
|
|
25
|
+
* import { PlanningCenterIconsFont } from "@/components/planning-center-icons"
|
|
26
|
+
*
|
|
27
|
+
* const [fontsLoaded] = useFonts(PlanningCenterIconsFont)
|
|
28
|
+
*
|
|
29
|
+
* 3. Use with expo-router's VectorIcon for native tabs:
|
|
30
|
+
*
|
|
31
|
+
* import { VectorIcon } from "expo-router/unstable-native-tabs"
|
|
32
|
+
* import { PlanningCenterIcons } from "@/components/planning-center-icons"
|
|
33
|
+
*
|
|
34
|
+
* <VectorIcon family={PlanningCenterIcons} name="general.star" />
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
export type PlanningCenterIconName =
|
|
38
|
+
| "toolbar.sun"
|
|
39
|
+
| "toolbar.planningCenter"
|
|
40
|
+
| "toolbar.planningCenterO"
|
|
41
|
+
| "toolbar.notification"
|
|
42
|
+
| "toolbar.notificationO"
|
|
43
|
+
| "toolbar.moon"
|
|
44
|
+
| "toolbar.home"
|
|
45
|
+
| "toolbar.homeO"
|
|
46
|
+
| "toolbar.display"
|
|
47
|
+
| "toolbar.checklist"
|
|
48
|
+
| "toolbar.checklistO"
|
|
49
|
+
| "tapestry.upChevron"
|
|
50
|
+
| "tapestry.rightChevron"
|
|
51
|
+
| "tapestry.radio-1"
|
|
52
|
+
| "tapestry.radio-0"
|
|
53
|
+
| "tapestry.leftChevron"
|
|
54
|
+
| "tapestry.downChevron"
|
|
55
|
+
| "tapestry.checkbox-2"
|
|
56
|
+
| "tapestry.checkbox-1"
|
|
57
|
+
| "tapestry.checkbox-0"
|
|
58
|
+
| "stacked.notifications"
|
|
59
|
+
| "stacked.notificationsIndicator"
|
|
60
|
+
| "stacked.notificationsFilled"
|
|
61
|
+
| "stacked.notificationsFilledCombined"
|
|
62
|
+
| "stacked.notificationsFilledBase"
|
|
63
|
+
| "stacked.notificationsCombined"
|
|
64
|
+
| "stacked.notificationsBase"
|
|
65
|
+
| "stacked.messages"
|
|
66
|
+
| "stacked.messagesIndicator"
|
|
67
|
+
| "stacked.messagesFilled"
|
|
68
|
+
| "stacked.messagesFilledCombined"
|
|
69
|
+
| "stacked.messagesFilledBase"
|
|
70
|
+
| "stacked.messagesCombined"
|
|
71
|
+
| "stacked.messagesBase"
|
|
72
|
+
| "services.volume-3"
|
|
73
|
+
| "services.volume-2"
|
|
74
|
+
| "services.volume-1"
|
|
75
|
+
| "services.volume-0"
|
|
76
|
+
| "services.video"
|
|
77
|
+
| "services.transpose"
|
|
78
|
+
| "services.threeDocsStacked"
|
|
79
|
+
| "services.target"
|
|
80
|
+
| "services.targetFilled"
|
|
81
|
+
| "services.tag"
|
|
82
|
+
| "services.swap"
|
|
83
|
+
| "services.star"
|
|
84
|
+
| "services.split"
|
|
85
|
+
| "services.song"
|
|
86
|
+
| "services.skipPrevious"
|
|
87
|
+
| "services.skipNext"
|
|
88
|
+
| "services.singleDoc"
|
|
89
|
+
| "services.shield"
|
|
90
|
+
| "services.settings"
|
|
91
|
+
| "services.sequence"
|
|
92
|
+
| "services.repeat"
|
|
93
|
+
| "services.question"
|
|
94
|
+
| "services.playlist"
|
|
95
|
+
| "services.play"
|
|
96
|
+
| "services.playCircle"
|
|
97
|
+
| "services.playCircleFilled"
|
|
98
|
+
| "services.planSong"
|
|
99
|
+
| "services.planNotes"
|
|
100
|
+
| "services.planMedia"
|
|
101
|
+
| "services.planFiles"
|
|
102
|
+
| "services.planDetail"
|
|
103
|
+
| "services.placeholder"
|
|
104
|
+
| "services.pin"
|
|
105
|
+
| "services.pinCircleFilled"
|
|
106
|
+
| "services.pause"
|
|
107
|
+
| "services.notes"
|
|
108
|
+
| "services.link"
|
|
109
|
+
| "services.linkOff"
|
|
110
|
+
| "services.layout"
|
|
111
|
+
| "services.item"
|
|
112
|
+
| "services.importExport"
|
|
113
|
+
| "services.image"
|
|
114
|
+
| "services.house"
|
|
115
|
+
| "services.headphones"
|
|
116
|
+
| "services.header"
|
|
117
|
+
| "services.graph"
|
|
118
|
+
| "services.formatSize"
|
|
119
|
+
| "services.formatColor"
|
|
120
|
+
| "services.folderOpen"
|
|
121
|
+
| "services.folderMusicNote"
|
|
122
|
+
| "services.folderClosed"
|
|
123
|
+
| "services.folderAdd"
|
|
124
|
+
| "services.fileText"
|
|
125
|
+
| "services.filePdf"
|
|
126
|
+
| "services.fileLyrics"
|
|
127
|
+
| "services.fileCopy"
|
|
128
|
+
| "services.eye"
|
|
129
|
+
| "services.eyeOutline"
|
|
130
|
+
| "services.envelope"
|
|
131
|
+
| "services.email"
|
|
132
|
+
| "services.duplicate"
|
|
133
|
+
| "services.dollarSignCircularArrow"
|
|
134
|
+
| "services.dollarSignCircleKnockout"
|
|
135
|
+
| "services.csvExport"
|
|
136
|
+
| "services.cog"
|
|
137
|
+
| "services.checkmark"
|
|
138
|
+
| "services.chatBubbleOutline"
|
|
139
|
+
| "services.calendar"
|
|
140
|
+
| "services.calendarBlockout"
|
|
141
|
+
| "services.audio"
|
|
142
|
+
| "services.archive"
|
|
143
|
+
| "registrations.undo"
|
|
144
|
+
| "registrations.scholarship"
|
|
145
|
+
| "registrations.reports"
|
|
146
|
+
| "registrations.refund"
|
|
147
|
+
| "registrations.putBackArrow"
|
|
148
|
+
| "registrations.personDetails"
|
|
149
|
+
| "registrations.overview"
|
|
150
|
+
| "registrations.formDownload"
|
|
151
|
+
| "registrations.drag"
|
|
152
|
+
| "registrations.discount"
|
|
153
|
+
| "registrations.capacity"
|
|
154
|
+
| "registrations.calendarOutline"
|
|
155
|
+
| "registrations.bell"
|
|
156
|
+
| "registrations.attendeeType"
|
|
157
|
+
| "registrations.assignments"
|
|
158
|
+
| "registrations.addOns"
|
|
159
|
+
| "publishing.twoHorizontalBars"
|
|
160
|
+
| "publishing.trash"
|
|
161
|
+
| "publishing.registrations"
|
|
162
|
+
| "publishing.profile"
|
|
163
|
+
| "publishing.podcast"
|
|
164
|
+
| "publishing.pageSaved"
|
|
165
|
+
| "publishing.magnifyingGlassPlus"
|
|
166
|
+
| "publishing.magnifyingGlassMinus"
|
|
167
|
+
| "publishing.home"
|
|
168
|
+
| "publishing.groups"
|
|
169
|
+
| "publishing.giving"
|
|
170
|
+
| "publishing.checkIns"
|
|
171
|
+
| "publishing.blockVideo"
|
|
172
|
+
| "publishing.blockText"
|
|
173
|
+
| "publishing.blockSocial"
|
|
174
|
+
| "publishing.blockSectionHeader"
|
|
175
|
+
| "publishing.blockLocation"
|
|
176
|
+
| "publishing.blockImage"
|
|
177
|
+
| "publishing.blockGrid"
|
|
178
|
+
| "publishing.blockEventSchedule"
|
|
179
|
+
| "publishing.blockDivider"
|
|
180
|
+
| "publishing.blockContact"
|
|
181
|
+
| "publishing.blockButton"
|
|
182
|
+
| "publishing.archive"
|
|
183
|
+
| "publishing.alignRight"
|
|
184
|
+
| "publishing.alignLeft"
|
|
185
|
+
| "publishing.alignCenter"
|
|
186
|
+
| "planningCenterApp.outlinedHome"
|
|
187
|
+
| "planningCenterApp.outlinedCompass"
|
|
188
|
+
| "planningCenterApp.outlinedChecklist"
|
|
189
|
+
| "planningCenterApp.outlinedBell"
|
|
190
|
+
| "planningCenterApp.home"
|
|
191
|
+
| "planningCenterApp.compass"
|
|
192
|
+
| "planningCenterApp.checklist"
|
|
193
|
+
| "planningCenterApp.bell"
|
|
194
|
+
| "people.workflows"
|
|
195
|
+
| "people.unsubscribed"
|
|
196
|
+
| "people.textMessage"
|
|
197
|
+
| "people.textMessageOutline"
|
|
198
|
+
| "people.stepBack"
|
|
199
|
+
| "people.skipStep"
|
|
200
|
+
| "people.school"
|
|
201
|
+
| "people.photoOutline"
|
|
202
|
+
| "people.personPencil"
|
|
203
|
+
| "people.personOutline"
|
|
204
|
+
| "people.personArrow"
|
|
205
|
+
| "people.noTextMessage"
|
|
206
|
+
| "people.noActivity"
|
|
207
|
+
| "people.moneyCircle"
|
|
208
|
+
| "people.mixGender"
|
|
209
|
+
| "people.logic"
|
|
210
|
+
| "people.importProgress"
|
|
211
|
+
| "people.idCardOutline"
|
|
212
|
+
| "people.history"
|
|
213
|
+
| "people.groupsRemoved"
|
|
214
|
+
| "people.groupsAdded"
|
|
215
|
+
| "people.forms"
|
|
216
|
+
| "people.formText"
|
|
217
|
+
| "people.formParagraph"
|
|
218
|
+
| "people.formNumber"
|
|
219
|
+
| "people.formDropdown"
|
|
220
|
+
| "people.formCheckbox"
|
|
221
|
+
| "people.fieldsMerge"
|
|
222
|
+
| "people.errorUploading"
|
|
223
|
+
| "people.duplicate"
|
|
224
|
+
| "people.comment"
|
|
225
|
+
| "people.commentOutline"
|
|
226
|
+
| "people.cardRemoved"
|
|
227
|
+
| "people.cardComplete"
|
|
228
|
+
| "people.bulkActions"
|
|
229
|
+
| "people.birthday"
|
|
230
|
+
| "people.bgcheckPending"
|
|
231
|
+
| "people.bgcheckNotclear"
|
|
232
|
+
| "people.bgcheckNone"
|
|
233
|
+
| "people.bgcheckExpired"
|
|
234
|
+
| "people.bgcheckClear"
|
|
235
|
+
| "people.bars"
|
|
236
|
+
| "people.apple"
|
|
237
|
+
| "people.anniversary"
|
|
238
|
+
| "people.advance"
|
|
239
|
+
| "people.activityRegis"
|
|
240
|
+
| "logomark.services"
|
|
241
|
+
| "logomark.resources"
|
|
242
|
+
| "logomark.registrations"
|
|
243
|
+
| "logomark.publishing"
|
|
244
|
+
| "logomark.planningCenter"
|
|
245
|
+
| "logomark.people"
|
|
246
|
+
| "logomark.musicStand"
|
|
247
|
+
| "logomark.home"
|
|
248
|
+
| "logomark.groups"
|
|
249
|
+
| "logomark.giving"
|
|
250
|
+
| "logomark.churchCenter"
|
|
251
|
+
| "logomark.checkIns"
|
|
252
|
+
| "logomark.calendar"
|
|
253
|
+
| "logomark.api"
|
|
254
|
+
| "logomark.accounts"
|
|
255
|
+
| "groups.unlockO"
|
|
256
|
+
| "groups.promote"
|
|
257
|
+
| "groups.personRemoveO"
|
|
258
|
+
| "groups.notification"
|
|
259
|
+
| "groups.notificationO"
|
|
260
|
+
| "groups.noteO"
|
|
261
|
+
| "groups.lockO"
|
|
262
|
+
| "groups.cards"
|
|
263
|
+
| "giving.trashCircleOutline"
|
|
264
|
+
| "giving.stripeLink"
|
|
265
|
+
| "giving.recurring"
|
|
266
|
+
| "giving.printerCircle"
|
|
267
|
+
| "giving.print"
|
|
268
|
+
| "giving.pledgePencil"
|
|
269
|
+
| "giving.pledgeCheck"
|
|
270
|
+
| "giving.pledgeCalendar"
|
|
271
|
+
| "giving.paymentMethods"
|
|
272
|
+
| "giving.pageRightDouble"
|
|
273
|
+
| "giving.mergeCircleOutline"
|
|
274
|
+
| "giving.linkedCircles"
|
|
275
|
+
| "giving.hold"
|
|
276
|
+
| "giving.eraser"
|
|
277
|
+
| "giving.email"
|
|
278
|
+
| "giving.emailMulti"
|
|
279
|
+
| "giving.emailCircle"
|
|
280
|
+
| "giving.editCircleOutline"
|
|
281
|
+
| "giving.donations"
|
|
282
|
+
| "giving.defaults"
|
|
283
|
+
| "giving.clockCircleO"
|
|
284
|
+
| "giving.checkCircleStylized"
|
|
285
|
+
| "giving.batches"
|
|
286
|
+
| "giving.batchesGroup"
|
|
287
|
+
| "giving.arrowUpTrendCircleO"
|
|
288
|
+
| "giving.anonymous"
|
|
289
|
+
| "general.x"
|
|
290
|
+
| "general.xCircle"
|
|
291
|
+
| "general.viewTable"
|
|
292
|
+
| "general.viewCardStack"
|
|
293
|
+
| "general.videoCamera"
|
|
294
|
+
| "general.upChevron"
|
|
295
|
+
| "general.upCaret"
|
|
296
|
+
| "general.upArrow"
|
|
297
|
+
| "general.unlock"
|
|
298
|
+
| "general.twoPeople"
|
|
299
|
+
| "general.twoOutwardChevrons"
|
|
300
|
+
| "general.twoInwardChevrons"
|
|
301
|
+
| "general.twoBlankFiles"
|
|
302
|
+
| "general.trendingUp"
|
|
303
|
+
| "general.tray"
|
|
304
|
+
| "general.trash"
|
|
305
|
+
| "general.toCloudArrow"
|
|
306
|
+
| "general.threeVerticalBars"
|
|
307
|
+
| "general.threeReducingHorizontalBars"
|
|
308
|
+
| "general.threeLineMusicNote"
|
|
309
|
+
| "general.threeHorizontalListItems"
|
|
310
|
+
| "general.threeHorizontalBars"
|
|
311
|
+
| "general.threeHorizontalBarsDownArrow"
|
|
312
|
+
| "general.threeDots"
|
|
313
|
+
| "general.threeDotsO"
|
|
314
|
+
| "general.thickX"
|
|
315
|
+
| "general.thickToBottomArrow"
|
|
316
|
+
| "general.thickFromBottomArrow"
|
|
317
|
+
| "general.thickCheckmark"
|
|
318
|
+
| "general.textMessage"
|
|
319
|
+
| "general.textMessageNotifications"
|
|
320
|
+
| "general.star"
|
|
321
|
+
| "general.starSquare"
|
|
322
|
+
| "general.starCircle"
|
|
323
|
+
| "general.smallX"
|
|
324
|
+
| "general.smallPlus"
|
|
325
|
+
| "general.smallMinus"
|
|
326
|
+
| "general.showEye"
|
|
327
|
+
| "general.shieldExclamation"
|
|
328
|
+
| "general.share"
|
|
329
|
+
| "general.search"
|
|
330
|
+
| "general.rss"
|
|
331
|
+
| "general.rssSquare"
|
|
332
|
+
| "general.rightChevron"
|
|
333
|
+
| "general.rightCaret"
|
|
334
|
+
| "general.rightArrow"
|
|
335
|
+
| "general.reload"
|
|
336
|
+
| "general.refresh"
|
|
337
|
+
| "general.question"
|
|
338
|
+
| "general.questionCircle"
|
|
339
|
+
| "general.qrCode"
|
|
340
|
+
| "general.pulse"
|
|
341
|
+
| "general.printer"
|
|
342
|
+
| "general.podcast"
|
|
343
|
+
| "general.plus"
|
|
344
|
+
| "general.plusPerson"
|
|
345
|
+
| "general.plusCircle"
|
|
346
|
+
| "general.pin"
|
|
347
|
+
| "general.pico"
|
|
348
|
+
| "general.phone"
|
|
349
|
+
| "general.person"
|
|
350
|
+
| "general.personBadge"
|
|
351
|
+
| "general.pencil"
|
|
352
|
+
| "general.pencilPerson"
|
|
353
|
+
| "general.pencilCircle"
|
|
354
|
+
| "general.paperclip"
|
|
355
|
+
| "general.outlinedXCircle"
|
|
356
|
+
| "general.outlinedVideoFile"
|
|
357
|
+
| "general.outlinedTwoBlankFiles"
|
|
358
|
+
| "general.outlinedTextMessage"
|
|
359
|
+
| "general.outlinedTextFile"
|
|
360
|
+
| "general.outlinedStarCircle"
|
|
361
|
+
| "general.outlinedSlashCircle"
|
|
362
|
+
| "general.outlinedQuestionCircle"
|
|
363
|
+
| "general.outlinedPlusCircle"
|
|
364
|
+
| "general.outlinedPin"
|
|
365
|
+
| "general.outlinedPdfFile"
|
|
366
|
+
| "general.outlinedOpenEnvelope"
|
|
367
|
+
| "general.outlinedNotes"
|
|
368
|
+
| "general.outlinedMusicFile"
|
|
369
|
+
| "general.outlinedMinusCircle"
|
|
370
|
+
| "general.outlinedMessage"
|
|
371
|
+
| "general.outlinedLocationPin"
|
|
372
|
+
| "general.outlinedInfoCircle"
|
|
373
|
+
| "general.outlinedImageFile"
|
|
374
|
+
| "general.outlinedHeart"
|
|
375
|
+
| "general.outlinedGenericFile"
|
|
376
|
+
| "general.outlinedExclamationCircle"
|
|
377
|
+
| "general.outlinedEnvelope"
|
|
378
|
+
| "general.outlinedDots"
|
|
379
|
+
| "general.outlinedCreditCard"
|
|
380
|
+
| "general.outlinedClock"
|
|
381
|
+
| "general.outlinedCircleCheck"
|
|
382
|
+
| "general.outlinedChecklist"
|
|
383
|
+
| "general.outlinedCelebrate"
|
|
384
|
+
| "general.outlinedBlankFile"
|
|
385
|
+
| "general.outlinedBell"
|
|
386
|
+
| "general.openStar"
|
|
387
|
+
| "general.openFolder"
|
|
388
|
+
| "general.newWindow"
|
|
389
|
+
| "general.mobilePhone"
|
|
390
|
+
| "general.minus"
|
|
391
|
+
| "general.minusCircle"
|
|
392
|
+
| "general.message"
|
|
393
|
+
| "general.megaphone"
|
|
394
|
+
| "general.magicWand"
|
|
395
|
+
| "general.lock"
|
|
396
|
+
| "general.locationPin"
|
|
397
|
+
| "general.link"
|
|
398
|
+
| "general.leftChevron"
|
|
399
|
+
| "general.leftCaret"
|
|
400
|
+
| "general.leftArrow"
|
|
401
|
+
| "general.laptop"
|
|
402
|
+
| "general.intoBox"
|
|
403
|
+
| "general.infoCircle"
|
|
404
|
+
| "general.inactive"
|
|
405
|
+
| "general.inTray"
|
|
406
|
+
| "general.image"
|
|
407
|
+
| "general.hideEye"
|
|
408
|
+
| "general.heart"
|
|
409
|
+
| "general.heartGroup"
|
|
410
|
+
| "general.hangTag"
|
|
411
|
+
| "general.handshake"
|
|
412
|
+
| "general.genericFile"
|
|
413
|
+
| "general.funnel"
|
|
414
|
+
| "general.fromCloudArrow"
|
|
415
|
+
| "general.folder"
|
|
416
|
+
| "general.faders"
|
|
417
|
+
| "general.exclamationTriangle"
|
|
418
|
+
| "general.exclamationCircle"
|
|
419
|
+
| "general.exchange"
|
|
420
|
+
| "general.event"
|
|
421
|
+
| "general.envelope"
|
|
422
|
+
| "general.dragHandle"
|
|
423
|
+
| "general.downChevron"
|
|
424
|
+
| "general.downCaret"
|
|
425
|
+
| "general.downArrow"
|
|
426
|
+
| "general.creditCard"
|
|
427
|
+
| "general.cog"
|
|
428
|
+
| "general.cogPerson"
|
|
429
|
+
| "general.closedStar"
|
|
430
|
+
| "general.clock"
|
|
431
|
+
| "general.childHatSmile"
|
|
432
|
+
| "general.checklist"
|
|
433
|
+
| "general.check"
|
|
434
|
+
| "general.checkPerson"
|
|
435
|
+
| "general.checkDouble"
|
|
436
|
+
| "general.checkCircle"
|
|
437
|
+
| "general.checkCalendar"
|
|
438
|
+
| "general.celebrate"
|
|
439
|
+
| "general.calendar"
|
|
440
|
+
| "general.calendarRepeat"
|
|
441
|
+
| "general.brokenLink"
|
|
442
|
+
| "general.bracketsCurly"
|
|
443
|
+
| "general.bookOpen"
|
|
444
|
+
| "general.bolt"
|
|
445
|
+
| "general.blockGrid"
|
|
446
|
+
| "general.blankFile"
|
|
447
|
+
| "general.bill"
|
|
448
|
+
| "general.bell"
|
|
449
|
+
| "general.bellMuted"
|
|
450
|
+
| "churchCenter.trash"
|
|
451
|
+
| "churchCenter.threeDots"
|
|
452
|
+
| "churchCenter.threeDotsO"
|
|
453
|
+
| "churchCenter.thinX"
|
|
454
|
+
| "churchCenter.sort"
|
|
455
|
+
| "churchCenter.signups"
|
|
456
|
+
| "churchCenter.signupsO"
|
|
457
|
+
| "churchCenter.shareIos"
|
|
458
|
+
| "churchCenter.shareAndroid"
|
|
459
|
+
| "churchCenter.services"
|
|
460
|
+
| "churchCenter.servicesO"
|
|
461
|
+
| "churchCenter.servicesAlt"
|
|
462
|
+
| "churchCenter.servicesAltO"
|
|
463
|
+
| "churchCenter.registrations"
|
|
464
|
+
| "churchCenter.registrationsO"
|
|
465
|
+
| "churchCenter.registrationsHistoryO"
|
|
466
|
+
| "churchCenter.radioButtonOff"
|
|
467
|
+
| "churchCenter.question"
|
|
468
|
+
| "churchCenter.profile"
|
|
469
|
+
| "churchCenter.profileO"
|
|
470
|
+
| "churchCenter.profileInfoO"
|
|
471
|
+
| "churchCenter.profileHeader"
|
|
472
|
+
| "churchCenter.photosO"
|
|
473
|
+
| "churchCenter.photosIos"
|
|
474
|
+
| "churchCenter.photosAndroid"
|
|
475
|
+
| "churchCenter.people"
|
|
476
|
+
| "churchCenter.paymentMethodsO"
|
|
477
|
+
| "churchCenter.paste"
|
|
478
|
+
| "churchCenter.paperPlane"
|
|
479
|
+
| "churchCenter.paperPlaneO"
|
|
480
|
+
| "churchCenter.myCc"
|
|
481
|
+
| "churchCenter.myCcO"
|
|
482
|
+
| "churchCenter.moon"
|
|
483
|
+
| "churchCenter.messageCircle"
|
|
484
|
+
| "churchCenter.locationArrow"
|
|
485
|
+
| "churchCenter.householdO"
|
|
486
|
+
| "churchCenter.home"
|
|
487
|
+
| "churchCenter.homeO"
|
|
488
|
+
| "churchCenter.groups"
|
|
489
|
+
| "churchCenter.groupsThick"
|
|
490
|
+
| "churchCenter.groupsO"
|
|
491
|
+
| "churchCenter.groupsDashboard"
|
|
492
|
+
| "churchCenter.globe"
|
|
493
|
+
| "churchCenter.giving"
|
|
494
|
+
| "churchCenter.givingStatementsO"
|
|
495
|
+
| "churchCenter.givingRecurringO"
|
|
496
|
+
| "churchCenter.givingPledgesO"
|
|
497
|
+
| "churchCenter.givingO"
|
|
498
|
+
| "churchCenter.givingInKind"
|
|
499
|
+
| "churchCenter.givingInKindO"
|
|
500
|
+
| "churchCenter.givingHistoryO"
|
|
501
|
+
| "churchCenter.giveMoney"
|
|
502
|
+
| "churchCenter.giveHeart"
|
|
503
|
+
| "churchCenter.flashOn"
|
|
504
|
+
| "churchCenter.flashOff"
|
|
505
|
+
| "churchCenter.flag"
|
|
506
|
+
| "churchCenter.exclamationCircle"
|
|
507
|
+
| "churchCenter.eventCircle"
|
|
508
|
+
| "churchCenter.dotCircle"
|
|
509
|
+
| "churchCenter.directory"
|
|
510
|
+
| "churchCenter.directoryO"
|
|
511
|
+
| "churchCenter.circle"
|
|
512
|
+
| "churchCenter.checkIns"
|
|
513
|
+
| "churchCenter.checkInsO"
|
|
514
|
+
| "churchCenter.cameraReverse"
|
|
515
|
+
| "churchCenter.calendarEvents"
|
|
516
|
+
| "churchCenter.calendarCancel"
|
|
517
|
+
| "churchCenter.bookmark"
|
|
518
|
+
| "churchCenter.bookmarkO"
|
|
519
|
+
| "churchCenter.bellO"
|
|
520
|
+
| "churchCenter.bank"
|
|
521
|
+
| "churchCenter.bankCheck"
|
|
522
|
+
| "churchCenter.addReaction"
|
|
523
|
+
| "checkIns.x"
|
|
524
|
+
| "checkIns.tickBoxOpen"
|
|
525
|
+
| "checkIns.tickBoxFull"
|
|
526
|
+
| "checkIns.reportPreview"
|
|
527
|
+
| "checkIns.mobilePass"
|
|
528
|
+
| "checkIns.label"
|
|
529
|
+
| "checkIns.labelSecurity"
|
|
530
|
+
| "checkIns.labelSecurityCircle"
|
|
531
|
+
| "checkIns.labelSecurityAdd"
|
|
532
|
+
| "checkIns.labelName"
|
|
533
|
+
| "checkIns.labelNameCircle"
|
|
534
|
+
| "checkIns.labelNameAdd"
|
|
535
|
+
| "checkIns.labelBirthday"
|
|
536
|
+
| "checkIns.labelBirthdayCircle"
|
|
537
|
+
| "checkIns.labelBirthdayAdd"
|
|
538
|
+
| "checkIns.labelAddMultiple"
|
|
539
|
+
| "checkIns.householdAddPerson"
|
|
540
|
+
| "checkIns.guestBadge"
|
|
541
|
+
| "checkIns.deleteButton"
|
|
542
|
+
| "checkIns.checkout"
|
|
543
|
+
| "checkIns.checkin"
|
|
544
|
+
| "checkIns.check"
|
|
545
|
+
| "checkIns.checkPending"
|
|
546
|
+
| "checkIns.chart"
|
|
547
|
+
| "checkIns.birthday"
|
|
548
|
+
| "checkIns.bgcheckX"
|
|
549
|
+
| "checkIns.bgcheckCheck"
|
|
550
|
+
| "checkIns.barcode"
|
|
551
|
+
| "checkIns.barcodeCamera"
|
|
552
|
+
| "checkIns.addHousehold"
|
|
553
|
+
| "chat.smile"
|
|
554
|
+
| "chat.reportMessage"
|
|
555
|
+
| "chat.reportMessageO"
|
|
556
|
+
| "chat.camera"
|
|
557
|
+
| "cco.statementsO"
|
|
558
|
+
| "cco.checkEncircled"
|
|
559
|
+
| "cco.calendarOutline"
|
|
560
|
+
| "calendar.rooms"
|
|
561
|
+
| "calendar.roomsReverse"
|
|
562
|
+
| "calendar.roomSetup"
|
|
563
|
+
| "calendar.resources"
|
|
564
|
+
| "calendar.resourcesReverse"
|
|
565
|
+
| "calendar.reservationBlock"
|
|
566
|
+
| "calendar.primaryRoom"
|
|
567
|
+
| "calendar.people"
|
|
568
|
+
| "calendar.listView"
|
|
569
|
+
| "calendar.kiosk"
|
|
570
|
+
| "calendar.eventTemplate"
|
|
571
|
+
| "calendar.duplicate"
|
|
572
|
+
| "calendar.connections"
|
|
573
|
+
| "calendar.approvalGroup"
|
|
574
|
+
| "brand.youtube"
|
|
575
|
+
| "brand.windows"
|
|
576
|
+
| "brand.vimeo"
|
|
577
|
+
| "brand.twitter"
|
|
578
|
+
| "brand.twilio"
|
|
579
|
+
| "brand.tiktok"
|
|
580
|
+
| "brand.stripe"
|
|
581
|
+
| "brand.spotify"
|
|
582
|
+
| "brand.spotifySolid"
|
|
583
|
+
| "brand.songSelect"
|
|
584
|
+
| "brand.safari"
|
|
585
|
+
| "brand.rehearsalPack"
|
|
586
|
+
| "brand.rehearsalMix"
|
|
587
|
+
| "brand.praiseCharts"
|
|
588
|
+
| "brand.mailchimp"
|
|
589
|
+
| "brand.linux"
|
|
590
|
+
| "brand.linkedin"
|
|
591
|
+
| "brand.instagram"
|
|
592
|
+
| "brand.ie"
|
|
593
|
+
| "brand.firefox"
|
|
594
|
+
| "brand.facebook"
|
|
595
|
+
| "brand.facebookOutline"
|
|
596
|
+
| "brand.edge"
|
|
597
|
+
| "brand.chrome"
|
|
598
|
+
| "brand.checkr"
|
|
599
|
+
| "brand.chartPro"
|
|
600
|
+
| "brand.apple"
|
|
601
|
+
| "brand.applePodcasts"
|
|
602
|
+
| "brand.applePay"
|
|
603
|
+
| "brand.appleMusic"
|
|
604
|
+
| "brand.android"
|
|
605
|
+
| "brand.androidFull"
|
|
606
|
+
| "brand.amazon"
|
|
607
|
+
| "api.webhook"
|
|
608
|
+
| "api.terminal"
|
|
609
|
+
| "api.link"
|
|
610
|
+
| "api.key"
|
|
611
|
+
| "api.document"
|
|
612
|
+
| "api.copy"
|
|
613
|
+
| "api.compass"
|
|
614
|
+
| "accounts.stamp"
|
|
615
|
+
| "accounts.photo"
|
|
616
|
+
| "accounts.payout"
|
|
617
|
+
| "accounts.integrations"
|
|
618
|
+
| "accounts.integrationDisconnected"
|
|
619
|
+
| "accounts.integrationConnected"
|
|
620
|
+
| "accounts.gavel"
|
|
621
|
+
| "accounts.editor"
|
|
622
|
+
| "accounts.currencyLedger"
|
|
623
|
+
| "accounts.contactCard"
|
|
624
|
+
| "accounts.compass"
|
|
625
|
+
| "accounts.churchCenterO"
|
|
626
|
+
| "accounts.campus"
|
|
627
|
+
| "accounts.addons"
|
|
628
|
+
|
|
629
|
+
declare const glyphMap: Record<PlanningCenterIconName, number>
|
|
630
|
+
export default glyphMap
|