UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.4 kB
'use strict' 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: 'Blur28Regular', 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: 'M3 14C3 7.925 7.925 3 14 3c2.024 0 3.92.547 5.549 1.5H14a9.5 9.5 0 1 0 0 19V23h6.326A10.95 10.95 0 0 1 14 25C7.925 25 3 20.075 3 14zm17.983-8.5c.547.45 1.051.953 1.503 1.5H14V5.5h6.983zm3.057 4a10.974 10.974 0 0 0-.819-1.5H14v1.5h10.04zm.392 1c.162.486.292.987.387 1.5H14v-1.5h10.431zM25 14c0-.337-.015-.67-.045-1H14v1.5h10.989c.007-.166.011-.332.011-.5zm-.101 1.5c-.07.512-.175 1.013-.313 1.5H14v-1.5h10.899zm-1.37 4c.276-.478.518-.98.721-1.5H14v1.5h9.528zm-.654 1c-.396.54-.84 1.042-1.325 1.5H14v-1.5h8.875z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })