mirror of https://github.com/vuejs/core.git
15 lines
382 B
Vue
15 lines
382 B
Vue
<template>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="1.3em"
|
|
height="1.3em"
|
|
viewBox="0 0 24 24"
|
|
>
|
|
<path fill="currentColor" d="M8 7h11v14H8z" opacity=".3" />
|
|
<path
|
|
fill="currentColor"
|
|
d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m0 16H8V7h11z"
|
|
/>
|
|
</svg>
|
|
</template>
|