UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.29 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 32 32' } export default defineComponent({ name: 'Call32Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M13.512 14.045l2.146-1.968a4 4 0 0 0 1.042-4.35l-.917-2.448a3.832 3.832 0 0 0-4.709-2.32c-3.432 1.05-6.07 4.24-5.258 8.029c.534 2.492 1.555 5.62 3.492 8.949a31.806 31.806 0 0 0 6.055 7.53c2.87 2.612 6.97 1.959 9.608-.5a3.798 3.798 0 0 0 .342-5.192l-1.681-2.042a4 4 0 0 0-4.29-1.274l-2.776.875c-.107-.11-.23-.241-.366-.392a12.536 12.536 0 0 1-1.507-2.053a12.534 12.534 0 0 1-1.024-2.332a12.988 12.988 0 0 1-.157-.512z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })