UNPKG

@justeattakeaway/pie-icons-vue

Version:
43 lines (38 loc) 3.25 kB
'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 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-.746zm-.077.395h.746l-.474 2.424c-.034.012-.141.055-.289.055-.199 0-.381-.079-.381-.358q0-.079.019-.18zm7.41-.055a.82.82 0 0 0-.788.475h-.008l.028-.42h-.737a6 6 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-.794m-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-.492m-.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.45m-2.794-.583a1 1 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.4 2.4 0 0 0-.579-.065c-.505 0-.837.312-.935.814l-.06.306h-.377l-.115.587h.378zM9.81 11.065c-.375 0-.58.264-.661.475H9.14l.03-.42H8.43a6 6 0 0 1-.111.778q-.113.59-.227 1.163a1 1 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-.647a1 1 0 0 0-.327-.047m10.823 1.038c.04-.223-.088-.452-.375-.452-.352 0-.506.244-.575.452zm.332.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-.118zm-13.814-.901c.04-.223-.088-.452-.375-.452-.352 0-.506.244-.575.452zm.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-.118zM3 10.296h.75v2.41c0 .362.178.547.463.547a.2.2 0 0 0 .052-.005c-.125.192-.287.35-.659.35-.393 0-.606-.278-.606-.695z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#00a3da', 'fill-rule': 'evenodd', d: 'M4.095 12.243a.9.9 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-.78z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconPaymentVerifone;