@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.19 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ProhibitedMultiple20Regular',
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: 'M2 9a7 7 0 1 1 14 0A7 7 0 0 1 2 9zm7-6a6 6 0 0 0-4.582 9.874l8.456-8.456A5.976 5.976 0 0 0 9 3zm0 12a6 6 0 0 0 4.582-9.874l-8.456 8.456A5.976 5.976 0 0 0 9 15zm2 3a6.968 6.968 0 0 1-3.994-1.25a8.011 8.011 0 0 0 3.066.179a6 6 0 0 0 6.856-6.856a8.072 8.072 0 0 0-.178-3.067A7 7 0 0 1 11 18z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})