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.55 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'ReceiptBag24Filled', 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: 'M7.25 2A2.25 2.25 0 0 0 5 4.25v5.286c.26.037.511.103.75.194a3.494 3.494 0 0 1 2.393-.04a.75.75 0 0 1 .607-1.19h5.5a.75.75 0 0 1 0 1.5H8.804a3.508 3.508 0 0 1 1.551 2h3.895a.75.75 0 0 1 0 1.5h-3.275c.324.318.525.76.525 1.25v3.75h6.75a3.25 3.25 0 0 0 3.25-3.25V12H18V4.25A2.25 2.25 0 0 0 15.75 2h-8.5zm11 15H18v-3.5h2v1.75A1.75 1.75 0 0 1 18.25 17zM8 5.75A.75.75 0 0 1 8.75 5h5.5a.75.75 0 0 1 0 1.5h-5.5A.75.75 0 0 1 8 5.75zm-7 9a.75.75 0 0 1 .75-.75H2v-1a2.5 2.5 0 0 1 3.75-2.165A2.5 2.5 0 0 1 9.5 13v1h.25a.75.75 0 0 1 .75.75v6A2.25 2.25 0 0 1 8.25 23h-5A2.25 2.25 0 0 1 1 20.75v-6zM7 13v1h1v-1a1 1 0 0 0-1.2-.98c.129.3.2.632.2.98zm-1.5 1v-1a1 1 0 0 0-2 0v1h2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })