@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.41 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TabInprivateAccount24Filled',
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: 'M2.857 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v4.2a4 4 0 1 0-5.503 5.8h-.416c-.918 0-1.657.445-2.13.955c-.464.502-.808 1.21-.808 1.989v.384c0 .6.132 1.162.371 1.672H5.857a3 3 0 0 1-3-3V6zM18 10a3 3 0 1 0 2.236 5H18v-1h2.83c.11-.313.17-.65.17-1h-3v-1h2.83a2.997 2.997 0 0 0-.594-1H18v-1zm-4.458 7.635c.327-.353.814-.635 1.396-.635h6.124c.582 0 1.07.282 1.396.635c.102.11.194.233.272.365H18v1h5v.328c0 .228-.028.453-.081.672H18v1h4.47a3.93 3.93 0 0 1-.997 1H18v1c-2.959 0-5-1.71-5-3.672v-.384c0-.486.218-.96.542-1.31z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})