6 lines
257 B
Vue
6 lines
257 B
Vue
<template>
|
|
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" preserveAspectRatio="xMidYMid meet">
|
|
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
|
|
</svg>
|
|
</template>
|