@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.31 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'InprivateAccount24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M17.754 14c1.208 0 2.194.953 2.247 2.148v.102h-7.997v.999l7.975.001a3.751 3.751 0 0 1-.509 1.501l-7.466-.002v1l6.638.002c-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.501zM12 2c1.636 0 3.088.785 4 2h-3.997v.999L16.584 5c.204.468.339.972.392 1.5L12.003 6.5v1l4.973.002a4.97 4.97 0 0 1-.392 1.5l-4.581-.002V10l3.997.001A5 5 0 1 1 12 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})