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.84 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Diversity24Regular', 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: 'M13 6a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3h-2a3 3 0 0 1-3-3V6zM5.55 3.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.898zm1.387.617c-.009.005-.026.017-.047.057L4.518 9.288a.144.144 0 0 0-.018.076a.162.162 0 0 0 .072.123c.01.006.025.013.056.013h4.744c.03 0 .046-.007.056-.013a.162.162 0 0 0 .071-.123a.144.144 0 0 0-.017-.076L7.11 4.572c-.02-.04-.038-.052-.047-.057A.126.126 0 0 0 7 4.5a.126.126 0 0 0-.063.015zM11 17a4 4 0 1 1-8 0a4 4 0 0 1 8 0zm-1.5 0a2.5 2.5 0 0 0-3.656-2.217l3.373 3.373c.18-.345.283-.739.283-1.156zM7 19.5c.417 0 .81-.102 1.156-.283l-3.373-3.373A2.5 2.5 0 0 0 7 19.5zm9.52-6.384c.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.536zm-2.02 2.732v2.304l2.5 1.291l2.5-1.29v-2.305L17 14.557l-2.5 1.29z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })