@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.4 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 20 20'
}
export default defineComponent({
name: 'TabInprivateAccount20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M5.5 3A2.5 2.5 0 0 0 3 5.5v9A2.5 2.5 0 0 0 5.5 17h4.66a3.526 3.526 0 0 1-.16-1.06v-.32c0-.685.29-1.309.687-1.755c.394-.444 1.02-.848 1.813-.865h.05A3.5 3.5 0 0 1 17 7.627V5.5A2.5 2.5 0 0 0 14.5 3h-9zm7.05 11h4.9c.465 0 .855.235 1.116.529c.122.137.226.298.3.471H15v1h4c-.01.347-.091.685-.239 1H15v1h2.988c-.708.608-1.747 1-2.988 1c-2.367 0-4-1.426-4-3.06v-.32c0-.405.175-.8.434-1.091c.261-.294.651-.529 1.116-.529zm-.05-3.5A2.5 2.5 0 0 0 17 12h-2v-1h2.45a2.512 2.512 0 0 0 0-1H15V9h2a2.5 2.5 0 0 0-4.5 1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})