@afeefa/vue-app 0.0.131 → 0.0.132

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- 0.0.131
1
+ 0.0.132
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.131",
3
+ "version": "0.0.132",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -19,6 +19,7 @@ import {
19
19
  mdiMenuUp,
20
20
  mdiPalette,
21
21
  mdiPencil,
22
+ mdiPencilCircle,
22
23
  mdiPlus,
23
24
  mdiPlusCircle,
24
25
  mdiPrinter,
@@ -44,6 +45,7 @@ export default new Vuetify({
44
45
  logoutIcon: mdiLogoutVariant,
45
46
  plusIcon: mdiPlus,
46
47
  pencilIcon: mdiPencil,
48
+ pencilCircleIcon: mdiPencilCircle,
47
49
  trashCanIcon: mdiDelete,
48
50
  calendarIcon: mdiCalendar,
49
51
  searchIcon: mdiMagnify,