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.43 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'AppsAddIn20Filled', 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: 'M15 2.5a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 15 2.5zM4.75 3A1.75 1.75 0 0 0 3 4.75v10.5c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0 0 17 15.25v-4.5A1.75 1.75 0 0 0 15.25 9h-4a.25.25 0 0 1-.25-.25v-4A1.75 1.75 0 0 0 9.25 3h-4.5zM4.5 4.75a.25.25 0 0 1 .25-.25h4.5a.25.25 0 0 1 .25.25v4c0 .085.006.168.018.25H4.5V4.75zm5 5.75v5H4.75a.25.25 0 0 1-.25-.25V10.5h5zm1.5 5v-5.018c.082.012.165.018.25.018h4a.25.25 0 0 1 .25.25v4.5a.25.25 0 0 1-.25.25H11z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })