@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.88 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: 'CallProhibited48Regular',
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: 'M42.528 20.752c2.48-4.157 1.8-9.832-2.92-12.147A35.353 35.353 0 0 0 24 5A35.353 35.353 0 0 0 8.39 8.605c-4.72 2.315-5.399 7.99-2.92 12.147a4.935 4.935 0 0 0 4.749 2.38l3.43-.356a5.25 5.25 0 0 0 4.526-3.846l.83-3.058c.21-.775.665-1.227 1.15-1.34c2.179-.51 5.498-.518 7.689-.003c.484.114.94.567 1.15 1.343l.83 3.058a5.25 5.25 0 0 0 4.526 3.846l3.43.356a4.936 4.936 0 0 0 4.748-2.38zm-4.02-9.902c3.047 1.495 3.826 5.347 1.873 8.62a2.435 2.435 0 0 1-2.343 1.176l-3.43-.356a2.75 2.75 0 0 1-2.37-2.015l-.83-3.058c-.366-1.346-1.335-2.732-2.992-3.122c-2.572-.605-6.282-.593-8.83.003c-1.658.387-2.628 1.772-2.994 3.12l-.83 3.057a2.75 2.75 0 0 1-2.37 2.015l-3.431.356a2.435 2.435 0 0 1-2.343-1.175c-1.953-3.274-1.174-7.126 1.873-8.621A32.853 32.853 0 0 1 24 7.5a32.853 32.853 0 0 1 14.508 3.35zM24 44c-6.075 0-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11s-4.925 11-11 11zm0-2.5a8.5 8.5 0 0 0 6.83-13.561l-11.892 11.89A8.463 8.463 0 0 0 24 41.5zm5.061-15.33a8.5 8.5 0 0 0-11.89 11.89l11.89-11.89z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})