diff options
Diffstat (limited to 'src/components/icon/LogInIcon.vue')
| -rw-r--r-- | src/components/icon/LogInIcon.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/icon/LogInIcon.vue b/src/components/icon/LogInIcon.vue index bb925b0..8ce94aa 100644 --- a/src/components/icon/LogInIcon.vue +++ b/src/components/icon/LogInIcon.vue @@ -4,7 +4,7 @@ export default defineComponent({}); </script> <template> -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" +<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path> <polyline points="10 17 15 12 10 7"></polyline> |
