@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.25 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ArrowTrending16Regular',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.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 */
)
])
)
)
}
})