@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
59 lines (54 loc) • 1.89 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 IconPaymentEtherium = {
name: 'IconPaymentEtherium',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--etherium', 'IconPaymentEtherium');
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: '#353535',
d: 'm11.999 5.263-.093.307v8.91l.093.09 4.254-2.445-4.254-6.862Z',
},
}), h('path', {
attrs: {
fill: '#8C8C8C',
d: 'm11.999 5.263-4.254 6.862 4.254 2.445V5.263Z',
},
}), h('path', {
attrs: {
fill: '#3D3D3B',
d: 'm11.999 15.353-.053.062v3.173l.053.15 4.256-5.829-4.256 2.444Z',
},
}), h('path', {
attrs: {
fill: '#8C8C8C',
d: 'M11.999 18.737v-3.384l-4.254-2.444 4.254 5.828Z',
},
}), h('path', {
attrs: {
fill: '#151515',
d: 'm11.999 14.57 4.253-2.445L12 10.245v4.325Z',
},
}), h('path', {
attrs: {
fill: '#383838',
d: 'm7.745 12.125 4.254 2.444v-4.324l-4.254 1.88Z',
},
})]);
},
};
exports.default = IconPaymentEtherium;