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.96 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: 'CallMissed28Regular', 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.957 8.94c-.051 1.153-.542 2.307-1.296 3.249l-.146.182a2.75 2.75 0 0 1-2.42 1.017l-2.52-.252a2.75 2.75 0 0 1-2.394-2.07l-.441-1.765c-.093-.372-.31-.6-.54-.672c-1.316-.409-3.099-.401-4.4.002c-.229.07-.447.298-.54.67l-.441 1.766a2.75 2.75 0 0 1-2.394 2.07l-2.52.251a2.75 2.75 0 0 1-2.42-1.017l-.146-.182c-.754-.942-1.245-2.096-1.296-3.25c-.051-1.172.356-2.34 1.379-3.2C5.349 4.12 8.63 2.5 14 2.5c5.37 0 8.652 1.62 10.579 3.24c1.022.859 1.43 2.027 1.378 3.2zm-1.499-.067c.034-.765-.22-1.461-.845-1.986C21.977 5.511 19.043 4 14 4C8.957 4 6.024 5.511 4.387 6.887c-.624.525-.879 1.221-.845 1.986c.035.784.378 1.641.968 2.378l.146.183c.265.33.679.504 1.1.462l2.52-.252a1.25 1.25 0 0 0 1.088-.94l.441-1.767c.184-.734.693-1.473 1.552-1.74c1.586-.49 3.678-.5 5.288 0c.858.267 1.367 1.006 1.55 1.74l.442 1.766a1.25 1.25 0 0 0 1.088.94l2.52.253a1.25 1.25 0 0 0 1.099-.463l.146-.182c.59-.737.934-1.594.968-2.378zM14.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.25zM14 26a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13zm0-1.5a5 5 0 1 1 0-10a5 5 0 0 1 0 10z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })