@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.21 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ProhibitedMultiple24Filled',
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: 'M10.75 19.5a8.75 8.75 0 1 0 0-17.5a8.75 8.75 0 0 0 0 17.5zm0-2a6.72 6.72 0 0 1-4.014-1.322l9.442-9.442A6.75 6.75 0 0 1 10.75 17.5zm4.014-12.178l-9.442 9.442a6.75 6.75 0 0 1 9.441-9.441zM20.5 10.75c0 5.385-4.365 9.75-9.75 9.75a9.743 9.743 0 0 1-3.053-.488A8.75 8.75 0 0 0 20.012 7.696a9.74 9.74 0 0 1 .488 3.054z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})