@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.26 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Prohibited48Filled',
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: '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 */
)
])
)
)
}
})