@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
34 lines (29 loc) • 3.89 kB
JavaScript
;
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 IconPaymentCitadele = {
name: 'IconPaymentCitadele',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--citadele', 'IconPaymentCitadele');
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: '#EE293D',
d: 'M3.262 10.793c-.162 0-.178-.053-.178-.437v-.066c0-.385.016-.437.178-.437h3.71c.162 0 .178.052.178.437v.065c0 .385-.016.437-.178.437h-3.71Zm0-1.691c-.162 0-.178-.053-.178-.437v-.066c0-.385.016-.437.178-.437h3.71c.162 0 .178.052.178.437v.066c0 .384-.016.437-.178.437h-3.71Zm.556 5.021c0-.636.332-.986.831-.986.189 0 .34.051.529.139.068.032.125.02.215-.18l.065-.135c.065-.163.07-.23-.009-.266-.231-.127-.59-.207-.9-.207-.882 0-1.549.653-1.549 1.635s.667 1.635 1.55 1.635c.31 0 .676-.08.908-.207.078-.036.073-.104.009-.267l-.065-.143c-.09-.199-.147-.21-.216-.18-.189.089-.348.14-.537.14-.5 0-.831-.342-.831-.978Zm10.511 1.484c0 .087-.035.11-.296.11h-.027c-.276 0-.314-.011-.336-.075a.996.996 0 0 1-.034-.13c-.146.163-.322.25-.59.25-.65 0-1.04-.446-1.04-1.162 0-.775.434-1.234 1.079-1.234.181 0 .348.053.478.148v-1.006c0-.068.008-.096.37-.096h.026c.335 0 .37.028.37.096v3.1Zm-.766-1.528a.5.5 0 0 0-.349-.143c-.288 0-.425.234-.425.664 0 .246.056.403.137.485.073.085.185.112.293.112.133 0 .236-.03.284-.088.043-.043.06-.11.06-.266v-.764Zm4.672 1.544c0 .067-.034.094-.37.094h-.026c-.362 0-.37-.027-.37-.094v-3.115c0-.068.008-.096.37-.096h.025c.336 0 .37.028.37.096l.001 3.115Zm-2.695-.828c.042.282.231.418.529.418.228 0 .443-.047.693-.147.052-.02.099 0 .154.158l.04.088c.055.163.05.2-.01.23a1.998 1.998 0 0 1-.951.22c-.761 0-1.239-.433-1.239-1.174 0-.72.44-1.222 1.192-1.222.745 0 1.127.494 1.127 1.178 0 .227-.02.25-.107.25H15.54Zm.77-.441c-.013-.238-.116-.446-.37-.446-.22 0-.38.155-.41.446h.78Zm3.117.44c.043.283.232.419.53.419.227 0 .443-.047.692-.147.051-.02.1 0 .155.158l.04.088c.054.163.05.2-.01.23a2 2 0 0 1-.951.22c-.762 0-1.239-.433-1.239-1.174 0-.72.438-1.222 1.191-1.222.746 0 1.129.494 1.129 1.178 0 .227-.022.25-.108.25h-1.429Zm.77-.44c-.013-.238-.116-.446-.37-.446-.22 0-.379.155-.409.446h.78Zm-9.417-.259a.441.441 0 0 0-.331-.155c-.288 0-.426.235-.426.652 0 .354.102.617.417.617.117 0 .202-.028.263-.084.055-.055.077-.131.077-.297v-.733Zm.775 1.512c0 .087-.034.11-.296.11h-.036c-.275 0-.314-.011-.335-.075a.903.903 0 0 1-.034-.13c-.146.163-.323.25-.59.25-.624 0-1.025-.439-1.025-1.154 0-.795.495-1.242 1.08-1.242.237 0 .443.093.556.224l.013-.1c.004-.047.017-.079.3-.079h.03c.294 0 .336.02.336.092v2.104ZM7.962 12.74c.288 0 .306.004.306.091v.58h.495c.069 0 .09.013.09.231v.033c0 .218-.021.23-.09.23h-.495v1.043c0 .174.034.266.206.266.09 0 .168-.016.246-.04.081-.029.112.008.168.19l.012.044c.06.2.043.216-.034.251a1.46 1.46 0 0 1-.555.104c-.611 0-.783-.287-.783-.785v-1.073h-.289c-.073 0-.091-.013-.091-.23v-.033c0-.218.018-.23.091-.23h.323c.035-.186.095-.45.134-.58.021-.077.034-.092.266-.092Zm-1.6.672c.335 0 .365.027.365.096v2.116c0 .07-.03.094-.366.094H6.34c-.37 0-.379-.023-.379-.094v-2.116c0-.069.009-.096.379-.096h.021Zm-.022-1.034c.242 0 .418.175.418.373a.354.354 0 0 1-.035.145.377.377 0 0 1-.091.12.428.428 0 0 1-.292.105c-.24 0-.418-.174-.418-.37 0-.199.178-.373.418-.373Z',
},
})]);
},
};
exports.default = IconPaymentCitadele;