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="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="4.5" y="3.99951" width="6" height="16" rx="1" stroke="#FFFAFD" stroke-width="1.5"/>
<rect x="13.5" y="3.99951" width="6" height="16" rx="1" stroke="#FFFAFD" stroke-width="1.5"/>
</svg>
</template>
<style scoped>
</style>