@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.74 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 20 20'
}
export default defineComponent({
name: 'PeopleCall20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M11 10a2 2 0 0 1 2 2v1.5c0 2.054-2.088 3.5-5.5 3.5S2 15.554 2 13.5V12a2 2 0 0 1 2-2h7zm3.446 4.614c-.2-.043-.4-.052-.594-.033c.077-.268.124-.549.141-.842L14 13.5V12c0-.692-.234-1.33-.628-1.837L13.235 10h2.05l-.381.9l-.056.151l-.007.025a2.073 2.073 0 0 0 .544 2.108l.48.455a3.017 3.017 0 0 1-.28.627a3.2 3.2 0 0 1-.424.575l-.533-.178l-.154-.042l-.028-.006zM7.5 2a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7zm7 2a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5zm1.335 7.265l.399-.941c.187-.442.635-.682 1.075-.59l.094.024l.5.16c.496.159.875.583.998 1.116c.291 1.267-.058 2.81-1.049 4.628c-.989 1.816-2.072 2.907-3.251 3.275c-.458.143-.95.04-1.32-.271l-.097-.09l-.38-.381a1.078 1.078 0 0 1-.176-1.262l.056-.092l.572-.84a.948.948 0 0 1 .982-.409l.1.027l1.057.353c.421-.32.773-.72 1.054-1.205c.241-.415.4-.835.473-1.261l.03-.214l-.879-.835a1.074 1.074 0 0 1-.276-1.088l.037-.104z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})