@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
44 lines (39 loc) • 1.91 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 IconPaymentBitcoinCash = {
name: 'IconPaymentBitcoinCash',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--bitcoinCash', 'IconPaymentBitcoinCash');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 30 30',
},
}, ctx.data]), [h('path', {
attrs: {
fill: '#8FC258',
d: 'm12.3 12.51.505 1.81c.507-.138 2.63-.737 2.35-1.762-.28-1.025-2.337-.19-2.854-.048Z',
},
}), h('path', {
attrs: {
fill: '#8FC258',
d: 'M9.132 6.632a9.175 9.175 0 1 0 12.5 3.48 9.187 9.187 0 0 0-12.5-3.48Zm7.334 5.213a1.456 1.456 0 0 1-.374 1.747 1.61 1.61 0 0 1 1.882 1.48c.26 1.472-.488 2.098-1.995 2.608l.374 1.53-1.109.299-.413-1.48-.722.19.409 1.496-1.17.334-.416-1.506-.43.107-1.176.324-.11-1.134.66-.182a.333.333 0 0 0 .25-.4l-.638-2.358-.467-1.694a.497.497 0 0 0-.633-.255l-.659.182-.227-1.028 1.183-.314.35-.102-.362-1.509 1.17-.334.373 1.502.716-.2-.402-1.459 1.12-.305.396 1.475c1.209-.22 2.017-.064 2.42.986Z',
},
}), h('path', {
attrs: {
fill: '#8FC258',
d: 'm13.053 15.24.556 1.997c.611-.169 3.059-.843 2.747-1.972-.31-1.13-2.681-.2-3.304-.025Z',
},
})]);
},
};
exports.default = IconPaymentBitcoinCash;