@vicons/material
Version:
Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)
31 lines (30 loc) • 1.36 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: 'ContactSupportRound',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M11.5 2C6.81 2 3 5.81 3 10.5S6.81 19 11.5 19h.5v3c4.86-2.34 8-7 8-11.5C20 5.81 16.19 2 11.5 2zm1 14.5h-2v-2h2v2zm.4-4.78c-.01.01-.02.03-.03.05c-.05.08-.1.16-.14.24c-.02.03-.03.07-.04.11c-.03.07-.06.14-.08.21c-.07.21-.1.43-.1.68H10.5c0-.51.08-.94.2-1.3c0-.01 0-.02.01-.03c.01-.04.04-.06.05-.1c.06-.16.13-.3.22-.44c.03-.05.07-.1.1-.15c.03-.04.05-.09.08-.12l.01.01c.84-1.1 2.21-1.44 2.32-2.68c.09-.98-.61-1.93-1.57-2.13c-1.04-.22-1.98.39-2.3 1.28c-.14.36-.47.65-.88.65h-.2c-.6 0-1.04-.59-.87-1.17a4.002 4.002 0 0 1 4.43-2.79c1.69.25 3.04 1.64 3.33 3.33c.44 2.44-1.63 3.03-2.53 4.35z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})