@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.16 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Blur20Filled',
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: 'M10 2a8 8 0 1 0 5.292 14H10v-1h6.245c.253-.315.482-.649.685-1H10v-1h7.419a7.95 7.95 0 0 0 .329-1H10v-1h7.938c.041-.328.062-.661.062-1h-8V9h7.938a7.964 7.964 0 0 0-.19-1H10V7h7.419a7.972 7.972 0 0 0-.49-1H10V5h6.245a8.041 8.041 0 0 0-.953-1H10V3h3.876A7.964 7.964 0 0 0 10 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})