UNPKG

@justeattakeaway/pie-icons-vue

Version:
50 lines (45 loc) 2.88 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 IconPaymentYandex = { name: 'IconPaymentYandex', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--yandex', 'IconPaymentYandex'); 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: '#000', 'fill-rule': 'evenodd', d: 'M12 10c.443.002.885-.003 1.328.003.447.006.92.09 1.265.341.295.211.44.537.451.855.013.31-.057.638-.292.887-.21.236-.546.371-.884.436-.336.065-.683.053-1.025.054-.002.475.001.95-.001 1.423H12C11.999 12.666 12 11.333 12 10Zm.843.545v1.49c.338-.005.71.036 1.008-.127.281-.148.36-.45.34-.709a.614.614 0 0 0-.36-.557c-.302-.14-.658-.087-.988-.097ZM16.288 10c-.424 1.333-.852 2.666-1.274 4h.719c.091-.29.179-.581.27-.87.492-.001.985-.002 1.478 0l.261.87h.874L17.347 10h-1.06Zm.456.735c.192.616.38 1.233.567 1.85-.38-.002-.76 0-1.142-.002.194-.615.384-1.232.575-1.848Zm1.599-.734h.898c.328.556.653 1.114.985 1.67.327-.558.663-1.112.991-1.67H22c-.465.766-.945 1.527-1.405 2.296-.006.567 0 1.135-.004 1.702h-.836c-.003-.567.004-1.135-.003-1.702-.46-.769-.948-1.527-1.41-2.296Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#FC401D', 'fill-rule': 'evenodd', d: 'M5.612 8.021a3.992 3.992 0 0 1 4.191 2.741 3.996 3.996 0 0 1-1.668 4.618 3.989 3.989 0 0 1-4.848-.446 3.968 3.968 0 0 1-1.262-2.516 4.002 4.002 0 0 1 .227-1.817 4.016 4.016 0 0 1 1.75-2.064 3.924 3.924 0 0 1 1.61-.516Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#FEFEFE', 'fill-rule': 'evenodd', d: 'M7.163 10.008c-.031.032-.049.076-.068.117-.29.68-.576 1.362-.873 2.04a2.09 2.09 0 0 0-.083.242c.277.013.553.007.83.004.045-.098.093-.194.134-.294.294-.706.608-1.405.897-2.113-.279 0-.558-.011-.837.004ZM4 10.004c.29-.002.582-.007.873.001.399.889.793 1.78 1.189 2.67.14.328.31.654.341 1.017.047.427.015.857.025 1.286a4.316 4.316 0 0 1-.842.003c-.013-.443 0-.887-.005-1.33a.47.47 0 0 0-.048-.202C5.022 12.301 4.506 11.155 4 10.004Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconPaymentYandex;