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.41 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: 'WindowApps48Filled', 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: 'M6 12.25A6.25 6.25 0 0 1 12.25 6h23.5A6.25 6.25 0 0 1 42 12.25V18h-2.5v-1.5h-31v19.25a3.75 3.75 0 0 0 3.75 3.75H18V42h-5.75A6.25 6.25 0 0 1 6 35.75v-23.5zM35.5 20a3.75 3.75 0 0 0-3.75 3.75v8h-8A3.75 3.75 0 0 0 20 35.5v6.75A3.75 3.75 0 0 0 23.75 46h16A6.25 6.25 0 0 0 46 39.75v-16A3.75 3.75 0 0 0 42.25 20H35.5zm-1.25 3.75c0-.69.56-1.25 1.25-1.25h6.75c.69 0 1.25.56 1.25 1.25v8h-9.25v-8zm9.25 10.5v5.5a3.75 3.75 0 0 1-3.75 3.75h-5.5v-9.25h9.25zm-19.75 0h8v9.25h-8c-.69 0-1.25-.56-1.25-1.25V35.5c0-.69.56-1.25 1.25-1.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })