@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.18 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: 'Autocorrect20Filled',
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: 'M2.167 14.752L8.034 4.16c.856-1.547 3.08-1.547 3.936 0L14.097 8h3.153a.75.75 0 0 1 0 1.5h-2.26a4.25 4.25 0 1 1-2.888-1.486A.754.754 0 0 1 12.25 8h.03l-1.843-3.247a.5.5 0 0 0-.87 0L3.476 15.486l-.07.126a.75.75 0 1 1-1.308-.737l.07-.123zM9 12.25a2.75 2.75 0 1 0 5.5 0a2.75 2.75 0 0 0-5.5 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})