UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.66 kB
'use strict' 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: 'Diversity48Filled', 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: 'M31 6a5 5 0 0 0-5 5v6a5 5 0 0 0 5 5h6a5 5 0 0 0 5-5v-6a5 5 0 0 0-5-5h-6zM16.904 7.797C15.7 5.4 12.31 5.4 11.105 7.797l-4.743 9.432C5.262 19.413 6.835 22 9.26 22h9.488c2.426 0 3.998-2.587 2.899-4.771l-4.744-9.432zM8.772 27.944a8.044 8.044 0 0 0-1.434 1.626l-.001.001l.047.045L18.43 40.662a8.045 8.045 0 0 0 2.053-1.974L9.559 27.345a7.76 7.76 0 0 0-.787.6zm3.21-1.687l9.68 10.051a8 8 0 0 0 .275-3.318a8.008 8.008 0 0 0-9.954-6.733zm4.002 15.495l-9.736-9.736a8.015 8.015 0 0 0-.085 3.596a8.009 8.009 0 0 0 9.821 6.14zm20.004-15.255a4.225 4.225 0 0 0-3.976 0l-3.894 2.085c-1.307.7-2.118 2.031-2.118 3.477v3.882c0 1.446.811 2.777 2.118 3.477l3.894 2.085a4.225 4.225 0 0 0 3.976 0l3.894-2.085c1.307-.7 2.118-2.031 2.118-3.477V32.06c0-1.446-.811-2.777-2.118-3.477l-3.894-2.085z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })