@monoui/vuejs 1.1.56 → 1.1.57

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monoui/vuejs",
3
- "version": "1.1.56",
3
+ "version": "1.1.57",
4
4
  "description": "This project will contain MonoFor UI Framework",
5
5
  "main": "./dist/main.js",
6
6
  "repository": "git@gitlab.com:monoui/vuejs.git",
package/src/icons.js CHANGED
@@ -65,7 +65,9 @@ import {
65
65
  faSortDown,
66
66
  faStethoscope,
67
67
  faTimes,
68
- faFileImport
68
+ faFileImport,
69
+ faUpload,
70
+ faDownload
69
71
  } from "@fortawesome/free-solid-svg-icons";
70
72
  import {
71
73
  faFontAwesome,
@@ -144,7 +146,9 @@ library.add(
144
146
  faSortDown,
145
147
  faStethoscope,
146
148
  faTimes,
147
- faFileImport
149
+ faFileImport,
150
+ faUpload,
151
+ faDownload
148
152
  );
149
153
 
150
154
  export { FontAwesomeIcon };