UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.25 kB
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 48 48' } export default defineComponent({ name: 'Prohibited48Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M24 5c5.118 0 9.763 2.023 13.179 5.313a2.005 2.005 0 0 1 .507.508A18.938 18.938 0 0 1 43 24c0 10.493-8.507 19-19 19S5 34.493 5 24S13.507 5 24 5zm11.927 9.902L14.902 35.927A14.934 14.934 0 0 0 24 39c8.284 0 15-6.716 15-15c0-3.284-1.055-6.322-2.846-8.792l-.227-.306zM24 9C15.716 9 9 15.716 9 24c0 3.42 1.145 6.574 3.073 9.098l21.025-21.025A14.934 14.934 0 0 0 24 9z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })