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.48 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'CallOutbound48Filled', 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: 'M14.01 3.75c-4.932 0-9.632 3.38-9.47 8.736c.135 4.505 1.208 10.533 4.878 16.889a39.984 39.984 0 0 0 12.047 13.04c4.494 3.074 10.007.937 12.644-3.378a5.166 5.166 0 0 0-.428-5.988l-2.415-2.917a5.25 5.25 0 0 0-5.852-1.582l-2.958 1.085c-.846.31-1.617.149-2.07-.32c-1.86-1.916-4.153-5.224-5.16-7.674c-.23-.56-.02-1.323.792-1.903l2.767-1.977a5.25 5.25 0 0 0 1.904-6.006l-1.572-4.49a5.25 5.25 0 0 0-4.955-3.515h-.153zm12.356 17.884a1.25 1.25 0 0 1 0-1.768L39.732 6.5H29.25a1.25 1.25 0 1 1 0-2.5h13.5c.69 0 1.25.56 1.25 1.25v13.5a1.25 1.25 0 0 1-2.5 0V8.268L28.134 21.634a1.25 1.25 0 0 1-1.768 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })