@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.38 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 16 16'
}
export default defineComponent({
name: 'ArrowReplyAll16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M9.39 3.611a.5.5 0 0 1 .057.638l-.058.07l-2.682 2.68L8 7c3.522 0 5.885 1.976 5.996 4.793L14 12a.5.5 0 0 1-1 0c0-2.273-1.807-3.904-4.738-3.996L8 8H6.707l2.682 2.682a.5.5 0 0 1-.638.765l-.069-.057l-3.566-3.57l-.05-.07l-.027-.056l-.023-.068l-.011-.058l-.004-.053v-.057l.016-.086l.02-.063l.04-.076l.055-.07l3.55-3.552a.5.5 0 0 1 .707 0zM2.145 7.147l3.5-3.5a.5.5 0 0 1 .765.638l-.057.069L3.207 7.5l3.147 3.147a.5.5 0 0 1-.638.765l-.07-.058l-3.5-3.5a.5.5 0 0 1-.057-.638l.057-.07l3.5-3.5l-3.5 3.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})