@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.44 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: 'InprivateAccount24Regular',
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: 'M17.754 14c1.208 0 2.194.953 2.247 2.148v.102h-8L12 15.499H6.253a.749.749 0 0 0-.75.75v.578c0 .535.192 1.053.54 1.46c1.253 1.468 3.219 2.214 5.957 2.214v-.751l6.642.001c-1.56 1.506-3.79 2.25-6.642 2.25c-3.146 0-5.532-.905-7.098-2.74a3.75 3.75 0 0 1-.898-2.434v-.578a2.249 2.249 0 0 1 2.249-2.25h11.501zm1.716 4.751L12 18.75v-1.5h7.979a3.751 3.751 0 0 1-.509 1.501zM12 2c1.636 0 3.088.785 4 2h-4v-.5a3.5 3.5 0 1 0 0 7V10l4 .001A5 5 0 1 1 12 2zm4.975 5.5a4.968 4.968 0 0 1-.391 1.5H12V7.5h4.975zm-.39-2.5c.203.468.338.972.39 1.5H12V5h4.584z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})