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.37 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 32 32' } export default defineComponent({ name: 'CallPark32Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M13.658 12.077l-2.146 1.968c.042.148.094.32.157.512c.212.65.544 1.5 1.024 2.332c.48.831 1.05 1.544 1.507 2.053c.135.15.259.282.366.392l2.777-.875a4 4 0 0 1 4.288 1.274l1.682 2.042a3.798 3.798 0 0 1-.342 5.191c-2.639 2.46-6.739 3.113-9.608.501a31.806 31.806 0 0 1-6.055-7.53c-1.937-3.33-2.958-6.457-3.492-8.95C3.004 7.2 5.642 4.01 9.074 2.96a3.832 3.832 0 0 1 4.709 2.32l.917 2.447a4 4 0 0 1-1.042 4.351zM20 3a1 1 0 0 0-1 1v11a1 1 0 1 0 2 0v-4h3a4 4 0 0 0 0-8h-4zm4 6h-3V5h3a2 2 0 1 1 0 4z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })