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.33 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'PersonTag28Filled', 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: 'M17.222 25.14c-1.493.546-3.268.854-5.222.854c-5.79 0-10-2.566-10-6.284v-.714a3 3 0 0 1 3-3h8l.001 3.683c0 .795.317 1.557.879 2.12l3.342 3.34zM15.09 13.14c-.3.096-.58.237-.831.417A6 6 0 1 1 18 7.999a5.995 5.995 0 0 1-2.91 5.142zM14 16.001l.001 3.677a2 2 0 0 0 .586 1.414l5.324 5.322a2 2 0 0 0 2.828 0l3.677-3.676a1.999 1.999 0 0 0 0-2.828l-5.323-5.322a2 2 0 0 0-1.414-.586L16 14.001A2 2 0 0 0 14 16zm3 1.995a1 1 0 1 1 0-2a1 1 0 0 1 0 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })