UNPKG

@vicons/material

Version:

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

40 lines (39 loc) 1.48 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: 'ContactlessOutlined', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'path', { d: 'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8s8 3.58 8 8s-3.58 8-8 8z', fill: 'currentColor' }, null, -1 /* HOISTED */ ), _createElementVNode( 'path', { d: 'M7.1 10.18a4.384 4.384 0 0 1 0 3.66l1.37.62c.37-.81.55-1.65.54-2.5c-.01-.84-.19-1.65-.54-2.4l-1.37.62zm6.23-2.85c.78 1.57 1.18 3.14 1.18 4.64c0 1.51-.4 3.09-1.18 4.69l1.35.66c.88-1.81 1.33-3.61 1.33-5.35c0-1.74-.45-3.53-1.33-5.31l-1.35.67zM10.2 8.72c.53 1.07.8 2.21.8 3.4c0 1.17-.26 2.23-.78 3.15l1.3.74c.65-1.15.98-2.45.98-3.89c0-1.42-.32-2.79-.96-4.07l-1.34.67z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })