@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.21 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: 'Blur20Regular',
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 14H10v1a7 7 0 1 1 0-14h3.876A7.964 7.964 0 0 0 10 2zm0 2h5.292c.345.305.665.64.953 1H10V4zm6.93 2H10v1h7.419a7.972 7.972 0 0 0-.49-1zM10 8h7.748c.084.326.148.66.19 1H10V8zm8 2h-8v1h7.938c.041-.328.062-.661.062-1zm-8 2h7.748a7.95 7.95 0 0 1-.33 1H10v-1zm6.93 2H10v1h6.245c.253-.315.482-.649.685-1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})