@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.69 kB
JavaScript
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: 'PersonCall20Filled',
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 2a4 4 0 1 0 0 8a4 4 0 0 0 0-8zm-4.991 9A2.001 2.001 0 0 0 2 13c0 1.691.833 2.966 2.135 3.797C5.417 17.614 7.145 18 9 18c.88 0 1.731-.087 2.52-.265c-.06-.433.016-.883.228-1.277l.012-.022l.083-.137l.587-.861a1.948 1.948 0 0 1 2.016-.824l.028.006l.154.042l.534.178a3.2 3.2 0 0 0 .423-.575c.125-.216.216-.424.28-.627l-.48-.455a2.072 2.072 0 0 1-.572-2.01A1.993 1.993 0 0 0 14 11H4.009zm11.825.265l.4-.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 */
)
])
)
)
}
})