@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.72 kB
JavaScript
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: 'ArrowReplyAll48Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14.787 19.99l9.168-9.167a1.75 1.75 0 0 1 2.588 2.35l-.113.125l-6.204 6.202H25c3.342 0 6.455.744 9.157 2.168l.402.218a17.013 17.013 0 0 1 6.555 6.555c1.566 2.794 2.386 6.05 2.386 9.56a1.75 1.75 0 1 1-3.5 0c0-2.92-.671-5.587-1.939-7.848a13.512 13.512 0 0 0-5.214-5.214c-2.135-1.197-4.632-1.862-7.363-1.932L25 23h-4.778l6.208 6.208a1.75 1.75 0 0 1 .113 2.35l-.113.125a1.75 1.75 0 0 1-2.35.113l-.125-.113l-9.192-9.193a1.764 1.764 0 0 1-.165-.19l-.015-.023a1.702 1.702 0 0 1-.269-.553l-.028-.115l-.022-.132l-.01-.11l-.004-.146l.007-.126l.011-.095c.038-.263.134-.507.275-.719l.01-.014c.068-.101.147-.194.234-.278l9.168-9.166l-9.168 9.166zm-9.024.026l9.192-9.193a1.75 1.75 0 0 1 2.588 2.35l-.113.125l-7.955 7.955l7.955 7.955a1.75 1.75 0 0 1-2.35 2.588l-.125-.113l-9.192-9.193a1.75 1.75 0 0 1-.114-2.35l.114-.125l9.192-9.192l-9.192 9.192z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})