UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.35 kB
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 16 16' } export default defineComponent({ name: 'FolderArrowRight16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M7.18 3h-.004l-1.108-.89A.5.5 0 0 0 5.755 2H4a2 2 0 0 0-2 2v.499h3.56L7.18 3zM2 5.499V10a2 2 0 0 0 2 2h1.207a5.5 5.5 0 0 1 8.79-5.745V5a2 2 0 0 0-2-2H8.654L6.094 5.367a.5.5 0 0 1-.34.133L2 5.499zm11.998 2.17A4.5 4.5 0 0 0 6 10.5v.008a4.502 4.502 0 0 0 9-.008a4.481 4.481 0 0 0-1.002-2.831zm-3.144 5.185a.5.5 0 0 1-.708-.708L11.293 11H8.5a.5.5 0 0 1 0-1h2.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 .146.351v.006a.5.5 0 0 1-.144.348l-.003.003l-2 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })