@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
36 lines (31 loc) • 2.2 kB
JavaScript
;
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 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.579c.621.008 1.193.037 1.72.09a1.542 1.542 0 0 0-.119.008c-.04.004-.089.007-.147.01-.58.035-2.043.122-3.38 1.738-.792.957-.87 4.245-.87 4.245h-.132Zm-.349 5.638a1.723 1.723 0 0 1-1.36.644v2.811c-1.97-.795-2.857-2.453-3.089-5.51a26.02 26.02 0 0 1-.055-.96l4.985-.003-.004.297v.001c-.005.513-.017 1.508-.016 1.542.004.146-.033.643-.46 1.178Zm6.575-11.36c2.505.667 3.59 2.335 3.85 5.76.08 1.063.07 1.772.07 1.772s.01.709-.07 1.773c-.353 4.662-2.233 6.07-7.147 6.127h-.58c-.852-.01-1.61-.062-2.288-.163h.008c.021 0 .042 0 .063-.002.889-.05 2.127-.736 2.864-2.332.322-.698.408-1.943.408-1.943V12.71h2.822v-2.62H12.759v-.001l-.003-.008v-.003a.084.084 0 0 1-.002-.007l-.004-.011v-.008a.197.197 0 0 1-.007-.034l-.001-.006a.564.564 0 0 1-.012-.09v-.008a.193.193 0 0 0-.002-.023.717.717 0 0 1-.002-.038V9.76l.001-.011c0-.021.001-.042.004-.065v-.01l.002-.013a1.513 1.513 0 0 1 .01-.086l.001-.007c.005-.031.01-.063.017-.095v-.003c.048-.23.15-.511.355-.83.551-.858 2.115-.817 2.415-.801l.05.003V4.368ZM9.36 19.622l-.045-.001h.044Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconPaymentForbrugsforeningen;