UNPKG

@justeattakeaway/pie-icons-vue

Version:
36 lines (31 loc) 1.97 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconPaymentForbrugsforeningen = { name: 'IconPaymentForbrugsforeningen', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--forbrugsforeningen', 'IconPaymentForbrugsforeningen'); 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: '#659ad2', 'fill-rule': 'evenodd', d: 'M9.353 10.09H4.558C4.918 5.459 6.8 4.058 11.702 4h.579q.93.011 1.72.09a2 2 0 0 0-.119.008q-.06.006-.147.01c-.58.035-2.043.122-3.38 1.738-.792.957-.87 4.245-.87 4.245zm-.349 5.638a1.72 1.72 0 0 1-1.36.644v2.811c-1.97-.795-2.857-2.453-3.089-5.51a26 26 0 0 1-.055-.96l4.985-.003-.004.297c-.005.513-.017 1.51-.016 1.543.004.146-.033.643-.46 1.178m6.576-11.36c2.504.667 3.59 2.335 3.848 5.76.08 1.063.072 1.772.072 1.772s.009.709-.072 1.773c-.352 4.662-2.232 6.07-7.147 6.127h-.579c-.852-.01-1.61-.062-2.288-.163h.008q.031 0 .063-.002c.889-.05 2.127-.736 2.864-2.332.322-.698.408-1.943.408-1.943V12.71h2.822v-2.62h-2.821l-.003-.009v-.003l-.002-.007-.004-.011v-.008l-.007-.034-.001-.006a1 1 0 0 1-.012-.09v-.008l-.002-.023-.002-.038V9.76l.001-.011q0-.031.004-.065v-.01l.002-.013.01-.086.001-.007q.007-.047.017-.095v-.003c.048-.23.15-.511.355-.83.551-.858 2.115-.817 2.415-.801l.05.003z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconPaymentForbrugsforeningen;