mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-02-01 04:37:55 +01:00
Add new icon
This commit is contained in:
14
src/components/icons/ArrowBlogIcon.vue
Normal file
14
src/components/icons/ArrowBlogIcon.vue
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<template>
|
||||||
|
<svg class="inline" width="1em" height="1em" viewBox="0 0 24 24" focusable="false">
|
||||||
|
<path
|
||||||
|
d="M13 18h-2v-8l-3.5 3.5l-1.42-1.42L12 6.16l5.92 5.92l-1.42 1.42L13 10v8M12 2a10 10 0 0 1 10 10a10 10 0 0 1-10 10A10 10 0 0 1 2 12A10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8a8 8 0 0 0-8-8z"
|
||||||
|
fill="currentColor"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "ArrowBlogIcon"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
@@ -1,14 +1,19 @@
|
|||||||
<template>
|
<template>
|
||||||
<svg class="inline" width="1em" height="1em" viewBox="0 0 24 24" focusable="false">
|
<svg
|
||||||
|
class="inline"
|
||||||
|
width="2.5em"
|
||||||
|
height="2.5em"
|
||||||
|
viewBox="0 0 256 256"
|
||||||
|
focusable="false"
|
||||||
|
>
|
||||||
<path
|
<path
|
||||||
d="M13 18h-2v-8l-3.5 3.5l-1.42-1.42L12 6.16l5.92 5.92l-1.42 1.42L13 10v8M12 2a10 10 0 0 1 10 10a10 10 0 0 1-10 10A10 10 0 0 1 2 12A10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8a8 8 0 0 0-8-8z"
|
d="M208.485 120.485a12 12 0 0 1-16.97 0L140 68.971V216a12 12 0 0 1-24 0V68.97l-51.515 51.515a12 12 0 0 1-16.97-16.97l72-72a12.002 12.002 0 0 1 16.97 0l72 72a12 12 0 0 1 0 16.97z"
|
||||||
fill="currentColor"
|
fill="currentColor" />
|
||||||
/>
|
|
||||||
</svg>
|
</svg>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: "ArrowUpIcon"
|
name: "ArrowUp"
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user