@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'FolderArrowUp48Filled',
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: 'M40.25 12.5a3.75 3.75 0 0 1 3.745 3.55l.005.2v7.37A12.956 12.956 0 0 0 35 20c-7.18 0-13 5.82-13 13c0 2.165.53 4.206 1.465 6H7.75a3.75 3.75 0 0 1-3.745-3.55L4 35.25V18.999L17.804 19l.226-.007a3.75 3.75 0 0 0 2.547-1.219l.147-.172l4.109-5.102H40.25zM17.06 9c.833 0 1.64.277 2.295.784l.175.144l2.444 2.138l-3.197 3.968l-.094.105c-.2.197-.46.322-.739.353l-.14.008L4 16.499V12.75a3.75 3.75 0 0 1 3.55-3.745L7.75 9h9.31zM46 33c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11zm-11-8a1 1 0 0 0-.707.293l-5 5a1 1 0 0 0 1.414 1.414L34 28.414V40a1 1 0 1 0 2 0V28.414l3.293 3.293a1 1 0 0 0 1.414-1.414l-5-5A1 1 0 0 0 35 25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})