@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.97 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'PeopleSettings24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M12.81 13L4 13a2 2 0 0 0-2 2V16.5l.005.23C2.165 20.044 5.778 21 8.5 21c1.03 0 2.189-.137 3.239-.487c-.23-.44-.413-.91-.537-1.403c-.698.224-1.52.359-2.385.385L8.5 19.5l-.317-.005c-1.263-.039-2.44-.308-3.266-.753C3.95 18.222 3.5 17.509 3.5 16.5v-1.501l.01-.101a.506.506 0 0 1 .136-.253a.51.51 0 0 1 .253-.136l.101-.01h7.732c.287-.55.651-1.055 1.077-1.499zM13 6.5a4.5 4.5 0 1 0-9 0a4.5 4.5 0 0 0 9 0zm-7.5 0c0-1.654 1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3s-3-1.346-3-3zm15.5 1a3.5 3.5 0 1 0-7 0a3.5 3.5 0 0 0 7 0zm-5.5 0c0-1.103.897-2 2-2s2 .897 2 2s-.897 2-2 2s-2-.897-2-2zm.563 5.401l-.5-.524c-.543.22-1.043.53-1.482.912l.198.686a2 2 0 0 1-1.441 2.497l-.584.144a5.729 5.729 0 0 0 .006 1.807l.54.13a2 2 0 0 1 1.45 2.51l-.187.632c.44.386.94.699 1.484.921l.494-.518a2 2 0 0 1 2.899 0l.498.525a5.28 5.28 0 0 0 1.483-.913l-.198-.686a2 2 0 0 1 1.442-2.496l.583-.144a5.729 5.729 0 0 0-.006-1.808l-.54-.13a2 2 0 0 1-1.45-2.51l.187-.63a5.28 5.28 0 0 0-1.484-.923l-.493.519a2 2 0 0 1-2.9 0zM16.05 17.5c0-.829.65-1.5 1.45-1.5c.8 0 1.45.671 1.45 1.5c0 .828-.65 1.5-1.45 1.5c-.8 0-1.45-.672-1.45-1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})