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.45 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: 'CallProhibited24Filled', 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: 'M20.934 5.66c-1.96-1.73-5.021-2.593-9.185-2.588c-4.157.006-7.126.874-8.907 2.604c-.754.733-1.029 1.819-.721 2.85l.31 1.037c.288.967 1.261 1.613 2.276 1.511l2.035-.204c.873-.088 1.563-.711 1.711-1.547l.391-2.205a8.102 8.102 0 0 1 3.14-.707c1.126-.033 2.156.142 3.09.525l.632 2.355c.226.847.986 1.48 1.878 1.566l2.047.198c1.028.1 1.935-.553 2.12-1.524l.198-1.037c.195-1.028-.19-2.106-1.015-2.834zM12 22a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11zm0-1.5a4 4 0 0 0 3.309-6.248L9.752 19.81c.64.436 1.414.691 2.248.691zM8.691 18.75l5.557-5.557a4 4 0 0 0-5.557 5.557z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })