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.41 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 16 16' } export default defineComponent({ name: 'CallMissed16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M9.757 5.432l-.303-1.514a10.3 10.3 0 0 0-.269-.05a7.226 7.226 0 0 0-1.18-.118c-.396 0-.833.057-1.18.118c-.1.017-.19.034-.269.05l-.302 1.514A1.5 1.5 0 0 1 5.05 6.613l-.673.123A2 2 0 0 1 2.07 5.218l-.068-.294c-.26-1.128.157-2.394 1.312-2.918c1.068-.484 2.676-1 4.688-1.006a11.22 11.22 0 0 1 4.708 1.006c1.147.526 1.557 1.787 1.298 2.906l-.07.306a2 2 0 0 1-2.307 1.518l-.673-.123a1.5 1.5 0 0 1-1.202-1.181zM4 11a4 4 0 1 1 8 0a4 4 0 0 1-8 0zm3.502-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h1.493a.5.5 0 0 0 0-1h-.993V9.5a.5.5 0 0 0-.5-.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })