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.4 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'FolderArrowUp16Regular', 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: '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 3zM15 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0zm-4.146-2.353l-.003-.003A.498.498 0 0 0 10.503 8h-.006a.498.498 0 0 0-.35.146l-2 2a.5.5 0 0 0 .707.708L10 9.707V12.5a.5.5 0 0 0 1 0V9.707l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })