@teamblind-chorus/ui 1.0.0
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/LICENSE +21 -0
- package/README.md +112 -0
- package/agents/AGENTS.md +143 -0
- package/agents/DESIGN.md +1311 -0
- package/agents/LOVABLE.md +472 -0
- package/agents/anti-patterns.md +533 -0
- package/agents/catalog.md +232 -0
- package/agents/components/avatar-rail/avatar-rail.family.json +46 -0
- package/agents/components/avatar-rail/avatar-rail.md +103 -0
- package/agents/components/avatar-rail/avatar-rail.spec.json +160 -0
- package/agents/components/badge/badge.family.json +45 -0
- package/agents/components/badge/badge.md +10 -0
- package/agents/components/badge/role.md +100 -0
- package/agents/components/badge/role.spec.json +75 -0
- package/agents/components/badge/update.md +132 -0
- package/agents/components/badge/update.spec.json +114 -0
- package/agents/components/banner/banner.family.json +28 -0
- package/agents/components/banner/banner.md +136 -0
- package/agents/components/banner/banner.spec.json +136 -0
- package/agents/components/bottom-sheet/bottom-sheet.family.json +29 -0
- package/agents/components/bottom-sheet/bottom-sheet.md +176 -0
- package/agents/components/bottom-sheet/bottom-sheet.spec.json +168 -0
- package/agents/components/bubble/bubble.family.json +29 -0
- package/agents/components/bubble/bubble.md +134 -0
- package/agents/components/bubble/bubble.spec.json +91 -0
- package/agents/components/button/button.family.json +76 -0
- package/agents/components/button/button.md +31 -0
- package/agents/components/button/check.md +138 -0
- package/agents/components/button/check.spec.json +161 -0
- package/agents/components/button/fab.md +161 -0
- package/agents/components/button/fab.spec.json +106 -0
- package/agents/components/button/icon.md +141 -0
- package/agents/components/button/icon.spec.json +164 -0
- package/agents/components/button/standard.md +219 -0
- package/agents/components/button/standard.spec.json +205 -0
- package/agents/components/button/text.md +186 -0
- package/agents/components/button/text.spec.json +215 -0
- package/agents/components/button/toggle.md +108 -0
- package/agents/components/button/toggle.spec.json +124 -0
- package/agents/components/button/toolbar.md +189 -0
- package/agents/components/button/toolbar.spec.json +109 -0
- package/agents/components/carousel/carousel.family.json +41 -0
- package/agents/components/carousel/carousel.md +40 -0
- package/agents/components/carousel/post.md +148 -0
- package/agents/components/carousel/post.spec.json +229 -0
- package/agents/components/carousel/profile.md +184 -0
- package/agents/components/carousel/profile.spec.json +219 -0
- package/agents/components/chip/chip.family.json +37 -0
- package/agents/components/chip/chip.md +10 -0
- package/agents/components/chip/filter.md +212 -0
- package/agents/components/chip/filter.spec.json +124 -0
- package/agents/components/chip/tag.md +137 -0
- package/agents/components/chip/tag.spec.json +104 -0
- package/agents/components/dialog/dialog.family.json +29 -0
- package/agents/components/dialog/dialog.md +113 -0
- package/agents/components/dialog/dialog.spec.json +156 -0
- package/agents/components/directory-list/directory-list.family.json +46 -0
- package/agents/components/directory-list/directory-list.md +87 -0
- package/agents/components/directory-list/directory-list.spec.json +104 -0
- package/agents/components/divider/divider.family.json +28 -0
- package/agents/components/divider/divider.md +78 -0
- package/agents/components/divider/divider.spec.json +51 -0
- package/agents/components/feed/ad.md +108 -0
- package/agents/components/feed/ad.spec.json +187 -0
- package/agents/components/feed/feed.family.json +48 -0
- package/agents/components/feed/feed.md +30 -0
- package/agents/components/feed/post.md +240 -0
- package/agents/components/feed/post.spec.json +361 -0
- package/agents/components/form-field/form-field.family.json +50 -0
- package/agents/components/form-field/form-field.md +11 -0
- package/agents/components/form-field/input.md +198 -0
- package/agents/components/form-field/input.spec.json +202 -0
- package/agents/components/form-field/search.md +81 -0
- package/agents/components/form-field/search.spec.json +135 -0
- package/agents/components/form-field/select.md +101 -0
- package/agents/components/form-field/select.spec.json +194 -0
- package/agents/components/form-field/textarea.md +89 -0
- package/agents/components/form-field/textarea.spec.json +176 -0
- package/agents/components/header/header.family.json +43 -0
- package/agents/components/header/header.md +18 -0
- package/agents/components/header/main.md +101 -0
- package/agents/components/header/main.spec.json +117 -0
- package/agents/components/header/sub.md +129 -0
- package/agents/components/header/sub.spec.json +81 -0
- package/agents/components/list/accordion.md +183 -0
- package/agents/components/list/accordion.spec.json +201 -0
- package/agents/components/list/entry.md +280 -0
- package/agents/components/list/entry.spec.json +237 -0
- package/agents/components/list/list.family.json +75 -0
- package/agents/components/list/list.md +24 -0
- package/agents/components/list/radio.md +144 -0
- package/agents/components/list/radio.spec.json +186 -0
- package/agents/components/list/standard.md +262 -0
- package/agents/components/list/standard.spec.json +221 -0
- package/agents/components/metadata/compact.md +69 -0
- package/agents/components/metadata/compact.spec.json +69 -0
- package/agents/components/metadata/metadata.family.json +42 -0
- package/agents/components/metadata/metadata.md +26 -0
- package/agents/components/metadata/standard.md +104 -0
- package/agents/components/metadata/standard.spec.json +152 -0
- package/agents/components/nav-card/nav-card.family.json +29 -0
- package/agents/components/nav-card/nav-card.md +179 -0
- package/agents/components/nav-card/nav-card.spec.json +161 -0
- package/agents/components/nav-list/nav-list.family.json +46 -0
- package/agents/components/nav-list/nav-list.md +91 -0
- package/agents/components/nav-list/nav-list.spec.json +107 -0
- package/agents/components/navigation-bar/main.md +201 -0
- package/agents/components/navigation-bar/main.spec.json +109 -0
- package/agents/components/navigation-bar/navigation-bar.family.json +44 -0
- package/agents/components/navigation-bar/navigation-bar.md +21 -0
- package/agents/components/navigation-bar/search.md +96 -0
- package/agents/components/navigation-bar/search.spec.json +142 -0
- package/agents/components/navigation-bar/sub.md +174 -0
- package/agents/components/navigation-bar/sub.spec.json +123 -0
- package/agents/components/page-shell/page-shell.family.json +22 -0
- package/agents/components/page-shell/page-shell.md +51 -0
- package/agents/components/profile-header/profile-header.family.json +29 -0
- package/agents/components/profile-header/profile-header.md +149 -0
- package/agents/components/profile-header/profile-header.spec.json +200 -0
- package/agents/components/progress/progress.family.json +27 -0
- package/agents/components/progress/progress.md +38 -0
- package/agents/components/progress/progress.spec.json +67 -0
- package/agents/components/side-sheet/side-sheet.family.json +30 -0
- package/agents/components/side-sheet/side-sheet.md +154 -0
- package/agents/components/side-sheet/side-sheet.spec.json +109 -0
- package/agents/components/skeleton/skeleton.family.json +28 -0
- package/agents/components/skeleton/skeleton.md +123 -0
- package/agents/components/skeleton/skeleton.spec.json +73 -0
- package/agents/components/status-tag/status-tag.family.json +26 -0
- package/agents/components/status-tag/status-tag.md +114 -0
- package/agents/components/status-tag/status-tag.spec.json +69 -0
- package/agents/components/suggestion-list/suggestion-list.family.json +46 -0
- package/agents/components/suggestion-list/suggestion-list.md +91 -0
- package/agents/components/suggestion-list/suggestion-list.spec.json +178 -0
- package/agents/components/switch/switch.family.json +27 -0
- package/agents/components/switch/switch.md +114 -0
- package/agents/components/switch/switch.spec.json +123 -0
- package/agents/components/tab-bar/tab-bar.family.json +27 -0
- package/agents/components/tab-bar/tab-bar.md +178 -0
- package/agents/components/tab-bar/tab-bar.spec.json +184 -0
- package/agents/components/tabs/rounded.md +150 -0
- package/agents/components/tabs/rounded.spec.json +140 -0
- package/agents/components/tabs/segmented.md +114 -0
- package/agents/components/tabs/segmented.spec.json +100 -0
- package/agents/components/tabs/tabs.family.json +59 -0
- package/agents/components/tabs/tabs.md +18 -0
- package/agents/components/tabs/underline.md +147 -0
- package/agents/components/tabs/underline.spec.json +139 -0
- package/agents/components/thumbnail/thumbnail.family.json +28 -0
- package/agents/components/thumbnail/thumbnail.md +152 -0
- package/agents/components/thumbnail/thumbnail.spec.json +172 -0
- package/agents/components/toast/toast.family.json +28 -0
- package/agents/components/toast/toast.md +133 -0
- package/agents/components/toast/toast.spec.json +89 -0
- package/agents/components/tooltip/tooltip.family.json +29 -0
- package/agents/components/tooltip/tooltip.md +139 -0
- package/agents/components/tooltip/tooltip.spec.json +110 -0
- package/agents/compose.md +240 -0
- package/agents/icons.json +831 -0
- package/agents/images.md +66 -0
- package/agents/manifest.json +87 -0
- package/agents/patterns/README.md +59 -0
- package/agents/patterns/actions.md +50 -0
- package/agents/patterns/browsing.md +52 -0
- package/agents/patterns/communications.md +56 -0
- package/agents/patterns/layout.md +72 -0
- package/agents/patterns/modals.md +50 -0
- package/agents/patterns/visual.md +55 -0
- package/agents/reconstruct.md +55 -0
- package/agents/scoped-adoption.md +111 -0
- package/agents/tokens.usage.json +1657 -0
- package/agents/usage.json +422 -0
- package/dist/icons/index.cjs +1332 -0
- package/dist/icons/index.cjs.map +1 -0
- package/dist/icons/index.d.cts +228 -0
- package/dist/icons/index.d.ts +228 -0
- package/dist/icons/index.js +1114 -0
- package/dist/icons/index.js.map +1 -0
- package/dist/index.cjs +5905 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +896 -0
- package/dist/index.d.ts +896 -0
- package/dist/index.js +5847 -0
- package/dist/index.js.map +1 -0
- package/dist/styles.css +5765 -0
- package/eslint/README.md +79 -0
- package/eslint/index.js +78 -0
- package/eslint/rules.js +472 -0
- package/eslint/test.mjs +135 -0
- package/package.json +96 -0
- package/placeholder.png +0 -0
|
@@ -0,0 +1,831 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./icons.schema.json",
|
|
3
|
+
"$comment": "Source-of-truth icon manifest for Chorus. SVG artwork lives in ./svg; packages/ui/src/icons/build-icons.mjs reads this file + the SVGs to generate the consumable React module (@teamblind-chorus/ui/icons). icons: component name → search keywords. aliases: call-site name → canonical icon it resolves to (semantic shortcuts + deprecated function-named aliases).",
|
|
4
|
+
"icons": {
|
|
5
|
+
"PollIcon": {
|
|
6
|
+
"keywords": [
|
|
7
|
+
"poll",
|
|
8
|
+
"vote",
|
|
9
|
+
"ballot"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"PollFillIcon": {
|
|
13
|
+
"keywords": [
|
|
14
|
+
"poll",
|
|
15
|
+
"vote",
|
|
16
|
+
"ballot",
|
|
17
|
+
"filled"
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"HeartIcon": {
|
|
21
|
+
"keywords": [
|
|
22
|
+
"heart",
|
|
23
|
+
"like",
|
|
24
|
+
"favorite"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"EyeIcon": {
|
|
28
|
+
"keywords": [
|
|
29
|
+
"view",
|
|
30
|
+
"eye",
|
|
31
|
+
"see",
|
|
32
|
+
"views"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"EyeFillIcon": {
|
|
36
|
+
"keywords": [
|
|
37
|
+
"view",
|
|
38
|
+
"eye",
|
|
39
|
+
"see",
|
|
40
|
+
"views",
|
|
41
|
+
"filled"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"PlusIcon": {
|
|
45
|
+
"keywords": [
|
|
46
|
+
"add",
|
|
47
|
+
"plus",
|
|
48
|
+
"new",
|
|
49
|
+
"create"
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"XIcon": {
|
|
53
|
+
"keywords": [
|
|
54
|
+
"close",
|
|
55
|
+
"dismiss",
|
|
56
|
+
"x",
|
|
57
|
+
"cancel"
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
"ChevronUpIcon": {
|
|
61
|
+
"keywords": [
|
|
62
|
+
"collapse",
|
|
63
|
+
"chevron-up",
|
|
64
|
+
"fold"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
"ArrowDownIcon": {
|
|
68
|
+
"keywords": [
|
|
69
|
+
"downward",
|
|
70
|
+
"down",
|
|
71
|
+
"arrow-down"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"ChevronDownIcon": {
|
|
75
|
+
"keywords": [
|
|
76
|
+
"expand",
|
|
77
|
+
"chevron-down",
|
|
78
|
+
"unfold"
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
"EyeOffIcon": {
|
|
82
|
+
"keywords": [
|
|
83
|
+
"invisible",
|
|
84
|
+
"hide",
|
|
85
|
+
"eye-off"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
"EyeOffFillIcon": {
|
|
89
|
+
"keywords": [
|
|
90
|
+
"invisible",
|
|
91
|
+
"hide",
|
|
92
|
+
"eye-off",
|
|
93
|
+
"filled"
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
"ReplyIcon": {
|
|
97
|
+
"keywords": [
|
|
98
|
+
"reply",
|
|
99
|
+
"comment",
|
|
100
|
+
"speech"
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
"ReplyFillIcon": {
|
|
104
|
+
"keywords": [
|
|
105
|
+
"reply",
|
|
106
|
+
"comment",
|
|
107
|
+
"speech",
|
|
108
|
+
"filled"
|
|
109
|
+
]
|
|
110
|
+
},
|
|
111
|
+
"ThumbUpIcon": {
|
|
112
|
+
"keywords": [
|
|
113
|
+
"thumb-up",
|
|
114
|
+
"like",
|
|
115
|
+
"upvote",
|
|
116
|
+
"approve"
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
"ThumbUpFillIcon": {
|
|
120
|
+
"keywords": [
|
|
121
|
+
"thumb-up",
|
|
122
|
+
"like",
|
|
123
|
+
"upvote",
|
|
124
|
+
"approve",
|
|
125
|
+
"filled"
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"ArrowUpIcon": {
|
|
129
|
+
"keywords": [
|
|
130
|
+
"upward",
|
|
131
|
+
"up",
|
|
132
|
+
"arrow-up"
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
"SunIcon": {
|
|
136
|
+
"keywords": [
|
|
137
|
+
"day",
|
|
138
|
+
"sun",
|
|
139
|
+
"light",
|
|
140
|
+
"theme"
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
"SunFillIcon": {
|
|
144
|
+
"keywords": [
|
|
145
|
+
"day",
|
|
146
|
+
"sun",
|
|
147
|
+
"light",
|
|
148
|
+
"theme",
|
|
149
|
+
"filled"
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
"DownloadIcon": {
|
|
153
|
+
"keywords": [
|
|
154
|
+
"download",
|
|
155
|
+
"save",
|
|
156
|
+
"export"
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
"EmbedIcon": {
|
|
160
|
+
"keywords": [
|
|
161
|
+
"embed",
|
|
162
|
+
"code",
|
|
163
|
+
"snippet"
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
"HashTagIcon": {
|
|
167
|
+
"keywords": [
|
|
168
|
+
"hashtag",
|
|
169
|
+
"tag",
|
|
170
|
+
"channel",
|
|
171
|
+
"topic"
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
"LinkIcon": {
|
|
175
|
+
"keywords": [
|
|
176
|
+
"link",
|
|
177
|
+
"url",
|
|
178
|
+
"attach",
|
|
179
|
+
"external"
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
"LoginIcon": {
|
|
183
|
+
"keywords": [
|
|
184
|
+
"login",
|
|
185
|
+
"signin",
|
|
186
|
+
"enter"
|
|
187
|
+
]
|
|
188
|
+
},
|
|
189
|
+
"LogoutIcon": {
|
|
190
|
+
"keywords": [
|
|
191
|
+
"logout",
|
|
192
|
+
"signout",
|
|
193
|
+
"exit"
|
|
194
|
+
]
|
|
195
|
+
},
|
|
196
|
+
"MenuIcon": {
|
|
197
|
+
"keywords": [
|
|
198
|
+
"menu",
|
|
199
|
+
"hamburger",
|
|
200
|
+
"navigation"
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
"ChevronLeftIcon": {
|
|
204
|
+
"keywords": [
|
|
205
|
+
"back",
|
|
206
|
+
"backward",
|
|
207
|
+
"chevron-left",
|
|
208
|
+
"previous"
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
"ChevronRightIcon": {
|
|
212
|
+
"keywords": [
|
|
213
|
+
"forward",
|
|
214
|
+
"chevron-right",
|
|
215
|
+
"next"
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
"HeartFillIcon": {
|
|
219
|
+
"keywords": [
|
|
220
|
+
"heart",
|
|
221
|
+
"like",
|
|
222
|
+
"favorite",
|
|
223
|
+
"filled"
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
"ScrollTopIcon": {
|
|
227
|
+
"keywords": [
|
|
228
|
+
"scroll-top",
|
|
229
|
+
"back-to-top",
|
|
230
|
+
"top",
|
|
231
|
+
"upward-bar"
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
"MoonIcon": {
|
|
235
|
+
"keywords": [
|
|
236
|
+
"night",
|
|
237
|
+
"moon",
|
|
238
|
+
"dark",
|
|
239
|
+
"theme"
|
|
240
|
+
]
|
|
241
|
+
},
|
|
242
|
+
"MoonFillIcon": {
|
|
243
|
+
"keywords": [
|
|
244
|
+
"night",
|
|
245
|
+
"moon",
|
|
246
|
+
"dark",
|
|
247
|
+
"theme",
|
|
248
|
+
"filled"
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
"RadioIcon": {
|
|
252
|
+
"keywords": [
|
|
253
|
+
"radio",
|
|
254
|
+
"unselected",
|
|
255
|
+
"circle"
|
|
256
|
+
]
|
|
257
|
+
},
|
|
258
|
+
"RadioFillIcon": {
|
|
259
|
+
"keywords": [
|
|
260
|
+
"radio",
|
|
261
|
+
"selected",
|
|
262
|
+
"circle",
|
|
263
|
+
"filled"
|
|
264
|
+
]
|
|
265
|
+
},
|
|
266
|
+
"RefreshIcon": {
|
|
267
|
+
"keywords": [
|
|
268
|
+
"refresh",
|
|
269
|
+
"reload",
|
|
270
|
+
"sync"
|
|
271
|
+
]
|
|
272
|
+
},
|
|
273
|
+
"BookmarkIcon": {
|
|
274
|
+
"keywords": [
|
|
275
|
+
"bookmark",
|
|
276
|
+
"save",
|
|
277
|
+
"pin"
|
|
278
|
+
]
|
|
279
|
+
},
|
|
280
|
+
"BookmarkFillIcon": {
|
|
281
|
+
"keywords": [
|
|
282
|
+
"bookmark",
|
|
283
|
+
"save",
|
|
284
|
+
"pin",
|
|
285
|
+
"filled"
|
|
286
|
+
]
|
|
287
|
+
},
|
|
288
|
+
"StarIcon": {
|
|
289
|
+
"keywords": [
|
|
290
|
+
"star",
|
|
291
|
+
"favorite",
|
|
292
|
+
"rate"
|
|
293
|
+
]
|
|
294
|
+
},
|
|
295
|
+
"StarFillIcon": {
|
|
296
|
+
"keywords": [
|
|
297
|
+
"star",
|
|
298
|
+
"favorite",
|
|
299
|
+
"rate",
|
|
300
|
+
"filled"
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
"SquareStackIcon": {
|
|
304
|
+
"keywords": [
|
|
305
|
+
"multiple",
|
|
306
|
+
"stacked",
|
|
307
|
+
"layers",
|
|
308
|
+
"gallery"
|
|
309
|
+
]
|
|
310
|
+
},
|
|
311
|
+
"ShareIcon": {
|
|
312
|
+
"keywords": [
|
|
313
|
+
"share",
|
|
314
|
+
"upload",
|
|
315
|
+
"export"
|
|
316
|
+
]
|
|
317
|
+
},
|
|
318
|
+
"DuplicateIcon": {
|
|
319
|
+
"keywords": [
|
|
320
|
+
"duplicate",
|
|
321
|
+
"copy",
|
|
322
|
+
"clipboard"
|
|
323
|
+
]
|
|
324
|
+
},
|
|
325
|
+
"DuplicateFillIcon": {
|
|
326
|
+
"keywords": [
|
|
327
|
+
"duplicate",
|
|
328
|
+
"copy",
|
|
329
|
+
"clipboard",
|
|
330
|
+
"filled"
|
|
331
|
+
]
|
|
332
|
+
},
|
|
333
|
+
"CheckedIcon": {
|
|
334
|
+
"keywords": [
|
|
335
|
+
"check",
|
|
336
|
+
"checked",
|
|
337
|
+
"done",
|
|
338
|
+
"confirm"
|
|
339
|
+
]
|
|
340
|
+
},
|
|
341
|
+
"LockIcon": {
|
|
342
|
+
"keywords": [
|
|
343
|
+
"locked",
|
|
344
|
+
"lock",
|
|
345
|
+
"private",
|
|
346
|
+
"secure"
|
|
347
|
+
]
|
|
348
|
+
},
|
|
349
|
+
"LockFillIcon": {
|
|
350
|
+
"keywords": [
|
|
351
|
+
"locked",
|
|
352
|
+
"lock",
|
|
353
|
+
"private",
|
|
354
|
+
"secure",
|
|
355
|
+
"filled"
|
|
356
|
+
]
|
|
357
|
+
},
|
|
358
|
+
"PlusCircleIcon": {
|
|
359
|
+
"keywords": [
|
|
360
|
+
"add",
|
|
361
|
+
"plus",
|
|
362
|
+
"create",
|
|
363
|
+
"circle"
|
|
364
|
+
]
|
|
365
|
+
},
|
|
366
|
+
"PlusCircleFillIcon": {
|
|
367
|
+
"keywords": [
|
|
368
|
+
"add",
|
|
369
|
+
"plus",
|
|
370
|
+
"create",
|
|
371
|
+
"circle",
|
|
372
|
+
"filled"
|
|
373
|
+
]
|
|
374
|
+
},
|
|
375
|
+
"XCircleIcon": {
|
|
376
|
+
"keywords": [
|
|
377
|
+
"close",
|
|
378
|
+
"dismiss",
|
|
379
|
+
"clear",
|
|
380
|
+
"circle",
|
|
381
|
+
"x",
|
|
382
|
+
"cancel"
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
"XCircleFillIcon": {
|
|
386
|
+
"keywords": [
|
|
387
|
+
"close",
|
|
388
|
+
"dismiss",
|
|
389
|
+
"clear",
|
|
390
|
+
"circle",
|
|
391
|
+
"x",
|
|
392
|
+
"cancel",
|
|
393
|
+
"filled"
|
|
394
|
+
]
|
|
395
|
+
},
|
|
396
|
+
"CheckboxIcon": {
|
|
397
|
+
"keywords": [
|
|
398
|
+
"checkbox",
|
|
399
|
+
"check",
|
|
400
|
+
"select",
|
|
401
|
+
"unchecked"
|
|
402
|
+
]
|
|
403
|
+
},
|
|
404
|
+
"CheckboxFillIcon": {
|
|
405
|
+
"keywords": [
|
|
406
|
+
"checkbox",
|
|
407
|
+
"check",
|
|
408
|
+
"select",
|
|
409
|
+
"checked",
|
|
410
|
+
"filled"
|
|
411
|
+
]
|
|
412
|
+
},
|
|
413
|
+
"InfoIcon": {
|
|
414
|
+
"keywords": [
|
|
415
|
+
"info",
|
|
416
|
+
"information",
|
|
417
|
+
"help",
|
|
418
|
+
"about"
|
|
419
|
+
]
|
|
420
|
+
},
|
|
421
|
+
"InfoFillIcon": {
|
|
422
|
+
"keywords": [
|
|
423
|
+
"info",
|
|
424
|
+
"information",
|
|
425
|
+
"help",
|
|
426
|
+
"about",
|
|
427
|
+
"filled"
|
|
428
|
+
]
|
|
429
|
+
},
|
|
430
|
+
"ShieldIcon": {
|
|
431
|
+
"keywords": [
|
|
432
|
+
"secure",
|
|
433
|
+
"shield",
|
|
434
|
+
"protected",
|
|
435
|
+
"safety"
|
|
436
|
+
]
|
|
437
|
+
},
|
|
438
|
+
"ShieldFillIcon": {
|
|
439
|
+
"keywords": [
|
|
440
|
+
"secure",
|
|
441
|
+
"shield",
|
|
442
|
+
"protected",
|
|
443
|
+
"safety",
|
|
444
|
+
"filled"
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
"VerifiedIcon": {
|
|
448
|
+
"keywords": [
|
|
449
|
+
"verified",
|
|
450
|
+
"badge",
|
|
451
|
+
"approved",
|
|
452
|
+
"trusted"
|
|
453
|
+
]
|
|
454
|
+
},
|
|
455
|
+
"VerifiedFillIcon": {
|
|
456
|
+
"keywords": [
|
|
457
|
+
"verified",
|
|
458
|
+
"badge",
|
|
459
|
+
"approved",
|
|
460
|
+
"trusted",
|
|
461
|
+
"filled"
|
|
462
|
+
]
|
|
463
|
+
},
|
|
464
|
+
"ExclamationCircleIcon": {
|
|
465
|
+
"keywords": [
|
|
466
|
+
"warning",
|
|
467
|
+
"alert",
|
|
468
|
+
"caution",
|
|
469
|
+
"error"
|
|
470
|
+
]
|
|
471
|
+
},
|
|
472
|
+
"ExclamationCircleFillIcon": {
|
|
473
|
+
"keywords": [
|
|
474
|
+
"warning",
|
|
475
|
+
"alert",
|
|
476
|
+
"caution",
|
|
477
|
+
"error",
|
|
478
|
+
"filled"
|
|
479
|
+
]
|
|
480
|
+
},
|
|
481
|
+
"RectangleIcon": {
|
|
482
|
+
"keywords": [
|
|
483
|
+
"rectangle",
|
|
484
|
+
"frame",
|
|
485
|
+
"outline"
|
|
486
|
+
]
|
|
487
|
+
},
|
|
488
|
+
"RectangleFillIcon": {
|
|
489
|
+
"keywords": [
|
|
490
|
+
"rectangle",
|
|
491
|
+
"frame",
|
|
492
|
+
"filled"
|
|
493
|
+
]
|
|
494
|
+
},
|
|
495
|
+
"SearchIcon": {
|
|
496
|
+
"keywords": [
|
|
497
|
+
"search",
|
|
498
|
+
"find",
|
|
499
|
+
"magnifier",
|
|
500
|
+
"lookup"
|
|
501
|
+
]
|
|
502
|
+
},
|
|
503
|
+
"BriefcaseIcon": {
|
|
504
|
+
"keywords": [
|
|
505
|
+
"briefcase",
|
|
506
|
+
"work",
|
|
507
|
+
"job",
|
|
508
|
+
"business"
|
|
509
|
+
]
|
|
510
|
+
},
|
|
511
|
+
"BriefcaseFillIcon": {
|
|
512
|
+
"keywords": [
|
|
513
|
+
"briefcase",
|
|
514
|
+
"work",
|
|
515
|
+
"job",
|
|
516
|
+
"business",
|
|
517
|
+
"filled"
|
|
518
|
+
]
|
|
519
|
+
},
|
|
520
|
+
"ChatIcon": {
|
|
521
|
+
"keywords": [
|
|
522
|
+
"chat",
|
|
523
|
+
"message",
|
|
524
|
+
"talk",
|
|
525
|
+
"conversation",
|
|
526
|
+
"speech"
|
|
527
|
+
]
|
|
528
|
+
},
|
|
529
|
+
"ChatFillIcon": {
|
|
530
|
+
"keywords": [
|
|
531
|
+
"chat",
|
|
532
|
+
"message",
|
|
533
|
+
"talk",
|
|
534
|
+
"conversation",
|
|
535
|
+
"speech",
|
|
536
|
+
"filled"
|
|
537
|
+
]
|
|
538
|
+
},
|
|
539
|
+
"BuildingIcon": {
|
|
540
|
+
"keywords": [
|
|
541
|
+
"company",
|
|
542
|
+
"building",
|
|
543
|
+
"office"
|
|
544
|
+
]
|
|
545
|
+
},
|
|
546
|
+
"BuildingFillIcon": {
|
|
547
|
+
"keywords": [
|
|
548
|
+
"company",
|
|
549
|
+
"building",
|
|
550
|
+
"office",
|
|
551
|
+
"filled"
|
|
552
|
+
]
|
|
553
|
+
},
|
|
554
|
+
"CompensationIcon": {
|
|
555
|
+
"keywords": [
|
|
556
|
+
"compensation",
|
|
557
|
+
"money",
|
|
558
|
+
"pay",
|
|
559
|
+
"salary"
|
|
560
|
+
]
|
|
561
|
+
},
|
|
562
|
+
"CompensationFillIcon": {
|
|
563
|
+
"keywords": [
|
|
564
|
+
"compensation",
|
|
565
|
+
"money",
|
|
566
|
+
"pay",
|
|
567
|
+
"salary",
|
|
568
|
+
"filled"
|
|
569
|
+
]
|
|
570
|
+
},
|
|
571
|
+
"ComposeIcon": {
|
|
572
|
+
"keywords": [
|
|
573
|
+
"compose",
|
|
574
|
+
"edit",
|
|
575
|
+
"write",
|
|
576
|
+
"pencil"
|
|
577
|
+
]
|
|
578
|
+
},
|
|
579
|
+
"ComposeFillIcon": {
|
|
580
|
+
"keywords": [
|
|
581
|
+
"compose",
|
|
582
|
+
"edit",
|
|
583
|
+
"write",
|
|
584
|
+
"pencil",
|
|
585
|
+
"filled"
|
|
586
|
+
]
|
|
587
|
+
},
|
|
588
|
+
"HomeIcon": {
|
|
589
|
+
"keywords": [
|
|
590
|
+
"home",
|
|
591
|
+
"house"
|
|
592
|
+
]
|
|
593
|
+
},
|
|
594
|
+
"HomeFillIcon": {
|
|
595
|
+
"keywords": [
|
|
596
|
+
"home",
|
|
597
|
+
"house",
|
|
598
|
+
"filled"
|
|
599
|
+
]
|
|
600
|
+
},
|
|
601
|
+
"ChartBarIcon": {
|
|
602
|
+
"keywords": [
|
|
603
|
+
"insights",
|
|
604
|
+
"chart",
|
|
605
|
+
"analytics",
|
|
606
|
+
"graph",
|
|
607
|
+
"stats"
|
|
608
|
+
]
|
|
609
|
+
},
|
|
610
|
+
"ChartBarFillIcon": {
|
|
611
|
+
"keywords": [
|
|
612
|
+
"insights",
|
|
613
|
+
"chart",
|
|
614
|
+
"analytics",
|
|
615
|
+
"graph",
|
|
616
|
+
"stats",
|
|
617
|
+
"filled"
|
|
618
|
+
]
|
|
619
|
+
},
|
|
620
|
+
"EllipsisHorizontalIcon": {
|
|
621
|
+
"keywords": [
|
|
622
|
+
"more",
|
|
623
|
+
"overflow",
|
|
624
|
+
"ellipsis",
|
|
625
|
+
"dots"
|
|
626
|
+
]
|
|
627
|
+
},
|
|
628
|
+
"EllipsisHorizontalFillIcon": {
|
|
629
|
+
"keywords": [
|
|
630
|
+
"more",
|
|
631
|
+
"overflow",
|
|
632
|
+
"ellipsis",
|
|
633
|
+
"dots",
|
|
634
|
+
"filled"
|
|
635
|
+
]
|
|
636
|
+
},
|
|
637
|
+
"BellIcon": {
|
|
638
|
+
"keywords": [
|
|
639
|
+
"notification",
|
|
640
|
+
"bell",
|
|
641
|
+
"alert",
|
|
642
|
+
"alarm"
|
|
643
|
+
]
|
|
644
|
+
},
|
|
645
|
+
"BellFillIcon": {
|
|
646
|
+
"keywords": [
|
|
647
|
+
"notification",
|
|
648
|
+
"bell",
|
|
649
|
+
"alert",
|
|
650
|
+
"alarm",
|
|
651
|
+
"filled"
|
|
652
|
+
]
|
|
653
|
+
},
|
|
654
|
+
"BellOffIcon": {
|
|
655
|
+
"keywords": [
|
|
656
|
+
"notification",
|
|
657
|
+
"bell",
|
|
658
|
+
"mute",
|
|
659
|
+
"off",
|
|
660
|
+
"silent"
|
|
661
|
+
]
|
|
662
|
+
},
|
|
663
|
+
"BellOffFillIcon": {
|
|
664
|
+
"keywords": [
|
|
665
|
+
"notification",
|
|
666
|
+
"bell",
|
|
667
|
+
"mute",
|
|
668
|
+
"off",
|
|
669
|
+
"silent",
|
|
670
|
+
"filled"
|
|
671
|
+
]
|
|
672
|
+
},
|
|
673
|
+
"CameraIcon": {
|
|
674
|
+
"keywords": [
|
|
675
|
+
"photo",
|
|
676
|
+
"camera",
|
|
677
|
+
"image"
|
|
678
|
+
]
|
|
679
|
+
},
|
|
680
|
+
"CameraFillIcon": {
|
|
681
|
+
"keywords": [
|
|
682
|
+
"photo",
|
|
683
|
+
"camera",
|
|
684
|
+
"image",
|
|
685
|
+
"filled"
|
|
686
|
+
]
|
|
687
|
+
},
|
|
688
|
+
"ImageIcon": {
|
|
689
|
+
"keywords": [
|
|
690
|
+
"picture",
|
|
691
|
+
"image",
|
|
692
|
+
"gallery"
|
|
693
|
+
]
|
|
694
|
+
},
|
|
695
|
+
"ImageFillIcon": {
|
|
696
|
+
"keywords": [
|
|
697
|
+
"picture",
|
|
698
|
+
"image",
|
|
699
|
+
"gallery",
|
|
700
|
+
"filled"
|
|
701
|
+
]
|
|
702
|
+
},
|
|
703
|
+
"ProfileIcon": {
|
|
704
|
+
"keywords": [
|
|
705
|
+
"profile",
|
|
706
|
+
"person",
|
|
707
|
+
"user",
|
|
708
|
+
"account",
|
|
709
|
+
"mypage"
|
|
710
|
+
]
|
|
711
|
+
},
|
|
712
|
+
"ProfileFillIcon": {
|
|
713
|
+
"keywords": [
|
|
714
|
+
"profile",
|
|
715
|
+
"person",
|
|
716
|
+
"user",
|
|
717
|
+
"account",
|
|
718
|
+
"mypage",
|
|
719
|
+
"filled"
|
|
720
|
+
]
|
|
721
|
+
},
|
|
722
|
+
"SettingsIcon": {
|
|
723
|
+
"keywords": [
|
|
724
|
+
"settings",
|
|
725
|
+
"gear",
|
|
726
|
+
"preferences",
|
|
727
|
+
"configuration"
|
|
728
|
+
]
|
|
729
|
+
},
|
|
730
|
+
"SettingsFillIcon": {
|
|
731
|
+
"keywords": [
|
|
732
|
+
"settings",
|
|
733
|
+
"gear",
|
|
734
|
+
"preferences",
|
|
735
|
+
"configuration",
|
|
736
|
+
"filled"
|
|
737
|
+
]
|
|
738
|
+
},
|
|
739
|
+
"StoryIcon": {
|
|
740
|
+
"keywords": [
|
|
741
|
+
"story",
|
|
742
|
+
"reel",
|
|
743
|
+
"feed"
|
|
744
|
+
]
|
|
745
|
+
},
|
|
746
|
+
"StoryFillIcon": {
|
|
747
|
+
"keywords": [
|
|
748
|
+
"story",
|
|
749
|
+
"reel",
|
|
750
|
+
"feed",
|
|
751
|
+
"filled"
|
|
752
|
+
]
|
|
753
|
+
},
|
|
754
|
+
"TopicIcon": {
|
|
755
|
+
"keywords": [
|
|
756
|
+
"topic",
|
|
757
|
+
"grid",
|
|
758
|
+
"category"
|
|
759
|
+
]
|
|
760
|
+
},
|
|
761
|
+
"TopicFillIcon": {
|
|
762
|
+
"keywords": [
|
|
763
|
+
"topic",
|
|
764
|
+
"grid",
|
|
765
|
+
"category",
|
|
766
|
+
"filled"
|
|
767
|
+
]
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
"aliases": {
|
|
771
|
+
"CopyIcon": "DuplicateIcon",
|
|
772
|
+
"MicIcon": "MicrophoneIcon",
|
|
773
|
+
"ViewIcon": "EyeIcon",
|
|
774
|
+
"ViewFillIcon": "EyeFillIcon",
|
|
775
|
+
"VisibleIcon": "EyeIcon",
|
|
776
|
+
"VisibleFillIcon": "EyeFillIcon",
|
|
777
|
+
"InvisibleIcon": "EyeOffIcon",
|
|
778
|
+
"InvisibleFillIcon": "EyeOffFillIcon",
|
|
779
|
+
"AddIcon": "PlusIcon",
|
|
780
|
+
"AddCircleIcon": "PlusCircleIcon",
|
|
781
|
+
"AddCircleFillIcon": "PlusCircleFillIcon",
|
|
782
|
+
"AddSquareIcon": "PlusSquareIcon",
|
|
783
|
+
"AddSquareFillIcon": "PlusSquareFillIcon",
|
|
784
|
+
"CloseIcon": "XIcon",
|
|
785
|
+
"CloseCircleIcon": "XCircleIcon",
|
|
786
|
+
"CloseCircleFillIcon": "XCircleFillIcon",
|
|
787
|
+
"CollapseIcon": "ChevronUpIcon",
|
|
788
|
+
"ExpandIcon": "ChevronDownIcon",
|
|
789
|
+
"BackwardIcon": "ChevronLeftIcon",
|
|
790
|
+
"BackwardCircleIcon": "ChevronLeftCircleIcon",
|
|
791
|
+
"BackwardCircleFillIcon": "ChevronLeftCircleFillIcon",
|
|
792
|
+
"ForwardIcon": "ChevronRightIcon",
|
|
793
|
+
"ForwardCircleIcon": "ChevronRightCircleIcon",
|
|
794
|
+
"ForwardCircleFillIcon": "ChevronRightCircleFillIcon",
|
|
795
|
+
"DownwardIcon": "ArrowDownIcon",
|
|
796
|
+
"DownwardCircleIcon": "ArrowDownCircleIcon",
|
|
797
|
+
"DownwardCircleFillIcon": "ArrowDownCircleFillIcon",
|
|
798
|
+
"UpwardIcon": "ArrowUpIcon",
|
|
799
|
+
"UpwardCircleIcon": "ArrowUpCircleIcon",
|
|
800
|
+
"UpwardCircleFillIcon": "ArrowUpCircleFillIcon",
|
|
801
|
+
"NotificationIcon": "BellIcon",
|
|
802
|
+
"NotificationFillIcon": "BellFillIcon",
|
|
803
|
+
"NotificationOffIcon": "BellOffIcon",
|
|
804
|
+
"NotificationOffFillIcon": "BellOffFillIcon",
|
|
805
|
+
"MoreIcon": "EllipsisHorizontalIcon",
|
|
806
|
+
"MoreFillIcon": "EllipsisHorizontalFillIcon",
|
|
807
|
+
"DayIcon": "SunIcon",
|
|
808
|
+
"DayFillIcon": "SunFillIcon",
|
|
809
|
+
"NightIcon": "MoonIcon",
|
|
810
|
+
"NightFillIcon": "MoonFillIcon",
|
|
811
|
+
"CompanyIcon": "BuildingIcon",
|
|
812
|
+
"CompanyFillIcon": "BuildingFillIcon",
|
|
813
|
+
"LockedIcon": "LockIcon",
|
|
814
|
+
"LockedFillIcon": "LockFillIcon",
|
|
815
|
+
"SecureIcon": "ShieldIcon",
|
|
816
|
+
"SecureFillIcon": "ShieldFillIcon",
|
|
817
|
+
"WarningIcon": "ExclamationCircleIcon",
|
|
818
|
+
"WarningFillIcon": "ExclamationCircleFillIcon",
|
|
819
|
+
"VoiceIcon": "MicrophoneIcon",
|
|
820
|
+
"VoiceFillIcon": "MicrophoneFillIcon",
|
|
821
|
+
"WebIcon": "GlobeIcon",
|
|
822
|
+
"WebFillIcon": "GlobeFillIcon",
|
|
823
|
+
"PhotoIcon": "CameraIcon",
|
|
824
|
+
"PhotoFillIcon": "CameraFillIcon",
|
|
825
|
+
"PictureIcon": "ImageIcon",
|
|
826
|
+
"PictureFillIcon": "ImageFillIcon",
|
|
827
|
+
"InsightsIcon": "ChartBarIcon",
|
|
828
|
+
"InsightsFillIcon": "ChartBarFillIcon",
|
|
829
|
+
"MultipleIcon": "SquareStackIcon"
|
|
830
|
+
}
|
|
831
|
+
}
|