@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.36 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconCreditCardHomeFilledLarge = {
name: 'IconCreditCardHomeFilledLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--creditCardHomeFilledLarge', 'IconCreditCardHomeFilledLarge');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M11.625 20.375V26.5h-5.25V12.798a131 131 0 0 0-2.249 2.082L2.92 13.62c.288-.245 7.227-6.939 11.602-9.494.39-.216.824-.345 1.269-.376h.332c.467.01.925.126 1.34.341 4.374 2.573 11.374 9.231 11.62 9.512l-1.208 1.26s-.928-.875-2.249-2.083v4.095h-10.5a3.5 3.5 0 0 0-3.5 3.5M13.375 23H28.25v3.5a1.75 1.75 0 0 1-1.75 1.75H15.125a1.75 1.75 0 0 1-1.75-1.75zM16 26.5h2.625v-1.75H16zm10.5-7.875H15.125a1.75 1.75 0 0 0-1.75 1.75v.875H28.25v-.875a1.75 1.75 0 0 0-1.75-1.75',
},
})]);
},
};
export { IconCreditCardHomeFilledLarge as default };