UNPKG

@justeattakeaway/pie-icons-vue

Version:
43 lines (38 loc) 3.43 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 IconPaymentVerifone = { name: 'IconPaymentVerifone', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--verifone', 'IconPaymentVerifone'); 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: '#1A1919', 'fill-rule': 'evenodd', d: 'M10.524 10.725h.746l.12-.613h-.746l-.12.613Zm-.077.395h.746l-.474 2.424c-.034.012-.141.055-.289.055-.199 0-.381-.079-.381-.358 0-.053.006-.112.019-.18l.379-1.94Zm7.41-.055a.817.817 0 0 0-.788.475h-.008l.028-.42h-.737a6.2 6.2 0 0 1-.084.634l-.203 1.048c-.024.13-.07.32-.07.43 0 .235.118.367.38.367.147 0 .253-.04.292-.055l.246-1.262c.069-.349.317-.577.612-.577.238 0 .352.176.352.32 0 .126-.031.265-.055.388l-.106.54c-.013.066-.04.19-.04.288 0 .239.133.358.385.358.137 0 .225-.035.287-.055l.22-1.132c.049-.255.066-.39.066-.553 0-.468-.27-.794-.778-.794Zm-3.315.586c-.417 0-.648.433-.648.819 0 .325.144.543.473.543.372 0 .664-.321.664-.87 0-.25-.132-.492-.49-.492Zm-.22 1.948c-.8 0-1.181-.486-1.181-1.106 0-.851.575-1.428 1.464-1.428.771 0 1.181.474 1.181 1.084 0 .912-.614 1.45-1.464 1.45Zm-2.794-.583a1.099 1.099 0 0 0-.028.223c0 .278.183.36.377.36.154 0 .25-.043.285-.055l.36-1.837h.58l.114-.587h-.58l.028-.144c.053-.271.178-.39.395-.39.145 0 .262.026.303.037l.11-.558a2.36 2.36 0 0 0-.579-.065c-.505 0-.837.312-.935.814l-.06.306h-.377l-.115.587h.378l-.256 1.309ZM9.81 11.065c-.375 0-.58.264-.661.475H9.14l.03-.42H8.43a5.773 5.773 0 0 1-.111.778c-.076.392-.15.782-.227 1.163a.942.942 0 0 0-.02.182c0 .2.098.356.384.356.142 0 .24-.037.288-.055l.22-1.124c.078-.43.222-.714.638-.714.19 0 .37.041.408.053l.126-.647a.973.973 0 0 0-.327-.047Zm10.822 1.038c.04-.223-.087-.452-.375-.452-.35 0-.505.244-.574.452h.95Zm.333.901c0 .338-.32.596-.89.596-.787 0-1.171-.498-1.171-1.107 0-.604.395-1.428 1.36-1.428.636 0 1.111.321 1.111 1.056 0 .18-.04.377-.056.456h-1.691c-.003.176.143.482.731.482.262 0 .559-.094.606-.118v.063Zm-13.814-.901c.04-.223-.088-.452-.375-.452-.352 0-.506.244-.575.452h.95Zm.333.901c0 .338-.322.596-.89.596-.787 0-1.172-.498-1.172-1.107 0-.604.395-1.428 1.36-1.428.636 0 1.112.321 1.112 1.056 0 .18-.04.377-.057.456h-1.69c-.004.176.143.482.73.482.262 0 .559-.094.607-.118v.063ZM3 10.296h.75v2.41c0 .362.178.547.463.547a.22.22 0 0 0 .052-.005c-.125.192-.287.35-.659.35-.393 0-.606-.278-.606-.695v-2.607Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#00A3DA', 'fill-rule': 'evenodd', d: 'M4.095 12.243a.875.875 0 0 0-.135.466c0 .245.13.332.271.332.145 0 .223-.1.294-.213.12-.19 1.577-2.532 1.577-2.532h-.78l-1.227 1.947Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconPaymentVerifone;