@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.97 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: 'Diversity28Regular',
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-4zM9.812 4.123c-.753-1.497-2.871-1.497-3.624 0l-2.965 5.895C2.536 11.383 3.519 13 5.035 13h5.93c1.516 0 2.499-1.617 1.812-2.982L9.812 4.123zm-2.284.674a.524.524 0 0 1 .944 0l2.965 5.895a.552.552 0 0 1-.472.808h-5.93a.552.552 0 0 1-.472-.808l2.965-5.895zM3 20c0-.762.17-1.484.475-2.13a.746.746 0 0 1 .16-.312a5.024 5.024 0 0 1 2.074-2.003A5 5 0 1 1 3 20zm8.446.617a3.5 3.5 0 0 0-4.063-4.063l4.063 4.063zm-.643 1.48l-4.9-4.9a3.52 3.52 0 0 0-.739.75l4.888 4.889c.286-.208.54-.457.751-.74zM8 23.5c.188 0 .372-.015.552-.043l-4.009-4.009A3.5 3.5 0 0 0 8 23.5zm11.046-8.265a2.052 2.052 0 0 1 1.908 0l2.992 1.576A1.954 1.954 0 0 1 25 18.536v2.928c0 .72-.405 1.383-1.054 1.725l-2.992 1.576a2.052 2.052 0 0 1-1.908 0l-2.992-1.576A1.954 1.954 0 0 1 15 21.464v-2.928c0-.72.405-1.383 1.054-1.725l2.992-1.576zm1.209 1.327a.552.552 0 0 0-.51 0l-2.992 1.576a.454.454 0 0 0-.253.398v2.928c0 .15.085.309.253.398l2.992 1.576a.552.552 0 0 0 .51 0l2.992-1.576a.454.454 0 0 0 .253-.398v-2.928a.454.454 0 0 0-.253-.398l-2.992-1.576z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})