@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.45 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: 'ArrowReplyAll16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M9.316 3.185a.75.75 0 0 1 .072.976l-.072.084L7.06 6.5h1.19c3.651 0 6.132 2.077 6.246 5.037l.004.213a.75.75 0 0 1-1.5 0c0-2.128-1.692-3.658-4.493-3.746L8.25 8H7.06l2.256 2.256a.75.75 0 0 1-.977 1.133l-.084-.073l-3.536-3.535l-.068-.08l-.04-.058l-.05-.095l-.033-.092l-.015-.067l-.01-.062l-.003-.094l.004-.059l.015-.094l.03-.1l.047-.098l.035-.055l.026-.036l.062-.071l3.536-3.535a.75.75 0 0 1 1.06 0zM1.22 6.72l3.5-3.5a.75.75 0 0 1 1.133.977l-.073.084l-2.97 2.97l2.97 2.969a.75.75 0 0 1-.976 1.133l-.084-.072l-3.5-3.5a.75.75 0 0 1-.073-.977l.073-.084l3.5-3.5l-3.5 3.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})