@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.46 kB
JavaScript
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: 'FolderArrowRight16Regular',
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 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 */
)
])
)
)
}
})