@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.32 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Question28Filled',
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: 'M14 4c-3.312 0-6 2.688-6 6a1 1 0 1 0 2 0c0-2.208 1.792-4 4-4s4 1.792 4 4c0 1.063-.26 1.742-.612 2.267c-.36.537-.835.953-1.442 1.483l-.104.091c-.627.549-1.364 1.21-1.922 2.154c-.57.965-.92 2.16-.92 3.755V20a1 1 0 1 0 2 0v-.25c0-1.28.275-2.116.642-2.737c.38-.642.893-1.121 1.517-1.667l.143-.125c.566-.492 1.234-1.074 1.747-1.84c.585-.873.951-1.944.951-3.381c0-3.312-2.688-6-6-6zm0 21.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})