@justeat/f-vue-icons
Version:
<div align="center"> <h1>f-vue-icons</h1>
31 lines (28 loc) • 1.68 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
var PaymentVisaIcon = {
name: 'PaymentVisaIcon',
props: {},
functional: true,
render(h, ctx) {
const attrs = ctx.data.attrs || {};
ctx.data.attrs = attrs;
return h("svg", _mergeJSXProps([{
"attrs": {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 1520 936"
},
"class": "c-ficon c-ficon--payment-visa"
}, ctx.data]), [h("path", {
"attrs": {
"fill": "#1434CB",
"d": "M0 0h1520v936H0z"
}
}), h("path", {
"attrs": {
"d": "M639.686 311.727 508.764 625.099h-85.416l-64.427-250.085c-3.911-15.404-7.312-21.047-19.208-27.537-19.422-10.57-51.494-20.488-79.713-26.643l1.917-9.107h137.494c17.526 0 33.281 11.704 37.26 31.951l34.026 181.333 84.093-213.289h84.896v.005Zm334.675 211.059c.344-82.709-114-87.265-113.213-124.212.245-11.245 10.917-23.2 34.276-26.251 11.578-1.521 43.479-2.681 79.661 14.024l14.192-66.453C969.835 312.814 944.819 306 913.695 306c-79.87 0-136.078 42.595-136.552 103.588-.515 45.114 40.12 70.289 70.734 85.28 31.495 15.351 42.062 25.216 41.943 38.948-.224 21.02-25.12 30.3-48.386 30.666-40.614.627-64.181-11.025-82.968-19.788l-14.646 68.654c18.881 8.689 53.729 16.271 89.859 16.652 84.89 0 140.421-42.068 140.682-107.214Zm210.909 102.313H1260l-65.23-313.372h-68.98c-15.51 0-28.6 9.06-34.39 22.99L970.147 625.099H1055l16.84-46.807h103.67l9.76 46.807Zm-90.16-111.034 42.53-117.66 24.48 117.66h-67.01ZM755.138 311.727l-66.817 313.372h-80.802l66.843-313.372h80.776Z",
"fill": "#fff"
}
})]);
}
};
export { PaymentVisaIcon as default };