@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.51 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: 'PremiumPerson20Filled',
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.5 2.75a.75.75 0 0 0-.657.389l-2.75 5a.75.75 0 0 0 .08.84l7.25 8.75a.75.75 0 0 0 1.155 0l.485-.587A3.273 3.273 0 0 1 11 16.5a2.5 2.5 0 0 1 2.273-2.49A2.99 2.99 0 0 1 12.5 12c0-.858.36-1.631.937-2.178L13.76 9h4.049l.018-.021a.75.75 0 0 0 .08-.84l-2.75-5a.75.75 0 0 0-.658-.389h-9zM4.156 7.5l1.787-3.25h1.5L6.305 7.5H4.156zM6.144 9l1.929 4.748L4.138 9h2.006zm3.845 5.481L7.763 9h4.386l-2.16 5.481zM7.895 7.5l1.137-3.25h1.945l1.197 3.25h-4.28zm5.878 0l-1.197-3.25h1.48l1.788 3.25h-2.071zM17.5 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0zm1.5 4.5c0 1.245-1 2.5-3.5 2.5S12 17.75 12 16.5a1.5 1.5 0 0 1 1.5-1.5h4a1.5 1.5 0 0 1 1.5 1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})