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="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.45308 5.03587C5.79455 4.53629 4.84869 5.00598 4.84869 5.83256V19.7773C4.84869 20.6039 5.79455 21.0736 6.45308 20.574L15.6439 13.6016C16.1714 13.2015 16.1714 12.4084 15.6439 12.0082L6.45308 5.03587ZM2.84869 5.83256C2.84869 3.35282 5.68627 1.94376 7.66185 3.44248L16.8527 10.4149C18.4352 11.6153 18.4352 13.9945 16.8527 15.195L7.66185 22.1674C5.68627 23.6661 2.84869 22.257 2.84869 19.7773V5.83256Z" fill="#FF306F"/>
<path d="M20.8487 3.80493C20.8487 3.25265 21.2964 2.80493 21.8487 2.80493C22.401 2.80493 22.8487 3.25265 22.8487 3.80493V21.8049C22.8487 22.3572 22.401 22.8049 21.8487 22.8049C21.2964 22.8049 20.8487 22.3572 20.8487 21.8049V3.80493Z" fill="#FF306F"/>
</svg>
</template>
<style scoped>
</style>