UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.06 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'CallOutbound24Regular', 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: 'M9.526 3.572l.902 2.006a2.75 2.75 0 0 1-.633 3.139L8.3 10.11a.25.25 0 0 0-.078.155c-.044.397.225 1.17.846 2.245c.45.781.859 1.33 1.206 1.637c.243.215.376.261.433.245l2.01-.615a2.75 2.75 0 0 1 3.034 1.02l1.28 1.776a2.75 2.75 0 0 1-.338 3.605l-.887.84a3.75 3.75 0 0 1-3.586.889c-2.755-.769-5.224-3.093-7.436-6.924C2.57 11.147 1.792 7.843 2.51 5.07A3.75 3.75 0 0 1 4.85 2.487l.206-.069l1.167-.351a2.75 2.75 0 0 1 3.302 1.505zm-2.87-.07l-1.166.353l-.159.054a2.25 2.25 0 0 0-1.37 1.537c-.603 2.331.086 5.26 2.122 8.787c2.034 3.522 4.223 5.582 6.54 6.23a2.25 2.25 0 0 0 2.152-.534l.886-.84a1.25 1.25 0 0 0 .154-1.639l-1.28-1.775a1.25 1.25 0 0 0-1.38-.464l-2.015.617c-1.17.348-2.231-.593-3.371-2.568C7 11.93 6.642 10.9 6.732 10.099c.046-.416.24-.8.545-1.086L8.772 7.62a1.25 1.25 0 0 0 .287-1.427l-.901-2.006a1.25 1.25 0 0 0-1.501-.684zm8.093-1.5h6.515c.026-.001.052 0 .078.004l.061.01l.095.027l.089.037l.067.04a.749.749 0 0 1 .226.224l.043.074l.041.104l.024.097l.011.1L22 9.257a.75.75 0 0 1-1.493.101l-.007-.101V4.56l-6.22 6.224a.75.75 0 0 1-.976.073l-.085-.073a.75.75 0 0 1-.072-.976l.072-.084L19.44 3.5h-4.69a.75.75 0 0 1-.744-.648l-.007-.101a.75.75 0 0 1 .75-.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })