@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (34 loc) • 1.47 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 IconCashCard = {
name: 'IconCashCard',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--cashCard', 'IconCashCard');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M9.61 11.894a1.076 1.076 0 1 0 0-2.153 1.076 1.076 0 0 0 0 2.153Z',
},
}), h('path', {
attrs: {
d: 'M3.258 8.464h-.753a.105.105 0 0 1-.114-.105V5.953h7.875v.656h1.313V3.765A1.426 1.426 0 0 0 10.16 2.34H2.505A1.426 1.426 0 0 0 1.08 3.765V8.36A1.426 1.426 0 0 0 2.505 9.75h.753V8.464Zm-.875-4.699a.114.114 0 0 1 .122-.14h7.656a.104.104 0 0 1 .1.071.106.106 0 0 1 .005.043v.875H2.391l-.008-.849Z',
},
}), h('path', {
attrs: {
d: 'M15 14.055H4.229V7.59H15v6.466Zm-9.45-1.312h8.137V8.875H5.541l.009 3.868Z',
},
})]);
},
};
export { IconCashCard as default };