@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.67 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: 'QuizNew28Filled',
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: 'M12.484 11.002h-1.967l.984-2.327l.983 2.327zM3 5.75A2.75 2.75 0 0 1 5.75 3h16.5A2.75 2.75 0 0 1 25 5.75v8.787A7.467 7.467 0 0 0 20.45 13a7.488 7.488 0 0 0-5.999 2.998H7.225a.75.75 0 0 0 0 1.5h6.35a7.475 7.475 0 0 0-.625 3.002c0 1.688.558 3.247 1.5 4.5h-8.7A2.75 2.75 0 0 1 3 22.25V5.75zm9.192.708a.75.75 0 0 0-1.381 0L8.059 12.96a.75.75 0 1 0 1.382.585l.441-1.043h3.236l.441 1.042a.75.75 0 0 0 1.382-.583l-2.749-6.503zM6.475 20.75c0 .414.336.75.75.75h4.526a.75.75 0 0 0 0-1.5H7.225a.75.75 0 0 0-.75.75zM18.5 6.75a.75.75 0 0 0-1.5 0V8h-1.248a.75.75 0 0 0 0 1.5H17v1.248a.75.75 0 0 0 1.5 0V9.5h1.25a.75.75 0 0 0 0-1.5H18.5V6.75zm8.45 13.75a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0zm-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1h3.5v3.5a.5.5 0 0 0 1 0V21h3.5a.5.5 0 0 0 0-1h-3.5v-3.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})