@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
30 lines (27 loc) • 3.83 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 IconPaymentCitadele = {
name: 'IconPaymentCitadele',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--citadele', 'IconPaymentCitadele');
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: '#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-.386.016-.437.178-.437h3.71c.162 0 .178.052.178.437v.066c0 .384-.016.437-.178.437h-3.71Zm.556 5.02c0-.636.332-.985.831-.985.189 0 .34.051.529.139.068.032.125.02.215-.18l.065-.135c.065-.163.07-.23-.009-.267-.231-.126-.59-.206-.9-.206-.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-.83-.342-.83-.978h-.001Zm10.511 1.485c0 .087-.035.11-.296.11h-.027c-.276 0-.314-.011-.336-.075a.996.996 0 0 1-.034-.13c-.146.162-.322.25-.59.25-.65 0-1.04-.446-1.04-1.163 0-.774.434-1.233 1.079-1.233.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.084.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.219c-.761 0-1.239-.432-1.239-1.173 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.219c-.762 0-1.239-.432-1.239-1.173 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-.26a.441.441 0 0 0-.331-.155c-.288.001-.426.236-.426.653 0 .354.102.617.417.617.117 0 .202-.028.263-.084.055-.055.077-.131.077-.298v-.732Zm.775 1.513c0 .087-.034.11-.296.11h-.036c-.275 0-.314-.011-.335-.075a.903.903 0 0 1-.034-.13c-.146.162-.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.223l.013-.099c.004-.047.017-.079.3-.079h.03c.294 0 .336.02.336.092v2.104ZM7.962 12.74c.288 0 .306.003.306.091v.58h.495c.069 0 .09.013.09.231v.032c0 .219-.021.231-.09.231h-.495v1.042c0 .175.034.267.206.267.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-.187.095-.45.134-.581.021-.076.034-.091.266-.091Zm-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',
},
})]);
},
};
export { IconPaymentCitadele as default };