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.35 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 32 32' } export default defineComponent({ name: 'ImageMultiple32Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M3 7a4 4 0 0 1 4-4h14a4 4 0 0 1 4 4v14a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7zm4-2a2 2 0 0 0-2 2v14a2 2 0 0 0 .077.552l7.32-6.914c.9-.85 2.306-.85 3.205 0l7.32 6.914A2 2 0 0 0 23 21V7a2 2 0 0 0-2-2H7zm0 18h14c.166 0 .328-.02.482-.058l-7.253-6.85a.333.333 0 0 0-.458 0l-7.253 6.85c.155.038.316.058.482.058zm11.5-11a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3zm-8 16.5a3.998 3.998 0 0 1-3.465-2H21a5.5 5.5 0 0 0 5.5-5.5V7.035c1.196.692 2 1.984 2 3.465V21a7.5 7.5 0 0 1-7.5 7.5H10.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })