UNPKG

@justeattakeaway/pie-icons-vue

Version:
31 lines (29 loc) 1.54 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconInstantBankLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--instantBankLarge', 'IconInstantBankLarge'); 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: 'M24.318 25.482V21.63l-.383.732-.445.845-.427.82v.051h-.026l-.453.872-1.203 2.3-.078.157h3.015v3.608h.105l.88-1.682.105-.2.357-.671 1.534-2.928v-.052h-2.98Z', }, }), h('path', { attrs: { d: 'm25.887 9.603-9.883-4.636-9.89 4.636c-.872.41-1.439 1.351-1.439 2.406v2.318h2.528v8.889a2.607 2.607 0 0 0-2.528 2.597l-.034 3.52h13.69l.096-.183.81-1.56H6.393l.018-1.769c0-.479.392-.871.871-.871h13.325l.906-1.743h-2.004v-8.88h3.547v5.934l.871-1.673.872-1.664v-2.597h2.527v-2.318c0-1.055-.567-1.996-1.438-2.406ZM12.484 23.207H8.937v-8.88h3.547v8.88Zm5.29 0h-3.547v-8.88h3.546v8.88Zm7.816-10.623H6.418v-.575c0-.366.183-.706.436-.828l9.15-4.288 9.15 4.288c.253.122.436.462.436.828v.575Z', }, })]); }, };