@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
JavaScript
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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CallOutbound20Filled',
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: 'M6.535 2.116c-1.04-.264-2.13-.152-2.984.326c-.87.486-1.48 1.348-1.51 2.501c-.046 1.802.371 4.22 2.027 7.058c1.635 2.803 3.44 4.483 4.938 5.481c.946.631 1.991.648 2.884.237c.88-.405 1.594-1.214 1.965-2.217a1.838 1.838 0 0 0-.12-1.536l-.804-1.435a2.5 2.5 0 0 0-3.441-.938l-.437.255c-.349.203-.704.154-.898-.049c-.652-.681-1.245-1.678-1.513-2.576c-.075-.251.045-.568.372-.775l.79-.502a2.5 2.5 0 0 0 .829-3.354l-.898-1.566a1.929 1.929 0 0 0-1.2-.91zm4.611 6.737a.5.5 0 0 1 0-.707l5.147-5.147H12.5a.5.5 0 1 1 0-1h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V3.706l-5.146 5.147a.5.5 0 0 1-.708 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})