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.55 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: 'ArrowReplyAll48Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M14.116 20.37l9.192-9.193a1.25 1.25 0 0 1 1.86 1.666l-.092.101L18.02 20H25c3.254 0 6.28.721 8.904 2.1l.41.223a16.513 16.513 0 0 1 6.364 6.363C42.202 31.403 43 34.576 43 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.996L25 22.5h-6.985l7.061 7.061a1.25 1.25 0 0 1 .091 1.667l-.09.101a1.25 1.25 0 0 1-1.667.091l-.102-.09l-9.192-9.193a1.25 1.25 0 0 1-.091-1.666l.091-.102l9.192-9.192l-9.192 9.192zm-8 0l9.192-9.193a1.25 1.25 0 0 1 1.86 1.666l-.092.101l-8.308 8.309l8.308 8.308a1.25 1.25 0 0 1-1.666 1.86l-.101-.092l-9.193-9.192a1.25 1.25 0 0 1-.091-1.666l.091-.102l9.192-9.192l-9.192 9.192z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })