mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
15 lines
402 B
Vue
15 lines
402 B
Vue
<template>
|
|
<svg
|
|
width="20"
|
|
height="20"
|
|
viewBox="0 0 20 20"
|
|
fill="none"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<rect x="2" y="7" width="11" height="2" fill="#606266" />
|
|
<rect x="2" y="11" width="14" height="2" fill="#606266" />
|
|
<rect x="2" y="15" width="8" height="2" fill="#606266" />
|
|
<rect x="2" y="3" width="16" height="2" fill="#606266" />
|
|
</svg>
|
|
</template>
|