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.58 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: 'Couch24Regular', 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: 'M5.75 6h12.5a1.75 1.75 0 0 1 1.744 1.606L20 7.75v2.104a2.752 2.752 0 0 1 1.994 2.459L22 12.5v3.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.25V12.5c0-1.259.846-2.32 2-2.647V7.75a1.75 1.75 0 0 1 1.606-1.744L5.75 6h12.5h-12.5zm13.5 5.25a1.25 1.25 0 0 0-1.244 1.122L18 12.5v.25a.75.75 0 0 1-.648.743l-.102.007H6.75a.75.75 0 0 1-.743-.648L6 12.75v-.25a1.25 1.25 0 0 0-2.494-.128L3.5 12.5v3.75a.25.25 0 0 0 .193.243l.057.007h16.5a.25.25 0 0 0 .243-.193l.007-.057V12.5c0-.69-.56-1.25-1.25-1.25zm-1-3.75H5.75a.25.25 0 0 0-.243.193L5.5 7.75v2.104a2.755 2.755 0 0 1 1.915 1.966l.04.18h9.09l.036-.165a2.755 2.755 0 0 1 1.92-1.982L18.5 7.75a.25.25 0 0 0-.193-.243L18.25 7.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })