@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.64 kB
JavaScript
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: 'ReceiptBag24Regular',
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.194c.239-.091.49-.157.75-.194V4.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 .75.75V17h-5v1.5h6.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 17zm-7.275-3.5h3.275a.75.75 0 0 0 0-1.5h-3.895a3.5 3.5 0 0 1 .145 1v.168c.177.084.337.197.475.332zM8.804 10h5.446a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0-.607 1.19c.233.081.454.185.66.31zM8.75 5a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5h-5.5zM1 14.75a.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 1 0-2 0v1h2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})