UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.24 kB
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 48 48' } export default defineComponent({ name: 'ArrowDownload48Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })