UNPKG

@justeattakeaway/pie-icons-vue

Version:
46 lines (43 loc) 2.65 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconPaymentYandex = { name: 'IconPaymentYandex', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--yandex', 'IconPaymentYandex'); return h('svg', _mergeJSXProps([{ 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.423H12Q12 11.999 12 10m.843.545v1.49c.338-.005.71.036 1.008-.127.281-.148.36-.45.34-.709a.61.61 0 0 0-.36-.557c-.302-.14-.658-.087-.988-.097M16.288 10c-.424 1.333-.852 2.666-1.274 4h.719q.135-.436.27-.87.738-.002 1.478 0l.261.87h.874L17.347 10zm.456.735q.287.924.567 1.85c-.38-.002-.76 0-1.142-.002q.29-.923.575-1.848m1.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.296', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#fc401d', 'fill-rule': 'evenodd', d: 'M5.612 8.021a3.99 3.99 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.97 3.97 0 0 1-1.262-2.516 4 4 0 0 1 .227-1.817 4 4 0 0 1 1.75-2.064 3.9 3.9 0 0 1 1.61-.516', '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 2 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.004M4 10.004c.29-.002.582-.007.873.001q.597 1.334 1.189 2.67c.14.328.31.654.341 1.017.047.427.015.857.025 1.286a4.3 4.3 0 0 1-.842.003c-.013-.443 0-.887-.005-1.33a.5.5 0 0 0-.048-.202C5.022 12.301 4.506 11.155 4 10.004', 'clip-rule': 'evenodd', }, })]); }, }; export { IconPaymentYandex as default };