@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.3 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 48 48'
}
export default defineComponent({
name: 'ArrowForward48Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M33.778 23l-6.208 6.208a1.75 1.75 0 0 0 2.35 2.588l.125-.113l9.192-9.193a1.75 1.75 0 0 0 .114-2.35l-.114-.125l-9.192-9.192a1.75 1.75 0 0 0-2.588 2.35l.113.125l6.204 6.202H26c-3.342 0-6.455.744-9.157 2.168l-.402.218a17.013 17.013 0 0 0-6.555 6.555C8.32 31.235 7.5 34.491 7.5 38.001a1.75 1.75 0 1 0 3.5 0c0-2.92.671-5.587 1.939-7.848a13.512 13.512 0 0 1 5.214-5.214c2.135-1.197 4.632-1.862 7.363-1.932L26 23h7.778z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})