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.54 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'DocumentTableArrowRight20Filled', 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: 'M9 10.257A5.521 5.521 0 0 1 10.4 12H13v-1.5a.5.5 0 0 0-.5-.5H9v.257zM13 13h-2.207a5.506 5.506 0 0 1 .185 2H12.5a.5.5 0 0 0 .5-.5V13zM5.5 9c.457 0 .9.056 1.324.16c.203-.102.433-.16.676-.16h5a1.5 1.5 0 0 1 1.5 1.5v4a1.5 1.5 0 0 1-1.5 1.5h-1.707a5.486 5.486 0 0 1-1.05 2H14.5a1.5 1.5 0 0 0 1.5-1.5V8h-4.5A1.5 1.5 0 0 1 10 6.5V2H5.5A1.5 1.5 0 0 0 4 3.5v5.707C4.477 9.072 4.98 9 5.5 9zM11 6.5V2.25L15.75 7H11.5a.5.5 0 0 1-.5-.5zm-1 8a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zm-2.147.354l.003-.003A.498.498 0 0 0 8 14.503v-.006a.498.498 0 0 0-.146-.35l-2-2a.5.5 0 0 0-.708.707L6.293 14H3.5a.5.5 0 0 0 0 1h2.793l-1.147 1.146a.5.5 0 0 0 .708.708l2-2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })