UNPKG

@justeattakeaway/pie-icons-vue

Version:
43 lines (38 loc) 3.46 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 IconPaymentWebMoney = { name: 'IconPaymentWebMoney', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--webMoney', 'IconPaymentWebMoney'); 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: '#0068A3', 'fill-rule': 'evenodd', d: 'M8.633 15.002c.115-.06.31-.138.518-.138.476 0 .733.321.733.92 0 .697-.345 1.037-.902 1.037-.203 0-.518-.063-.748-.183v-2.607l.4-.093v1.064ZM8.63 16.5c.123.052.257.06.353.06.284 0 .5-.172.5-.777 0-.474-.177-.627-.434-.627-.154 0-.265.04-.419.123V16.5Zm-4.086-1.587h.026l.522 1.863h.414l.622-2.648h-.449l-.391 1.976H5.26l-.533-1.976h-.342l-.499 1.976H3.86l-.43-1.976H3l.622 2.648h.414l.507-1.863Zm3.284 1.736v-.283c-.21.123-.402.194-.61.194-.395 0-.583-.198-.583-.646h1.251v-.139c0-.608-.295-.91-.775-.91-.575 0-.871.41-.871.978 0 .59.265.978.91.978.276 0 .506-.074.678-.172Zm-.306-.986h-.879c.042-.373.222-.549.457-.549.207 0 .402.157.421.55Zm4.128.553h-.02l-.859-2.088h-.464v2.648h.345v-1.874h.035l.783 1.874h.245l.783-1.92h.035v1.92h.414v-2.648h-.476l-.82 2.088Zm1.72-.373c0-.654.367-.979.874-.979.506 0 .875.325.875.979 0 .639-.35.978-.875.978-.526 0-.875-.34-.875-.978Zm1.346 0c0-.504-.211-.717-.472-.717-.253 0-.472.213-.472.717 0 .512.2.717.472.717.272 0 .472-.205.472-.717Zm1.745-.979a2 2 0 0 0-.978.277v1.635h.4v-1.479c.118-.067.314-.134.467-.134.196 0 .346.052.346.347v1.266h.399v-1.352c0-.384-.173-.56-.634-.56Zm2.579 1.502v.283a1.379 1.379 0 0 1-.68.172c-.644 0-.908-.388-.908-.978 0-.568.295-.979.87-.979.48 0 .776.303.776.911v.139h-1.251c0 .448.188.646.583.646.207 0 .4-.071.61-.194Zm-1.185-.703h.878c-.019-.392-.215-.549-.422-.549-.234 0-.414.176-.456.55ZM21 14.928h-.41l-.438 1.374h-.023l-.491-1.374h-.422l.736 1.867c-.092.276-.253.478-.514.478v.306c.441 0 .675-.268.867-.784L21 14.928Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#0068A3', 'fill-rule': 'evenodd', d: 'M11.743 6.3a3.414 3.414 0 0 1 1.683.44l-.31.269-.465-.468-.785.681-.466-.495L9.938 8.01l.937 1.006-.368.315.923 1.007-.366.315 1.32 1.43.783-.702.677.752a3.616 3.616 0 0 1-.443.286 3.408 3.408 0 0 1-1.658.428c-1.853 0-3.363-1.47-3.363-3.274C8.38 7.77 9.89 6.3 11.743 6.3Zm-.613 3.066.8-.7.72.778-.8.7-.72-.778Zm1.368.645-.8.7.72.78.8-.702-.72-.778Zm-1.94-1.974.8-.7.72.778-.8.7-.72-.778Zm2.067-.903-.6.526.54.584.6-.526-.54-.584Zm.466 2.934.6-.526.54.584-.6.525-.54-.583Zm1.127.653-.6.526.54.583.6-.525-.54-.584Zm-.358-2.177.4-.35.36.389-.4.35-.36-.389Zm-.111-1.507-.4.35.36.39.4-.35-.36-.39ZM14.37 9.7l.4-.35.36.39-.4.35-.36-.39Zm-1.193-1.392-.6.526.54.584.6-.526-.54-.584Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconPaymentWebMoney;