front base init

This commit is contained in:
Gabriel Goldbronn
2025-03-02 21:17:23 +01:00
parent b054c8a316
commit b8e682f333
63 changed files with 22864 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<script setup lang="ts">
</script>
<template>
<svg class="icon" width="29" height="25" viewBox="0 0 29 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6129 20.574C22.3812 21.0736 23.4847 20.6039 23.4847 19.7773L23.4847 5.83257C23.4847 5.00599 22.3812 4.53631 21.6129 5.03588L10.8902 12.0083C10.2748 12.4084 10.2748 13.2015 10.8902 13.6016L21.6129 20.574ZM25.818 19.7773C25.818 22.2571 22.5075 23.6661 20.2026 22.1674L9.47996 15.195C7.63377 13.9945 7.63377 11.6154 9.47997 10.4149L20.2026 3.4425C22.5075 1.94378 25.818 3.35283 25.818 5.83257L25.818 19.7773Z" fill="#FF306F"/>
<path d="M2.48465 3.80493C2.48465 3.25265 3.00698 2.80493 3.65132 2.80493C4.29565 2.80493 4.81798 3.25265 4.81798 3.80493V21.8049C4.81798 22.3572 4.29565 22.8049 3.65132 22.8049C3.00698 22.8049 2.48465 22.3572 2.48465 21.8049V3.80493Z" fill="#FF306F"/>
</svg>
</template>
<style scoped>
</style>