@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
43 lines (38 loc) • 3.25 kB
JavaScript
'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 IconPaymentPayconiq = {
name: 'IconPaymentPayconiq',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--payconiq', 'IconPaymentPayconiq');
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('rect', {
attrs: {
width: '24',
height: '16.969',
fill: '#fff',
transform: 'translate(0 3.765)',
},
}), h('path', {
attrs: {
fill: '#FF4785',
'fill-rule': 'evenodd',
d: 'M13.671 8.08a2.587 2.587 0 0 1 1.502-.48 2.575 2.575 0 0 1 2.577 2.578 2.58 2.58 0 0 1-2.577 2.576 2.574 2.574 0 0 1-2.54-2.157l-2.297 1.671a2.58 2.58 0 0 1-4.086-2.09A2.58 2.58 0 0 1 8.827 7.6c1.281 0 2.341.935 2.54 2.157l2.304-1.679Zm-6 2.098c0 .64.516 1.155 1.156 1.155.64 0 1.156-.515 1.156-1.155s-.516-1.156-1.156-1.156c-.64 0-1.156.515-1.156 1.156Zm6.346 0c0 .64.516 1.155 1.156 1.155.64 0 1.156-.515 1.156-1.155s-.516-1.156-1.156-1.156c-.64 0-1.156.515-1.156 1.156Zm3.843 4.144h-.596v2.091h.596v-2.09Zm-.648-.574c0-.199.155-.353.346-.353.192 0 .354.154.346.353a.347.347 0 0 1-.346.354.352.352 0 0 1-.346-.354Zm2.997 3.144V14.33h-.597v.088a1.046 1.046 0 0 0-1.494.95 1.05 1.05 0 0 0 1.045 1.053c.162 0 .31-.037.45-.104v.575h.596Zm-1.038-1.973a.45.45 0 0 1 0 .898.445.445 0 0 1-.442-.45c0-.25.199-.448.442-.448Zm-7.252.198a.429.429 0 0 0-.368-.206.44.44 0 0 0-.434.457c0 .25.198.449.441.449a.439.439 0 0 0 .368-.199l.494.324a1.051 1.051 0 0 1-.87.471 1.046 1.046 0 0 1-1.045-1.053c0-.581.472-1.052 1.046-1.052.353 0 .677.184.869.478l-.501.332ZM4.837 16.42c.581 0 1.045-.47 1.045-1.052 0-.582-.464-1.06-1.045-1.06-.162 0-.317.044-.457.11v-.096h-.596v2.57h.596v-.582c.14.074.295.11.457.11Zm.007-1.501a.45.45 0 0 1 0 .898.445.445 0 0 1-.442-.45c0-.25.2-.448.442-.448Zm2.71 1.494h.596V14.33h-.597v.088a.998.998 0 0 0-.441-.103c-.582 0-1.046.471-1.046 1.053a1.05 1.05 0 0 0 1.046 1.053 1 1 0 0 0 .441-.104v.096Zm-.442-1.502c.228 0 .42.177.441.398v.103a.452.452 0 0 1-.441.397.445.445 0 0 1-.442-.449c0-.25.199-.449.442-.449Zm8.422-.508c.125-.044.257-.073.382-.073.48 0 .965.338.965.994v1.074h-.596v-1.067c0-.133-.037-.236-.11-.302a.35.35 0 0 0-.259-.096c-.044 0-.382.015-.382.383v1.097h-.597v-2.09h.597v.08Zm-5.625-.073h.604L9.512 16.9h-.604l.287-.73-.824-1.84h.647l.464 1.104.427-1.104Zm3.725 2.09c.582 0 1.046-.47 1.046-1.052a1.046 1.046 0 1 0-2.091 0c0 .581.471 1.053 1.045 1.053Zm.008-1.501a.45.45 0 0 1 0 .898.445.445 0 0 1-.442-.45c0-.25.199-.448.442-.448Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconPaymentPayconiq;