@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.54 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ErrorCircleSettings16Filled',
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: 'M14 8a6 6 0 1 0-5.746 5.995a4.493 4.493 0 0 1-.14-2.503a.75.75 0 1 1 .471-1.211a4.498 4.498 0 0 1 5.41-2.027C13.998 8.17 14 8.085 14 8zM7.508 4.91a.5.5 0 0 1 .984 0L8.5 5v3.5l-.008.09a.5.5 0 0 1-.984 0L7.5 8.5V5l.008-.09zm1.543 7.223a2 2 0 0 0 1.407-2.437l-.009-.032c.246-.179.517-.326.806-.436a2.001 2.001 0 0 0 2.557.026c.305.124.588.288.842.487a2.001 2.001 0 0 0 1.302 2.201a3.523 3.523 0 0 1 .026.916l-.033.009a2 2 0 0 0-1.407 2.437l.009.032a3.496 3.496 0 0 1-.806.436a2.001 2.001 0 0 0-2.557-.026a3.5 3.5 0 0 1-.843-.488a2.001 2.001 0 0 0-1.3-2.2a3.524 3.524 0 0 1-.027-.916l.033-.009zm4.199.367a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})