UNPKG

@vicons/material

Version:

Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)

33 lines (32 loc) 997 B
'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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'AutoFixOffSharp', 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)( '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.42 1.42l2.87-2.88l-4.24-4.24l-2.88 2.87l1.42 1.42zM1.39 4.22l7.07 7.07l-6.87 6.88l4.24 4.24l6.88-6.87l7.07 7.07l1.41-1.42L2.81 2.81z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })