UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.34 kB
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: 'PersonTag24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M11 14v2.935c0 .785.309 1.538.859 2.098l2.256 2.297c-1.18.448-2.554.671-4.115.671c-3.42 0-5.944-1.072-7.486-3.236a2.75 2.75 0 0 1-.51-1.596v-.92A2.249 2.249 0 0 1 4.253 14H11zm4-6.995a5 5 0 1 0-10 0a5 5 0 0 0 10 0zm1.572 15.4l-4-4.073A1.993 1.993 0 0 1 12 16.935V14a2 2 0 0 1 2.002-1.997L16.919 12c.527 0 1.034.207 1.41.577l4.075 4.014c.79.777.795 2.045.012 2.829l-2.992 2.996a2.008 2.008 0 0 1-2.852-.012zM14.996 16a1 1 0 1 0-.001-1.999a1 1 0 0 0 .001 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })