@instructure/ui-icons 8.32.1 → 8.32.2-snapshot-2

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