UNPKG

@justeattakeaway/pie-icons-vue

Version:
39 lines (36 loc) 2.96 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconPaymentSepa = { name: 'IconPaymentSepa', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--sepa', 'IconPaymentSepa'); return h('svg', _mergeJSXProps([{ 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: '#10298E', 'fill-rule': 'evenodd', d: 'M13.739 12.666h.825c.262-.01.421-.03.479-.063.078-.045.13-.133.156-.267.017-.088.025-.22.025-.395 0-.215-.016-.374-.05-.478-.047-.145-.161-.234-.342-.266a2.577 2.577 0 0 0-.257-.007h-.836v1.476Zm-1.324 2.485v-5.07h2.467c.338 0 .596.028.773.085.406.13.678.399.818.804.072.213.108.534.108.961 0 .515-.04.885-.12 1.11-.157.445-.483.7-.975.767-.058.01-.304.02-.738.026l-.22.008h-.789v1.31h-1.324ZM7 11.698H5.768c0-.209-.024-.348-.071-.42-.074-.105-.276-.158-.607-.158-.322 0-.535.03-.639.091-.104.061-.156.194-.156.398 0 .184.046.306.139.364a.563.563 0 0 0 .262.073l.249.018c.532.037.864.062.997.077.42.043.726.159.915.346a.928.928 0 0 1 .267.572c.016.141.025.3.025.478 0 .408-.038.707-.114.896-.137.348-.445.568-.924.66-.201.039-.508.058-.922.058-.69 0-1.17-.042-1.442-.127a.953.953 0 0 1-.659-.633C3.03 14.214 3 13.919 3 13.506h1.232v.106c0 .22.061.361.184.425a.704.704 0 0 0 .308.068h.452c.231 0 .379-.012.443-.036a.366.366 0 0 0 .223-.222.871.871 0 0 0 .028-.244c0-.223-.08-.36-.237-.408-.06-.02-.334-.046-.824-.08a9.574 9.574 0 0 1-.82-.084c-.403-.078-.672-.238-.806-.48-.118-.207-.177-.519-.177-.936 0-.318.032-.573.096-.765a.836.836 0 0 1 .308-.437c.207-.153.473-.243.796-.27.27-.024.568-.036.896-.036.517 0 .886.03 1.105.091.536.149.804.565.804 1.248 0 .056-.004.14-.012.252Zm11.524-.61.62 2.199h-1.222l.602-2.198Zm-.886 3.187h1.77l.252.876H21l-1.496-5.07h-1.997l-1.478 5.07h1.37l.238-.876Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#FFBE00', 'fill-rule': 'evenodd', d: 'M10.588 10.794c.546 0 1.033.259 1.354.665l.285-.63a2.462 2.462 0 0 0-1.724-.704 2.48 2.48 0 0 0-2.302 1.57h-.556l-.329.725h.716a2.55 2.55 0 0 0 .004.45h-.36l-.329.727h.872a2.481 2.481 0 0 0 2.284 1.526c.518 0 .998-.16 1.395-.433v-.89c-.32.375-.788.613-1.31.613-.61 0-1.147-.325-1.46-.816h1.825l.328-.726H8.86a1.894 1.894 0 0 1-.01-.45h2.635l.328-.727H9.077c.303-.538.866-.9 1.51-.9Z', 'clip-rule': 'evenodd', }, })]); }, }; export { IconPaymentSepa as default };