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.43 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'QuestionCircle48Filled', 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 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4zm.25 28a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3zm0-19C20.886 13 18 15.885 18 19.25a1.25 1.25 0 0 0 2.475.252l.018-.124l.013-.32c.108-1.904 1.825-3.558 3.744-3.558c1.985 0 3.75 1.763 3.75 3.75c.001 1.187-.42 2.04-1.62 3.395l-.207.231l-1.027 1.098c-1.631 1.773-2.32 2.996-2.308 4.785a1.25 1.25 0 0 0 2.446.354l.03-.12l.018-.124l.006-.128l.003-.162c.036-.8.394-1.485 1.281-2.506l.185-.21l1.015-1.086c1.91-2.058 2.68-3.408 2.678-5.528c0-3.367-2.885-6.249-6.25-6.249z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })