@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.9 kB
JavaScript
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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CallMissed48Regular',
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: 'M39.609 8.605c4.72 2.315 5.399 7.99 2.92 12.147a4.936 4.936 0 0 1-4.748 2.38l-3.431-.356a5.25 5.25 0 0 1-4.525-3.846l-.83-3.058c-.211-.776-.667-1.23-1.151-1.343c-2.191-.515-5.51-.506-7.69.003c-.484.113-.939.565-1.15 1.34l-.83 3.058a5.25 5.25 0 0 1-4.524 3.846l-3.431.356a4.935 4.935 0 0 1-4.748-2.38c-2.48-4.157-1.8-9.832 2.92-12.147A35.353 35.353 0 0 1 24 5c6.542 0 11.846 1.76 15.609 3.605zm.772 10.866c1.953-3.274 1.175-7.126-1.873-8.621A32.853 32.853 0 0 0 24 7.5A32.853 32.853 0 0 0 9.49 10.85c-3.047 1.495-3.826 5.347-1.873 8.62a2.435 2.435 0 0 0 2.343 1.176l3.43-.356a2.75 2.75 0 0 0 2.371-2.015l.83-3.058c.366-1.347 1.336-2.732 2.994-3.12c2.548-.595 6.258-.607 8.83-.002c1.657.39 2.626 1.776 2.991 3.122l.83 3.058a2.75 2.75 0 0 0 2.37 2.015l3.431.356a2.435 2.435 0 0 0 2.343-1.175zM25 29.25a1.25 1.25 0 1 0-2.5 0v5.5c0 .69.56 1.25 1.25 1.25h3.5a1.25 1.25 0 1 0 0-2.5H25v-4.25zM24 44c6.075 0 11-4.925 11-11s-4.925-11-11-11s-11 4.925-11 11s4.925 11 11 11zm0-2.5a8.5 8.5 0 1 1 0-17a8.5 8.5 0 0 1 0 17z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})