UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.27 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Couch24Filled', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.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 */ ) ]) ) ) } })