19 lines
486 B
Vue
19 lines
486 B
Vue
<template>
|
|
<svg
|
|
aria-hidden="true"
|
|
class="iconify iconify--mdi"
|
|
height="60"
|
|
role="img"
|
|
width="200"
|
|
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 60">
|
|
<g stroke-width="1" stroke="#888" fill="white">
|
|
<rect x="0" y="0" width="200" height="60"/>
|
|
<g fill="#CCC">
|
|
<rect x="5" y="5" width="50" height="50"/>
|
|
<rect x="60" y="5" width="135" height="50"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
</template>
|
|
<script setup lang="ts">
|
|
</script>
|