@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.24 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
export default defineComponent({
name: 'Couch20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M4 6.5V8h.286c1.252 0 2.305.847 2.619 2h6.19a2.715 2.715 0 0 1 2.62-2H16V6.5A1.5 1.5 0 0 0 14.5 5h-9A1.5 1.5 0 0 0 4 6.5zM3.5 15h13a1.5 1.5 0 0 0 1.5-1.5v-2.682A1.818 1.818 0 0 0 16.182 9h-.468C14.767 9 14 9.768 14 10.714a.286.286 0 0 1-.286.286H6.286A.286.286 0 0 1 6 10.714C6 9.768 5.232 9 4.286 9h-.468A1.818 1.818 0 0 0 2 10.818V13.5A1.5 1.5 0 0 0 3.5 15z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})