@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.19 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 48 48'
}
export default defineComponent({
name: 'Organization48Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M16.497 11.501a7.501 7.501 0 1 1 8.751 7.397V23h7.5a3.75 3.75 0 0 1 3.75 3.75V29.1A7.503 7.503 0 0 1 35.248 44a7.501 7.501 0 0 1-1.252-14.898V26.75c0-.69-.56-1.25-1.25-1.25H15.25c-.69 0-1.25.56-1.25 1.25V29.1a7.501 7.501 0 1 1-2.5 0V26.75A3.75 3.75 0 0 1 15.25 23h7.5v-4.102a7.503 7.503 0 0 1-6.252-7.397z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})