@monoui/vuejs 1.1.30 → 1.1.31

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.30",
3
+ "version": "1.1.31",
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
@@ -62,7 +62,8 @@ import {
62
62
  faStar,
63
63
  faSort,
64
64
  faSortUp,
65
- faSortDown
65
+ faSortDown,
66
+ faStethoscope
66
67
  } from "@fortawesome/free-solid-svg-icons";
67
68
  import {
68
69
  faFontAwesome,
@@ -138,7 +139,8 @@ library.add(
138
139
  faStar,
139
140
  faSort,
140
141
  faSortUp,
141
- faSortDown
142
+ faSortDown,
143
+ faStethoscope
142
144
  );
143
145
 
144
146
  export { FontAwesomeIcon };