@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
64 lines (59 loc) • 2.99 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/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.446zm0-.643h1.142c.25 0 .499-.092.67-.276a.895.895 0 0 0 .013-1.273h-.014a.89.89 0 0 0-.669-.302h-1.142z',
},
}), h('path', {
attrs: {
fill: '#5f6368',
d: 'M15.806 10.333c.5 0 .893.131 1.182.407q.433.394.433 1.102v2.218h-.643v-.498h-.027c-.275.407-.656.617-1.115.617-.394 0-.735-.119-.998-.355a1.14 1.14 0 0 1-.407-.88c0-.367.145-.669.42-.892.276-.223.657-.328 1.13-.328.406 0 .734.079.997.223v-.157a.82.82 0 0 0-.276-.604 1 1 0 0 0-.656-.25c-.38 0-.683.158-.893.473l-.59-.38q.491-.71 1.457-.71zm-.879 2.625c0 .17.079.341.223.446a.77.77 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.197s-.276.302-.276.499z',
},
}), h('path', {
attrs: {
fill: '#5f6368',
d: 'm21.148 10.451-2.257 5.198h-.696l.84-1.825-1.483-3.373h.735l1.076 2.586h.013l1.05-2.586h.735z',
},
}), h('path', {
attrs: {
fill: '#4285f4',
d: 'M8.745 11.462c0-.21-.013-.407-.052-.617H5.844v1.168h1.641a1.4 1.4 0 0 1-.604.919v.76h.972c.577-.524.905-1.312.905-2.23z',
},
}), 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.02 3.02 0 0 0 2.703 1.667z',
},
}), h('path', {
attrs: {
fill: '#fbbc04',
d: 'M4.138 11.96a1.74 1.74 0 0 1 0-1.155v-.774h-1.01a3 3 0 0 0 0 2.717l1.01-.774z',
},
}), h('path', {
attrs: {
fill: '#ea4335',
d: 'M5.844 9.559c.434 0 .854.157 1.155.459l.867-.866a2.9 2.9 0 0 0-2.022-.788 3.02 3.02 0 0 0-2.703 1.667l1.01.774A1.8 1.8 0 0 1 5.858 9.56z',
},
})]);
},
};
exports.default = IconPaymentGooglePay;