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.289.42.394.67.394.63 0 .97-.59.97-1.313 0-.59-.327-1.22-.905-1.22-.341 0-.643.157-.787.486v-.434h-.683v3.4Zm3.4-1.746c0-.236.197-.315.446-.315h.315c0 .289-.17.564-.46.564-.17 0-.301-.091-.301-.262v.013Zm1.483.761c-.04-.183-.04-.38-.04-.564v-.906c0-.735-.472-.997-1.01-.997-.315 0-.59.052-.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.039.302.052.46.052.669 0 .826-.59 1.036-1.194l.774-2.245h-.734l-.434 1.575-.459-1.575h-.788l.867 2.468c-.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.564 0 .368-.21.617-.473.617-.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 .472-.223.695-.656.695-.302 0-.499-.078-.722-.196l-.04.656c.171.066.46.157.814.157.854 0 1.287-.315 1.287-1.312v-2.14Zm1.247-1.011h-.736v.617h.736v-.617Zm-.736 3.425h.736v-2.415h-.736v2.415Zm2.783-2.44c-.079 0-.17-.027-.25-.027-.314 0-.498.197-.63.499v-.447h-.669v2.415h.735v-1.023c0-.473.197-.761.538-.761.092 0 .171 0 .25.026l.04-.696-.014.013Zm1.26 1.915c-.341 0-.473-.315-.473-.669 0-.354.132-.682.473-.682.341 0 .473.315.473.682 0 .368-.145.67-.473.67Zm0 .591c.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;