@vicons/material
Version:
Vue3 SVG icon components integrated from [`material-design-icons`](https://github.com/google/material-design-icons)
65 lines (64 loc) • 2.08 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: 'BubbleChartTwotone',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
opacity: '.3',
d: 'M16.5 12c1.93 0 3.5-1.57 3.5-3.5S18.43 5 16.5 5S13 6.57 13 8.5s1.57 3.5 3.5 3.5z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
),
_createElementVNode(
'circle',
{
cx: '15.01',
cy: '18',
opacity: '.3',
r: '1',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
),
_createElementVNode(
'circle',
{
cx: '7',
cy: '14',
opacity: '.3',
r: '2',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
),
_createElementVNode(
'path',
{
d: 'M7 18c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2s-2-.9-2-2s.9-2 2-2zm11.01 6c0-1.65-1.35-3-3-3s-3 1.35-3 3s1.35 3 3 3s3-1.35 3-3zm-4 0c0-.55.45-1 1-1s1 .45 1 1s-.45 1-1 1s-1-.45-1-1zm2.49-4c3.03 0 5.5-2.47 5.5-5.5S19.53 3 16.5 3S11 5.47 11 8.5s2.47 5.5 5.5 5.5zm0-9C18.43 5 20 6.57 20 8.5S18.43 12 16.5 12S13 10.43 13 8.5S14.57 5 16.5 5z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})