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.4 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 20 20' } export default defineComponent({ name: 'CallForward20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M9.288 2.198L8.44 2.04c-.842-.156-1.725.152-2.321.812C4.702 4.42 3.996 6.869 4 10.199c.004 3.325.715 5.7 2.132 7.125c.6.603 1.49.823 2.334.577l.849-.248a1.735 1.735 0 0 0 1.237-1.821l-.167-1.628a1.533 1.533 0 0 0-1.267-1.368l-1.805-.313a6.356 6.356 0 0 1-.58-2.512c-.026-.9.117-1.724.43-2.472l1.93-.505a1.742 1.742 0 0 0 1.281-1.503l.162-1.637c.082-.822-.452-1.548-1.248-1.696zm5.066 3.448a.5.5 0 0 0-.708.708L16.293 9H10.5a.5.5 0 0 0 0 1h5.793l-2.647 2.646a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })