@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
49 lines (44 loc) • 1.75 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconCashCardLarge = {
name: 'IconCashCardLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cashCardLarge', 'IconCashCardLarge');
return h('svg', helper.default([{
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: 'M28.74 25.958H8.519v-10.99H28.74zm-18.471-1.75H26.99v-7.49H10.269z',
},
}), h('path', {
attrs: {
d: 'M14.784 19.587h-3.08v1.75h3.08z',
},
}), h('path', {
attrs: {
d: 'M25.555 19.587h-3.08v1.75h3.08z',
},
}), h('path', {
attrs: {
d: 'M18.625 23.228a2.766 2.766 0 1 1 2.756-2.766 2.774 2.774 0 0 1-2.756 2.765m0-3.728a1.015 1.015 0 1 0-.017 2.03 1.015 1.015 0 0 0 .017-2.03',
},
}), h('path', {
attrs: {
d: 'M6.769 16.945H5.71a.2.2 0 0 1-.21-.201v-5.189h13.414v1.663h1.75V8.073a1.96 1.96 0 0 0-1.952-1.96H5.71a1.96 1.96 0 0 0-1.96 1.96v8.67a1.95 1.95 0 0 0 1.96 1.952h1.059zM5.5 8.073a.21.21 0 0 1 .21-.21h13.002a.2.2 0 0 1 .202.21v.875H5.5z',
},
})]);
},
};
exports.default = IconCashCardLarge;