@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.39 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 48 48'
}
export default defineComponent({
name: 'Question48Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M24 5.5c-5.52 0-10 4.48-10 10a1.25 1.25 0 1 0 2.5 0c0-4.14 3.36-7.5 7.5-7.5c4.14 0 7.5 3.36 7.5 7.5c0 1.875-.47 2.94-1.101 3.745c-.51.65-1.105 1.134-1.848 1.736c-.304.247-.632.514-.99.82c-1.17 1.003-2.408 2.267-3.33 4.29c-.916 2.004-1.481 4.662-1.481 8.409v.25a1.25 1.25 0 1 0 2.5 0v-.25c0-3.503.529-5.783 1.254-7.372c.718-1.57 1.667-2.557 2.684-3.429c.233-.2.486-.405.75-.618c.817-.663 1.731-1.404 2.429-2.294C33.377 19.497 34 17.875 34 15.5c0-5.52-4.48-10-10-10zM24 42a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})