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.47 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: 'CallMissed24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M20.934 5.66c-1.96-1.73-5.021-2.593-9.185-2.588c-4.157.006-7.126.874-8.907 2.604c-.754.733-1.029 1.819-.721 2.85l.31 1.037c.288.967 1.261 1.613 2.276 1.511l2.035-.204c.873-.088 1.563-.711 1.711-1.547l.391-2.205a8.102 8.102 0 0 1 3.14-.707c1.126-.033 2.156.142 3.09.525l.632 2.355c.226.847.986 1.48 1.878 1.566l2.047.198c1.028.1 1.935-.553 2.12-1.524l.198-1.037c.195-1.028-.19-2.106-1.015-2.834zM11.75 14a.75.75 0 0 1 .75.75v1.75h1a.75.75 0 0 1 0 1.5h-1.75a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75zm.25-3a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11zm-4 5.5a4 4 0 1 1 8 0a4 4 0 0 1-8 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })