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.34 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'Apps16Filled', 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: 'M11.81 2.45a1.5 1.5 0 0 0-2.12 0L7.961 4.175A1.5 1.5 0 0 0 6.497 3h-3a1.5 1.5 0 0 0-1.5 1.5v7.998c0 .51.255.962.644 1.232c.243.17.54.27.859.27h8a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.125-1.452L13.58 6.34a1.5 1.5 0 0 0 0-2.121l-1.77-1.77zM7.997 6.42L9.577 8h-1.58V6.42zm-1 1.58h-4V4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V8zM3.211 12.91A.5.5 0 0 1 3 12.5V9h3.997v3.998h-3.5a.497.497 0 0 1-.286-.09zM7.997 13V9H11.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H7.997z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })