@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.39 kB
JavaScript
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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Couch20Regular',
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 6.5v1.522A2.32 2.32 0 0 1 6.978 10h6.044A2.32 2.32 0 0 1 15 8.022V6.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5zM4 8.017V6.5A1.5 1.5 0 0 1 5.5 5h9A1.5 1.5 0 0 1 16 6.5v1.517c1.127.137 2 1.097 2 2.26V13.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 2 13.5v-3.222c0-1.164.873-2.124 2-2.261zM15.318 9C14.59 9 14 9.59 14 10.318a.682.682 0 0 1-.682.682H6.682A.682.682 0 0 1 6 10.318C6 9.59 5.41 9 4.682 9h-.404C3.572 9 3 9.572 3 10.278V13.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-3.222C17 9.572 16.428 9 15.722 9h-.404z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})