@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
39 lines (34 loc) • 1.65 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconInstantBankFilledLarge = {
name: 'IconInstantBankFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--instantBankFilledLarge', 'IconInstantBankFilledLarge');
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: {
'fill-rule': 'evenodd',
d: 'm16.005 2.967 9.882 4.636c.871.41 1.438 1.351 1.438 2.406v2.318h-2.527v2.597l-.872 1.664-.871 1.673v-5.934h-3.547v8.88h2.004l-3.085 5.943-.096.183H4.641l.034-3.52a2.607 2.607 0 0 1 2.528-2.597v-8.89H4.675V10.01c0-1.055.567-1.996 1.438-2.406l9.892-4.636Zm-7.068 18.24h3.547v-8.88H8.937v8.88Zm5.29 0h3.547v-8.88h-3.547v8.88Z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
d: 'M24.318 19.63v3.851h2.98v.053l-1.533 2.928-.358.67-.104.201-.88 1.682h-.105v-3.608h-3.015l.078-.157 1.203-2.3.453-.872h.026v-.052l.427-.82.445-.844.383-.732Z',
},
})]);
},
};
exports.default = IconInstantBankFilledLarge;