n8n-nodes-qonto-api 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -0
- package/dist/credentials/QontoApi.credentials.d.ts +10 -0
- package/dist/credentials/QontoApi.credentials.js +78 -0
- package/dist/credentials/QontoApi.credentials.js.map +1 -0
- package/dist/credentials/QontoOAuth2Api.credentials.d.ts +9 -0
- package/dist/credentials/QontoOAuth2Api.credentials.js +87 -0
- package/dist/credentials/QontoOAuth2Api.credentials.js.map +1 -0
- package/dist/icons/qonto.svg +52 -0
- package/dist/nodes/Qonto/Qonto.node.d.ts +5 -0
- package/dist/nodes/Qonto/Qonto.node.js +806 -0
- package/dist/nodes/Qonto/Qonto.node.js.map +1 -0
- package/dist/nodes/Qonto/Qonto.node.json +20 -0
- package/dist/nodes/Qonto/Qonto.svg +52 -0
- package/dist/nodes/Qonto/descriptions/AttachmentDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/AttachmentDescriptions.js +69 -0
- package/dist/nodes/Qonto/descriptions/AttachmentDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/AttachmentsInATransactionDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/AttachmentsInATransactionDescriptions.js +136 -0
- package/dist/nodes/Qonto/descriptions/AttachmentsInATransactionDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/BeneficiariesDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/BeneficiariesDescriptions.js +174 -0
- package/dist/nodes/Qonto/descriptions/BeneficiariesDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/CardsDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/CardsDescriptions.js +171 -0
- package/dist/nodes/Qonto/descriptions/CardsDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/ClientsDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/ClientsDescriptions.js +218 -0
- package/dist/nodes/Qonto/descriptions/ClientsDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/ClientsInvoicesDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/ClientsInvoicesDescriptions.js +205 -0
- package/dist/nodes/Qonto/descriptions/ClientsInvoicesDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/CreditNotesDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/CreditNotesDescriptions.js +142 -0
- package/dist/nodes/Qonto/descriptions/CreditNotesDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/ExternalTransfersDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/ExternalTransfersDescriptions.js +553 -0
- package/dist/nodes/Qonto/descriptions/ExternalTransfersDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/InsuranceContractsDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/InsuranceContractsDescriptions.js +253 -0
- package/dist/nodes/Qonto/descriptions/InsuranceContractsDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/InternalTransactionsDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/InternalTransactionsDescriptions.js +133 -0
- package/dist/nodes/Qonto/descriptions/InternalTransactionsDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/LabelsDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/LabelsDescriptions.js +91 -0
- package/dist/nodes/Qonto/descriptions/LabelsDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/MembershipsDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/MembershipsDescriptions.js +180 -0
- package/dist/nodes/Qonto/descriptions/MembershipsDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/OrganizationsDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/OrganizationsDescriptions.js +45 -0
- package/dist/nodes/Qonto/descriptions/OrganizationsDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/RequestsDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/RequestsDescriptions.js +278 -0
- package/dist/nodes/Qonto/descriptions/RequestsDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/StatementsDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/StatementsDescriptions.js +102 -0
- package/dist/nodes/Qonto/descriptions/StatementsDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/SupplierInvoicesDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/SupplierInvoicesDescriptions.js +193 -0
- package/dist/nodes/Qonto/descriptions/SupplierInvoicesDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/TeamsDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/TeamsDescriptions.js +103 -0
- package/dist/nodes/Qonto/descriptions/TeamsDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/TransactionsDescriptions.d.ts +2 -0
- package/dist/nodes/Qonto/descriptions/TransactionsDescriptions.js +263 -0
- package/dist/nodes/Qonto/descriptions/TransactionsDescriptions.js.map +1 -0
- package/dist/nodes/Qonto/descriptions/index.d.ts +18 -0
- package/dist/nodes/Qonto/descriptions/index.js +35 -0
- package/dist/nodes/Qonto/descriptions/index.js.map +1 -0
- package/dist/nodes/Qonto/helpers.d.ts +3 -0
- package/dist/nodes/Qonto/helpers.js +75 -0
- package/dist/nodes/Qonto/helpers.js.map +1 -0
- package/dist/package.json +56 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +56 -0
package/README.md
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# n8n-nodes-qonto
|
|
2
|
+
|
|
3
|
+
This is an n8n community node. It lets you use Qonto banking API in your n8n workflows.
|
|
4
|
+
|
|
5
|
+
Qonto is a business banking platform that provides banking services for SMEs and freelancers. This node allows you to automate operations with your Qonto account, including managing transactions, transfers, beneficiaries, and more.
|
|
6
|
+
|
|
7
|
+
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/sustainable-use-license/) workflow automation platform.
|
|
8
|
+
|
|
9
|
+
[Installation](#installation)
|
|
10
|
+
[Operations](#operations)
|
|
11
|
+
[Credentials](#credentials)
|
|
12
|
+
[Compatibility](#compatibility)
|
|
13
|
+
[Resources](#resources)
|
|
14
|
+
|
|
15
|
+
## Installation
|
|
16
|
+
|
|
17
|
+
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
|
|
18
|
+
|
|
19
|
+
## Operations
|
|
20
|
+
|
|
21
|
+
This node supports the following Qonto resources:
|
|
22
|
+
|
|
23
|
+
- **Organizations**: Get organization and bank accounts information
|
|
24
|
+
- **Transactions**: List and retrieve transactions
|
|
25
|
+
- **External Transfers**: Create and list external transfers
|
|
26
|
+
- **Beneficiaries**: Manage beneficiaries (list, show, create, trust/untrust)
|
|
27
|
+
- **Labels**: Manage transaction labels
|
|
28
|
+
- **Memberships**: Manage organization memberships
|
|
29
|
+
- **Attachments**: Upload and retrieve attachments
|
|
30
|
+
- **Attachments in a Transaction**: Manage attachments linked to transactions
|
|
31
|
+
- **Cards**: Manage cards (list, retrieve, create)
|
|
32
|
+
- **Requests**: Manage payment requests
|
|
33
|
+
- **Statements**: Retrieve account statements
|
|
34
|
+
- **Internal Transactions**: List internal transactions
|
|
35
|
+
- **Supplier Invoices**: Manage supplier invoices
|
|
36
|
+
- **Client Invoices**: Manage client invoices
|
|
37
|
+
- **Credit Notes**: Manage credit notes
|
|
38
|
+
- **Clients**: Manage clients
|
|
39
|
+
- **Teams**: Manage teams
|
|
40
|
+
- **Insurance Contracts**: Manage insurance contracts
|
|
41
|
+
|
|
42
|
+
## Credentials
|
|
43
|
+
|
|
44
|
+
This node supports two authentication methods:
|
|
45
|
+
|
|
46
|
+
### Login and Secret Key (API Key)
|
|
47
|
+
|
|
48
|
+
1. Log in to your Qonto account
|
|
49
|
+
2. Go to Settings > API & Integrations
|
|
50
|
+
3. Generate an API key
|
|
51
|
+
4. Use the login (e.g., `scep-1111`) and secret key for authentication
|
|
52
|
+
5. Select your environment (Production or Sandbox)
|
|
53
|
+
6. For sandbox access, you may need to provide an X-Qonto-Staging-Token
|
|
54
|
+
|
|
55
|
+
### OAuth2
|
|
56
|
+
|
|
57
|
+
1. Create an OAuth2 application in your Qonto account
|
|
58
|
+
2. Configure the OAuth2 credentials in n8n with:
|
|
59
|
+
- Client ID
|
|
60
|
+
- Client Secret
|
|
61
|
+
- Environment (Production or Sandbox)
|
|
62
|
+
- Scopes required for your operations
|
|
63
|
+
3. For sandbox access with Machine-to-Machine, provide X-Qonto-Staging-Token
|
|
64
|
+
|
|
65
|
+
Refer to the [Qonto API documentation](https://api-doc.qonto.com/docs/business-api) for more information.
|
|
66
|
+
|
|
67
|
+
## Compatibility
|
|
68
|
+
|
|
69
|
+
Compatible with n8n@1.60.0 or later
|
|
70
|
+
|
|
71
|
+
## Resources
|
|
72
|
+
|
|
73
|
+
* [n8n community nodes documentation](https://docs.n8n.io/integrations/#community-nodes)
|
|
74
|
+
* [Qonto API documentation](https://api-doc.qonto.com/docs/business-api)
|
|
75
|
+
* [Qonto website](https://qonto.com)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IAuthenticateGeneric, Icon, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
|
+
export declare class QontoApi implements ICredentialType {
|
|
3
|
+
name: string;
|
|
4
|
+
displayName: string;
|
|
5
|
+
documentationUrl: string;
|
|
6
|
+
icon: Icon;
|
|
7
|
+
properties: INodeProperties[];
|
|
8
|
+
authenticate: IAuthenticateGeneric;
|
|
9
|
+
test: ICredentialTestRequest;
|
|
10
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.QontoApi = void 0;
|
|
4
|
+
class QontoApi {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.name = 'qontoApi';
|
|
7
|
+
this.displayName = 'Qonto API';
|
|
8
|
+
this.documentationUrl = 'https://api-doc.qonto.com/docs/business-api';
|
|
9
|
+
this.icon = 'file:../icons/qonto.svg';
|
|
10
|
+
this.properties = [
|
|
11
|
+
{
|
|
12
|
+
displayName: 'Environment Type',
|
|
13
|
+
name: 'environment',
|
|
14
|
+
type: 'options',
|
|
15
|
+
options: [
|
|
16
|
+
{
|
|
17
|
+
name: 'Production',
|
|
18
|
+
value: 'production',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
name: 'Sandbox',
|
|
22
|
+
value: 'sandbox',
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
default: 'production',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
displayName: 'Login',
|
|
29
|
+
name: 'login',
|
|
30
|
+
type: 'string',
|
|
31
|
+
default: '',
|
|
32
|
+
placeholder: 'scep-1111',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
displayName: 'Secret Key',
|
|
36
|
+
name: 'secretKey',
|
|
37
|
+
type: 'string',
|
|
38
|
+
typeOptions: {
|
|
39
|
+
password: true,
|
|
40
|
+
},
|
|
41
|
+
default: '',
|
|
42
|
+
placeholder: 'f8952b8244c0ce693c8f793a07e807f8',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
displayName: 'X-Qonto-Staging-Token',
|
|
46
|
+
name: 'stagingToken',
|
|
47
|
+
type: 'string',
|
|
48
|
+
typeOptions: {
|
|
49
|
+
password: true,
|
|
50
|
+
},
|
|
51
|
+
displayOptions: {
|
|
52
|
+
show: {
|
|
53
|
+
environment: ['sandbox'],
|
|
54
|
+
},
|
|
55
|
+
},
|
|
56
|
+
default: '',
|
|
57
|
+
description: 'Required for Machine-to-Machine access in sandbox environment',
|
|
58
|
+
},
|
|
59
|
+
];
|
|
60
|
+
this.authenticate = {
|
|
61
|
+
type: 'generic',
|
|
62
|
+
properties: {
|
|
63
|
+
headers: {
|
|
64
|
+
Authorization: '={{$credentials.login}}:{{$credentials.secretKey}}',
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
};
|
|
68
|
+
this.test = {
|
|
69
|
+
request: {
|
|
70
|
+
baseURL: '={{$credentials.environment === "sandbox" ? "https://thirdparty-sandbox.staging.qonto.co/v2" : "https://thirdparty.qonto.com/v2"}}',
|
|
71
|
+
url: '/organization',
|
|
72
|
+
method: 'GET',
|
|
73
|
+
},
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.QontoApi = QontoApi;
|
|
78
|
+
//# sourceMappingURL=QontoApi.credentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QontoApi.credentials.js","sourceRoot":"","sources":["../../credentials/QontoApi.credentials.ts"],"names":[],"mappings":";;;AAQA,MAAa,QAAQ;IAArB;QACC,SAAI,GAAG,UAAU,CAAC;QAClB,gBAAW,GAAG,WAAW,CAAC;QAC1B,qBAAgB,GAAG,6CAA6C,CAAC;QACjE,SAAI,GAAS,yBAAyB,CAAC;QAEvC,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE,YAAY;qBACnB;oBACD;wBACC,IAAI,EAAE,SAAS;wBACf,KAAK,EAAE,SAAS;qBAChB;iBACD;gBACD,OAAO,EAAE,YAAY;aACrB;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,WAAW;aACxB;YACD;gBACC,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACd;gBACD,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,kCAAkC;aAC/C;YACD;gBACC,WAAW,EAAE,uBAAuB;gBACpC,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACd;gBACD,cAAc,EAAE;oBACf,IAAI,EAAE;wBACL,WAAW,EAAE,CAAC,SAAS,CAAC;qBACxB;iBACD;gBACD,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,+DAA+D;aAC5E;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,oDAAoD;iBACnE;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,oIAAoI;gBAC7I,GAAG,EAAE,eAAe;gBACpB,MAAM,EAAE,KAAK;aACb;SACD,CAAC;IACH,CAAC;CAAA;AAzED,4BAyEC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Icon, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
|
+
export declare class QontoOAuth2Api implements ICredentialType {
|
|
3
|
+
name: string;
|
|
4
|
+
extends: string[];
|
|
5
|
+
displayName: string;
|
|
6
|
+
documentationUrl: string;
|
|
7
|
+
icon: Icon;
|
|
8
|
+
properties: INodeProperties[];
|
|
9
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.QontoOAuth2Api = void 0;
|
|
4
|
+
class QontoOAuth2Api {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.name = 'qontoOAuth2Api';
|
|
7
|
+
this.extends = ['oAuth2Api'];
|
|
8
|
+
this.displayName = 'Qonto OAuth2 API';
|
|
9
|
+
this.documentationUrl = 'https://api-doc.qonto.com/docs/business-api';
|
|
10
|
+
this.icon = 'file:../icons/qonto.svg';
|
|
11
|
+
this.properties = [
|
|
12
|
+
{
|
|
13
|
+
displayName: 'Environment Type',
|
|
14
|
+
name: 'environment',
|
|
15
|
+
type: 'options',
|
|
16
|
+
options: [
|
|
17
|
+
{
|
|
18
|
+
name: 'Production',
|
|
19
|
+
value: 'production',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
name: 'Sandbox',
|
|
23
|
+
value: 'sandbox',
|
|
24
|
+
},
|
|
25
|
+
],
|
|
26
|
+
default: 'production',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
displayName: 'Authorization URL',
|
|
30
|
+
name: 'authUrl',
|
|
31
|
+
type: 'hidden',
|
|
32
|
+
required: true,
|
|
33
|
+
default: '={{ $self["environment"] === "sandbox" ? "https://sandbox.staging.qonto.co/oauth2/auth" : "https://oauth.qonto.com/oauth2/auth" }}',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
displayName: 'Access Token URL',
|
|
37
|
+
name: 'accessTokenUrl',
|
|
38
|
+
type: 'hidden',
|
|
39
|
+
required: true,
|
|
40
|
+
default: '={{ $self["environment"] === "sandbox" ? "https://sandbox.staging.qonto.co/oauth2/token" : "https://oauth.qonto.com/oauth2/token" }}',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
displayName: 'Grant Type',
|
|
44
|
+
name: 'grantType',
|
|
45
|
+
type: 'hidden',
|
|
46
|
+
default: 'authorizationCode',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
displayName: 'Authentication',
|
|
50
|
+
name: 'authentication',
|
|
51
|
+
type: 'hidden',
|
|
52
|
+
default: 'body',
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
displayName: 'Scope',
|
|
56
|
+
name: 'scope',
|
|
57
|
+
type: 'string',
|
|
58
|
+
required: true,
|
|
59
|
+
default: '',
|
|
60
|
+
description: 'All scope details here: https://api-doc.qonto.com/docs/business-api/6434cbb9d968d-qonto',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
displayName: 'X-Qonto-Staging-Token',
|
|
64
|
+
name: 'stagingToken',
|
|
65
|
+
type: 'string',
|
|
66
|
+
typeOptions: { password: true },
|
|
67
|
+
displayOptions: {
|
|
68
|
+
show: {
|
|
69
|
+
environment: ['sandbox'],
|
|
70
|
+
},
|
|
71
|
+
},
|
|
72
|
+
default: '',
|
|
73
|
+
description: 'Required for Machine-to-Machine access in sandbox environment',
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
displayName: 'Auth URI Query Parameters',
|
|
77
|
+
name: 'authQueryParameters',
|
|
78
|
+
type: 'hidden',
|
|
79
|
+
required: false,
|
|
80
|
+
default: '',
|
|
81
|
+
description: '',
|
|
82
|
+
},
|
|
83
|
+
];
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
exports.QontoOAuth2Api = QontoOAuth2Api;
|
|
87
|
+
//# sourceMappingURL=QontoOAuth2Api.credentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"QontoOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/QontoOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,cAAc;IAA3B;QACC,SAAI,GAAG,gBAAgB,CAAC;QACxB,YAAO,GAAG,CAAC,WAAW,CAAC,CAAC;QACxB,gBAAW,GAAG,kBAAkB,CAAC;QACjC,qBAAgB,GAAG,6CAA6C,CAAC;QACjE,SAAI,GAAS,yBAAyB,CAAC;QAEvC,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE,YAAY;qBACnB;oBACD;wBACC,IAAI,EAAE,SAAS;wBACf,KAAK,EAAE,SAAS;qBAChB;iBACD;gBACD,OAAO,EAAE,YAAY;aACrB;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,OAAO,EACN,oIAAoI;aACrI;YACD;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,OAAO,EACN,sIAAsI;aACvI;YACD;gBACC,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,mBAAmB;aAC5B;YACD;gBACC,WAAW,EAAE,gBAAgB;gBAC7B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM;aACf;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,yFAAyF;aACtG;YACD;gBACC,WAAW,EAAE,uBAAuB;gBACpC,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,cAAc,EAAE;oBACf,IAAI,EAAE;wBACL,WAAW,EAAE,CAAC,SAAS,CAAC;qBACxB;iBACD;gBACD,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,+DAA+D;aAC5E;YACD;gBACC,WAAW,EAAE,2BAA2B;gBACxC,IAAI,EAAE,qBAAqB;gBAC3B,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,KAAK;gBACf,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,EAAE;aACf;SACD,CAAC;IACH,CAAC;CAAA;AAlFD,wCAkFC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
version="1.1"
|
|
6
|
+
id="layer"
|
|
7
|
+
x="0px"
|
|
8
|
+
y="0px"
|
|
9
|
+
viewBox="0 0 60 60"
|
|
10
|
+
xml:space="preserve"
|
|
11
|
+
sodipodi:docname="Qonto.svg"
|
|
12
|
+
width="60"
|
|
13
|
+
height="60"
|
|
14
|
+
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
|
|
15
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
16
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
|
19
|
+
id="defs11" /><sodipodi:namedview
|
|
20
|
+
id="namedview9"
|
|
21
|
+
pagecolor="#ffffff"
|
|
22
|
+
bordercolor="#666666"
|
|
23
|
+
borderopacity="1.0"
|
|
24
|
+
inkscape:pageshadow="2"
|
|
25
|
+
inkscape:pageopacity="0.0"
|
|
26
|
+
inkscape:pagecheckerboard="0"
|
|
27
|
+
showgrid="false"
|
|
28
|
+
width="60px"
|
|
29
|
+
inkscape:zoom="15.14857"
|
|
30
|
+
inkscape:cx="27.065261"
|
|
31
|
+
inkscape:cy="30.464922"
|
|
32
|
+
inkscape:window-width="2560"
|
|
33
|
+
inkscape:window-height="1412"
|
|
34
|
+
inkscape:window-x="2560"
|
|
35
|
+
inkscape:window-y="1080"
|
|
36
|
+
inkscape:window-maximized="1"
|
|
37
|
+
inkscape:current-layer="layer"
|
|
38
|
+
inkscape:showpageshadow="2"
|
|
39
|
+
inkscape:deskcolor="#d1d1d1" />
|
|
40
|
+
<style
|
|
41
|
+
type="text/css"
|
|
42
|
+
id="style2">
|
|
43
|
+
.st0{fill:#262A3E;}
|
|
44
|
+
.st1{fill:#6B5AED;}
|
|
45
|
+
</style>
|
|
46
|
+
|
|
47
|
+
<path
|
|
48
|
+
class="st1"
|
|
49
|
+
d="M 12.31047,21.319131 C 16.687726,25.71623 22.509026,28.20943 28.555957,28.662739 28.149818,22.588397 25.622746,16.740708 21.245488,12.343609 16.868231,7.94651 11.227437,5.4533092 5,5 c 0.4061383,6.074343 2.933215,11.922032 7.31047,16.319131 z m 35.379061,0 C 43.312272,25.71623 37.490974,28.20943 31.444043,28.662739 31.850182,22.588397 34.377254,16.740708 38.754513,12.343609 42.906137,7.94651 48.772563,5.4533092 55,5 54.548738,11.074343 52.066786,16.922032 47.689531,21.319131 Z m 0,17.361741 C 43.312272,34.283773 37.490974,31.790573 31.444043,31.337263 31.850182,37.411607 34.377254,43.259295 38.754512,47.656392 43.131767,52.05349 48.953069,54.546691 55,55 54.548738,48.744333 52.066786,42.851317 47.689531,38.680872 Z m -35.379061,0 C 16.687726,34.283773 22.509026,31.790573 28.781589,31.337263 28.375451,37.411607 25.848374,43.259295 21.47112,47.656392 16.868231,52.05349 11.227437,54.592022 5,55 5.4061383,48.744333 7.933215,42.851317 12.31047,38.680872 Z"
|
|
50
|
+
id="path6"
|
|
51
|
+
style="stroke-width:0.452285;fill:#1d1d1b;fill-opacity:1" />
|
|
52
|
+
</svg>
|