UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.62 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'CallOutbound24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M9.367 3.312l.86 2.028c.375.883.167 1.922-.514 2.568L7.82 9.706c.117 1.076.478 2.135 1.084 3.177a8.678 8.678 0 0 0 2.271 2.595l2.276-.76c.862-.287 1.801.044 2.33.821l1.232 1.81c.616.904.505 2.15-.258 2.916l-.818.821c-.814.817-1.976 1.114-3.052.778c-2.539-.792-4.873-3.143-7.003-7.053c-2.133-3.916-2.885-7.24-2.258-9.968c.264-1.148 1.082-2.063 2.15-2.404l1.076-.344c1.008-.322 2.086.199 2.518 1.217zm5.381-1.31h6.554l.1.013l.099.028l.064.027a.72.72 0 0 1 .215.15l.04.043l.044.057l.052.085l.04.093l.028.1l.013.09v.013l.002.02L22 9.255a.75.75 0 0 1-1.493.102l-.007-.102V4.56l-6.22 6.224a.75.75 0 0 1-.976.073l-.085-.072a.75.75 0 0 1-.072-.977l.072-.084L19.44 3.5l-4.69.001a.75.75 0 0 1-.744-.648l-.007-.102a.75.75 0 0 1 .649-.743L14.748 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })