xw_admin/src/assets/icons/menu/ReportForms.vue
2024-06-26 18:53:48 +08:00

14 lines
810 B
Vue

<template>
<svg t="1719388552537" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2117" width="200" height="200"><path d="M240.875 448.55H134.765c-29.25 0-53.1 23.76-53.1 53.055v302.265c0 29.25 23.85 53.055 53.1 53.055h106.11c29.25 0 53.1-23.805 53.1-53.1V501.65c0-29.25-23.85-53.1-53.1-53.1zM559.295 77.075H453.14c-29.25 0-53.1 23.805-53.1 53.1v673.65c0 29.295 23.85 53.1 53.1 53.1h106.155c29.25 0 53.055-23.805 53.055-53.1V130.22c0-29.295-23.805-53.1-53.1-53.1z m318.375 159.21h-106.155c-29.25 0-53.055 23.76-53.055 53.055v514.53c0 29.25 23.85 53.055 53.1 53.055h106.11c29.25 0 53.1-23.805 53.1-53.1V289.385c0-29.25-23.85-53.1-53.1-53.1z" p-id="2118"></path></svg>
</template>
<script>
export default {
name: "ReportForms"
}
</script>
<style scoped>
</style>