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.44 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 20 20' } export default defineComponent({ name: 'CallMissed20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M17.802 7.77l.157-.83c.157-.822-.145-1.698-.805-2.28c-1.568-1.384-3.83-2.16-7.162-2.156c-3.326.004-5.89.784-7.316 2.168a2.255 2.255 0 0 0-.577 2.28l.248.83A1.735 1.735 0 0 0 4.169 8.99l1.628-.163C6.496 8.757 6.802 8.17 7 7.5c.296-1.004.5-1.75.5-1.75c.762-.285 1.486-.5 2.5-.5s1.752.194 2.5.5c0 0 .196.745.5 1.75c.224.74.753 1.261 1.467 1.33l1.637.158c.823.08 1.55-.442 1.698-1.219zM9.5 11.5a.5.5 0 0 1 .5.5v1.5h1.005a.5.5 0 1 1 0 1H9.5A.5.5 0 0 1 9 14v-2a.5.5 0 0 1 .5-.5zm-4 2a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0zM10 10a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })