UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.45 kB
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: 'PersonPill24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M11.158 20.475c.065.53.24 1.05.525 1.522c-2.99-.06-5.268-.964-6.78-2.736a3.75 3.75 0 0 1-.9-2.435v-.578A2.249 2.249 0 0 1 6.254 14h9.273l-1.5 1.5H6.253a.749.749 0 0 0-.75.75v.577c0 .535.192 1.053.54 1.46c1.12 1.313 2.812 2.049 5.115 2.19zM12 2.004a5 5 0 1 1 0 10a5 5 0 0 1 0-10zm0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7zm10.03 9.465a2.871 2.871 0 0 0-4.06 0l-5 5a2.871 2.871 0 0 0 4.06 4.061l5-5a2.871 2.871 0 0 0 0-4.06zm-3 1.061a1.371 1.371 0 1 1 1.94 1.94L19 17.94L17.06 16l1.97-1.97zm-2 4.94a.75.75 0 0 1 0 1.06l-1 1a.75.75 0 0 1-1.06-1.06l1-1a.75.75 0 0 1 1.06 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })