Stackedit/src/icons/FormatHorizontalRule.vue
Benoit Schweblin 8b3e3a898b Menu items
2017-08-04 21:46:06 +01:00

6 lines
285 B
Vue

<template>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="100%" height="100%" viewBox="0 0 24.00 24.00">
<path fill="#000000" fill-opacity="1" stroke-linejoin="round" d="M3,13l5,0l0,-2l-5,0l0,2Zm6.5,0l5,0l0,-2l-5,0l0,2Zm6.5,0l5,0l0,-2l-5,0l0,2Z" />
</svg>
</template>