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.28 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 24 24' } export default defineComponent({ name: 'Call24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M7.772 2.439l1.076-.344c1.009-.322 2.087.199 2.519 1.217l.86 2.028c.374.883.166 1.922-.514 2.568L9.818 9.706c.117 1.076.479 2.135 1.085 3.177a8.677 8.677 0 0 0 2.27 2.595l2.276-.76c.862-.287 1.802.044 2.33.821l1.233 1.81c.615.904.504 2.15-.259 2.916l-.817.821c-.814.817-1.977 1.114-3.052.778c-2.54-.792-4.873-3.143-7.003-7.053c-2.133-3.916-2.886-7.24-2.258-9.968c.264-1.148 1.081-2.063 2.149-2.404z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })