50 lines
1.4 KiB
Vue
50 lines
1.4 KiB
Vue
<template>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="20"
|
|
height="21"
|
|
viewBox="0 0 20 21"
|
|
fill="none"
|
|
>
|
|
<path
|
|
d="M18 3H2C1.44772 3 1 3.44772 1 4V19C1 19.5523 1.44772 20 2 20H18C18.5523 20 19 19.5523 19 19V4C19 3.44772 18.5523 3 18 3Z"
|
|
stroke="#117564"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
/>
|
|
<rect x="4" y="13" width="2" height="2" fill="#D9D9D9" />
|
|
<rect x="9" y="13" width="2" height="2" fill="#D9D9D9" />
|
|
<rect x="14" y="13" width="2" height="2" fill="#D9D9D9" />
|
|
<rect x="4" y="10" width="2" height="2" fill="#D9D9D9" />
|
|
<rect x="9" y="10" width="2" height="2" fill="#D9D9D9" />
|
|
<rect x="14" y="10" width="2" height="2" fill="#117564" />
|
|
<rect x="4" y="16" width="2" height="2" fill="#D9D9D9" />
|
|
<rect x="9" y="16" width="2" height="2" fill="#D9D9D9" />
|
|
<rect x="14" y="16" width="2" height="2" fill="#D9D9D9" />
|
|
<path
|
|
d="M18.6102 8H1"
|
|
stroke="#117564"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
/>
|
|
<path
|
|
d="M5 1V5"
|
|
stroke="#117564"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
/>
|
|
<path
|
|
d="M10 1V5"
|
|
stroke="#117564"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
/>
|
|
<path
|
|
d="M15 1V5"
|
|
stroke="#117564"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
/>
|
|
</svg>
|
|
</template>
|