@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.17 kB
JavaScript
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: 'Autocorrect20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})