@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.18 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
export default defineComponent({
name: 'ProhibitedMultiple20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})