UNPKG

@justeattakeaway/pie-icons-vue

Version:
44 lines (39 loc) 1.9 kB
'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 IconPaymentBitcoin = { name: 'IconPaymentBitcoin', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--bitcoin', 'IconPaymentBitcoin'); 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: '#F7931A', d: 'm12.045 9.677-.45 1.823c.509.13 2.652.651 2.912-.379.26-1.03-1.941-1.314-2.462-1.444Z', }, }), h('path', { attrs: { fill: '#F7931A', d: 'M12.175 3a9.175 9.175 0 1 0 9.175 9.175A9.187 9.187 0 0 0 12.175 3Zm3.824 8.145a1.456 1.456 0 0 1-1.184 1.338 1.61 1.61 0 0 1 .912 2.214c-.498 1.408-1.457 1.586-3.02 1.29l-.425 1.515-1.113-.284.367-1.491-.722-.19-.38 1.504-1.183-.284.379-1.516-.427-.118-1.183-.296.461-1.042.663.166a.333.333 0 0 0 .415-.225l.603-2.368.427-1.705a.497.497 0 0 0-.427-.532L9.5 8.955l.308-1.006 1.184.307.355.083.427-1.491 1.183.284-.414 1.491.722.178.367-1.468 1.125.284-.379 1.48c1.16.402 1.788.935 1.622 2.048Z', }, }), h('path', { attrs: { fill: '#F7931A', d: 'm11.358 12.424-.497 2.012c.615.154 3.078.77 3.362-.367.284-1.136-2.238-1.492-2.865-1.645Z', }, })]); }, }; exports.default = IconPaymentBitcoin;