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.45 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: 'FolderArrowRight16Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M3 5.499V10a1 1 0 0 0 1 1h1.022c.031.343.094.678.185 1H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h1.755a.5.5 0 0 1 .313.11L7.176 3h4.822a2 2 0 0 1 2 2v1.255a5.504 5.504 0 0 0-1-.656V5a1 1 0 0 0-1-1H7.235L6.14 5.32a.5.5 0 0 1-.385.18L3 5.499zM5.579 3H4a1 1 0 0 0-1 1v.499h2.52l.77-.927L5.58 3zm.448 8A4.502 4.502 0 0 0 15 10.5a4.481 4.481 0 0 0-1.002-2.831A4.479 4.479 0 0 0 10.5 6a4.5 4.5 0 0 0-4.473 5zm4.827 1.854a.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 */ ) ]) ) ) } })