@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.95 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: 'Diversity48Regular',
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: 'M10.776 29.544c-.473.343-.89.759-1.232 1.232l7.68 7.68c.473-.343.89-.759 1.232-1.232l-7.68-7.68zm8.681 5.145a5.5 5.5 0 0 0-6.147-6.147l6.147 6.147zm-4.768 4.768l-6.146-6.146a5.5 5.5 0 0 0 6.147 6.147zm-.015-30.516l4.744 9.432a.758.758 0 0 1-.67 1.1H9.262a.758.758 0 0 1-.669-1.1l4.744-9.432a.747.747 0 0 1 1.338 0zm24.028 21.845c.52.279.798.778.798 1.273v3.882c0 .495-.278.994-.798 1.273l-3.895 2.085c-.499.268-1.115.268-1.614 0l-3.895-2.085c-.52-.279-.798-.778-.798-1.273V32.06c0-.495.278-.994.798-1.273l3.895-2.085a1.725 1.725 0 0 1 1.614 0l3.895 2.085zM16.904 7.796c-1.205-2.395-4.594-2.395-5.799 0L6.362 17.23C5.262 19.413 6.835 22 9.26 22h9.488c2.426 0 3.998-2.587 2.899-4.771l-4.744-9.432zM31 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-6zm-9 28a8 8 0 1 1-16 0a8 8 0 0 1 16 0zm13.988-7.503a4.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 */
)
])
)
)
}
})