@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.42 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'InprivateAccount28Regular',
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 16c1.306 0 2.418.835 2.83 2H14v-.5H7a1.5 1.5 0 0 0-1.493 1.355L5.5 19v.715c0 2.674 3.389 4.785 8.5 4.785V24h7.471c-1.79 1.243-4.41 2-7.471 2c-5.79 0-10-2.567-10-6.285V19a3 3 0 0 1 3-3h14zm3 3v.715c0 .267-.023.529-.07.785H14V19h10zm-.371 2.5H14V23h8.634c.427-.461.763-.964.995-1.5zM19.954 7.25a6.067 6.067 0 0 1 0 1.5H14v-1.5h5.954zm-.213-1a5.974 5.974 0 0 0-.697-1.5H14v1.5h5.74zM14 2c1.653 0 3.15.669 4.235 1.75H14V3.5a4.5 4.5 0 1 0 0 9v-.25h4.235A6 6 0 1 1 14 2zm5.044 9.25H14v-1.5h5.74c-.162.536-.398 1.04-.696 1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})