@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 1.45 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 IconWalletFilled = {
name: 'IconWalletFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--walletFilled', 'IconWalletFilled');
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: {
d: 'm9.75 3.065-.263-.735a1.53 1.53 0 0 0-1.995-.831L3.73 3.065z',
},
}), h('path', {
attrs: {
d: 'M10.397 11.325a.394.394 0 0 1-.394-.394v-3.15c.001-.075.025-.149.07-.21a.39.39 0 0 1 .298-.183h3.115v-1.48a1.53 1.53 0 0 0-1.531-1.53h-8.97a1.55 1.55 0 0 0-.664.122 1.5 1.5 0 0 0-.761.875c-.071.169-.107.35-.105.534v7a1.54 1.54 0 0 0 1.53 1.531h8.97a1.54 1.54 0 0 0 1.53-1.531v-1.584z',
},
}), h('path', {
attrs: {
d: 'M11.316 8.7v1.304h3.019V8.7z',
},
})]);
},
};
exports.default = IconWalletFilled;