@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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: 'CallProhibited48Filled',
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.304 20.174c2.574-3.7 1.916-9.049-2.593-10.99C35.947 7.561 30.606 6 24.001 6C17.394 6 12.053 7.562 8.29 9.183c-4.509 1.942-5.168 7.29-2.593 10.99a4.251 4.251 0 0 0 3.986 1.795l3.166-.372A5.25 5.25 0 0 0 17.23 18l.713-2.201c.23-.712.66-1.11 1.102-1.208c1.277-.286 3.088-.443 4.95-.445c1.864-.002 3.678.151 4.96.44c.443.1.872.5 1.103 1.213L30.77 18a5.25 5.25 0 0 0 4.381 3.596l3.166.372a4.251 4.251 0 0 0 3.986-1.794zM24 44c-6.075 0-11-4.925-11-11s4.925-11 11-11c6.076 0 11 4.925 11 11s-4.924 11-11 11zm0-2.5a8.5 8.5 0 0 0 6.83-13.561l-11.891 11.89A8.462 8.462 0 0 0 24 41.5zm-6.829-3.438L29.062 26.17a8.5 8.5 0 0 0-11.89 11.89z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})