Feature: Layouting home page (#4)
Complete issue #2 Reviewed-on: ofs/fensir#4 Co-authored-by: kogeletey <kg@re128.org> Co-committed-by: kogeletey <kg@re128.org>
This commit is contained in:
parent
3adfe995d2
commit
0c96e84708
8 changed files with 133 additions and 3 deletions
3
src/icons/CarbonArrowRight.vue
Normal file
3
src/icons/CarbonArrowRight.vue
Normal file
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="currentColor" d="m18 6l-1.43 1.393L24.15 15H4v2h20.15l-7.58 7.573L18 26l10-10z"/></svg>
|
||||
</template>
|
3
src/icons/CarbonArrowUpRight.vue
Normal file
3
src/icons/CarbonArrowUpRight.vue
Normal file
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="currentColor" d="M10 6v2h12.59L6 24.59L7.41 26L24 9.41V22h2V6z"/></svg>
|
||||
</template>
|
3
src/icons/CarbonRecentlyViewed.vue
Normal file
3
src/icons/CarbonRecentlyViewed.vue
Normal file
|
@ -0,0 +1,3 @@
|
|||
<template>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="currentColor" d="M20.59 22L15 16.41V7h2v8.58l5 5.01z"/><path fill="currentColor" d="M16 2A13.94 13.94 0 0 0 6 6.23V2H4v8h8V8H7.08A12 12 0 1 1 4 16H2A14 14 0 1 0 16 2"/></svg>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue