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.99 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'PeopleSettings28Regular', 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: 'M15.364 15.034a2.017 2.017 0 0 0-.364-.033L4 15l-.15.005A2.001 2.001 0 0 0 2 17v2.5l.005.248C2.171 23.752 6.351 25 9.5 25c1.418 0 3.045-.253 4.42-.897a7.459 7.459 0 0 1-.583-1.373c-1.204.577-2.616.725-3.402.76l-.435.01l-.341-.005c-1.475-.047-2.868-.394-3.864-.97C4.087 21.829 3.5 20.839 3.5 19.5V17l.01-.101a.506.506 0 0 1 .136-.253a.51.51 0 0 1 .253-.136L4 16.5h10.154c.34-.538.748-1.031 1.21-1.466zM20.5 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9zm-3-4.5c0-1.654 1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3s-3-1.346-3-3zm-2.5-1a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zm-9.5 0c0-2.206 1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4zm9.855 11.694a2 2 0 0 0 1.441-2.496l-.334-1.159a6.205 6.205 0 0 1 1.751-1.09l.85.894a2 2 0 0 0 2.899 0l.843-.886c.644.265 1.235.64 1.753 1.1l-.324 1.098a2 2 0 0 0 1.45 2.51l.977.236a6.796 6.796 0 0 1 .008 2.152l-1.026.253a2 2 0 0 0-1.44 2.496l.334 1.16a6.206 6.206 0 0 1-1.751 1.09l-.85-.895a2 2 0 0 0-2.9 0l-.842.886a6.208 6.208 0 0 1-1.753-1.1l.324-1.098a2 2 0 0 0-1.45-2.51l-.976-.235a6.796 6.796 0 0 1-.008-2.152l1.024-.254zM22 20.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })