UNPKG

@justeattakeaway/pie-icons-vue

Version:
43 lines (38 loc) 2.65 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 IconPaymentDiscover = { name: 'IconPaymentDiscover', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--discover', 'IconPaymentDiscover'); 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: '#FD6020', 'fill-rule': 'evenodd', d: 'M12.447 10.5c-.826 0-1.52.68-1.52 1.562 0 .849.661 1.562 1.52 1.596.859.034 1.52-.68 1.552-1.562-.033-.883-.693-1.596-1.552-1.596Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#000', 'fill-rule': 'evenodd', d: 'M19.68 10.57c.661 0 1.025.306 1.025.883a.82.82 0 0 1-.66.883l.891 1.256h-.694l-.76-1.222h-.065v1.222h-.562V10.57h.826Zm-.263 1.392h.165c.363 0 .528-.17.528-.475 0-.272-.165-.442-.528-.442h-.165v.917Zm-2.51 1.63h1.585v-.51h-1.024v-.814h.99v-.51h-.99v-.679h1.024v-.509h-1.586v3.022Zm-1.652-.985-.76-2.037H13.9l1.223 3.09h.297l1.222-3.09h-.595l-.792 2.037Zm-6.706-.509c0 .849.66 1.562 1.487 1.562.264 0 .495-.068.726-.17v-.679c-.165.204-.396.34-.66.34a.943.943 0 0 1-.958-.951v-.068a1.006 1.006 0 0 1 .925-1.053.92.92 0 0 1 .693.34v-.68c-.198-.135-.462-.169-.693-.169-.86-.068-1.52.645-1.52 1.528Zm-1.024-.373c-.33-.136-.43-.204-.43-.374.034-.204.2-.374.397-.34.165 0 .33.102.463.238l.297-.407c-.231-.204-.529-.34-.826-.34-.462-.034-.859.34-.892.815v.034c0 .407.166.645.694.815.132.034.264.102.396.17.1.068.166.17.166.305 0 .238-.199.442-.397.442H7.36a.653.653 0 0 1-.594-.408l-.364.374c.198.373.595.577.991.577.529.034.958-.373.991-.917v-.102c-.033-.407-.198-.61-.859-.882ZM5.61 13.591h.562V10.57h-.562v3.022ZM3 10.57h.991c.793.034 1.42.713 1.387 1.528 0 .441-.198.849-.528 1.155-.298.237-.66.373-1.024.34H3V10.57Zm.727 2.513c.264.034.561-.068.76-.238.198-.204.297-.475.297-.78 0-.272-.1-.544-.298-.748a1.026 1.026 0 0 0-.76-.238h-.164v2.004h.165Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconPaymentDiscover;