@instructure/ui-icons 8.19.1-snapshot.8 → 8.20.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/CHANGELOG.md +11 -0
- package/es/IconCanvasLogoLine.js +40 -0
- package/es/IconCanvasLogoSolid.js +40 -0
- package/es/IconCloudUploadLine.js +41 -0
- package/es/IconCloudUploadSolid.js +41 -0
- package/es/IconElevateLogoLine.js +40 -0
- package/es/IconElevateLogoSolid.js +40 -0
- package/es/IconImpactLogoLine.js +40 -0
- package/es/IconImpactLogoSolid.js +40 -0
- package/es/IconMasteryLogoLine.js +40 -0
- package/es/IconMasteryLogoSolid.js +40 -0
- package/es/font/Line/InstructureIcons-Line.css +324 -299
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +314 -299
- package/es/font/Line/InstructureIcons-Line.ttf +0 -0
- package/es/font/Line/InstructureIcons-Line.woff +0 -0
- package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
- package/es/font/Line/InstructureIcons-Line_icon-map.scss +309 -299
- package/es/font/Solid/InstructureIcons-Solid.css +324 -299
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +314 -299
- package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
- package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
- package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +309 -299
- package/es/font/index.js +2264 -2164
- package/es/index.js +10 -0
- package/es/svg/index.js +1 -1
- package/lib/IconCanvasLogoLine.js +51 -0
- package/lib/IconCanvasLogoSolid.js +51 -0
- package/lib/IconCloudUploadLine.js +52 -0
- package/lib/IconCloudUploadSolid.js +52 -0
- package/lib/IconElevateLogoLine.js +51 -0
- package/lib/IconElevateLogoSolid.js +51 -0
- package/lib/IconImpactLogoLine.js +51 -0
- package/lib/IconImpactLogoSolid.js +51 -0
- package/lib/IconMasteryLogoLine.js +51 -0
- package/lib/IconMasteryLogoSolid.js +51 -0
- package/lib/font/Line/InstructureIcons-Line.css +324 -299
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +314 -299
- package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
- package/lib/font/Line/InstructureIcons-Line.woff +0 -0
- package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
- package/lib/font/Line/InstructureIcons-Line_icon-map.scss +309 -299
- package/lib/font/Solid/InstructureIcons-Solid.css +324 -299
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +314 -299
- package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +309 -299
- package/lib/font/index.js +2632 -2522
- package/lib/index.js +80 -0
- package/lib/svg/index.js +1 -1
- package/package.json +5 -6
- package/svg/Line/canvas-logo.svg +3 -0
- package/svg/Line/cloud-upload.svg +3 -0
- package/svg/Line/elevate-logo.svg +3 -0
- package/svg/Line/impact-logo.svg +3 -0
- package/svg/Line/mastery-logo.svg +3 -0
- package/svg/Solid/canvas-logo.svg +3 -0
- package/svg/Solid/cloud-upload.svg +3 -0
- package/svg/Solid/elevate-logo.svg +3 -0
- package/svg/Solid/impact-logo.svg +3 -0
- package/svg/Solid/mastery-logo.svg +3 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/IconCanvasLogoLine.d.ts +29 -0
- package/types/IconCanvasLogoLine.d.ts.map +1 -0
- package/types/IconCanvasLogoSolid.d.ts +29 -0
- package/types/IconCanvasLogoSolid.d.ts.map +1 -0
- package/types/IconCloudUploadLine.d.ts +29 -0
- package/types/IconCloudUploadLine.d.ts.map +1 -0
- package/types/IconCloudUploadSolid.d.ts +29 -0
- package/types/IconCloudUploadSolid.d.ts.map +1 -0
- package/types/IconElevateLogoLine.d.ts +29 -0
- package/types/IconElevateLogoLine.d.ts.map +1 -0
- package/types/IconElevateLogoSolid.d.ts +29 -0
- package/types/IconElevateLogoSolid.d.ts.map +1 -0
- package/types/IconImpactLogoLine.d.ts +29 -0
- package/types/IconImpactLogoLine.d.ts.map +1 -0
- package/types/IconImpactLogoSolid.d.ts +29 -0
- package/types/IconImpactLogoSolid.d.ts.map +1 -0
- package/types/IconMasteryLogoLine.d.ts +29 -0
- package/types/IconMasteryLogoLine.d.ts.map +1 -0
- package/types/IconMasteryLogoSolid.d.ts +29 -0
- package/types/IconMasteryLogoSolid.d.ts.map +1 -0
- package/types/font/index.d.ts +884 -704
- package/types/index.d.ts +10 -0
- package/types/index.d.ts.map +1 -1
- package/types/svg/index.d.ts +698 -598
- package/LICENSE.md +0 -27
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -52,305 +52,310 @@ $icons-line: (
|
|
|
52
52
|
calendar-days: "\EA33",
|
|
53
53
|
calendar-month: "\EA34",
|
|
54
54
|
calendar-reserved: "\EA35",
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
check-
|
|
59
|
-
check-mark: "\EA3A",
|
|
60
|
-
check-
|
|
61
|
-
check: "\EA3C",
|
|
62
|
-
|
|
63
|
-
circle-arrow-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
closed-captioning-
|
|
68
|
-
closed-captioning: "\EA43",
|
|
69
|
-
|
|
70
|
-
cloud-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
discussion-
|
|
91
|
-
discussion-
|
|
92
|
-
discussion-reply: "\EA5B",
|
|
93
|
-
discussion-
|
|
94
|
-
discussion-
|
|
95
|
-
discussion: "\EA5E",
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
expand: "\EA71",
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
files-
|
|
128
|
-
files-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
mini-arrow-
|
|
189
|
-
mini-arrow-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
move-
|
|
199
|
-
move-
|
|
200
|
-
move-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
quiz-
|
|
246
|
-
quiz-stats-
|
|
247
|
-
quiz-
|
|
248
|
-
quiz: "\EAF7",
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
table-
|
|
301
|
-
table-
|
|
302
|
-
table-
|
|
303
|
-
table-
|
|
304
|
-
table-
|
|
305
|
-
table-
|
|
306
|
-
table-
|
|
307
|
-
table-
|
|
308
|
-
table: "\EB33",
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
text-
|
|
317
|
-
text-
|
|
318
|
-
text-
|
|
319
|
-
text-
|
|
320
|
-
text-
|
|
321
|
-
text-
|
|
322
|
-
text: "\EB41",
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
55
|
+
canvas-logo: "\EA36",
|
|
56
|
+
certified: "\EA37",
|
|
57
|
+
chat: "\EA38",
|
|
58
|
+
check-dark: "\EA39",
|
|
59
|
+
check-mark-indeterminate: "\EA3A",
|
|
60
|
+
check-mark: "\EA3B",
|
|
61
|
+
check-plus: "\EA3C",
|
|
62
|
+
check: "\EA3D",
|
|
63
|
+
circle-arrow-down: "\EA3E",
|
|
64
|
+
circle-arrow-up: "\EA3F",
|
|
65
|
+
clear-text-formatting: "\EA40",
|
|
66
|
+
clock: "\EA41",
|
|
67
|
+
closed-captioning-off: "\EA42",
|
|
68
|
+
closed-captioning-on: "\EA43",
|
|
69
|
+
closed-captioning: "\EA44",
|
|
70
|
+
cloud-download: "\EA45",
|
|
71
|
+
cloud-lock: "\EA46",
|
|
72
|
+
cloud-upload: "\EA47",
|
|
73
|
+
code: "\EA48",
|
|
74
|
+
collapse: "\EA49",
|
|
75
|
+
collection-save: "\EA4A",
|
|
76
|
+
collection: "\EA4B",
|
|
77
|
+
comment: "\EA4C",
|
|
78
|
+
comments-off: "\EA4D",
|
|
79
|
+
comments-on: "\EA4E",
|
|
80
|
+
commons: "\EA4F",
|
|
81
|
+
compass: "\EA50",
|
|
82
|
+
complete: "\EA51",
|
|
83
|
+
compose: "\EA52",
|
|
84
|
+
copy-course: "\EA53",
|
|
85
|
+
copy: "\EA54",
|
|
86
|
+
courses: "\EA55",
|
|
87
|
+
crop: "\EA56",
|
|
88
|
+
dashboard: "\EA57",
|
|
89
|
+
deactivate-user: "\EA58",
|
|
90
|
+
discussion-check: "\EA59",
|
|
91
|
+
discussion-new: "\EA5A",
|
|
92
|
+
discussion-reply-2: "\EA5B",
|
|
93
|
+
discussion-reply-dark: "\EA5C",
|
|
94
|
+
discussion-reply: "\EA5D",
|
|
95
|
+
discussion-search: "\EA5E",
|
|
96
|
+
discussion-x: "\EA5F",
|
|
97
|
+
discussion: "\EA60",
|
|
98
|
+
document: "\EA61",
|
|
99
|
+
download: "\EA62",
|
|
100
|
+
drag-handle: "\EA63",
|
|
101
|
+
drop-down: "\EA64",
|
|
102
|
+
duplicate: "\EA65",
|
|
103
|
+
edit: "\EA66",
|
|
104
|
+
educators: "\EA67",
|
|
105
|
+
elevate-logo: "\EA68",
|
|
106
|
+
email: "\EA69",
|
|
107
|
+
empty: "\EA6A",
|
|
108
|
+
end: "\EA6B",
|
|
109
|
+
eportfolio: "\EA6C",
|
|
110
|
+
equation: "\EA6D",
|
|
111
|
+
equella: "\EA6E",
|
|
112
|
+
essay: "\EA6F",
|
|
113
|
+
exit-full-screen: "\EA70",
|
|
114
|
+
expand-items: "\EA71",
|
|
115
|
+
expand-left: "\EA72",
|
|
116
|
+
expand-start: "\EA73",
|
|
117
|
+
expand: "\EA74",
|
|
118
|
+
export-content: "\EA75",
|
|
119
|
+
export: "\EA76",
|
|
120
|
+
external-link: "\EA77",
|
|
121
|
+
eye: "\EA78",
|
|
122
|
+
facebook-boxed: "\EA79",
|
|
123
|
+
facebook: "\EA7A",
|
|
124
|
+
fast-forward: "\EA7B",
|
|
125
|
+
feedback: "\EA7C",
|
|
126
|
+
file-locked: "\EA7D",
|
|
127
|
+
files-copyright: "\EA7E",
|
|
128
|
+
files-creative-commons: "\EA7F",
|
|
129
|
+
files-fair-use: "\EA80",
|
|
130
|
+
files-obtained-permission: "\EA81",
|
|
131
|
+
files-public-domain: "\EA82",
|
|
132
|
+
filmstrip: "\EA83",
|
|
133
|
+
filter: "\EA84",
|
|
134
|
+
flag: "\EA85",
|
|
135
|
+
folder-locked: "\EA86",
|
|
136
|
+
folder: "\EA87",
|
|
137
|
+
forward: "\EA88",
|
|
138
|
+
full-screen: "\EA89",
|
|
139
|
+
github: "\EA8A",
|
|
140
|
+
gradebook-export: "\EA8B",
|
|
141
|
+
gradebook-import: "\EA8C",
|
|
142
|
+
gradebook: "\EA8D",
|
|
143
|
+
group-dark-new: "\EA8E",
|
|
144
|
+
group-new: "\EA8F",
|
|
145
|
+
group: "\EA90",
|
|
146
|
+
hamburger: "\EA91",
|
|
147
|
+
heart: "\EA92",
|
|
148
|
+
highlighter: "\EA93",
|
|
149
|
+
home: "\EA94",
|
|
150
|
+
hour-glass: "\EA95",
|
|
151
|
+
image: "\EA96",
|
|
152
|
+
immersive-reader: "\EA97",
|
|
153
|
+
impact-logo: "\EA98",
|
|
154
|
+
import-content: "\EA99",
|
|
155
|
+
import: "\EA9A",
|
|
156
|
+
important-dates: "\EA9B",
|
|
157
|
+
inbox: "\EA9C",
|
|
158
|
+
indent-2: "\EA9D",
|
|
159
|
+
indent: "\EA9E",
|
|
160
|
+
info-borderless: "\EA9F",
|
|
161
|
+
info: "\EAA0",
|
|
162
|
+
instructure: "\EAA1",
|
|
163
|
+
integrations: "\EAA2",
|
|
164
|
+
invitation: "\EAA3",
|
|
165
|
+
italic: "\EAA4",
|
|
166
|
+
keyboard-shortcuts: "\EAA5",
|
|
167
|
+
launch: "\EAA6",
|
|
168
|
+
life-preserver: "\EAA7",
|
|
169
|
+
like: "\EAA8",
|
|
170
|
+
line-reader: "\EAA9",
|
|
171
|
+
link: "\EAAA",
|
|
172
|
+
linkedin: "\EAAB",
|
|
173
|
+
lock: "\EAAC",
|
|
174
|
+
lti: "\EAAD",
|
|
175
|
+
mark-as-read: "\EAAE",
|
|
176
|
+
marker: "\EAAF",
|
|
177
|
+
masquerade: "\EAB0",
|
|
178
|
+
mastery-logo: "\EAB1",
|
|
179
|
+
mastery-paths: "\EAB2",
|
|
180
|
+
materials-required-light: "\EAB3",
|
|
181
|
+
materials-required: "\EAB4",
|
|
182
|
+
mature-light: "\EAB5",
|
|
183
|
+
mature: "\EAB6",
|
|
184
|
+
media: "\EAB7",
|
|
185
|
+
message: "\EAB8",
|
|
186
|
+
mic-off: "\EAB9",
|
|
187
|
+
mic: "\EABA",
|
|
188
|
+
mini-arrow-double: "\EABB",
|
|
189
|
+
mini-arrow-down: "\EABC",
|
|
190
|
+
mini-arrow-end: "\EABD",
|
|
191
|
+
mini-arrow-left: "\EABE",
|
|
192
|
+
mini-arrow-right: "\EABF",
|
|
193
|
+
mini-arrow-start: "\EAC0",
|
|
194
|
+
mini-arrow-up: "\EAC1",
|
|
195
|
+
minimize: "\EAC2",
|
|
196
|
+
module: "\EAC3",
|
|
197
|
+
more: "\EAC4",
|
|
198
|
+
move-down-bottom: "\EAC5",
|
|
199
|
+
move-down: "\EAC6",
|
|
200
|
+
move-end: "\EAC7",
|
|
201
|
+
move-left: "\EAC8",
|
|
202
|
+
move-right: "\EAC9",
|
|
203
|
+
move-start: "\EACA",
|
|
204
|
+
move-up-top: "\EACB",
|
|
205
|
+
move-up: "\EACC",
|
|
206
|
+
ms-excel: "\EACD",
|
|
207
|
+
ms-ppt: "\EACE",
|
|
208
|
+
ms-word: "\EACF",
|
|
209
|
+
muted: "\EAD0",
|
|
210
|
+
next-unread: "\EAD1",
|
|
211
|
+
no: "\EAD2",
|
|
212
|
+
not-graded: "\EAD3",
|
|
213
|
+
note-dark: "\EAD4",
|
|
214
|
+
note-light: "\EAD5",
|
|
215
|
+
note: "\EAD6",
|
|
216
|
+
notepad: "\EAD7",
|
|
217
|
+
numbered-list: "\EAD8",
|
|
218
|
+
off: "\EAD9",
|
|
219
|
+
open-folder: "\EADA",
|
|
220
|
+
outcomes: "\EADB",
|
|
221
|
+
outdent: "\EADC",
|
|
222
|
+
outdent2: "\EADD",
|
|
223
|
+
oval-half: "\EADE",
|
|
224
|
+
page-down: "\EADF",
|
|
225
|
+
page-up: "\EAE0",
|
|
226
|
+
paint: "\EAE1",
|
|
227
|
+
paperclip: "\EAE2",
|
|
228
|
+
partial: "\EAE3",
|
|
229
|
+
pause: "\EAE4",
|
|
230
|
+
pdf: "\EAE5",
|
|
231
|
+
peer-graded: "\EAE6",
|
|
232
|
+
peer-review: "\EAE7",
|
|
233
|
+
permissions: "\EAE8",
|
|
234
|
+
pin: "\EAE9",
|
|
235
|
+
pinterest: "\EAEA",
|
|
236
|
+
play: "\EAEB",
|
|
237
|
+
plus: "\EAEC",
|
|
238
|
+
post-to-sis: "\EAED",
|
|
239
|
+
prerequisite: "\EAEE",
|
|
240
|
+
printer: "\EAEF",
|
|
241
|
+
progress: "\EAF0",
|
|
242
|
+
protractor: "\EAF1",
|
|
243
|
+
publish: "\EAF2",
|
|
244
|
+
question: "\EAF3",
|
|
245
|
+
quiz-instructions: "\EAF4",
|
|
246
|
+
quiz-stats-avg: "\EAF5",
|
|
247
|
+
quiz-stats-cronbachs-alpha: "\EAF6",
|
|
248
|
+
quiz-stats-deviation: "\EAF7",
|
|
249
|
+
quiz-stats-high: "\EAF8",
|
|
250
|
+
quiz-stats-low: "\EAF9",
|
|
251
|
+
quiz-stats-time: "\EAFA",
|
|
252
|
+
quiz-title: "\EAFB",
|
|
253
|
+
quiz: "\EAFC",
|
|
254
|
+
record: "\EAFD",
|
|
255
|
+
refresh: "\EAFE",
|
|
256
|
+
remove-bookmark: "\EAFF",
|
|
257
|
+
remove-from-collection: "\EB00",
|
|
258
|
+
remove-link: "\EB01",
|
|
259
|
+
replied: "\EB02",
|
|
260
|
+
reply-2: "\EB03",
|
|
261
|
+
reply-all-2: "\EB04",
|
|
262
|
+
reply: "\EB05",
|
|
263
|
+
reset: "\EB06",
|
|
264
|
+
review-screen: "\EB07",
|
|
265
|
+
rewind: "\EB08",
|
|
266
|
+
rotate-left: "\EB09",
|
|
267
|
+
rotate-right: "\EB0A",
|
|
268
|
+
rss-add: "\EB0B",
|
|
269
|
+
rss: "\EB0C",
|
|
270
|
+
rubric-dark: "\EB0D",
|
|
271
|
+
rubric: "\EB0E",
|
|
272
|
+
ruler: "\EB0F",
|
|
273
|
+
save: "\EB10",
|
|
274
|
+
screen-capture: "\EB11",
|
|
275
|
+
search-address-book: "\EB12",
|
|
276
|
+
search: "\EB13",
|
|
277
|
+
settings-2: "\EB14",
|
|
278
|
+
settings: "\EB15",
|
|
279
|
+
shape-oval: "\EB16",
|
|
280
|
+
shape-polygon: "\EB17",
|
|
281
|
+
shape-rectangle: "\EB18",
|
|
282
|
+
share: "\EB19",
|
|
283
|
+
sis-imported: "\EB1A",
|
|
284
|
+
sis-not-synced: "\EB1B",
|
|
285
|
+
sis-synced: "\EB1C",
|
|
286
|
+
skype: "\EB1D",
|
|
287
|
+
sort: "\EB1E",
|
|
288
|
+
speed-grader: "\EB1F",
|
|
289
|
+
standards: "\EB20",
|
|
290
|
+
star-light: "\EB21",
|
|
291
|
+
star: "\EB22",
|
|
292
|
+
stats: "\EB23",
|
|
293
|
+
stop: "\EB24",
|
|
294
|
+
strikethrough: "\EB25",
|
|
295
|
+
student-view: "\EB26",
|
|
296
|
+
studio: "\EB27",
|
|
297
|
+
subaccounts: "\EB28",
|
|
298
|
+
subtitles: "\EB29",
|
|
299
|
+
syllabus: "\EB2A",
|
|
300
|
+
table-cell-select-all: "\EB2B",
|
|
301
|
+
table-delete-column: "\EB2C",
|
|
302
|
+
table-delete-row: "\EB2D",
|
|
303
|
+
table-delete-table: "\EB2E",
|
|
304
|
+
table-insert-column-after: "\EB2F",
|
|
305
|
+
table-insert-column-before: "\EB30",
|
|
306
|
+
table-insert-row-above: "\EB31",
|
|
307
|
+
table-insert-row-after: "\EB32",
|
|
308
|
+
table-left-header: "\EB33",
|
|
309
|
+
table-merge-cells: "\EB34",
|
|
310
|
+
table-row-properties: "\EB35",
|
|
311
|
+
table-split-cells: "\EB36",
|
|
312
|
+
table-top-header: "\EB37",
|
|
313
|
+
table: "\EB38",
|
|
314
|
+
tag: "\EB39",
|
|
315
|
+
target: "\EB3A",
|
|
316
|
+
text-background-color: "\EB3B",
|
|
317
|
+
text-centered: "\EB3C",
|
|
318
|
+
text-color: "\EB3D",
|
|
319
|
+
text-direction-ltr: "\EB3E",
|
|
320
|
+
text-direction-rtl: "\EB3F",
|
|
321
|
+
text-end: "\EB40",
|
|
322
|
+
text-left: "\EB41",
|
|
323
|
+
text-right: "\EB42",
|
|
324
|
+
text-start: "\EB43",
|
|
325
|
+
text-subscript: "\EB44",
|
|
326
|
+
text-superscript: "\EB45",
|
|
327
|
+
text: "\EB46",
|
|
328
|
+
textarea: "\EB47",
|
|
329
|
+
timer: "\EB48",
|
|
330
|
+
toggle-end: "\EB49",
|
|
331
|
+
toggle-left: "\EB4A",
|
|
332
|
+
toggle-right: "\EB4B",
|
|
333
|
+
toggle-start: "\EB4C",
|
|
334
|
+
trash: "\EB4D",
|
|
335
|
+
trouble: "\EB4E",
|
|
336
|
+
twitter-boxed: "\EB4F",
|
|
337
|
+
twitter: "\EB50",
|
|
338
|
+
unarchive: "\EB51",
|
|
339
|
+
underline: "\EB52",
|
|
340
|
+
unlock: "\EB53",
|
|
341
|
+
unmuted: "\EB54",
|
|
342
|
+
unpublish: "\EB55",
|
|
343
|
+
unpublished: "\EB56",
|
|
344
|
+
updown: "\EB57",
|
|
345
|
+
upload: "\EB58",
|
|
346
|
+
user-add: "\EB59",
|
|
347
|
+
user: "\EB5A",
|
|
348
|
+
video-camera-off: "\EB5B",
|
|
349
|
+
video-camera: "\EB5C",
|
|
350
|
+
video: "\EB5D",
|
|
351
|
+
warning-borderless: "\EB5E",
|
|
352
|
+
warning: "\EB5F",
|
|
353
|
+
windows: "\EB60",
|
|
354
|
+
wordpress: "\EB61",
|
|
355
|
+
x: "\EB62",
|
|
356
|
+
zipped: "\EB63",
|
|
357
|
+
zoom-in: "\EB64",
|
|
358
|
+
zoom-out: "\EB65"
|
|
354
359
|
);
|
|
355
360
|
|
|
356
361
|
$icons-line-bidirectional: (
|
|
@@ -408,6 +413,7 @@ bullet-list: "true",
|
|
|
408
413
|
|
|
409
414
|
|
|
410
415
|
|
|
416
|
+
|
|
411
417
|
chat: "true",
|
|
412
418
|
|
|
413
419
|
|
|
@@ -431,6 +437,7 @@ chat: "true",
|
|
|
431
437
|
|
|
432
438
|
|
|
433
439
|
|
|
440
|
+
|
|
434
441
|
|
|
435
442
|
|
|
436
443
|
compose: "true",
|
|
@@ -461,6 +468,7 @@ edit: "true",
|
|
|
461
468
|
|
|
462
469
|
|
|
463
470
|
|
|
471
|
+
|
|
464
472
|
essay: "true",
|
|
465
473
|
|
|
466
474
|
|
|
@@ -502,6 +510,7 @@ highlighter: "true",
|
|
|
502
510
|
|
|
503
511
|
|
|
504
512
|
|
|
513
|
+
|
|
505
514
|
import-content: "true",
|
|
506
515
|
import: "true",
|
|
507
516
|
|
|
@@ -535,6 +544,7 @@ indent: "true",
|
|
|
535
544
|
|
|
536
545
|
|
|
537
546
|
|
|
547
|
+
|
|
538
548
|
|
|
539
549
|
|
|
540
550
|
mini-arrow-end: "true",
|