@vicons/material
Version:
Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)
50 lines (49 loc) • 1.58 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: 'AutoDeleteTwotone',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
opacity: '.3',
d: 'M12 7H4v10h5.08c-.05-.33-.08-.66-.08-1c0-2.38 1.19-4.47 3-5.74V7z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
),
_createElementVNode(
'path',
{
d: 'M15 2h-3.5l-1-1h-5l-1 1H1v2h14zm1 7c-.7 0-1.37.1-2 .29V5H2v12c0 1.1.9 2 2 2h5.68A6.999 6.999 0 0 0 23 16c0-3.87-3.13-7-7-7zm-7 7c0 .34.03.67.08 1H4V7h8v3.26c-1.81 1.27-3 3.36-3 5.74zm7 5c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
),
_createElementVNode(
'path',
{
d: 'M16.5 12H15v5l3.6 2.1l.8-1.2l-2.9-1.7z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})