UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.26 kB
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 24 24' } export default defineComponent({ name: 'Couch24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M19.25 10.75a2.75 2.75 0 0 1 2.745 2.582L22 13.5v2.75a1.75 1.75 0 0 1-1.607 1.744L20.25 18H3.75a1.75 1.75 0 0 1-1.744-1.607L2 16.25V13.5a2.75 2.75 0 0 1 5.419-.665l.036.165h9.09l.036-.165a2.751 2.751 0 0 1 2.669-2.085zM5.75 6h12.5a1.75 1.75 0 0 1 1.744 1.606L20 7.75v2.075A3.752 3.752 0 0 0 15.813 12H8.188a3.752 3.752 0 0 0-4.19-2.175L4 7.75a1.75 1.75 0 0 1 1.606-1.744L5.75 6z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })