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.38 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'CallPark32Filled', 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: '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 */ ) ]) ) ) } })