UNPKG

@justeattakeaway/pie-icons-vue

Version:
36 lines (31 loc) 1.99 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 IconPaymentSkrill = { name: 'IconPaymentSkrill', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--skrill', 'IconPaymentSkrill'); 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: '#862165', 'fill-rule': 'evenodd', d: 'M15.238 9.76c0-.42.332-.76.74-.76.41 0 .743.34.743.76a.75.75 0 0 1-.742.758.75.75 0 0 1-.741-.759Zm2.13-.139 1.504-.275v5.91h-1.503V9.622Zm2.197 0v5.636h1.504V9.346l-1.505.275Zm-4.338 1.312v4.324h1.504v-4.324h-1.504Zm-2.944 1.891c0-1.27.706-1.908 2.096-1.954 0 0 .25-.01.399.022v1.264c-.88.031-.978.357-.978 1.117v1.984h-1.517v-2.433ZM10.3 10.928l-.008.02a5.388 5.388 0 0 1-.85 1.486V9.346L7.89 9.66v5.597h1.552v-1.73c.45.69.671 1.73.671 1.73h1.86c-.184-.783-.989-2.227-.989-2.227a7.042 7.042 0 0 0 1.09-2.102h-1.775Zm-5.642.169c0 .406.44.435.63.448 1.394.095 2.225.794 2.225 1.87 0 .948-.743 1.905-2.4 1.905-.769 0-1.425-.077-2.006-.234v-1.38a4.62 4.62 0 0 0 1.687.334c.602 0 .96-.204.96-.55 0-.418-.435-.445-.6-.455H5.15C3.21 12.899 3 11.723 3 11.224c0-.867.6-1.878 2.296-1.878.984 0 1.514.157 1.97.32l.024.007v1.342l-.018-.005c-.183-.08-.398-.158-.398-.158-.387-.118-.928-.245-1.346-.245-.238 0-.871 0-.871.49Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconPaymentSkrill;