UNPKG

@justeattakeaway/pie-icons-vue

Version:
36 lines (31 loc) 1.58 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 IconPaymentSantander = { name: 'IconPaymentSantander', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--santander', 'IconPaymentSantander'); 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: '#EA1D25', 'fill-rule': 'evenodd', d: 'M20 15.25c0 2.425-3.58 4.374-8 4.374s-8-1.95-8-4.374c0-1.727 1.86-3.236 4.528-3.933 0 .663.147 1.32.476 1.91l2.524 4.373c.182.331.324.697.398 1.07l.113-.184a3.518 3.518 0 0 0 0-3.493l-2.013-3.494c-.62-1.103-.62-2.424 0-3.493l.113-.182c.074.37.215.736.402 1.069l1.17 2.058 1.826 3.196c.182.331.33.697.397 1.063l.114-.183a3.506 3.506 0 0 0 0-3.487l-2.009-3.493a3.493 3.493 0 0 1 0-3.494l.108-.183c.074.366.222.738.403 1.064l2.485 4.374c.289.48.437 1.028.471 1.583 2.706.697 4.533 2.207 4.493 3.86Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconPaymentSantander;