UNPKG

@justeattakeaway/pie-icons-vue

Version:
43 lines (41 loc) 2.12 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconReceiptErrorLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--receiptErrorLarge', 'IconReceiptErrorLarge'); return h('svg', _mergeJSXProps([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('path', { attrs: { d: 'M19.5 11.625h-7v1.75h7z', }, }), h('path', { attrs: { d: 'M15.65 15.125h-4.9v1.75h3.448a8.4 8.4 0 0 1 1.452-1.75', }, }), h('path', { attrs: { d: 'm12.5 25.494-2.572-1.479a1.75 1.75 0 0 0-1.69 0l-.988.499V7.486l.989.525a1.75 1.75 0 0 0 1.688 0L12.5 6.506l2.625 1.488a1.75 1.75 0 0 0 1.75 0L19.5 6.506l2.625 1.479a1.75 1.75 0 0 0 1.689 0l.936-.499v6.239a8.4 8.4 0 0 1 1.75 1.085V4.573L22.939 6.47 19.5 4.494 16 6.463l-3.5-1.97-3.439 1.978L5.5 4.573v22.854l3.561-1.898 3.439 1.977 2.161-1.216a8.6 8.6 0 0 1-.875-1.496z', }, }), h('path', { attrs: { d: 'M27.27 18.861c-.288-.702-.737-1.315-1.243-1.881a6.5 6.5 0 0 0-.603-.595 6.501 6.501 0 0 0-8.549 0 6.44 6.44 0 0 0-1.855 2.625 6.5 6.5 0 0 0-.394 1.75v.551a6.563 6.563 0 1 0 12.644-2.45m-6.125 7.298a4.813 4.813 0 0 1-4.813-4.813v-.551a4.8 4.8 0 0 1 .56-1.75q.27-.478.648-.875a4.786 4.786 0 0 1 7.149 0q.378.397.647.875a4.8 4.8 0 0 1 .56 1.75v.551a4.82 4.82 0 0 1-4.751 4.813', }, }), h('path', { attrs: { d: 'm22.858 24.353-1.735-1.743-1.734 1.743-1.242-1.242 1.743-1.734-1.743-1.735 1.242-1.242 1.734 1.743 1.735-1.743 1.242 1.242-1.743 1.735L24.1 23.11z', }, })]); }, };