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.69 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: 'ReceiptCube24Regular', 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.25v7.136a2.5 2.5 0 0 1 1.5-.159V4.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 .75.75V17H12v1.5h6.25a3.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.632-3.809c.172.086.33.19.475.309h3.157a.75.75 0 0 0 0-1.5h-5.5a.747.747 0 0 0-.346.084l2.214 1.107zM8.75 5a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5h-5.5zm0 3.5a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5h-5.5zM1 19.573v-4.146a1.5 1.5 0 0 1 .83-1.341l3.5-1.75a1.5 1.5 0 0 1 1.34 0l3.5 1.75a1.5 1.5 0 0 1 .83 1.341v4.146a1.5 1.5 0 0 1-.83 1.342l-3.5 1.75a1.5 1.5 0 0 1-1.34 0l-3.5-1.75A1.5 1.5 0 0 1 1 19.573zm1.553-4.047a.5.5 0 0 0 .223.671L5.5 17.56V20.5a.5.5 0 1 0 1 0v-2.94l2.724-1.363a.5.5 0 0 0-.448-.894L6 16.69l-2.776-1.388a.5.5 0 0 0-.671.223z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })