Stackedit/src/icons/FolderPlus.vue

6 lines
302 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="M10,4L12,6H20C21.1,6 22,6.9 22,8V18C22,19.1 21.1,20 20,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10M15,9V12H12V14H15V17H17V14H20V12H17V9H15Z" />
</svg>
</template>