@vicons/ionicons5
Version:
Vue3 SVG icon components integrated from [`ionicons5`](https://ionicons.com/)
52 lines (51 loc) • 1.82 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 512 512'
}
export default defineComponent({
name: 'NotificationsCircleOutline',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M448 256c0-106-86-192-192-192S64 150 64 256s86 192 192 192s192-86 192-192z',
fill: 'none',
stroke: 'currentColor',
'stroke-miterlimit': '10',
'stroke-width': '32'
},
null,
-1 /* HOISTED */
),
_createElementVNode(
'path',
{
d: 'M365.2 313c-16.33-19.34-27.86-27.47-27.86-80.8c0-48.86-25.78-66.23-47-74.67a11.39 11.39 0 0 1-6.34-6.68C280.29 138.6 269.88 128 256 128s-24.31 10.6-28 22.86a11.35 11.35 0 0 1-6.33 6.68c-21.24 8.46-47 25.8-47 74.67c0 53.33-11.54 61.46-27.87 80.8c-6.77 8-.65 23 11.19 23H354C365.77 336 371.94 321 365.2 313z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
),
_createElementVNode(
'path',
{
d: 'M220.24 352a4 4 0 0 0-4 4.42C218.49 375.14 235.11 384 256 384c20.67 0 37.14-9.15 39.66-27.52a4 4 0 0 0-4-4.48z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})