@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.62 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: 'TabInprivateAccount24Regular',
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: 'M3 5.75A2.75 2.75 0 0 1 5.75 3h12.5A2.75 2.75 0 0 1 21 5.75v4.604a4.01 4.01 0 0 0-1.5-1.063V5.75c0-.69-.56-1.25-1.25-1.25H5.75c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h6.254c.022.536.15 1.039.367 1.5H5.75A2.75 2.75 0 0 1 3 18.25V5.75zm15 8.75a1.5 1.5 0 0 1 0-3v.5h2.83a2.997 2.997 0 0 0-.594-1H18v-1a3 3 0 1 0 2.236 5H18v-.5zM14.937 17c-.58 0-1.068.282-1.395.635c-.324.35-.542.823-.542 1.309v.384C13 21.289 15.041 23 18 23v-1h3.473a3.93 3.93 0 0 0 .997-1H18v.5c-2.53 0-3.5-1.389-3.5-2.172v-.384c0-.046.03-.169.143-.29c.107-.115.217-.154.294-.154H18V18h4.73a2.135 2.135 0 0 0-.272-.365c-.327-.353-.814-.635-1.395-.635h-6.125zM18 14v-1h3c0 .35-.06.687-.17 1H18zm4.919 6H18v-1h5v.328c0 .228-.028.453-.081.672z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})