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.71 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'PersonCall20Regular', 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: 'M5 6a4 4 0 1 1 8 0a4 4 0 0 1-8 0zm4-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6zM2 13c0-1.113.903-2 2.009-2H14c.29 0 .565.062.813.172c-.112.442-.076.91.1 1.328h-.047A1 1 0 0 0 14 12H4.009C3.448 12 3 12.447 3 13c0 1.309.622 2.284 1.673 2.953C5.743 16.636 7.265 17 9 17c.962 0 1.858-.112 2.648-.328a2.095 2.095 0 0 0-.128 1.063C10.731 17.913 9.88 18 9 18c-1.855 0-3.583-.386-4.865-1.203C2.833 15.967 2 14.69 2 13zm13.835-1.735l.399-.941c.187-.442.635-.682 1.075-.59l.094.024l.5.16c.496.159.875.583.998 1.116c.291 1.267-.058 2.81-1.049 4.628c-.989 1.816-2.072 2.907-3.251 3.275c-.458.143-.95.04-1.32-.271l-.097-.09l-.38-.381a1.078 1.078 0 0 1-.176-1.262l.056-.092l.572-.84a.948.948 0 0 1 .982-.409l.1.027l1.057.353c.421-.32.773-.72 1.054-1.205c.241-.415.4-.835.473-1.261l.03-.214l-.879-.835a1.074 1.074 0 0 1-.276-1.088l.037-.104z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })