@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
74 lines (69 loc) • 3.31 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 IconPaymentIDeal = {
name: 'IconPaymentIDeal',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--iDeal', 'IconPaymentIDeal');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 24 24',
},
}, ctx.data]), [h('path', {
attrs: {
fill: '#fff',
d: 'M2.625 4.975v14.076c0 .674.551 1.226 1.225 1.226h8.41c6.359 0 9.115-3.56 9.115-8.282 0-4.698-2.756-8.245-9.115-8.245H3.85c-.674 0-1.225.551-1.225 1.225Z',
},
}), h('path', {
attrs: {
fill: '#C06',
d: 'M8.254 7.205v10.4h4.527c4.11 0 5.893-2.32 5.893-5.604 0-3.142-1.783-5.58-5.893-5.58H9.038a.786.786 0 0 0-.784.784Z',
},
}), h('path', {
attrs: {
fill: '#000',
d: 'M12.26 19.155H4.947c-.65 0-1.176-.526-1.176-1.176V6.053c0-.65.526-1.176 1.176-1.176h7.313c6.94 0 7.976 4.465 7.976 7.124 0 4.612-2.836 7.154-7.976 7.154ZM4.947 5.27a.782.782 0 0 0-.784.784V17.98c0 .435.349.784.784.784h7.313c4.888 0 7.584-2.4 7.584-6.762 0-5.856-4.754-6.732-7.584-6.732H4.947Z',
},
}), h('path', {
attrs: {
fill: '#fff',
d: 'M9.847 10.598c.159 0 .306.025.447.074.14.049.257.128.361.226.098.104.178.233.239.38.055.153.086.33.086.54 0 .183-.025.348-.068.502a1.172 1.172 0 0 1-.208.398c-.092.11-.208.196-.349.263-.14.061-.306.098-.496.098H8.787v-2.487h1.06v.006Zm-.037 2.028a.77.77 0 0 0 .233-.037.457.457 0 0 0 .196-.129.716.716 0 0 0 .14-.232.972.972 0 0 0 .056-.35 1.42 1.42 0 0 0-.037-.337.669.669 0 0 0-.123-.257.551.551 0 0 0-.22-.165.9.9 0 0 0-.337-.055h-.392v1.568h.484v-.006Z',
},
}), h('path', {
attrs: {
fill: '#fff',
d: 'M13.192 10.598v.46H11.88v.533h1.207v.422H11.88v.607h1.341v.459h-1.886v-2.487h1.856v.006Z',
},
}), h('path', {
attrs: {
fill: '#fff',
d: 'm15.066 10.598.93 2.487h-.57l-.189-.551h-.931l-.196.551h-.551l.937-2.487h.57Zm.03 1.526-.312-.913h-.006l-.325.913h.643Z',
},
}), h('path', {
attrs: {
fill: '#fff',
d: 'M16.885 10.598v2.028h1.213v.46H16.34v-2.488h.545Z',
},
}), h('path', {
attrs: {
fill: '#000',
d: 'M6.209 12.987a1.145 1.145 0 1 0 0-2.29 1.145 1.145 0 0 0 0 2.29Z',
},
}), h('path', {
attrs: {
fill: '#000',
d: 'M7.072 17.606a1.732 1.732 0 0 1-1.733-1.734v-1.354a.87.87 0 1 1 1.74 0v3.088h-.007Z',
},
})]);
},
};
exports.default = IconPaymentIDeal;