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.85 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'CallMissed24Regular', 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: 'M12.014 2.496c3.943 0 6.876.842 8.776 2.57a3.75 3.75 0 0 1 1.17 3.422l-.042.21l-.192.817a2.75 2.75 0 0 1-2.955 2.106l-1.755-.178a2.75 2.75 0 0 1-2.401-2.117l-.39-1.686a.25.25 0 0 0-.113-.157c-.321-.196-1.034-.32-2.098-.32c-1.465 0-2.153.23-2.192.394l-.408 1.77a2.75 2.75 0 0 1-2.401 2.117l-1.746.177a2.75 2.75 0 0 1-2.953-2.096l-.196-.817a3.75 3.75 0 0 1 1.13-3.651c1.9-1.722 4.83-2.56 8.766-2.56zm0 1.5c-3.597 0-6.176.739-7.759 2.172a2.25 2.25 0 0 0-.678 2.191l.196.817a1.25 1.25 0 0 0 1.342.953l1.746-.178a1.25 1.25 0 0 0 1.091-.962l.41-1.775c.27-1.13 1.53-1.55 3.652-1.55c1.318 0 2.265.163 2.88.54c.402.245.687.64.793 1.099l.39 1.686c.12.521.558.908 1.09.962l1.755.178a1.25 1.25 0 0 0 1.343-.958l.192-.816l.034-.171a2.25 2.25 0 0 0-.71-2.009c-1.582-1.438-4.164-2.179-7.767-2.179zM12.5 14.75a.75.75 0 0 0-1.5 0v2.5c0 .414.336.75.75.75h1.75a.75.75 0 0 0 0-1.5h-1v-1.75zm-6 1.75a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0zm5.5-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })