UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.54 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'CallMissed28Filled', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M25.774 8.936c-.025 1.133-.541 2.275-1.368 3.169a2.486 2.486 0 0 1-2.133.779l-1.756-.22a2.75 2.75 0 0 1-2.327-2.062l-.45-1.801c-.093-.37-.306-.579-.521-.636c-.831-.223-2.01-.34-3.224-.34c-1.213.002-2.39.123-3.214.342c-.215.057-.428.264-.52.634l-.45 1.801a2.75 2.75 0 0 1-2.328 2.062l-1.755.22c-.795.099-1.59-.19-2.133-.78c-.827-.893-1.344-2.035-1.368-3.168c-.026-1.16.472-2.285 1.609-3.01C5.8 4.673 8.986 3.5 14 3.5c5.015 0 8.2 1.173 10.165 2.426c1.136.725 1.634 1.85 1.609 3.01zM14.5 17.25a.75.75 0 0 0-1.5 0v3c0 .414.336.75.75.75h2a.75.75 0 0 0 0-1.5H14.5v-2.25zm6 2.25a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0zm-1.5 0a5 5 0 1 0-10 0a5 5 0 0 0 10 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })