@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.68 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Diversity28Filled',
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: 'M18 3a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h4a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3h-4zM6.188 4.123c.753-1.497 2.871-1.497 3.624 0l2.965 5.895c.687 1.365-.296 2.982-1.812 2.982h-5.93c-1.516 0-2.499-1.617-1.812-2.982l2.965-5.895zm-2.23 12.932a5.025 5.025 0 0 1 1.529-1.378l6.512 7.325a5.024 5.024 0 0 1-1.494 1.326l-6.546-7.273zM3 20c0-.526.081-1.034.232-1.51l5.769 6.41a5.023 5.023 0 0 1-2.488-.125A5.004 5.004 0 0 1 3 20zm10 0c0 .553-.09 1.086-.256 1.583l-5.76-6.48a5.022 5.022 0 0 1 2.024-.001a5.003 5.003 0 0 1 3.976 4.493l.001.02c.01.127.015.256.015.385zm7.954-4.765a2.052 2.052 0 0 0-1.908 0l-2.992 1.576A1.954 1.954 0 0 0 15 18.536v2.928c0 .72.405 1.383 1.054 1.725l2.992 1.576a2.052 2.052 0 0 0 1.908 0l2.992-1.576A1.954 1.954 0 0 0 25 21.464v-2.928c0-.72-.405-1.383-1.054-1.725l-2.992-1.576z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})