@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.24 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 24 24'
}
export default defineComponent({
name: 'ArrowReplyDown24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M9.277 7.779a.75.75 0 1 0-1.061-1.06l-4.997 5.003a.75.75 0 0 0 0 1.06l4.997 4.998a.75.75 0 0 0 1.061-1.06L5.557 13h7.842c1.595 0 2.81-.242 3.889-.764l.246-.126a6.203 6.203 0 0 0 2.576-2.576c.61-1.14.89-2.418.89-4.135a.75.75 0 0 0-1.5 0c0 1.484-.228 2.52-.713 3.428a4.702 4.702 0 0 1-1.96 1.96c-.838.448-1.786.676-3.094.709l-.334.004H5.562l3.715-3.721z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})