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.56 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'Home48Regular', 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: 'M21.606 5.855a3.778 3.778 0 0 1 4.788 0l13.175 10.742A3.91 3.91 0 0 1 41 19.628v19.485C41 41.26 39.288 43 37.175 43h-5.1c-2.113 0-3.825-1.74-3.825-3.887V29.75c0-.715-.57-1.295-1.275-1.295h-5.95c-.704 0-1.275.58-1.275 1.295v9.364c0 2.147-1.712 3.887-3.825 3.887h-5.1C8.713 43 7 41.26 7 39.113V19.628a3.91 3.91 0 0 1 1.431-3.031L21.606 5.855zm3.192 2.021a1.26 1.26 0 0 0-1.596 0L10.027 18.617a1.304 1.304 0 0 0-.477 1.011v19.485c0 .716.57 1.296 1.275 1.296h5.1c.704 0 1.275-.58 1.275-1.296V29.75c0-2.146 1.713-3.886 3.825-3.886h5.95c2.112 0 3.825 1.74 3.825 3.886v9.364c0 .716.57 1.296 1.275 1.296h5.1c.704 0 1.275-.58 1.275-1.296V19.628c0-.393-.175-.765-.477-1.01L24.798 7.875z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })