@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.41 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 28 28'
}
export default defineComponent({
name: 'PersonTag28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M17.22 25.145c-1.492.547-3.267.855-5.22.855c-5.79 0-10-2.567-10-6.285V19a3 3 0 0 1 3-3h7.999v1.5H5a1.5 1.5 0 0 0-1.492 1.355L3.5 19v.715c0 2.674 3.388 4.785 8.5 4.785c1.501 0 2.864-.196 4.036-.54l1.185 1.185zm-2.13-12.001c-.301.095-.581.237-.832.416a6 6 0 1 1 .831-.416zM7.5 8a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0zm6.499 8.003L14 19.68c0 .53.211 1.038.586 1.413l5.324 5.322a2 2 0 0 0 2.828 0l3.676-3.676c.781-.78.781-2.046 0-2.827l-5.323-5.322a2 2 0 0 0-1.414-.585L16 14.004a2 2 0 0 0-2 2zm3 1.995a1 1 0 1 1 0-2a1 1 0 0 1 0 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})