UNPKG

@vicons/ionicons5

Version:

Vue3 SVG icon components integrated from [`ionicons5`](https://ionicons.com/)

68 lines (67 loc) 2.18 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 512 512' } export default defineComponent({ name: 'ChatbubbleEllipsesOutline', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'path', { d: 'M87.48 380c1.2-4.38-1.43-10.47-3.94-14.86a42.63 42.63 0 0 0-2.54-3.8a199.81 199.81 0 0 1-33-110C47.64 139.09 140.72 48 255.82 48C356.2 48 440 117.54 459.57 209.85a199 199 0 0 1 4.43 41.64c0 112.41-89.49 204.93-204.59 204.93c-18.31 0-43-4.6-56.47-8.37s-26.92-8.77-30.39-10.11a31.14 31.14 0 0 0-11.13-2.07a30.7 30.7 0 0 0-12.08 2.43L81.5 462.78a15.92 15.92 0 0 1-4.66 1.22a9.61 9.61 0 0 1-9.58-9.74a15.85 15.85 0 0 1 .6-3.29z', fill: 'none', stroke: 'currentColor', 'stroke-linecap': 'round', 'stroke-miterlimit': '10', 'stroke-width': '32' }, null, -1 /* HOISTED */ ), _createElementVNode( 'circle', { cx: '160', cy: '256', r: '32', fill: 'currentColor' }, null, -1 /* HOISTED */ ), _createElementVNode( 'circle', { cx: '256', cy: '256', r: '32', fill: 'currentColor' }, null, -1 /* HOISTED */ ), _createElementVNode( 'circle', { cx: '352', cy: '256', r: '32', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })