UNPKG

@vicons/material

Version:

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

64 lines (63 loc) 1.76 kB
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: 'AvTimerTwotone', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'path', { d: 'M12 21a9 9 0 0 0 0-18h-1v4h2V5.08c3.39.49 6 3.39 6 6.92c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-1.68.59-3.22 1.58-4.42L12 13l1.41-1.41l-6.8-6.8v.02C4.42 6.45 3 9.05 3 12c0 4.97 4.02 9 9 9z', fill: 'currentColor' }, null, -1 /* HOISTED */ ), _createElementVNode( 'circle', { cx: '12', cy: '17', r: '1', fill: 'currentColor' }, null, -1 /* HOISTED */ ), _createElementVNode( 'circle', { cx: '17', cy: '12', r: '1', fill: 'currentColor' }, null, -1 /* HOISTED */ ), _createElementVNode( 'circle', { cx: '7', cy: '12', r: '1', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })