UNPKG

@justeattakeaway/pie-icons-vue

Version:
44 lines (39 loc) 3.08 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconPaymentGiropay = { name: 'IconPaymentGiropay', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--giropay', 'IconPaymentGiropay'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 24 24', }, }, ctx.data]), [h('path', { attrs: { fill: '#000268', d: 'M2.156 8.916c0-.945.683-1.72 1.523-1.72H20.32c.84 0 1.523.775 1.523 1.72v6.155c0 .945-.683 1.72-1.523 1.72H3.68c-.84 0-1.523-.775-1.523-1.72V8.916Z', }, }), h('path', { attrs: { fill: '#fff', d: 'M2.786 8.981v6.038c0 .59.433 1.076.958 1.076h8.715v-8.19H3.731c-.525 0-.958.486-.958 1.076h.013Zm11.918 2.993c0 .38-.17.643-.447.643-.249 0-.446-.263-.446-.617s.184-.63.447-.63c.288 0 .446.276.446.604Zm-1.628 2.205h.735v-1.313c.145.29.42.394.67.394.63 0 .97-.59.97-1.312 0-.591-.327-1.221-.905-1.221-.341 0-.643.157-.787.486v-.433h-.683v3.399Zm3.4-1.746c0-.236.197-.315.446-.315h.315c0 .289-.17.565-.46.565-.17 0-.301-.092-.301-.263v.013Zm1.483.761c-.04-.183-.04-.38-.04-.564v-.905c0-.736-.472-.998-1.01-.998-.315 0-.59.053-.853.17v.565c.223-.131.459-.184.695-.184.263 0 .486.092.486.42a2.586 2.586 0 0 0-.341-.026c-.394 0-1.103.092-1.103.827 0 .525.38.761.8.761.303 0 .513-.131.67-.433 0 .131 0 .25.013.38h.67l.013-.013Zm.328.972c.157.04.302.052.46.052.669 0 .826-.59 1.036-1.194l.774-2.244h-.734l-.434 1.575-.459-1.575h-.788l.867 2.467c-.053.21-.197.328-.368.328a.706.706 0 0 1-.288-.052l-.053.63-.013.013Z', }, }), h('path', { attrs: { fill: '#FF0007', d: 'M4.584 11.974c0-.328.145-.604.42-.604.329 0 .473.302.473.565 0 .367-.21.616-.473.616-.223 0-.42-.21-.42-.59v.013Zm1.602-1.181h-.67v.433c-.157-.302-.407-.486-.722-.486-.656 0-.958.538-.958 1.26s.368 1.22.945 1.22c.302 0 .538-.13.722-.42v.132c0 .473-.223.696-.656.696-.302 0-.499-.08-.722-.197l-.04.656c.171.066.46.158.814.158.854 0 1.287-.315 1.287-1.313v-2.14Zm1.247-1.011h-.736v.617h.736v-.617Zm-.736 3.426h.736v-2.415h-.736v2.415Zm2.783-2.442c-.079 0-.17-.026-.25-.026-.314 0-.498.197-.63.499v-.446h-.669v2.415h.735v-1.024c0-.473.197-.761.538-.761.092 0 .171 0 .25.026l.04-.696-.014.013Zm1.26 1.917c-.341 0-.473-.315-.473-.67 0-.354.132-.682.473-.682.341 0 .473.315.473.682 0 .368-.145.67-.473.67Zm0 .59c.696 0 1.234-.46 1.234-1.26s-.538-1.26-1.234-1.26-1.234.46-1.234 1.26.538 1.26 1.234 1.26Z', }, })]); }, }; exports.default = IconPaymentGiropay;