mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
9 lines
307 B
Vue
9 lines
307 B
Vue
<template>
|
|
<svg viewBox="0 0 24 24">
|
|
<path
|
|
d="M7 6V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1.001 1.001 0 0 1 3 21l.003-14c0-.552.45-1 1.007-1H7zm2 0h8v10h2V4H9v2zm-2 5v2h6v-2H7zm0 4v2h6v-2H7z"
|
|
fill="currentColor"
|
|
></path>
|
|
</svg>
|
|
</template>
|