UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.56 kB
'use strict' 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: 'ImageMultiple48Regular', 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: 'M10.75 5A5.75 5.75 0 0 0 5 10.75v21.5A5.75 5.75 0 0 0 10.75 38h21.5A5.75 5.75 0 0 0 38 32.25v-21.5A5.75 5.75 0 0 0 32.25 5h-21.5zM7.5 10.75a3.25 3.25 0 0 1 3.25-3.25h21.5a3.25 3.25 0 0 1 3.25 3.25v21.5c0 .456-.094.89-.264 1.285L23.215 22.802a3.25 3.25 0 0 0-4.417.081L7.75 33.505A3.24 3.24 0 0 1 7.5 32.25v-21.5zm2.03 24.513l11-10.577a.75.75 0 0 1 1.02-.02l11.884 10.612a3.242 3.242 0 0 1-1.184.222h-21.5c-.432 0-.843-.084-1.22-.237zm5.72 7.237a5.744 5.744 0 0 1-4.747-2.504c.082.003.164.004.247.004h21.5A7.75 7.75 0 0 0 40 32.25v-21.5c0-.082-.002-.165-.004-.247A5.744 5.744 0 0 1 42.5 15.25v17c0 5.66-4.59 10.25-10.25 10.25h-17zM30 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })