UNPKG

@justeattakeaway/pie-icons-vue

Version:
43 lines (38 loc) 1.72 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 IconPaymentMettle = { name: 'IconPaymentMettle', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--mettle', 'IconPaymentMettle'); 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: '#000001', 'fill-rule': 'evenodd', d: 'M13.775 7.002c-1.183-.04-2.285.572-2.816 1.633h-.204c-.49-1.02-1.55-1.633-2.653-1.633a2.95 2.95 0 0 0-2.571 1.306h-.204L5.04 7.166H3v9.428h2.53v-5.388c0-1.306.858-1.959 1.674-1.959.857 0 1.592.694 1.592 2v5.347h2.53v-5.347c0-1.306.776-2 1.633-2 .898 0 1.633.653 1.633 1.96v5.387h2.53v-5.47c0-2.856-1.387-4.122-3.347-4.122Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#FF788B', 'fill-rule': 'evenodd', d: 'M19.53 16.717c.817 0 1.47-.653 1.47-1.47 0-.816-.653-1.47-1.47-1.47-.816 0-1.469.654-1.469 1.47 0 .817.694 1.47 1.47 1.47Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconPaymentMettle;