@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
54 lines (49 loc) • 2.67 kB
JavaScript
'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 IconPaymentApplePay = {
name: 'IconPaymentApplePay',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--applePay', 'IconPaymentApplePay');
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: '#242E30',
d: 'M6.633 11.241c0-.822.67-1.198.697-1.226-.376-.557-.975-.627-1.184-.64-.53-.029-.99.306-1.24.306-.251 0-.641-.293-1.06-.279-.543 0-1.044.32-1.323.808-.571.99-.153 2.439.404 3.233.265.39.6.836 1.017.808.404-.014.558-.265 1.045-.265.488 0 .627.265 1.06.251.445 0 .724-.39.988-.794.307-.446.432-.892.446-.906 0 0-.85-.334-.864-1.31l.014.014Z',
},
}), h('path', {
attrs: {
fill: '#242E30',
d: 'M6.16 7.814c-.32.014-.725.209-.948.487-.209.237-.39.627-.348.99.362.028.738-.181.961-.46.223-.279.376-.655.335-1.031v.014Z',
},
}), h('path', {
attrs: {
fill: '#242E30',
d: 'm20.831 9.904-1.086 3.51h-.014l-1.087-3.51h-.961l1.56 4.32-.083.264c-.14.446-.377.613-.78.613-.07 0-.21 0-.265-.014v.71s.278.028.348.028c.905 0 1.323-.348 1.686-1.379l1.616-4.542h-.934Z',
},
}), h('path', {
attrs: {
fill: '#242E30',
d: 'M11.44 8.274H9.211v5.935h.92v-2.034h1.281c1.17 0 1.98-.794 1.98-1.965 0-1.17-.81-1.95-1.952-1.95v.014Zm-.25 3.135h-1.06v-2.37h1.06c.794 0 1.254.433 1.254 1.171 0 .739-.46 1.185-1.268 1.185l.014.014Z',
},
}), h('path', {
attrs: {
fill: '#242E30',
d: 'M15.579 9.834c-.976 0-1.7.557-1.728 1.324h.836c.07-.362.404-.613.878-.613.557 0 .877.264.877.752v.335l-1.156.07c-1.073.069-1.644.5-1.644 1.267 0 .766.599 1.282 1.449 1.282.585 0 1.115-.293 1.365-.752h.014v.71h.85v-2.954c0-.864-.683-1.407-1.741-1.407v-.014Zm.85 2.759c0 .557-.474.947-1.101.947-.488 0-.808-.236-.808-.599 0-.362.306-.585.878-.627l1.03-.07v.349Z',
},
})]);
},
};
exports.default = IconPaymentApplePay;