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.32 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: 'ArrowReply48Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M13.015 22.5l7.061 7.061a1.25 1.25 0 0 1-1.666 1.86l-.102-.092l-9.192-9.192a1.25 1.25 0 0 1-.091-1.666l.091-.102l9.192-9.192a1.25 1.25 0 0 1 1.86 1.666l-.092.101L13.02 20H22c3.254 0 6.28.721 8.904 2.1l.41.223a16.513 16.513 0 0 1 6.364 6.363C39.202 31.403 40 34.576 40 38a1.25 1.25 0 1 1-2.5 0c0-3.005-.692-5.756-2.003-8.092a14.012 14.012 0 0 0-5.405-5.406c-2.207-1.237-4.783-1.924-7.594-1.996L22 22.5h-8.985l7.061 7.061l-7.061-7.06z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })