UNPKG

@justeattakeaway/pie-icons-vue

Version:
55 lines (52 loc) 1.81 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconPaymentEtherium = { name: 'IconPaymentEtherium', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--etherium', 'IconPaymentEtherium'); return h('svg', _mergeJSXProps([{ 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', }, })]); }, }; export { IconPaymentEtherium as default };