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.38 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: 'PersonTag48Filled', 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 13C9 7.477 13.477 3 19 3s10 4.477 10 10s-4.477 10-10 10S9 18.523 9 13zM3 31.249A4.25 4.25 0 0 1 7.25 27H21v6.674c0 1.594.633 3.122 1.76 4.249l3.967 3.967C24.407 42.64 21.763 43 19 43c-4.214 0-8.15-.837-11.08-2.62C4.942 38.567 3 35.755 3 32v-.751zm20-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 33.674 23h-6.667A4.007 4.007 0 0 0 23 27.007zM28.5 30a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })