UNPKG

@justeattakeaway/pie-icons-vue

Version:
54 lines (49 loc) 2.67 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 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.242c0-.823.67-1.199.697-1.227-.376-.557-.975-.627-1.184-.64-.53-.028-.99.306-1.24.306-.251 0-.641-.293-1.06-.279-.543 0-1.044.32-1.323.809-.571.989-.153 2.438.404 3.232.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.488-.209.236-.39.627-.348.989.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.511h-.014l-1.087-3.511h-.961l1.56 4.32-.083.264c-.14.446-.377.613-.78.613-.07 0-.21 0-.265-.014v.71s.278.029.348.029c.905 0 1.323-.349 1.686-1.38l1.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.06V9.04h1.06c.794 0 1.254.432 1.254 1.17 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.558-1.728 1.324h.836c.07-.362.404-.613.878-.613.557 0 .877.265.877.752v.335l-1.156.07c-1.073.069-1.644.5-1.644 1.267 0 .767.599 1.282 1.449 1.282.585 0 1.115-.292 1.365-.752h.014v.71h.85v-2.954c0-.863-.683-1.407-1.741-1.407v-.014Zm.85 2.76c0 .556-.474.947-1.101.947-.488 0-.808-.237-.808-.6 0-.362.306-.585.878-.627l1.03-.07v.35Z', }, })]); }, }; exports.default = IconPaymentApplePay;