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.67 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: 'PeopleSettings28Filled', 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.466 7.466 0 0 1 13 20.5a7.48 7.48 0 0 1 2.364-5.466zM20.5 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9zM15 7.5a5.5 5.5 0 1 0-11.001.001A5.5 5.5 0 0 0 15 7.5zm.355 11.694a2 2 0 0 0 1.441-2.496l-.334-1.159a6.202 6.202 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.807 6.807 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-.894a2 2 0 0 0-2.9 0l-.842.885a6.207 6.207 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 */ ) ]) ) ) } })