@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.52 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Diversity24Filled',
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: 'M16 3a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h2a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3h-2zm-10.45.898a1.619 1.619 0 0 1 2.9 0l2.372 4.716C11.37 9.707 10.585 11 9.372 11H4.628c-1.213 0-1.999-1.293-1.45-2.386L5.55 3.898zm5.378 13.864a3.979 3.979 0 0 1-.62 1.486l-5.556-5.557A3.978 3.978 0 0 1 7 13a4 4 0 0 1 3.93 4.748l-.002.014zm-3.24 3.18a4 4 0 0 1-4.618-4.69l.002-.014a3.978 3.978 0 0 1 .62-1.486l5.556 5.557a3.978 3.978 0 0 1-1.56.632zm8.832-7.826c.3-.155.66-.155.96 0l2.974 1.536a.998.998 0 0 1 .546.885v2.926c0 .37-.21.711-.546.885l-2.974 1.536c-.3.155-.66.155-.96 0l-2.974-1.536a.998.998 0 0 1-.546-.885v-2.926c0-.37.21-.711.546-.885l2.974-1.536z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})