aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon/CloseIcon.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icon/CloseIcon.vue')
-rw-r--r--src/components/icon/CloseIcon.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/icon/CloseIcon.vue b/src/components/icon/CloseIcon.vue
index eed0c0f..374b07c 100644
--- a/src/components/icon/CloseIcon.vue
+++ b/src/components/icon/CloseIcon.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">
<line x1="18" y1="6" x2="6" y2="18"/>
<line x1="6" y1="6" x2="18" y2="18"/>