UNPKG

@justeattakeaway/pie-icons-vue

Version:
44 lines (39 loc) 2.06 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 IconPaymentQiwi = { name: 'IconPaymentQiwi', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--qiwi', 'IconPaymentQiwi'); 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: '#F28A1A', d: 'M16.579 14.589c.272.12.388.519.388.719.039.32-.039.48-.155.48-.117 0-.272-.12-.427-.4-.156-.28-.233-.56-.156-.72.117-.08.233-.12.35-.08Z', }, }), h('path', { attrs: { fill: '#F28A1A', d: 'M14.987 15.827c.155 0 .35.08.544.24.31.28.427.6.271.84-.077.119-.271.199-.427.199a.727.727 0 0 1-.504-.2c-.311-.28-.389-.68-.194-.919.038-.08.155-.16.31-.16Z', }, }), h('path', { attrs: { fill: '#F28A1A', d: 'M11.299 18.984C7.26 18.984 4 15.627 4 11.512 4 7.396 7.261 4 11.299 4c4.037 0 7.299 3.356 7.299 7.512a7.929 7.929 0 0 1-1.01 3.836c-.039.04-.077.04-.077-.04-.272-1.838-1.36-2.837-2.912-3.157-.155-.04-.155-.12.039-.12.504-.04 1.164-.04 1.553.04.038-.2.038-.4.038-.56 0-2.716-2.174-4.954-4.814-4.954s-4.814 2.238-4.814 4.955 2.174 4.955 4.814 4.955h.233a5.226 5.226 0 0 1-.077-1.359c0-.32.077-.36.194-.12.66 1.199 1.63 2.238 3.494 2.677 1.514.36 3.028.76 4.697 2.877.156.2-.077.4-.232.24-1.67-1.518-3.184-2.038-4.582-2.038-1.747.04-2.795.24-3.843.24Z', }, })]); }, }; exports.default = IconPaymentQiwi;