@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
32 lines (29 loc) • 1.61 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconPaymentAmex = {
name: 'IconPaymentAmex',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--amex', 'IconPaymentAmex');
return h('svg', _mergeJSXProps([{
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: '#1F72CD',
'fill-rule': 'evenodd',
d: 'M5.016 9.5 3 14.094h2.413l.3-.732h.683l.3.732h2.656v-.559l.236.56h1.374l.237-.572v.571h5.524l.672-.713.629.713 2.837.006-2.022-2.29 2.022-2.31h-2.793l-.654.7-.609-.7h-6.01l-.516 1.186L9.751 9.5H7.343v.54l-.268-.54h-2.06Zm.467.652h1.176l1.337 3.116v-3.116h1.289l1.033 2.234.951-2.234h1.282v3.297h-.78l-.006-2.583-1.138 2.583H9.93l-1.144-2.583v2.583H7.18l-.304-.74H5.233l-.304.74h-.86l1.414-3.297Zm10.954 0h-3.172v3.295h3.123l1.007-1.092.97 1.092h1.015l-1.475-1.638 1.475-1.657h-.97l-1.002 1.08-.97-1.08Zm-10.382.558-.542 1.317h1.083l-.541-1.317Zm7.994.727v-.602h1.979l.864.962-.902.967h-1.941v-.656h1.73v-.671h-1.73Z',
'clip-rule': 'evenodd',
},
})]);
},
};
export { IconPaymentAmex as default };