Lint project

This commit is contained in:
2022-07-11 13:59:14 +02:00
parent 136db4a934
commit 3364855a25
27 changed files with 279 additions and 243 deletions

View File

@@ -1,3 +1,9 @@
<script>
export default {
name: 'DownArrowIcon',
}
</script>
<template>
<svg width="1.3em" height="1.3em" viewBox="0 0 256 256" focusable="false">
<path
@@ -6,9 +12,3 @@
/>
</svg>
</template>
<script>
export default {
name: 'DownArrowIcon',
}
</script>

View File

@@ -1,3 +1,9 @@
<script>
export default {
name: 'GithubIcon',
}
</script>
<template>
<svg width="1.3em" height="1.3em" viewBox="0 0 24 24" focusable="false">
<path
@@ -6,9 +12,3 @@
/>
</svg>
</template>
<script>
export default {
name: 'GithubIcon',
}
</script>

View File

@@ -1,3 +1,9 @@
<script>
export default {
name: 'InstagramIcon',
}
</script>
<template>
<svg width="1.2em" height="1.2em" viewBox="0 0 16 16" focusable="false">
<path
@@ -6,9 +12,3 @@
/>
</svg>
</template>
<script>
export default {
name: 'InstagramIcon',
}
</script>

View File

@@ -1,3 +1,9 @@
<script>
export default {
name: 'LeftArrowIcon',
}
</script>
<template>
<svg width="1em" height="1em" viewBox="0 0 256 256" focusable="false">
<path
@@ -6,9 +12,3 @@
/>
</svg>
</template>
<script>
export default {
name: 'LeftArrowIcon',
}
</script>

View File

@@ -1,3 +1,9 @@
<script>
export default {
name: 'LinkedInIcon',
}
</script>
<template>
<svg width="1.5em" height="1.5em" viewBox="0 0 24 24" focusable="false">
<path
@@ -6,9 +12,3 @@
/>
</svg>
</template>
<script>
export default {
name: 'LinkedInIcon',
}
</script>

View File

@@ -1,3 +1,9 @@
<script>
export default {
name: 'MailIcon',
}
</script>
<template>
<svg width="1.3em" height="1.3em" viewBox="0 0 24 24" focusable="false">
<path
@@ -6,9 +12,3 @@
/>
</svg>
</template>
<script>
export default {
name: 'MailIcon',
}
</script>

View File

@@ -1,3 +1,9 @@
<script>
export default {
name: 'MoonIcon',
}
</script>
<template>
<svg width="1.3em" height="1.3em" viewBox="0 0 256 256" focusable="false">
<path
@@ -5,9 +11,3 @@
/>
</svg>
</template>
<script>
export default {
name: 'MoonIcon',
}
</script>

View File

@@ -1,3 +1,9 @@
<script>
export default {
name: 'SunIcon',
}
</script>
<template>
<svg width="1.3em" height="1.3em" viewBox="0 0 256 256" focusable="false">
<path
@@ -5,9 +11,3 @@
/>
</svg>
</template>
<script>
export default {
name: 'SunIcon',
}
</script>

View File

@@ -1,3 +1,9 @@
<script>
export default {
name: 'RiTwitterLine',
}
</script>
<template>
<svg width="1.5em" height="1.5em" viewBox="0 0 24 24">
<path
@@ -6,9 +12,3 @@
/>
</svg>
</template>
<script>
export default {
name: 'RiTwitterLine',
}
</script>