@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.25 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: 'ArrowDownload48Filled',
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: 'M12.25 38.5h23.5a1.75 1.75 0 0 1 .144 3.494L35.75 42h-23.5a1.75 1.75 0 0 1-.143-3.494l.143-.006h23.5h-23.5zM23.607 6.256l.143-.006a1.75 1.75 0 0 1 1.744 1.606L25.5 8v21.333l4.793-4.792a1.75 1.75 0 0 1 2.475 2.475l-7.778 7.778a1.75 1.75 0 0 1-2.475 0l-7.778-7.778a1.75 1.75 0 0 1 2.475-2.475L22 29.329V8a1.75 1.75 0 0 1 1.607-1.744l.143-.006l-.143.006z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})