UNPKG

@justeattakeaway/pie-icons-vue

Version:
46 lines (43 loc) 1.7 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 IconPaymentStarling = { name: 'IconPaymentStarling', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--starling', 'IconPaymentStarling'); 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: '#6935D3', 'fill-rule': 'evenodd', d: 'M12 20.99c-4.977 0-9-4.02-9-8.996A8.989 8.989 0 0 1 12 3c4.977 0 9 4.02 9 8.994a8.989 8.989 0 0 1-9 8.995Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#fff', 'fill-rule': 'evenodd', d: 'M8.42 11.995v-.5a5.638 5.638 0 0 1 5.633-5.63h.5v2.041h-.5a3.594 3.594 0 0 0-3.59 3.59v.5H8.418Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#fff', 'fill-rule': 'evenodd', d: 'M15.58 11.994v.5a5.639 5.639 0 0 1-5.633 5.63h-.5v-2.04h.5c1.98 0 3.59-1.611 3.59-3.59v-.5h2.044Z', 'clip-rule': 'evenodd', }, })]); }, }; export { IconPaymentStarling as default };