@vicons/material
Version:
Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)
33 lines (32 loc) • 1.4 kB
JavaScript
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: 'ContactlessRound',
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: 'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zM8.75 13.68c-.13.43-.62.63-1.02.45a.749.749 0 0 1-.4-.9c.12-.41.18-.83.17-1.24c-.01-.41-.06-.8-.17-1.18c-.1-.36.06-.75.4-.9c.42-.19.91.04 1.04.49c.15.51.22 1.03.23 1.57a6 6 0 0 1-.25 1.71zm3.14 1.59c-.17.41-.67.57-1.06.35a.755.755 0 0 1-.32-.94c.33-.77.49-1.63.49-2.56c0-.96-.18-1.89-.53-2.78c-.14-.36.02-.76.36-.94c.39-.2.87-.02 1.03.39c.42 1.06.63 2.18.63 3.33c.02 1.13-.19 2.19-.6 3.15zM15 16.6a.748.748 0 0 1-1.39-.56c.59-1.39.89-2.75.89-4.06c0-1.31-.3-2.65-.88-4.01c-.16-.36.01-.78.36-.95c.39-.2.85-.02 1.02.38c.66 1.54 1 3.08 1 4.58s-.34 3.06-1 4.62z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})