UNPKG

@justeattakeaway/pie-icons-vue

Version:
64 lines (59 loc) 3.15 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 IconPaymentGooglePay = { name: 'IconPaymentGooglePay', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--googlePay', 'IconPaymentGooglePay'); 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: '#5F6368', d: 'M11.488 11.921v2.14h-.682V8.783h1.798c.433 0 .853.158 1.168.46.315.288.486.682.486 1.115 0 .42-.171.84-.486 1.116-.315.302-.696.446-1.168.446h-1.116Zm0-.643h1.142c.25 0 .499-.092.67-.276a.895.895 0 0 0 .013-1.273h-.014a.888.888 0 0 0-.669-.302h-1.142v1.85Z', }, }), h('path', { attrs: { fill: '#5F6368', d: 'M15.806 10.333c.5 0 .893.131 1.182.407.288.262.433.63.433 1.102v2.218h-.643v-.498h-.027c-.275.407-.656.617-1.115.617-.394 0-.735-.119-.998-.355a1.141 1.141 0 0 1-.407-.88c0-.367.145-.669.42-.892.276-.223.657-.328 1.13-.328.406 0 .734.079.997.223v-.157a.817.817 0 0 0-.276-.604.995.995 0 0 0-.656-.25c-.38 0-.683.158-.893.473l-.59-.38c.328-.473.813-.71 1.457-.71l-.014.014Zm-.879 2.625c0 .17.079.341.223.446a.767.767 0 0 0 .525.17c.289 0 .564-.117.761-.314a1 1 0 0 0 .342-.748c-.21-.17-.512-.25-.88-.25-.275 0-.498.066-.682.197-.184.131-.276.302-.276.499h-.013Z', }, }), h('path', { attrs: { fill: '#5F6368', d: 'm21.148 10.451-2.257 5.197h-.696l.84-1.824-1.483-3.373h.735l1.076 2.586h.013l1.05-2.586h.735-.013Z', }, }), h('path', { attrs: { fill: '#4285F4', d: 'M8.745 11.462c0-.21-.013-.407-.052-.617H5.844v1.168h1.641a1.39 1.39 0 0 1-.604.919v.76h.972c.577-.524.905-1.312.905-2.23h-.013Z', }, }), h('path', { attrs: { fill: '#34A853', d: 'M5.844 14.415c.814 0 1.51-.263 2.009-.735l-.972-.761c-.275.183-.617.288-1.037.288-.787 0-1.456-.538-1.706-1.247h-1.01v.775a3.023 3.023 0 0 0 2.703 1.667l.013.013Z', }, }), h('path', { attrs: { fill: '#FBBC04', d: 'M4.138 11.96a1.743 1.743 0 0 1 0-1.155v-.774h-1.01a3.003 3.003 0 0 0 0 2.717l1.01-.774v-.014Z', }, }), h('path', { attrs: { fill: '#EA4335', d: 'M5.844 9.559c.434 0 .854.157 1.155.459l.867-.866a2.903 2.903 0 0 0-2.022-.788 3.023 3.023 0 0 0-2.703 1.667l1.01.774A1.797 1.797 0 0 1 5.858 9.56h-.014Z', }, })]); }, }; exports.default = IconPaymentGooglePay;