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.51 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 24 24' } export default defineComponent({ name: 'UninstallApp24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M16.613 15.21l.094.083l1.793 1.792l1.793-1.792a1 1 0 0 1 1.32-.083l.094.083a1 1 0 0 1 .083 1.32l-.083.094l-1.792 1.793l1.792 1.793a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.32.083l-.094-.083l-1.793-1.792l-1.793 1.792a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1-.083-1.32l.083-.094l1.792-1.793l-1.792-1.793a1 1 0 0 1-.083-1.32l.083-.094a1 1 0 0 1 1.218-.153l.102.07zM18.5 3A2.5 2.5 0 0 1 21 5.5v5a2.5 2.5 0 0 1-2.5 2.5H13v5.5a2.5 2.5 0 0 1-2.5 2.5h-5A2.5 2.5 0 0 1 3 18.5v-13A2.5 2.5 0 0 1 5.5 3h13zM5 13v5.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5V13H5zm6-8H5.5a.5.5 0 0 0-.5.5V11h6V5zm7.5 0H13v6h5.5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })