@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
35 lines (30 loc) • 1.45 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconWallet = {
name: 'IconWallet',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--wallet', 'IconWallet');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M8 2.75a.13.13 0 0 1 .079 0h.087a.2.2 0 0 1 .114.114l.096.227h1.418l-.298-.726a1.55 1.55 0 0 0-.875-.831 1.51 1.51 0 0 0-1.172 0l-3.693 1.54h3.43zm4.857 8.584H12.2v1.584a.22.22 0 0 1-.218.218h-8.97a.22.22 0 0 1-.218-.218v-7a.22.22 0 0 1 .219-.22h8.969a.22.22 0 0 1 .218.22v1.478h1.313V5.918a1.53 1.53 0 0 0-1.531-1.532h-8.97a1.53 1.53 0 0 0-1.426.99q-.097.257-.105.533v7a1.53 1.53 0 0 0 1.532 1.54h8.969a1.53 1.53 0 0 0 1.53-1.531v-1.584zm.612-2.625h.901v1.312h-3.036V8.71h2.135',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconWallet;