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.29 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 48 48' } export default defineComponent({ name: 'ArrowForward48Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M34.985 22.5l-7.061 7.061a1.25 1.25 0 0 0 1.666 1.86l.102-.092l9.192-9.192a1.25 1.25 0 0 0 .091-1.666l-.091-.102l-9.192-9.192a1.25 1.25 0 0 0-1.86 1.666l.092.101L34.98 20H26c-3.254 0-6.28.721-8.904 2.1l-.41.223a16.513 16.513 0 0 0-6.364 6.363C8.798 31.403 8 34.576 8 38a1.25 1.25 0 1 0 2.5 0c0-3.005.692-5.756 2.003-8.092a14.012 14.012 0 0 1 5.405-5.406c2.207-1.237 4.783-1.924 7.594-1.996L26 22.5h8.985z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })