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.37 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'CallOutbound16Filled', 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: 'M10.5 2a.5.5 0 0 0 0 1h1.793L9.147 6.147a.5.5 0 1 0 .707.707L13 3.707V5.5a.5.5 0 0 0 1 0v-3a.5.5 0 0 0-.5-.5h-3zM6.57 3.006a1.75 1.75 0 0 0-2.196-.886l-.263.099c-1.35.507-2.308 1.83-2.07 3.336c.207 1.32.646 3.074 1.587 4.55c.85 1.334 1.978 2.432 2.918 3.214c1.255 1.043 3.009.816 4.135-.247l.296-.28a1.75 1.75 0 0 0 .062-2.483l-.775-.81a1.5 1.5 0 0 0-1.462-.413l-1.877.49a4.618 4.618 0 0 1-.848-1.046a4.913 4.913 0 0 1-.505-1.24l1.316-1.436a1.5 1.5 0 0 0 .249-1.658l-.567-1.19z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })