UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.52 kB
'use strict' 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'PersonTag48Regular', 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: 'M9 14C9 8.477 13.477 4 19 4s10 4.477 10 10s-4.477 10-10 10S9 19.523 9 14zm10-7.5a7.5 7.5 0 1 0 0 15a7.5 7.5 0 0 0 0-15zM3 32.249A4.25 4.25 0 0 1 7.25 28H22v2.5H7.25a1.75 1.75 0 0 0-1.75 1.749V33c0 2.744 1.36 4.808 3.72 6.245C11.63 40.712 15.068 41.5 19 41.5c2.385 0 4.589-.29 6.491-.846l1.978 1.978C24.979 43.558 22.063 44 19 44c-4.214 0-8.15-.837-11.08-2.62C4.942 39.567 3 36.755 3 33v-.751zm21-4.242v6.667c0 1.063.422 2.082 1.174 2.833l7.319 7.32a4.006 4.006 0 0 0 5.666 0l6.668-6.668a4.006 4.006 0 0 0 0-5.666l-7.32-7.32A4.007 4.007 0 0 0 34.674 24h-6.667A4.007 4.007 0 0 0 24 28.007zM29.5 31a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })