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.36 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'PersonTag32Filled', 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: 'M20.996 8.999A6.999 6.999 0 1 1 7 8.999a6.999 6.999 0 0 1 13.997 0zM2 21.496a3.5 3.5 0 0 1 3.5-3.5h9.533a3.52 3.52 0 0 0-.036.5v4.671c0 .928.369 1.818 1.025 2.475l3.477 3.476c-1.657.564-3.53.876-5.501.876c-3.198 0-6.14-.822-8.314-2.206C3.522 26.413 2 24.39 2 21.996v-.5zm28.297 4.696l-4.105 4.105a2.4 2.4 0 0 1-3.393 0l-5.716-5.716a2 2 0 0 1-.586-1.414v-4.67a2 2 0 0 1 2-2h4.67a2 2 0 0 1 1.414.586l5.716 5.716a2.4 2.4 0 0 1 0 3.393zm-10.3-5.196a1 1 0 1 0 0-2a1 1 0 0 0 0 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })