@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.31 kB
JavaScript
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: 'FolderArrowUp16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M7.176 3h.005L5.559 4.5L2 4.499V4a2 2 0 0 1 2-2h1.755a.5.5 0 0 1 .313.11L7.176 3zM2 10V5.499l3.755.001a.5.5 0 0 0 .34-.133L8.652 3h3.345a2 2 0 0 1 2 2v1.255A5.5 5.5 0 0 0 5.208 12H3.999a2 2 0 0 1-2-2zm13 .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 */
)
])
)
)
}
})