diff --git a/src/components/ui/IconBtn.vue b/src/components/ui/IconBtn.vue index 8c9fdde..9934a9b 100644 --- a/src/components/ui/IconBtn.vue +++ b/src/components/ui/IconBtn.vue @@ -27,6 +27,7 @@ const ICONS = { refresh: ['M23 4v6h-6', 'M1 20v-6h6', 'M3.51 9a9 9 0 0 1 14.85-3.36L23 10', 'M1 14l4.64 4.36A9 9 0 0 0 20.49 15'], filter: ['M22 3H2l8 9.46V19l4 2v-8.54L22 3z'], menu: ['M3 12h18', 'M3 6h18', 'M3 18h18'], + list: ['M8 6h13', 'M8 12h13', 'M8 18h13', 'M3 6h.01', 'M3 12h.01', 'M3 18h.01'], back: ['M19 12H5', 'M12 19l-7-7 7-7'], logout: ['M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4', 'M16 17l5-5-5-5', 'M21 12H9'], login: ['M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4', 'M10 17l5-5-5-5', 'M15 12H3'], diff --git a/src/views/UsersView.vue b/src/views/UsersView.vue index 166301e..3c4c7b0 100644 --- a/src/views/UsersView.vue +++ b/src/views/UsersView.vue @@ -108,8 +108,7 @@ onMounted(() => {