UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.43 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 16 16' } export default defineComponent({ name: 'Apps16Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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.77zM9.578 8h-1.58V6.42L9.577 8zm.818-4.844a.5.5 0 0 1 .707 0l1.771 1.77a.5.5 0 0 1 0 .708l-1.77 1.77a.5.5 0 0 1-.708 0l-1.77-1.77a.5.5 0 0 1 0-.707l1.77-1.77zM6.997 4.5V8h-4V4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5zM3 12.5V9h3.997v3.998h-3.5A.497.497 0 0 1 3 12.5zM7.997 9H11.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H7.997V9z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })