aboutsummaryrefslogtreecommitdiff
path: root/src/components/icon/SettingsIcon.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icon/SettingsIcon.vue')
-rw-r--r--src/components/icon/SettingsIcon.vue10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/icon/SettingsIcon.vue b/src/components/icon/SettingsIcon.vue
index e23ba20..bea2a3f 100644
--- a/src/components/icon/SettingsIcon.vue
+++ b/src/components/icon/SettingsIcon.vue
@@ -1,8 +1,3 @@
-<script lang="ts">
-import {defineComponent, PropType} from 'vue';
-export default defineComponent({});
-</script>
-
<template>
<svg viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
@@ -20,3 +15,8 @@ export default defineComponent({});
2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"/>
</svg>
</template>
+
+<script lang="ts">
+import {defineComponent, PropType} from 'vue';
+export default defineComponent({});
+</script>