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.55 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'PersonQuestionMark24Filled', 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: 'M12.023 14A6.47 6.47 0 0 0 11 17.5c0 1.63.6 3.12 1.592 4.262c-.795.16-1.66.24-2.592.24c-3.42 0-5.944-1.073-7.486-3.237a2.75 2.75 0 0 1-.51-1.596v-.92A2.249 2.249 0 0 1 4.253 14h7.77zm5.477-2a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm0 7.751a.625.625 0 1 0 0 1.25a.625.625 0 0 0 0-1.25zm0-5.877c-1.047 0-1.864.818-1.853 1.955a.5.5 0 0 0 1-.01c-.006-.579.36-.945.853-.945c.473 0 .854.392.854.95c0 .192-.055.342-.224.561l-.094.116l-.1.113l-.264.29l-.137.158c-.383.456-.535.792-.535 1.31a.5.5 0 1 0 1 0c0-.203.059-.36.24-.59l.084-.105l.101-.115l.266-.29l.135-.156c.378-.45.528-.783.528-1.292c0-1.104-.822-1.95-1.854-1.95zM10 2.004a5 5 0 1 1 0 10a5 5 0 0 1 0-10z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })