Stackedit/src/icons/FormatListChecks.vue

6 lines
240 B
Vue
Raw Normal View History

2018-04-07 15:00:31 +00:00
<template>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 24 24">
<path d="M3,5H9V11H3V5M5,7V9H7V7H5M11,7H21V9H11V7M11,15H21V17H11V15M5,20L1.5,16.5L2.91,15.09L5,17.17L9.59,12.59L11,14L5,20Z" />
</svg>
</template>