@nswdoe/app-icons 3.0.28 → 3.0.29
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/README.md +3 -0
- package/essentialIconsMap.js +2 -1
- package/essentialIconsMap.json +2 -1
- package/package.json +1 -1
- package/sprite.svg +29 -0
package/README.md
CHANGED
package/essentialIconsMap.js
CHANGED
|
@@ -287,5 +287,6 @@ var iconToClass = {
|
|
|
287
287
|
"my-sdd-pl": "essentials-none",
|
|
288
288
|
"my-cwu-report": "essentials-none",
|
|
289
289
|
"my-sli-llr": "essentials-none",
|
|
290
|
-
"my-mypl-professional-learning": "essentials-none"
|
|
290
|
+
"my-mypl-professional-learning": "essentials-none",
|
|
291
|
+
"my-canvs-education": "essentials-none"
|
|
291
292
|
};
|
package/essentialIconsMap.json
CHANGED
|
@@ -291,5 +291,6 @@
|
|
|
291
291
|
"my-sdd-pl": "essentials-none",
|
|
292
292
|
"my-cwu-report": "essentials-none",
|
|
293
293
|
"my-sli-llr": "essentials-none",
|
|
294
|
-
"my-mypl-professional-learning": "essentials-none"
|
|
294
|
+
"my-mypl-professional-learning": "essentials-none",
|
|
295
|
+
"my-canvs-education": "essentials-none"
|
|
295
296
|
}
|