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.57 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: 'AppStore24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M17.75 3A3.25 3.25 0 0 1 21 6.25v11.5A3.25 3.25 0 0 1 17.75 21H6.25A3.25 3.25 0 0 1 3 17.75V6.25A3.25 3.25 0 0 1 6.25 3h11.5zM9.369 15.254H7.63l-.067.116l-.045.091a.75.75 0 0 0 1.283.75l.057-.085l.51-.872zm3.924-5.23l-.871 1.492l2.658 4.608l.056.085a.75.75 0 0 0 1.288-.743l-.045-.092l-.502-.87h.875l.102-.006a.75.75 0 0 0 .641-.641l.007-.102l-.007-.102a.75.75 0 0 0-.641-.641l-.102-.007h-1.74l-1.72-2.98zm-.03-2.923a.75.75 0 0 0-.969.185l-.057.085l-.24.409l-.234-.406l-.056-.084a.75.75 0 0 0-.867-.24l-.101.05l-.085.056a.75.75 0 0 0-.239.867l.05.1l.662 1.148l-2.181 3.734H7.252l-.102.007a.75.75 0 0 0 0 1.486l.102.007h6.027l-.865-1.5l-1.731-.001l2.85-4.877l.045-.091a.75.75 0 0 0-.315-.935z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })