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.52 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: 'Person532Regular', 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: 'M23 9A7 7 0 1 1 9 9a7 7 0 0 1 14 0zm-2 0a5 5 0 1 0-10 0a5 5 0 0 0 10 0zM6 21.5A1.5 1.5 0 0 1 7.5 20h12.048l.19-2H7.5A3.5 3.5 0 0 0 4 21.5v.5c0 2.394 1.523 4.418 3.685 5.794C9.859 29.177 12.802 30 16 30c1.142 0 2.251-.105 3.305-.303a2.505 2.505 0 0 1-.172-2.004C18.151 27.891 17.1 28 16 28c-2.877 0-5.434-.744-7.241-1.894C6.939 24.95 6 23.473 6 22v-.5zM22.25 17a1 1 0 0 0-.995.905l-.5 5.25a1 1 0 0 0 1.13 1.086l3.16-.429a2.606 2.606 0 1 1 .35 5.188h-.617a3.222 3.222 0 0 1-2.18-.849l-.422-.388a1 1 0 0 0-1.352 1.474l.422.388A5.222 5.222 0 0 0 24.778 31h.616a4.606 4.606 0 1 0-.619-9.17l-1.91.26l.294-3.09H28.5a1 1 0 1 0 0-2h-6.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })