UNPKG

@justeattakeaway/pie-icons-vue

Version:
59 lines (54 loc) 2.47 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 IconPaymentDankort = { name: 'IconPaymentDankort', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--dankort', 'IconPaymentDankort'); 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: '#fff', d: 'M8.226 7.114c-3.095 0-5.612 2.506-5.612 5.584s2.517 5.586 5.612 5.586h7.553c3.09 0 5.611-2.506 5.611-5.588 0-3.078-2.516-5.588-5.611-5.588H8.226v.006Z', }, }), h('path', { attrs: { fill: '#000', d: 'M15.781 18.4H8.226C5.07 18.4 2.5 15.844 2.5 12.698 2.5 9.556 5.066 7 8.226 7h7.553c3.154 0 5.721 2.556 5.721 5.698.002 3.144-2.564 5.702-5.719 5.702ZM8.226 7.114c-3.095 0-5.612 2.506-5.612 5.584s2.517 5.586 5.612 5.586h7.553c3.09 0 5.611-2.506 5.611-5.588 0-3.078-2.516-5.588-5.611-5.588H8.226v.006Z', }, }), h('path', { attrs: { fill: '#E31F28', d: 'm17.1 12.358 2.511 2.978a4.584 4.584 0 0 0 .824-2.636c0-1.03-.338-1.986-.915-2.757l-2.42 2.415Z', }, }), h('path', { attrs: { fill: '#E31F28', d: 'M9.98 9.688c1.875 0 3.29.477 3.436 2.05l1.973-2.05h3.934a4.657 4.657 0 0 0-3.542-1.632H8.226c-1.417 0-2.69.633-3.542 1.632H9.98Z', }, }), h('path', { attrs: { fill: '#E31F28', d: 'm6.891 11.674-.67 1.833h2.703c.797 0 1.042-.33 1.22-.964.179-.63-.267-.869-.812-.869h-2.44Z', }, }), h('path', { attrs: { fill: '#E31F28', d: 'm15.408 15.584-2.088-2.626c-.387 1.792-1.65 2.626-4.02 2.626H4.576a4.66 4.66 0 0 0 3.65 1.753h7.553c1.476 0 2.79-.688 3.645-1.753h-4.016Z', }, })]); }, }; exports.default = IconPaymentDankort;