UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.31 kB
'use strict' 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'ArrowForward48Filled', 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: '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 */ ) ]) ) ) } })