@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.4 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Question48Filled',
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: 'M24 5c-5.547 0-10 4.51-10 10.25a1.5 1.5 0 0 0 3 0C17 11.11 20.167 8 24 8s7 3.11 7 7.25c0 1.836-.446 2.85-1.022 3.607c-.476.626-1.023 1.083-1.732 1.676c-.299.25-.626.522-.988.842c-1.155 1.019-2.385 2.311-3.301 4.376c-.906 2.043-1.457 4.733-1.457 8.499v.25a1.5 1.5 0 0 0 3 0v-.25c0-3.484.511-5.731 1.2-7.282c.677-1.53 1.572-2.487 2.542-3.343c.215-.19.453-.389.704-.597c.798-.667 1.722-1.437 2.42-2.354C33.382 19.337 34 17.664 34 15.25C34 9.51 29.547 5 24 5zm0 37a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})