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.44 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: 'ImageMultiple48Filled', 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.5c0 1.142.333 2.206.907 3.101l12.878-12.449a3.25 3.25 0 0 1 4.442-.071l13.847 12.55c.586-.901.926-1.977.926-3.131v-21.5A5.75 5.75 0 0 0 32.25 5h-21.5zm24.536 32.134l-13.738-12.45a.75.75 0 0 0-1.025.016L7.68 37.113c.888.562 1.94.887 3.069.887h21.5a5.723 5.723 0 0 0 3.036-.866zM30 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0zM15.25 42.5a5.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-17z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })