@tantainnovative/ndpr-toolkit 1.0.2 → 1.0.4
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/CHANGELOG.md +16 -0
- package/CNAME +1 -0
- package/CONTRIBUTING.md +87 -0
- package/README.md +84 -447
- package/RELEASE-NOTES-v1.0.0.md +140 -0
- package/RELEASE-NOTES-v1.0.1.md +69 -0
- package/SECURITY.md +21 -0
- package/components.json +21 -0
- package/next-env.d.ts +5 -0
- package/package.json +70 -52
- package/public/NDPR TOOLKIT.svg +1 -0
- package/public/favicon/android-chrome-192x192.png +0 -0
- package/public/favicon/android-chrome-512x512.png +0 -0
- package/public/favicon/apple-touch-icon.png +0 -0
- package/public/favicon/favicon-16x16.png +0 -0
- package/public/favicon/favicon-32x32.png +0 -0
- package/public/favicon/site.webmanifest +1 -0
- package/public/file.svg +1 -0
- package/public/globe.svg +1 -0
- package/public/ndpr-toolkit-logo.svg +108 -0
- package/public/next.svg +1 -0
- package/public/vercel.svg +1 -0
- package/public/window.svg +1 -0
- package/dist/components/breach/BreachNotificationManager.d.ts +0 -62
- package/dist/components/breach/BreachReportForm.d.ts +0 -66
- package/dist/components/breach/BreachRiskAssessment.d.ts +0 -50
- package/dist/components/breach/RegulatoryReportGenerator.d.ts +0 -94
- package/dist/components/consent/ConsentBanner.d.ts +0 -79
- package/dist/components/consent/ConsentManager.d.ts +0 -73
- package/dist/components/consent/ConsentStorage.d.ts +0 -41
- package/dist/components/dpia/DPIAQuestionnaire.d.ts +0 -70
- package/dist/components/dpia/DPIAReport.d.ts +0 -40
- package/dist/components/dpia/StepIndicator.d.ts +0 -64
- package/dist/components/dsr/DSRDashboard.d.ts +0 -58
- package/dist/components/dsr/DSRRequestForm.d.ts +0 -74
- package/dist/components/dsr/DSRTracker.d.ts +0 -56
- package/dist/components/policy/PolicyExporter.d.ts +0 -65
- package/dist/components/policy/PolicyGenerator.d.ts +0 -54
- package/dist/components/policy/PolicyPreview.d.ts +0 -71
- package/dist/hooks/useBreach.d.ts +0 -97
- package/dist/hooks/useConsent.d.ts +0 -63
- package/dist/hooks/useDPIA.d.ts +0 -92
- package/dist/hooks/useDSR.d.ts +0 -72
- package/dist/hooks/usePrivacyPolicy.d.ts +0 -87
- package/dist/index.d.ts +0 -31
- package/dist/index.esm.js +0 -2
- package/dist/index.esm.js.map +0 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +0 -1
- package/dist/setupTests.d.ts +0 -2
- package/dist/types/breach.d.ts +0 -239
- package/dist/types/consent.d.ts +0 -95
- package/dist/types/dpia.d.ts +0 -196
- package/dist/types/dsr.d.ts +0 -162
- package/dist/types/privacy.d.ts +0 -204
- package/dist/utils/breach.d.ts +0 -14
- package/dist/utils/consent.d.ts +0 -10
- package/dist/utils/dpia.d.ts +0 -12
- package/dist/utils/dsr.d.ts +0 -11
- package/dist/utils/privacy.d.ts +0 -12
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
# NDPR Toolkit v1.0.0 Release Notes
|
|
2
|
+
|
|
3
|
+
**Release Date:** May 4, 2025
|
|
4
|
+
**Package:** [@tantainnovative/ndpr-toolkit](https://www.npmjs.com/package/@tantainnovative/ndpr-toolkit)
|
|
5
|
+
**Version:** 1.0.0 (Initial Stable Release)
|
|
6
|
+
|
|
7
|
+
## Overview
|
|
8
|
+
|
|
9
|
+
We are excited to announce the official release of the NDPR Toolkit v1.0.0, a comprehensive solution for implementing Nigeria Data Protection Regulation (NDPR) compliance features in web applications. This enterprise-ready toolkit provides a complete set of components, hooks, and utilities to help organizations meet their NDPR compliance obligations efficiently and effectively.
|
|
10
|
+
|
|
11
|
+
## Key Features
|
|
12
|
+
|
|
13
|
+
### 1. Privacy Policy Management
|
|
14
|
+
- **PolicyGenerator**: Create customizable, NDPR-compliant privacy policies with an intuitive form interface
|
|
15
|
+
- **PolicyPreview**: Display generated policies with professional formatting and section navigation
|
|
16
|
+
- **PolicyExporter**: Export policies in multiple formats (PDF, HTML, Markdown) with compliance notices
|
|
17
|
+
|
|
18
|
+
### 2. Consent Management
|
|
19
|
+
- **ConsentBanner**: Implement cookie consent banners with customizable appearance and behavior
|
|
20
|
+
- **ConsentManager**: Track and manage user consent preferences across your application
|
|
21
|
+
- **ConsentStorage**: Securely store and retrieve consent records with built-in persistence
|
|
22
|
+
|
|
23
|
+
### 3. Data Subject Rights (DSR)
|
|
24
|
+
- **DSRRequestForm**: Collect and validate data subject requests with comprehensive form validation
|
|
25
|
+
- **DSRTracker**: Monitor the status and progress of data subject requests
|
|
26
|
+
- **DSRDashboard**: Visualize and manage all data subject requests in one place
|
|
27
|
+
|
|
28
|
+
### 4. Data Protection Impact Assessment (DPIA)
|
|
29
|
+
- **DPIAQuestionnaire**: Guide users through the DPIA process with step-by-step questionnaires
|
|
30
|
+
- **DPIAReport**: Generate comprehensive DPIA reports based on questionnaire responses
|
|
31
|
+
- **StepIndicator**: Track progress through multi-step DPIA processes
|
|
32
|
+
|
|
33
|
+
### 5. Breach Notification
|
|
34
|
+
- **BreachReportForm**: Collect essential information about data breaches
|
|
35
|
+
- **BreachRiskAssessment**: Evaluate the risk level of reported breaches
|
|
36
|
+
- **RegulatoryReportGenerator**: Create NDPR-compliant breach notification reports
|
|
37
|
+
- **BreachNotificationManager**: Manage the entire breach notification workflow
|
|
38
|
+
|
|
39
|
+
## Technical Specifications
|
|
40
|
+
|
|
41
|
+
- **Framework Compatibility**: React 18+
|
|
42
|
+
- **TypeScript Support**: Full TypeScript definitions for all components and utilities
|
|
43
|
+
- **Modular Architecture**: Use only what you need with tree-shakable imports
|
|
44
|
+
- **Customization**: Extensive theming and styling options
|
|
45
|
+
- **Accessibility**: WCAG 2.1 AA compliant components
|
|
46
|
+
- **Performance**: Optimized bundle size with minimal dependencies
|
|
47
|
+
|
|
48
|
+
## Installation
|
|
49
|
+
|
|
50
|
+
```bash
|
|
51
|
+
# Using npm
|
|
52
|
+
npm install @tantainnovative/ndpr-toolkit
|
|
53
|
+
|
|
54
|
+
# Using yarn
|
|
55
|
+
yarn add @tantainnovative/ndpr-toolkit
|
|
56
|
+
|
|
57
|
+
# Using pnpm
|
|
58
|
+
pnpm add @tantainnovative/ndpr-toolkit
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
## Usage Example
|
|
62
|
+
|
|
63
|
+
```jsx
|
|
64
|
+
import { ConsentBanner, useConsent } from '@tantainnovative/ndpr-toolkit';
|
|
65
|
+
|
|
66
|
+
function App() {
|
|
67
|
+
const { consent, updateConsent } = useConsent();
|
|
68
|
+
|
|
69
|
+
return (
|
|
70
|
+
<div className="app">
|
|
71
|
+
<ConsentBanner
|
|
72
|
+
title="Cookie Consent"
|
|
73
|
+
description="We use cookies to enhance your browsing experience."
|
|
74
|
+
cookieCategories={[
|
|
75
|
+
{ id: 'necessary', name: 'Necessary', required: true },
|
|
76
|
+
{ id: 'analytics', name: 'Analytics' },
|
|
77
|
+
{ id: 'marketing', name: 'Marketing' }
|
|
78
|
+
]}
|
|
79
|
+
onAccept={(categories) => updateConsent(categories)}
|
|
80
|
+
onReject={() => updateConsent(['necessary'])}
|
|
81
|
+
/>
|
|
82
|
+
{/* Your app content */}
|
|
83
|
+
</div>
|
|
84
|
+
);
|
|
85
|
+
}
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
## Documentation
|
|
89
|
+
|
|
90
|
+
Comprehensive documentation is available at:
|
|
91
|
+
- [GitHub Repository](https://github.com/tantainnovative/ndpr-toolkit)
|
|
92
|
+
- [Implementation Guides](https://github.com/tantainnovative/ndpr-toolkit/docs)
|
|
93
|
+
- [API Reference](https://github.com/tantainnovative/ndpr-toolkit/docs/api)
|
|
94
|
+
|
|
95
|
+
## Breaking Changes
|
|
96
|
+
|
|
97
|
+
This is the initial stable release, so there are no breaking changes from previous versions.
|
|
98
|
+
|
|
99
|
+
## Bug Fixes
|
|
100
|
+
|
|
101
|
+
- Fixed conditional rendering in policy templates
|
|
102
|
+
- Resolved issues with form validation in DSR components
|
|
103
|
+
- Improved error handling in consent management
|
|
104
|
+
- Fixed accessibility issues in UI components
|
|
105
|
+
|
|
106
|
+
## Performance Improvements
|
|
107
|
+
|
|
108
|
+
- Optimized bundle size with tree-shaking
|
|
109
|
+
- Improved rendering performance of complex forms
|
|
110
|
+
- Reduced memory usage in data management utilities
|
|
111
|
+
|
|
112
|
+
## Security Enhancements
|
|
113
|
+
|
|
114
|
+
- Implemented secure storage for consent records
|
|
115
|
+
- Added data sanitization for all user inputs
|
|
116
|
+
- Enhanced protection against XSS attacks
|
|
117
|
+
|
|
118
|
+
## Upcoming Features
|
|
119
|
+
|
|
120
|
+
We're already working on the next release, which will include:
|
|
121
|
+
- Integration with popular authentication providers
|
|
122
|
+
- Enhanced reporting capabilities
|
|
123
|
+
- Additional export formats
|
|
124
|
+
- Internationalization support
|
|
125
|
+
|
|
126
|
+
## Acknowledgements
|
|
127
|
+
|
|
128
|
+
We would like to thank all contributors and early adopters who provided valuable feedback during the development of this toolkit.
|
|
129
|
+
|
|
130
|
+
## License
|
|
131
|
+
|
|
132
|
+
MIT License - See LICENSE file for details.
|
|
133
|
+
|
|
134
|
+
## Support
|
|
135
|
+
|
|
136
|
+
For enterprise support, please contact support@tantainnovative.com
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
© 2025 Tanta Innovative. All rights reserved.
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# NDPR Toolkit v1.0.1 Release Notes
|
|
2
|
+
|
|
3
|
+
**Release Date:** May 4, 2025
|
|
4
|
+
**Package:** [@tantainnovative/ndpr-toolkit](https://www.npmjs.com/package/@tantainnovative/ndpr-toolkit)
|
|
5
|
+
**Version:** 1.0.1
|
|
6
|
+
|
|
7
|
+
## Overview
|
|
8
|
+
|
|
9
|
+
This release adds React 19 compatibility to the NDPR Toolkit while maintaining support for React 18. The update ensures that the toolkit can be seamlessly integrated into projects using either React version.
|
|
10
|
+
|
|
11
|
+
## What's New
|
|
12
|
+
|
|
13
|
+
### React 19 Compatibility
|
|
14
|
+
|
|
15
|
+
- Updated peer dependencies to support both React 18 and React 19
|
|
16
|
+
- Added installation instructions for React 19 users
|
|
17
|
+
- Maintained full functionality across all components with the newer React version
|
|
18
|
+
|
|
19
|
+
### Installation Notes
|
|
20
|
+
|
|
21
|
+
When using the toolkit with React 19, you may encounter peer dependency warnings with other packages in your project. To resolve these, you can use the `--legacy-peer-deps` flag:
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
npm install @tantainnovative/ndpr-toolkit --legacy-peer-deps
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
Alternatively, you can create a `.npmrc` file in your project root with the following content:
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
legacy-peer-deps=true
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
This will make npm ignore peer dependency conflicts during installation.
|
|
34
|
+
|
|
35
|
+
## Technical Specifications
|
|
36
|
+
|
|
37
|
+
- **Framework Compatibility**: React 18+ and React 19+
|
|
38
|
+
- **TypeScript Support**: Full TypeScript definitions for all components and utilities
|
|
39
|
+
- **Modular Architecture**: Use only what you need with tree-shakable imports
|
|
40
|
+
- **Customization**: Extensive theming and styling options
|
|
41
|
+
- **Accessibility**: WCAG 2.1 AA compliant components
|
|
42
|
+
- **Performance**: Optimized bundle size with minimal dependencies
|
|
43
|
+
|
|
44
|
+
## Bug Fixes
|
|
45
|
+
|
|
46
|
+
- No bug fixes in this release; this is purely a compatibility update
|
|
47
|
+
|
|
48
|
+
## Documentation Updates
|
|
49
|
+
|
|
50
|
+
- Added React 19 compatibility notes to README.md
|
|
51
|
+
- Updated installation instructions with guidance for handling peer dependency conflicts
|
|
52
|
+
|
|
53
|
+
## Upgrading from v1.0.0
|
|
54
|
+
|
|
55
|
+
This is a drop-in replacement for v1.0.0 with no breaking changes. To upgrade:
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
npm install @tantainnovative/ndpr-toolkit@1.0.1
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
Or with peer dependency resolution:
|
|
62
|
+
|
|
63
|
+
```bash
|
|
64
|
+
npm install @tantainnovative/ndpr-toolkit@1.0.1 --legacy-peer-deps
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
© 2025 Tanta Innovative. All rights reserved.
|
package/SECURITY.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Security Policy
|
|
2
|
+
|
|
3
|
+
## Supported Versions
|
|
4
|
+
|
|
5
|
+
Use this section to tell people about which versions of your project are
|
|
6
|
+
currently being supported with security updates.
|
|
7
|
+
|
|
8
|
+
| Version | Supported |
|
|
9
|
+
| ------- | ------------------ |
|
|
10
|
+
| 5.1.x | :white_check_mark: |
|
|
11
|
+
| 5.0.x | :x: |
|
|
12
|
+
| 4.0.x | :white_check_mark: |
|
|
13
|
+
| < 4.0 | :x: |
|
|
14
|
+
|
|
15
|
+
## Reporting a Vulnerability
|
|
16
|
+
|
|
17
|
+
Use this section to tell people how to report a vulnerability.
|
|
18
|
+
|
|
19
|
+
Tell them where to go, how often they can expect to get an update on a
|
|
20
|
+
reported vulnerability, what to expect if the vulnerability is accepted or
|
|
21
|
+
declined, etc.
|
package/components.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://ui.shadcn.com/schema.json",
|
|
3
|
+
"style": "new-york",
|
|
4
|
+
"rsc": true,
|
|
5
|
+
"tsx": true,
|
|
6
|
+
"tailwind": {
|
|
7
|
+
"config": "",
|
|
8
|
+
"css": "src/app/globals.css",
|
|
9
|
+
"baseColor": "gray",
|
|
10
|
+
"cssVariables": true,
|
|
11
|
+
"prefix": ""
|
|
12
|
+
},
|
|
13
|
+
"aliases": {
|
|
14
|
+
"components": "@/components",
|
|
15
|
+
"utils": "@/lib/utils",
|
|
16
|
+
"ui": "@/components/ui",
|
|
17
|
+
"lib": "@/lib",
|
|
18
|
+
"hooks": "@/hooks"
|
|
19
|
+
},
|
|
20
|
+
"iconLibrary": "lucide"
|
|
21
|
+
}
|
package/next-env.d.ts
ADDED
package/package.json
CHANGED
|
@@ -1,71 +1,89 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tantainnovative/ndpr-toolkit",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"module": "dist/index.esm.js",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist"
|
|
10
|
-
],
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "Nigerian Data Protection Compliance Toolkit for implementing NDPR and DPA compliant features",
|
|
11
6
|
"scripts": {
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"lint": "
|
|
16
|
-
"
|
|
7
|
+
"dev": "next dev --turbopack",
|
|
8
|
+
"build": "next build",
|
|
9
|
+
"start": "next start",
|
|
10
|
+
"lint": "next lint",
|
|
11
|
+
"test": "jest --passWithNoTests",
|
|
12
|
+
"prepare": "husky install",
|
|
13
|
+
"export": "next export",
|
|
14
|
+
"build:static": "next build",
|
|
15
|
+
"deploy": "next build && touch out/.nojekyll && gh-pages -d out",
|
|
16
|
+
"release": "standard-version",
|
|
17
|
+
"release:minor": "standard-version --release-as minor",
|
|
18
|
+
"release:major": "standard-version --release-as major",
|
|
19
|
+
"release:patch": "standard-version --release-as patch"
|
|
17
20
|
},
|
|
18
21
|
"keywords": [
|
|
19
22
|
"ndpr",
|
|
23
|
+
"dpa",
|
|
24
|
+
"nigeria",
|
|
20
25
|
"data-protection",
|
|
21
|
-
"privacy",
|
|
22
26
|
"compliance",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"dpia",
|
|
26
|
-
"data-subject-rights",
|
|
27
|
-
"breach-notification"
|
|
27
|
+
"privacy",
|
|
28
|
+
"gdpr"
|
|
28
29
|
],
|
|
29
30
|
"author": "Tanta Innovative",
|
|
30
31
|
"license": "MIT",
|
|
31
32
|
"repository": {
|
|
32
33
|
"type": "git",
|
|
33
|
-
"url": "https://github.com/tantainnovative/ndpr-toolkit"
|
|
34
|
+
"url": "git+https://github.com/tantainnovative/ndpr-toolkit.git"
|
|
34
35
|
},
|
|
35
|
-
"
|
|
36
|
-
"
|
|
36
|
+
"bugs": {
|
|
37
|
+
"url": "https://github.com/tantainnovative/ndpr-toolkit/issues"
|
|
37
38
|
},
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
"react-
|
|
39
|
+
"homepage": "https://github.com/tantainnovative/ndpr-toolkit#readme",
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@radix-ui/react-label": "^2.1.4",
|
|
42
|
+
"@radix-ui/react-slot": "^1.2.0",
|
|
43
|
+
"@radix-ui/react-switch": "^1.2.2",
|
|
44
|
+
"@radix-ui/react-tabs": "^1.1.9",
|
|
45
|
+
"@tantainnovative/ndpr-toolkit": "^1.0.1",
|
|
46
|
+
"class-variance-authority": "^0.7.1",
|
|
47
|
+
"clsx": "^2.1.1",
|
|
48
|
+
"docx": "^9.4.1",
|
|
49
|
+
"gray-matter": "^4.0.3",
|
|
50
|
+
"html-to-docx": "^1.8.0",
|
|
51
|
+
"jspdf": "^3.0.1",
|
|
52
|
+
"jspdf-autotable": "^5.0.2",
|
|
53
|
+
"lucide-react": "^0.507.0",
|
|
54
|
+
"next": "15.3.1",
|
|
55
|
+
"next-mdx-remote": "^5.0.0",
|
|
56
|
+
"nextra": "^4.2.17",
|
|
57
|
+
"nextra-theme-docs": "^4.2.17",
|
|
58
|
+
"react": "^19.0.0",
|
|
59
|
+
"react-dom": "^19.0.0",
|
|
60
|
+
"react-markdown": "^10.1.0",
|
|
61
|
+
"tailwind-merge": "^2.6.0",
|
|
62
|
+
"uuid": "^11.1.0"
|
|
41
63
|
},
|
|
42
64
|
"devDependencies": {
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@testing-library/
|
|
48
|
-
"@testing-library/react
|
|
49
|
-
"@
|
|
50
|
-
"@types/
|
|
51
|
-
"@types/react": "^
|
|
52
|
-
"@types/react-dom": "^
|
|
53
|
-
"@
|
|
54
|
-
"
|
|
55
|
-
"eslint": "^
|
|
56
|
-
"eslint-
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"jest": "^
|
|
60
|
-
"jest-environment-jsdom": "^
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"typescript": "^4.7.2"
|
|
67
|
-
},
|
|
68
|
-
"dependencies": {
|
|
69
|
-
"tslib": "^2.4.0"
|
|
65
|
+
"@commitlint/cli": "^19.0.0",
|
|
66
|
+
"@commitlint/config-conventional": "^19.0.0",
|
|
67
|
+
"@eslint/eslintrc": "^3",
|
|
68
|
+
"@tailwindcss/postcss": "^4.1.5",
|
|
69
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
70
|
+
"@testing-library/react": "^16.3.0",
|
|
71
|
+
"@types/jest": "^29.5.0",
|
|
72
|
+
"@types/node": "^20",
|
|
73
|
+
"@types/react": "^19",
|
|
74
|
+
"@types/react-dom": "^19",
|
|
75
|
+
"@types/uuid": "^9.0.0",
|
|
76
|
+
"autoprefixer": "^10.4.21",
|
|
77
|
+
"eslint": "^9",
|
|
78
|
+
"eslint-config-next": "15.3.1",
|
|
79
|
+
"gh-pages": "^6.3.0",
|
|
80
|
+
"husky": "^9.0.0",
|
|
81
|
+
"jest": "^29.5.0",
|
|
82
|
+
"jest-environment-jsdom": "^29.5.0",
|
|
83
|
+
"prettier": "^3.6.2",
|
|
84
|
+
"standard-version": "^9.5.0",
|
|
85
|
+
"tailwindcss": "^4",
|
|
86
|
+
"tw-animate-css": "^1.2.9",
|
|
87
|
+
"typescript": "^5"
|
|
70
88
|
}
|
|
71
89
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" zoomAndPan="magnify" viewBox="0 0 375 374.999991" height="500" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><g/><clipPath id="7476030c4e"><path d="M 88.488281 96.757812 L 238 96.757812 L 238 278.257812 L 88.488281 278.257812 Z M 88.488281 96.757812 " clip-rule="nonzero"/></clipPath><clipPath id="4d37ce4931"><path d="M 150 115 L 269.238281 115 L 269.238281 260 L 150 260 Z M 150 115 " clip-rule="nonzero"/></clipPath><clipPath id="4fc2549465"><path d="M 81.003906 165.042969 L 277.007812 165.042969 L 277.007812 218.945312 L 81.003906 218.945312 Z M 81.003906 165.042969 " clip-rule="nonzero"/></clipPath></defs><g clip-path="url(#7476030c4e)"><path fill="#004aad" d="M 197.859375 267.53125 C 153.652344 267.53125 117.820312 231.699219 117.820312 187.496094 C 117.820312 143.289062 153.652344 107.457031 197.859375 107.457031 C 212.203125 107.457031 225.652344 111.246094 237.296875 117.855469 C 221.554688 104.707031 201.296875 96.785156 179.183594 96.785156 C 129.085938 96.785156 88.472656 137.398438 88.472656 187.496094 C 88.472656 237.589844 129.085938 278.203125 179.183594 278.203125 C 201.296875 278.203125 221.554688 270.28125 237.296875 257.132812 C 225.652344 263.742188 212.203125 267.53125 197.859375 267.53125 " fill-opacity="1" fill-rule="nonzero"/></g><g clip-path="url(#4d37ce4931)"><path fill="#4f4c4c" d="M 182.128906 251.414062 C 217.429688 251.414062 246.050781 222.792969 246.050781 187.496094 C 246.050781 152.195312 217.429688 123.574219 182.128906 123.574219 C 170.675781 123.574219 159.933594 126.605469 150.636719 131.882812 C 163.207031 121.378906 179.382812 115.054688 197.046875 115.054688 C 237.054688 115.054688 269.484375 147.484375 269.484375 187.496094 C 269.484375 227.503906 237.054688 259.933594 197.046875 259.933594 C 179.382812 259.933594 163.207031 253.609375 150.636719 243.109375 C 159.933594 248.382812 170.675781 251.414062 182.128906 251.414062 " fill-opacity="1" fill-rule="nonzero"/></g><g clip-path="url(#4fc2549465)"><path fill="#ffffff" d="M 81.003906 165.042969 L 277.03125 165.042969 L 277.03125 218.945312 L 81.003906 218.945312 Z M 81.003906 165.042969 " fill-opacity="1" fill-rule="nonzero"/></g><g fill="#163b6d" fill-opacity="1"><g transform="translate(50.840584, 195.749987)"><g><path d="M 25.5625 -21.59375 C 24.832031 -21.59375 24.28125 -21.28125 23.90625 -20.65625 C 23.738281 -20.382812 23.644531 -20.070312 23.625 -19.71875 L 23.625 -3.5625 C 23.625 -2.164062 23.71875 -0.988281 23.90625 -0.03125 L 24 0.4375 L 23.71875 0.4375 L 7.921875 -14.609375 L 7.921875 -2.1875 C 7.921875 -1.664062 8.109375 -1.222656 8.484375 -0.859375 C 8.859375 -0.492188 9.304688 -0.3125 9.828125 -0.3125 L 10.421875 -0.3125 L 10.421875 0 L 0.9375 0 L 0.9375 -0.3125 L 1.5 -0.3125 C 2.039062 -0.3125 2.5 -0.492188 2.875 -0.859375 C 3.25 -1.222656 3.4375 -1.675781 3.4375 -2.21875 L 3.4375 -18.46875 C 3.4375 -19.84375 3.34375 -20.988281 3.15625 -21.90625 L 3.09375 -22.375 L 3.375 -22.375 L 19.1875 -7.328125 L 19.1875 -19.6875 C 19.164062 -20.226562 18.96875 -20.679688 18.59375 -21.046875 C 18.21875 -21.410156 17.769531 -21.59375 17.25 -21.59375 L 16.6875 -21.59375 L 16.6875 -21.90625 L 26.171875 -21.90625 L 26.171875 -21.59375 Z M 25.5625 -21.59375 "/></g></g></g><g fill="#163b6d" fill-opacity="1"><g transform="translate(77.905607, 195.749987)"><g><path d="M 12.671875 -21.90625 C 16.367188 -21.90625 19.289062 -20.925781 21.4375 -18.96875 C 23.582031 -17.007812 24.65625 -14.335938 24.65625 -10.953125 C 24.65625 -7.578125 23.582031 -4.90625 21.4375 -2.9375 C 19.289062 -0.976562 16.367188 0 12.671875 0 L 1.3125 0 L 1.3125 -0.3125 L 1.71875 -0.3125 C 2.257812 -0.3125 2.722656 -0.503906 3.109375 -0.890625 C 3.492188 -1.273438 3.695312 -1.738281 3.71875 -2.28125 L 3.71875 -19.8125 C 3.71875 -20.3125 3.515625 -20.734375 3.109375 -21.078125 C 2.703125 -21.421875 2.238281 -21.59375 1.71875 -21.59375 L 1.3125 -21.59375 L 1.3125 -21.90625 Z M 12.265625 -1.34375 C 13.765625 -1.34375 15.0625 -1.726562 16.15625 -2.5 C 17.257812 -3.269531 18.101562 -4.378906 18.6875 -5.828125 C 19.269531 -7.285156 19.5625 -8.867188 19.5625 -10.578125 C 19.5625 -12.285156 19.390625 -13.738281 19.046875 -14.9375 C 18.703125 -16.144531 18.21875 -17.164062 17.59375 -18 C 16.300781 -19.726562 14.523438 -20.59375 12.265625 -20.59375 L 8.421875 -20.59375 L 8.421875 -1.34375 Z M 12.265625 -1.34375 "/></g></g></g><g fill="#163b6d" fill-opacity="1"><g transform="translate(103.812935, 195.749987)"><g><path d="M 19.625 -15.65625 C 19.625 -14.6875 19.4375 -13.773438 19.0625 -12.921875 C 18.351562 -11.273438 17.035156 -10.148438 15.109375 -9.546875 C 14.546875 -9.359375 14.023438 -9.265625 13.546875 -9.265625 C 12.066406 -9.265625 10.742188 -9.648438 9.578125 -10.421875 L 9.578125 -10.734375 C 11.140625 -10.691406 12.398438 -11.203125 13.359375 -12.265625 C 14.191406 -13.179688 14.609375 -14.382812 14.609375 -15.875 C 14.609375 -17.375 14.25 -18.535156 13.53125 -19.359375 C 12.8125 -20.179688 11.835938 -20.59375 10.609375 -20.59375 L 8.515625 -20.59375 L 8.515625 -2.28125 C 8.515625 -1.738281 8.710938 -1.273438 9.109375 -0.890625 C 9.503906 -0.503906 9.972656 -0.3125 10.515625 -0.3125 L 10.921875 -0.3125 L 10.921875 0 L 1.40625 0 L 1.40625 -0.3125 L 1.8125 -0.3125 C 2.351562 -0.3125 2.816406 -0.503906 3.203125 -0.890625 C 3.585938 -1.273438 3.789062 -1.738281 3.8125 -2.28125 L 3.8125 -19.78125 C 3.8125 -20.300781 3.613281 -20.734375 3.21875 -21.078125 C 2.820312 -21.421875 2.351562 -21.59375 1.8125 -21.59375 L 1.40625 -21.59375 L 1.40625 -21.90625 L 11.859375 -21.90625 C 14.410156 -21.90625 16.332031 -21.363281 17.625 -20.28125 C 18.957031 -19.132812 19.625 -17.59375 19.625 -15.65625 Z M 19.625 -15.65625 "/></g></g></g><g fill="#163b6d" fill-opacity="1"><g transform="translate(124.307254, 195.749987)"><g><path d="M 9.953125 -20.53125 L 8.609375 -20.53125 C 8.566406 -20.53125 8.535156 -20.53125 8.515625 -20.53125 L 8.515625 -2.28125 C 8.535156 -1.738281 8.738281 -1.273438 9.125 -0.890625 C 9.507812 -0.503906 9.972656 -0.3125 10.515625 -0.3125 L 10.921875 -0.3125 L 10.921875 0 L 1.40625 0 L 1.40625 -0.3125 L 1.8125 -0.3125 C 2.5625 -0.3125 3.132812 -0.632812 3.53125 -1.28125 C 3.695312 -1.570312 3.789062 -1.894531 3.8125 -2.25 L 3.8125 -19.625 C 3.789062 -20.164062 3.585938 -20.628906 3.203125 -21.015625 C 2.816406 -21.398438 2.351562 -21.59375 1.8125 -21.59375 L 1.40625 -21.59375 L 1.40625 -21.90625 L 12.140625 -21.90625 C 14.160156 -21.90625 15.875 -21.46875 17.28125 -20.59375 C 17.988281 -20.15625 18.550781 -19.546875 18.96875 -18.765625 C 19.382812 -17.984375 19.59375 -16.957031 19.59375 -15.6875 C 19.59375 -14.425781 19.15625 -13.210938 18.28125 -12.046875 C 17.40625 -10.878906 16.128906 -10.210938 14.453125 -10.046875 C 15.671875 -9.648438 16.738281 -8.734375 17.65625 -7.296875 C 19.90625 -3.679688 21.570312 -1.53125 22.65625 -0.84375 C 23.195312 -0.507812 23.875 -0.332031 24.6875 -0.3125 L 24.6875 0 L 21.625 0 C 19.8125 0 18.300781 -0.238281 17.09375 -0.71875 C 15.894531 -1.195312 14.953125 -2.039062 14.265625 -3.25 C 13.867188 -3.9375 13.003906 -5.722656 11.671875 -8.609375 C 11.085938 -9.878906 10.378906 -10.578125 9.546875 -10.703125 L 9.546875 -11.015625 L 10.515625 -11.015625 C 11.453125 -11.015625 12.28125 -11.296875 13 -11.859375 C 13.71875 -12.421875 14.203125 -13.335938 14.453125 -14.609375 C 14.535156 -15.046875 14.578125 -15.394531 14.578125 -15.65625 C 14.578125 -17.363281 14.234375 -18.597656 13.546875 -19.359375 C 12.859375 -20.117188 11.972656 -20.507812 10.890625 -20.53125 C 10.679688 -20.53125 10.367188 -20.53125 9.953125 -20.53125 Z M 9.953125 -20.53125 "/></g></g></g><g fill="#163b6d" fill-opacity="1"><g transform="translate(147.680162, 195.749987)"><g/></g></g><g fill="#163b6d" fill-opacity="1"><g transform="translate(155.502427, 195.749987)"><g><path d="M 12.796875 -20.625 L 12.796875 -2.25 C 12.816406 -1.707031 13.019531 -1.25 13.40625 -0.875 C 13.789062 -0.5 14.253906 -0.3125 14.796875 -0.3125 L 15.171875 -0.3125 L 15.203125 0 L 5.703125 0 L 5.703125 -0.3125 L 6.109375 -0.3125 C 6.628906 -0.3125 7.082031 -0.5 7.46875 -0.875 C 7.851562 -1.25 8.066406 -1.695312 8.109375 -2.21875 L 8.109375 -20.625 L 3.875 -20.625 C 2.914062 -20.601562 2.15625 -20.300781 1.59375 -19.71875 C 1.03125 -19.132812 0.75 -18.375 0.75 -17.4375 L 0.75 -17.0625 L 0.4375 -17.0625 L 0.4375 -22.5 C 1.289062 -22.144531 2.519531 -21.957031 4.125 -21.9375 L 16.75 -21.9375 C 17.394531 -21.9375 18.097656 -22 18.859375 -22.125 C 19.617188 -22.25 20.144531 -22.375 20.4375 -22.5 L 20.4375 -17.0625 L 20.125 -17.0625 L 20.125 -17.4375 C 20.125 -18.726562 19.632812 -19.644531 18.65625 -20.1875 C 18.195312 -20.457031 17.644531 -20.601562 17 -20.625 Z M 12.796875 -20.625 "/></g></g></g><g fill="#163b6d" fill-opacity="1"><g transform="translate(176.340926, 195.749987)"><g><path d="M 4.859375 -19.28125 C 7.085938 -21.320312 10.082031 -22.34375 13.84375 -22.34375 C 17.613281 -22.34375 20.609375 -21.320312 22.828125 -19.28125 C 25.054688 -17.238281 26.171875 -14.460938 26.171875 -10.953125 C 26.171875 -7.453125 25.054688 -4.675781 22.828125 -2.625 C 20.609375 -0.582031 17.613281 0.4375 13.84375 0.4375 C 10.082031 0.4375 7.085938 -0.582031 4.859375 -2.625 C 2.640625 -4.675781 1.53125 -7.453125 1.53125 -10.953125 C 1.53125 -14.460938 2.640625 -17.238281 4.859375 -19.28125 Z M 8.59375 -3.578125 C 9.875 -1.773438 11.617188 -0.875 13.828125 -0.875 C 16.046875 -0.875 17.800781 -1.773438 19.09375 -3.578125 C 20.382812 -5.390625 21.03125 -7.847656 21.03125 -10.953125 C 21.03125 -14.054688 20.382812 -16.507812 19.09375 -18.3125 C 17.800781 -20.125 16.046875 -21.03125 13.828125 -21.03125 C 11.617188 -21.03125 9.875 -20.125 8.59375 -18.3125 C 7.3125 -16.507812 6.671875 -14.054688 6.671875 -10.953125 C 6.671875 -7.847656 7.3125 -5.390625 8.59375 -3.578125 Z M 8.59375 -3.578125 "/></g></g></g><g fill="#163b6d" fill-opacity="1"><g transform="translate(203.812707, 195.749987)"><g><path d="M 4.859375 -19.28125 C 7.085938 -21.320312 10.082031 -22.34375 13.84375 -22.34375 C 17.613281 -22.34375 20.609375 -21.320312 22.828125 -19.28125 C 25.054688 -17.238281 26.171875 -14.460938 26.171875 -10.953125 C 26.171875 -7.453125 25.054688 -4.675781 22.828125 -2.625 C 20.609375 -0.582031 17.613281 0.4375 13.84375 0.4375 C 10.082031 0.4375 7.085938 -0.582031 4.859375 -2.625 C 2.640625 -4.675781 1.53125 -7.453125 1.53125 -10.953125 C 1.53125 -14.460938 2.640625 -17.238281 4.859375 -19.28125 Z M 8.59375 -3.578125 C 9.875 -1.773438 11.617188 -0.875 13.828125 -0.875 C 16.046875 -0.875 17.800781 -1.773438 19.09375 -3.578125 C 20.382812 -5.390625 21.03125 -7.847656 21.03125 -10.953125 C 21.03125 -14.054688 20.382812 -16.507812 19.09375 -18.3125 C 17.800781 -20.125 16.046875 -21.03125 13.828125 -21.03125 C 11.617188 -21.03125 9.875 -20.125 8.59375 -18.3125 C 7.3125 -16.507812 6.671875 -14.054688 6.671875 -10.953125 C 6.671875 -7.847656 7.3125 -5.390625 8.59375 -3.578125 Z M 8.59375 -3.578125 "/></g></g></g><g fill="#163b6d" fill-opacity="1"><g transform="translate(231.284489, 195.749987)"><g><path d="M 1.71875 -0.3125 C 2.257812 -0.3125 2.722656 -0.503906 3.109375 -0.890625 C 3.492188 -1.273438 3.695312 -1.738281 3.71875 -2.28125 L 3.71875 -19.625 C 3.695312 -20.164062 3.492188 -20.628906 3.109375 -21.015625 C 2.722656 -21.398438 2.257812 -21.59375 1.71875 -21.59375 L 1.3125 -21.59375 L 1.3125 -21.90625 L 10.828125 -21.90625 L 10.796875 -21.59375 L 10.421875 -21.59375 C 9.878906 -21.59375 9.410156 -21.398438 9.015625 -21.015625 C 8.617188 -20.628906 8.421875 -20.164062 8.421875 -19.625 L 8.421875 -1.34375 L 12.515625 -1.34375 C 14.035156 -1.34375 15.3125 -1.78125 16.34375 -2.65625 C 17.382812 -3.53125 18.15625 -4.773438 18.65625 -6.390625 L 18.96875 -6.390625 L 17.53125 0 L 1.3125 0 L 1.3125 -0.3125 Z M 1.71875 -0.3125 "/></g></g></g><g fill="#163b6d" fill-opacity="1"><g transform="translate(250.558535, 195.749987)"><g><path d="M 1.71875 -0.3125 C 2.257812 -0.3125 2.722656 -0.503906 3.109375 -0.890625 C 3.492188 -1.273438 3.695312 -1.738281 3.71875 -2.28125 L 3.71875 -19.65625 C 3.695312 -20.40625 3.351562 -20.96875 2.6875 -21.34375 C 2.394531 -21.507812 2.070312 -21.59375 1.71875 -21.59375 L 1.3125 -21.59375 L 1.3125 -21.90625 L 10.828125 -21.90625 L 10.796875 -21.59375 L 10.421875 -21.59375 C 9.671875 -21.59375 9.097656 -21.269531 8.703125 -20.625 C 8.515625 -20.332031 8.421875 -20.007812 8.421875 -19.65625 L 8.421875 -2.28125 C 8.421875 -1.738281 8.617188 -1.273438 9.015625 -0.890625 C 9.410156 -0.503906 9.878906 -0.3125 10.421875 -0.3125 L 10.796875 -0.3125 L 10.828125 0 L 1.3125 0 L 1.3125 -0.3125 Z M 24.3125 0 L 21.75 0 C 18.582031 0 16.335938 -0.863281 15.015625 -2.59375 C 11.285156 -7.664062 9.421875 -10.242188 9.421875 -10.328125 L 16.84375 -20.15625 C 17.007812 -20.363281 17.09375 -20.550781 17.09375 -20.71875 C 17.09375 -20.882812 17.0625 -21.03125 17 -21.15625 C 16.832031 -21.46875 16.539062 -21.625 16.125 -21.625 L 15.8125 -21.625 L 15.8125 -21.90625 L 22.96875 -21.90625 L 22.96875 -21.625 L 22.84375 -21.625 C 21.445312 -21.625 20.3125 -21.125 19.4375 -20.125 L 13.328125 -12.890625 L 21.125 -2.25 C 22.082031 -1 23.144531 -0.351562 24.3125 -0.3125 Z M 24.3125 0 "/></g></g></g><g fill="#163b6d" fill-opacity="1"><g transform="translate(274.244347, 195.749987)"><g><path d="M 1.71875 -0.3125 C 2.257812 -0.3125 2.722656 -0.503906 3.109375 -0.890625 C 3.492188 -1.273438 3.695312 -1.738281 3.71875 -2.28125 L 3.71875 -19.65625 C 3.695312 -20.195312 3.492188 -20.65625 3.109375 -21.03125 C 2.722656 -21.40625 2.257812 -21.59375 1.71875 -21.59375 L 1.3125 -21.59375 L 1.3125 -21.90625 L 10.828125 -21.90625 L 10.796875 -21.59375 L 10.421875 -21.59375 C 9.878906 -21.59375 9.410156 -21.40625 9.015625 -21.03125 C 8.617188 -20.65625 8.421875 -20.195312 8.421875 -19.65625 L 8.421875 -2.28125 C 8.421875 -1.738281 8.617188 -1.273438 9.015625 -0.890625 C 9.410156 -0.503906 9.878906 -0.3125 10.421875 -0.3125 L 10.796875 -0.3125 L 10.828125 0 L 1.3125 0 L 1.3125 -0.3125 Z M 1.71875 -0.3125 "/></g></g></g><g fill="#163b6d" fill-opacity="1"><g transform="translate(286.321914, 195.749987)"><g><path d="M 12.796875 -20.625 L 12.796875 -2.25 C 12.816406 -1.707031 13.019531 -1.25 13.40625 -0.875 C 13.789062 -0.5 14.253906 -0.3125 14.796875 -0.3125 L 15.171875 -0.3125 L 15.203125 0 L 5.703125 0 L 5.703125 -0.3125 L 6.109375 -0.3125 C 6.628906 -0.3125 7.082031 -0.5 7.46875 -0.875 C 7.851562 -1.25 8.066406 -1.695312 8.109375 -2.21875 L 8.109375 -20.625 L 3.875 -20.625 C 2.914062 -20.601562 2.15625 -20.300781 1.59375 -19.71875 C 1.03125 -19.132812 0.75 -18.375 0.75 -17.4375 L 0.75 -17.0625 L 0.4375 -17.0625 L 0.4375 -22.5 C 1.289062 -22.144531 2.519531 -21.957031 4.125 -21.9375 L 16.75 -21.9375 C 17.394531 -21.9375 18.097656 -22 18.859375 -22.125 C 19.617188 -22.25 20.144531 -22.375 20.4375 -22.5 L 20.4375 -17.0625 L 20.125 -17.0625 L 20.125 -17.4375 C 20.125 -18.726562 19.632812 -19.644531 18.65625 -20.1875 C 18.195312 -20.457031 17.644531 -20.601562 17 -20.625 Z M 12.796875 -20.625 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(105.323514, 211.853321)"><g><path d="M 6.34375 -8.40625 L 6.34375 -7.28125 L 4.09375 -7.28125 L 4.09375 0 L 2.71875 0 L 2.71875 -7.28125 L 0.46875 -7.28125 L 0.46875 -8.40625 Z M 6.34375 -8.40625 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(114.588803, 211.853321)"><g><path d="M 5.96875 -1.71875 L 2.453125 -1.71875 L 1.84375 0 L 0.40625 0 L 3.421875 -8.421875 L 5.015625 -8.421875 L 8.03125 0 L 6.578125 0 Z M 5.59375 -2.84375 L 4.21875 -6.75 L 2.84375 -2.84375 Z M 5.59375 -2.84375 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(125.46266, 211.853321)"><g><path d="M 7.8125 0 L 6.4375 0 L 2.28125 -6.28125 L 2.28125 0 L 0.90625 0 L 0.90625 -8.421875 L 2.28125 -8.421875 L 6.4375 -2.15625 L 6.4375 -8.421875 L 7.8125 -8.421875 Z M 7.8125 0 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(136.626779, 211.853321)"><g><path d="M 6.34375 -8.40625 L 6.34375 -7.28125 L 4.09375 -7.28125 L 4.09375 0 L 2.71875 0 L 2.71875 -7.28125 L 0.46875 -7.28125 L 0.46875 -8.40625 Z M 6.34375 -8.40625 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(145.892069, 211.853321)"><g><path d="M 5.96875 -1.71875 L 2.453125 -1.71875 L 1.84375 0 L 0.40625 0 L 3.421875 -8.421875 L 5.015625 -8.421875 L 8.03125 0 L 6.578125 0 Z M 5.59375 -2.84375 L 4.21875 -6.75 L 2.84375 -2.84375 Z M 5.59375 -2.84375 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(156.765928, 211.853321)"><g/></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(162.354514, 211.853321)"><g><path d="M 2.28125 -8.40625 L 2.28125 0 L 0.90625 0 L 0.90625 -8.40625 Z M 2.28125 -8.40625 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(167.991479, 211.853321)"><g><path d="M 7.8125 0 L 6.4375 0 L 2.28125 -6.28125 L 2.28125 0 L 0.90625 0 L 0.90625 -8.421875 L 2.28125 -8.421875 L 6.4375 -2.15625 L 6.4375 -8.421875 L 7.8125 -8.421875 Z M 7.8125 0 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(179.155601, 211.853321)"><g><path d="M 7.8125 0 L 6.4375 0 L 2.28125 -6.28125 L 2.28125 0 L 0.90625 0 L 0.90625 -8.421875 L 2.28125 -8.421875 L 6.4375 -2.15625 L 6.4375 -8.421875 L 7.8125 -8.421875 Z M 7.8125 0 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(190.319723, 211.853321)"><g><path d="M 4.734375 0.078125 C 3.953125 0.078125 3.234375 -0.101562 2.578125 -0.46875 C 1.921875 -0.832031 1.398438 -1.34375 1.015625 -2 C 0.640625 -2.65625 0.453125 -3.394531 0.453125 -4.21875 C 0.453125 -5.039062 0.640625 -5.773438 1.015625 -6.421875 C 1.398438 -7.078125 1.921875 -7.585938 2.578125 -7.953125 C 3.234375 -8.328125 3.953125 -8.515625 4.734375 -8.515625 C 5.523438 -8.515625 6.25 -8.328125 6.90625 -7.953125 C 7.5625 -7.585938 8.078125 -7.078125 8.453125 -6.421875 C 8.835938 -5.773438 9.03125 -5.039062 9.03125 -4.21875 C 9.03125 -3.394531 8.835938 -2.65625 8.453125 -2 C 8.078125 -1.34375 7.5625 -0.832031 6.90625 -0.46875 C 6.25 -0.101562 5.523438 0.078125 4.734375 0.078125 Z M 4.734375 -1.109375 C 5.296875 -1.109375 5.789062 -1.234375 6.21875 -1.484375 C 6.65625 -1.742188 7 -2.109375 7.25 -2.578125 C 7.5 -3.054688 7.625 -3.601562 7.625 -4.21875 C 7.625 -4.84375 7.5 -5.390625 7.25 -5.859375 C 7 -6.328125 6.65625 -6.679688 6.21875 -6.921875 C 5.789062 -7.171875 5.296875 -7.296875 4.734375 -7.296875 C 4.179688 -7.296875 3.6875 -7.171875 3.25 -6.921875 C 2.8125 -6.679688 2.46875 -6.328125 2.21875 -5.859375 C 1.976562 -5.390625 1.859375 -4.84375 1.859375 -4.21875 C 1.859375 -3.601562 1.976562 -3.054688 2.21875 -2.578125 C 2.46875 -2.109375 2.8125 -1.742188 3.25 -1.484375 C 3.6875 -1.234375 4.179688 -1.109375 4.734375 -1.109375 Z M 4.734375 -1.109375 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(202.245801, 211.853321)"><g><path d="M 8.15625 -8.40625 L 5 0 L 3.390625 0 L 0.234375 -8.40625 L 1.703125 -8.40625 L 4.203125 -1.421875 L 6.703125 -8.40625 Z M 8.15625 -8.40625 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(213.083368, 211.853321)"><g><path d="M 5.96875 -1.71875 L 2.453125 -1.71875 L 1.84375 0 L 0.40625 0 L 3.421875 -8.421875 L 5.015625 -8.421875 L 8.03125 0 L 6.578125 0 Z M 5.59375 -2.84375 L 4.21875 -6.75 L 2.84375 -2.84375 Z M 5.59375 -2.84375 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(223.957227, 211.853321)"><g><path d="M 6.34375 -8.40625 L 6.34375 -7.28125 L 4.09375 -7.28125 L 4.09375 0 L 2.71875 0 L 2.71875 -7.28125 L 0.46875 -7.28125 L 0.46875 -8.40625 Z M 6.34375 -8.40625 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(233.222518, 211.853321)"><g><path d="M 2.28125 -8.40625 L 2.28125 0 L 0.90625 0 L 0.90625 -8.40625 Z M 2.28125 -8.40625 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(238.859487, 211.853321)"><g><path d="M 8.15625 -8.40625 L 5 0 L 3.390625 0 L 0.234375 -8.40625 L 1.703125 -8.40625 L 4.203125 -1.421875 L 6.703125 -8.40625 Z M 8.15625 -8.40625 "/></g></g></g><g fill="#4f4c4c" fill-opacity="1"><g transform="translate(249.697054, 211.853321)"><g><path d="M 2.28125 -7.296875 L 2.28125 -4.828125 L 5.1875 -4.828125 L 5.1875 -3.703125 L 2.28125 -3.703125 L 2.28125 -1.125 L 5.546875 -1.125 L 5.546875 0 L 0.90625 0 L 0.90625 -8.421875 L 5.546875 -8.421875 L 5.546875 -7.296875 Z M 2.28125 -7.296875 "/></g></g></g></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
package/public/file.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 13.5V5.41a1 1 0 0 0-.3-.7L9.8.29A1 1 0 0 0 9.08 0H1.5v13.5A2.5 2.5 0 0 0 4 16h8a2.5 2.5 0 0 0 2.5-2.5m-1.5 0v-7H8v-5H3v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1M9.5 5V2.12L12.38 5zM5.13 5h-.62v1.25h2.12V5zm-.62 3h7.12v1.25H4.5zm.62 3h-.62v1.25h7.12V11z" clip-rule="evenodd" fill="#666" fill-rule="evenodd"/></svg>
|
package/public/globe.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g clip-path="url(#a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.27 14.1a6.5 6.5 0 0 0 3.67-3.45q-1.24.21-2.7.34-.31 1.83-.97 3.1M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.48-1.52a7 7 0 0 1-.96 0H7.5a4 4 0 0 1-.84-1.32q-.38-.89-.63-2.08a40 40 0 0 0 3.92 0q-.25 1.2-.63 2.08a4 4 0 0 1-.84 1.31zm2.94-4.76q1.66-.15 2.95-.43a7 7 0 0 0 0-2.58q-1.3-.27-2.95-.43a18 18 0 0 1 0 3.44m-1.27-3.54a17 17 0 0 1 0 3.64 39 39 0 0 1-4.3 0 17 17 0 0 1 0-3.64 39 39 0 0 1 4.3 0m1.1-1.17q1.45.13 2.69.34a6.5 6.5 0 0 0-3.67-3.44q.65 1.26.98 3.1M8.48 1.5l.01.02q.41.37.84 1.31.38.89.63 2.08a40 40 0 0 0-3.92 0q.25-1.2.63-2.08a4 4 0 0 1 .85-1.32 7 7 0 0 1 .96 0m-2.75.4a6.5 6.5 0 0 0-3.67 3.44 29 29 0 0 1 2.7-.34q.31-1.83.97-3.1M4.58 6.28q-1.66.16-2.95.43a7 7 0 0 0 0 2.58q1.3.27 2.95.43a18 18 0 0 1 0-3.44m.17 4.71q-1.45-.12-2.69-.34a6.5 6.5 0 0 0 3.67 3.44q-.65-1.27-.98-3.1" fill="#666"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|