@vicons/material
Version:
Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)
31 lines (30 loc) • 1.19 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 24 24'
}
export default defineComponent({
name: 'AutoFixOffOutlined',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M20 7l.94-2.06L23 4l-2.06-.94L20 1l-.94 2.06L17 4l2.06.94zm-5.83 1.42l1.41 1.41l-1.46 1.46l1.41 1.41l2.17-2.17a.996.996 0 0 0 0-1.41l-2.83-2.83a.984.984 0 0 0-.7-.29c-.26 0-.51.1-.71.29l-2.17 2.17l1.41 1.41l1.47-1.45zM1.39 4.22l7.07 7.07l-6.17 6.17a.996.996 0 0 0 0 1.41l2.83 2.83c.2.2.45.3.71.3s.51-.1.71-.29l6.17-6.17l7.07 7.07l1.41-1.41L2.81 2.81L1.39 4.22zm9.9 9.9l-5.46 5.46l-1.41-1.41l5.46-5.46l1.41 1.41z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})