@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.61 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 IconInstantBank = {
name: 'IconInstantBank',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--instantBank', 'IconInstantBank');
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: 'm12.064 9.599.976-1.865V6.628h1.394V5.173c0-.645-.349-1.228-.897-1.49L7.995 1.087 2.455 3.683c-.54.253-.897.837-.897 1.49v1.455h1.394v4.182a2.396 2.396 0 0 0-1.09 2.003v1.237H9.73l.68-1.306H3.178a1.088 1.088 0 0 1 1.089-1.02h6.69l.68-1.306H8.65v-3.79h3.084v3.607l.331-.636Zm-7.797.819v-3.79h3.084v3.79H4.267ZM2.864 5.312v-.148c0-.156.07-.27.14-.305l4.992-2.334 4.992 2.334c.07.035.139.149.139.305v.148H2.864Z',
},
}), h('path', {
attrs: {
d: 'M13.223 12.064V10.2l-.183.348-.105.2-.296.576-.252.479-.062.113-.383.732-.043.087-.096.183-.035.078h1.455v1.838l.418-.792.113-.21.375-.714.549-1.054h-1.455Z',
},
})]);
},
};
exports.default = IconInstantBank;