@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.55 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CallProhibited28Filled',
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: 'M24.406 12.105c.827-.894 1.343-2.036 1.368-3.169c.025-1.16-.473-2.285-1.61-3.01C22.2 4.673 19.016 3.5 14 3.5S5.8 4.673 3.836 5.926c-1.137.725-1.635 1.85-1.61 3.01c.025 1.133.542 2.275 1.369 3.169a2.486 2.486 0 0 0 2.133.779l1.755-.22a2.75 2.75 0 0 0 2.327-2.062l.45-1.801c.093-.37.306-.577.52-.634c.825-.22 2.002-.34 3.215-.341c1.213-.002 2.393.116 3.224.339c.215.057.428.266.52.636l.451 1.801a2.75 2.75 0 0 0 2.327 2.062l1.756.22c.795.099 1.589-.19 2.133-.78zM20.5 19.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0zm-1.5 0c0-1.11-.361-2.136-.974-2.965l-6.991 6.991A5 5 0 0 0 19 19.5zm-2.034-4.026a5 5 0 0 0-6.992 6.991l6.992-6.991zM9.81 10.602l-.727-.181z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})