UNPKG

@justeattakeaway/pie-icons-vue

Version:
40 lines (38 loc) 2.29 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconCreditsLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--creditsLarge', 'IconCreditsLarge'); return h('svg', _mergeJSXProps([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', }, }, ctx.data]), [h('path', { attrs: { d: 'M23.927 8.61c1.09 0 2.03.67 2.42 1.619.15.33.25.71.25 1.11v1.669h-1.8v-1.79c0-.489-.4-.88-.88-.88H5.49c-.12 0-.24.031-.34.071-.01.01-.02.03-.04.03-.09.05-.16.1-.23.16a.9.9 0 0 0-.27.63V25.21c0 .49.4.88.88.88h18.417c.49 0 .881-.4.881-.88v-1.769h.88l.01-.01h.93v1.77a2.68 2.68 0 0 1-2.681 2.678H5.5a2.68 2.68 0 0 1-2.68-2.678V11.32c0-.39.09-.77.25-1.109.06-.14.13-.27.22-.39.019-.03.04-.05.06-.08.06-.07.11-.14.16-.2.12-.15.25-.28.409-.4.44-.33.981-.53 1.571-.53z', }, }), h('path', { attrs: { d: 'M13.135 13.687c.14 0 .28.04.38.11.525.317 1.54 1.485 1.56 1.509v-.939c0-.09.07-.16.16-.16l.78.09c.12.03.21.11.23.21.002.015.142.948.22 1.89h-.03c0 .029.029.076.03.079h-.03c.74.92 1.142 1.64 1.162 1.72.02.03.02.07.02.09 0 .109-.08.229-.19.25l-.762.149c-.09.03-.17.12-.18.22-.01.133-.15 3.107-.33 3.887a.25.25 0 0 1-.25.19l-5.591.02c-.11 0-.23-.08-.25-.19-.18-.769-.331-3.741-.332-3.887-.01-.11-.08-.2-.18-.22l-.759-.15c-.11-.02-.19-.12-.19-.25 0-.04.01-.08.02-.11.06-.14 1.5-2.779 4.132-4.398.12-.08.24-.11.38-.11', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M29.13 21.693h-9.033v-6.946h9.033zm-7.282-1.749h5.53v-3.448h-5.53z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { d: 'M16.796 3.683a2.62 2.62 0 0 1 3.432 1.419L21.018 7h-1.891l-.51-1.23a.8.8 0 0 0-.47-.47.9.9 0 0 0-.33-.069c-.11 0-.222.03-.332.07h.011L13.385 7.01H8.803z', }, })]); }, };