@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.34 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 28 28'
}
export default defineComponent({
name: 'QuestionCircle28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14 2c6.627 0 12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14S7.373 2 14 2zm0 16.5a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5zm0-11.75c-1.963 0-3.75 1.725-3.75 3.75a.75.75 0 0 0 1.5 0c0-1.184 1.104-2.25 2.25-2.25s2.25 1.066 2.25 2.25c0 .88-.241 1.385-.932 2.075l-.155.152l-.57.528c-.945.903-1.343 1.596-1.343 2.745a.75.75 0 0 0 1.5 0c0-.648.213-1.028.889-1.67l.164-.153l.204-.187l.197-.184c1.08-1.032 1.546-1.874 1.546-3.306c0-2.025-1.787-3.75-3.75-3.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})