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