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.46 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 24 25' } export default defineComponent({ name: 'SaveMultiple24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M5.75 3.5H7v3.25A2.25 2.25 0 0 0 9.25 9h2.5A2.25 2.25 0 0 0 14 6.75V3.765a3.25 3.25 0 0 1 1.013.687l2.035 2.035c.61.61.952 1.437.952 2.299v6.964a2.75 2.75 0 0 1-2.75 2.75H15v-4.75a2.25 2.25 0 0 0-2.25-2.25h-4.5A2.25 2.25 0 0 0 6 13.75v4.75h-.25A2.75 2.75 0 0 1 3 15.75v-9.5A2.75 2.75 0 0 1 5.75 3.5zm1.75 15h6v-4.75a.75.75 0 0 0-.75-.75h-4.5a.75.75 0 0 0-.75.75v4.75zm1-15h4v3.25a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1-.75-.75V3.5zm2.25 18A4.737 4.737 0 0 1 7.286 20h8.964a3.25 3.25 0 0 0 3.25-3.25V8.94l.548.548c.61.609.952 1.436.952 2.298v4.964a4.75 4.75 0 0 1-4.75 4.75h-5.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })