Stackedit/src/icons/Delete.vue

6 lines
250 B
Vue
Raw Normal View History

2017-07-31 09:04:01 +00:00
<template>
2017-08-04 20:46:06 +00:00
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="100%" height="100%" viewBox="0 0 24.00 24.00">
2017-07-31 09:04:01 +00:00
<path d="M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19C6,20.1 6.9,21 8,21H16C17.1,21 18,20.1 18,19V7H6V19Z" />
</svg>
</template>