@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 16 16'
}
export default defineComponent({
name: 'ArrowTrending16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.496 4l5.048.002l.086.015l.063.02l.058.03l.062.042l.058.054l.04.05l.035.058l.032.078l.012.043l.011.086V9.5a.5.5 0 0 1-.991.09l-.008-.09L13 5.707l-5.143 5.147a.5.5 0 0 1-.638.058l-.069-.058l-1.65-1.647l-2.647 2.647a.5.5 0 0 1-.765-.638l.057-.07l3-3a.5.5 0 0 1 .638-.058l.07.058l1.65 1.647L12.293 5H8.496a.5.5 0 0 1-.492-.41l-.008-.09a.5.5 0 0 1 .5-.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})