@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.3 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: 'ArrowForward16Filled',
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: 'M11.69 8l-2.256 2.256a.75.75 0 0 0 .977 1.133l.084-.073l3.535-3.535l.069-.08l.04-.058l.05-.095l.032-.092l.016-.067l.01-.062l.003-.094l-.004-.059l-.016-.094l-.03-.1l-.046-.098l-.035-.055a.746.746 0 0 0-.089-.107l.069.079a.743.743 0 0 0-.069-.079l-3.535-3.535a.75.75 0 0 0-1.133.976l.072.084L11.69 6.5H8c-3.651 0-6.133 2.077-6.246 5.037l-.004.213a.75.75 0 0 0 1.5 0c0-2.128 1.692-3.658 4.492-3.746L8 8h3.69z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})