UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.15 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 20 20' } export default defineComponent({ name: 'Blur20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })