auth ui
|
|
@ -0,0 +1,45 @@
|
|||
# Miscellaneous
|
||||
*.class
|
||||
*.log
|
||||
*.pyc
|
||||
*.swp
|
||||
.DS_Store
|
||||
.atom/
|
||||
.build/
|
||||
.buildlog/
|
||||
.history
|
||||
.svn/
|
||||
.swiftpm/
|
||||
migrate_working_dir/
|
||||
|
||||
# IntelliJ related
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
|
||||
# The .vscode folder contains launch configuration and tasks you configure in
|
||||
# VS Code which you may wish to be included in version control, so this line
|
||||
# is commented out by default.
|
||||
#.vscode/
|
||||
|
||||
# Flutter/Dart/Pub related
|
||||
**/doc/api/
|
||||
**/ios/Flutter/.last_build_id
|
||||
.dart_tool/
|
||||
.flutter-plugins
|
||||
.flutter-plugins-dependencies
|
||||
.pub-cache/
|
||||
.pub/
|
||||
/build/
|
||||
|
||||
# Symbolication related
|
||||
app.*.symbols
|
||||
|
||||
# Obfuscation related
|
||||
app.*.map.json
|
||||
|
||||
# Android Studio will place build artifacts here
|
||||
/android/app/debug
|
||||
/android/app/profile
|
||||
/android/app/release
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
# This file tracks properties of this Flutter project.
|
||||
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
||||
#
|
||||
# This file should be version controlled and should not be manually edited.
|
||||
|
||||
version:
|
||||
revision: "ea121f8859e4b13e47a8f845e4586164519588bc"
|
||||
channel: "stable"
|
||||
|
||||
project_type: app
|
||||
|
||||
# Tracks metadata for the flutter migrate command
|
||||
migration:
|
||||
platforms:
|
||||
- platform: root
|
||||
create_revision: ea121f8859e4b13e47a8f845e4586164519588bc
|
||||
base_revision: ea121f8859e4b13e47a8f845e4586164519588bc
|
||||
- platform: android
|
||||
create_revision: ea121f8859e4b13e47a8f845e4586164519588bc
|
||||
base_revision: ea121f8859e4b13e47a8f845e4586164519588bc
|
||||
- platform: ios
|
||||
create_revision: ea121f8859e4b13e47a8f845e4586164519588bc
|
||||
base_revision: ea121f8859e4b13e47a8f845e4586164519588bc
|
||||
- platform: linux
|
||||
create_revision: ea121f8859e4b13e47a8f845e4586164519588bc
|
||||
base_revision: ea121f8859e4b13e47a8f845e4586164519588bc
|
||||
- platform: macos
|
||||
create_revision: ea121f8859e4b13e47a8f845e4586164519588bc
|
||||
base_revision: ea121f8859e4b13e47a8f845e4586164519588bc
|
||||
- platform: web
|
||||
create_revision: ea121f8859e4b13e47a8f845e4586164519588bc
|
||||
base_revision: ea121f8859e4b13e47a8f845e4586164519588bc
|
||||
- platform: windows
|
||||
create_revision: ea121f8859e4b13e47a8f845e4586164519588bc
|
||||
base_revision: ea121f8859e4b13e47a8f845e4586164519588bc
|
||||
|
||||
# User provided section
|
||||
|
||||
# List of Local paths (relative to this file) that should be
|
||||
# ignored by the migrate tool.
|
||||
#
|
||||
# Files that are not part of the templates will be ignored by default.
|
||||
unmanaged_files:
|
||||
- 'lib/main.dart'
|
||||
- 'ios/Runner.xcodeproj/project.pbxproj'
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
# proxibuy
|
||||
|
||||
A new Flutter project.
|
||||
|
||||
## Getting Started
|
||||
|
||||
This project is a starting point for a Flutter application.
|
||||
|
||||
A few resources to get you started if this is your first Flutter project:
|
||||
|
||||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
|
||||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
|
||||
|
||||
For help getting started with Flutter development, view the
|
||||
[online documentation](https://docs.flutter.dev/), which offers tutorials,
|
||||
samples, guidance on mobile development, and a full API reference.
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
# This file configures the analyzer, which statically analyzes Dart code to
|
||||
# check for errors, warnings, and lints.
|
||||
#
|
||||
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
|
||||
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
|
||||
# invoked from the command line by running `flutter analyze`.
|
||||
|
||||
# The following line activates a set of recommended lints for Flutter apps,
|
||||
# packages, and plugins designed to encourage good coding practices.
|
||||
include: package:flutter_lints/flutter.yaml
|
||||
|
||||
linter:
|
||||
# The lint rules applied to this project can be customized in the
|
||||
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
|
||||
# included above or to enable additional rules. A list of all available lints
|
||||
# and their documentation is published at https://dart.dev/lints.
|
||||
#
|
||||
# Instead of disabling a lint rule for the entire project in the
|
||||
# section below, it can also be suppressed for a single line of code
|
||||
# or a specific dart file by using the `// ignore: name_of_lint` and
|
||||
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
|
||||
# producing the lint.
|
||||
rules:
|
||||
# avoid_print: false # Uncomment to disable the `avoid_print` rule
|
||||
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
|
||||
|
||||
# Additional information about this file can be found at
|
||||
# https://dart.dev/guides/language/analysis-options
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
gradle-wrapper.jar
|
||||
/.gradle
|
||||
/captures/
|
||||
/gradlew
|
||||
/gradlew.bat
|
||||
/local.properties
|
||||
GeneratedPluginRegistrant.java
|
||||
.cxx/
|
||||
|
||||
# Remember to never publicly share your keystore.
|
||||
# See https://flutter.dev/to/reference-keystore
|
||||
key.properties
|
||||
**/*.keystore
|
||||
**/*.jks
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
plugins {
|
||||
id("com.android.application")
|
||||
id("kotlin-android")
|
||||
// The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins.
|
||||
id("dev.flutter.flutter-gradle-plugin")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.example.proxibuy"
|
||||
compileSdk = flutter.compileSdkVersion
|
||||
ndkVersion = flutter.ndkVersion
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = JavaVersion.VERSION_11.toString()
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId = "com.example.proxibuy"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||
minSdk = flutter.minSdkVersion
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = flutter.versionCode
|
||||
versionName = flutter.versionName
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
// TODO: Add your own signing config for the release build.
|
||||
// Signing with the debug keys for now, so `flutter run --release` works.
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
flutter {
|
||||
source = "../.."
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- The INTERNET permission is required for development. Specifically,
|
||||
the Flutter tool needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
</manifest>
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<application
|
||||
android:label="proxibuy"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop"
|
||||
android:taskAffinity=""
|
||||
android:theme="@style/LaunchTheme"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||
android:hardwareAccelerated="true"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<!-- Specifies an Android theme to apply to this Activity as soon as
|
||||
the Android process has started. This theme is visible to the user
|
||||
while the Flutter UI initializes. After that, this theme continues
|
||||
to determine the Window background behind the Flutter UI. -->
|
||||
<meta-data
|
||||
android:name="io.flutter.embedding.android.NormalTheme"
|
||||
android:resource="@style/NormalTheme"
|
||||
/>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<!-- Don't delete the meta-data below.
|
||||
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
||||
<meta-data
|
||||
android:name="flutterEmbedding"
|
||||
android:value="2" />
|
||||
</application>
|
||||
<!-- Required to query activities that can process text, see:
|
||||
https://developer.android.com/training/package-visibility and
|
||||
https://developer.android.com/reference/android/content/Intent#ACTION_PROCESS_TEXT.
|
||||
|
||||
In particular, this is used by the Flutter engine in io.flutter.plugin.text.ProcessTextPlugin. -->
|
||||
<queries>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.PROCESS_TEXT"/>
|
||||
<data android:mimeType="text/plain"/>
|
||||
</intent>
|
||||
</queries>
|
||||
</manifest>
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
package com.example.proxibuy
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
class MainActivity : FlutterActivity()
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Modify this file to customize your launch splash screen -->
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="?android:colorBackground" />
|
||||
|
||||
<!-- You can insert your own image assets here -->
|
||||
<!-- <item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/launch_image" />
|
||||
</item> -->
|
||||
</layer-list>
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Modify this file to customize your launch splash screen -->
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@android:color/white" />
|
||||
|
||||
<!-- You can insert your own image assets here -->
|
||||
<!-- <item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/launch_image" />
|
||||
</item> -->
|
||||
</layer-list>
|
||||
|
After Width: | Height: | Size: 544 B |
|
After Width: | Height: | Size: 442 B |
|
After Width: | Height: | Size: 721 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
|
||||
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||
<!-- Show a splash screen on the activity. Automatically removed when
|
||||
the Flutter engine draws its first frame -->
|
||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||
</style>
|
||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||
This theme determines the color of the Android Window while your
|
||||
Flutter UI initializes, as well as behind your Flutter UI while its
|
||||
running.
|
||||
|
||||
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
||||
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||
<item name="android:windowBackground">?android:colorBackground</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
|
||||
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||||
<!-- Show a splash screen on the activity. Automatically removed when
|
||||
the Flutter engine draws its first frame -->
|
||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||
</style>
|
||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||
This theme determines the color of the Android Window while your
|
||||
Flutter UI initializes, as well as behind your Flutter UI while its
|
||||
running.
|
||||
|
||||
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
||||
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||||
<item name="android:windowBackground">?android:colorBackground</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- The INTERNET permission is required for development. Specifically,
|
||||
the Flutter tool needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
</manifest>
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
val newBuildDir: Directory = rootProject.layout.buildDirectory.dir("../../build").get()
|
||||
rootProject.layout.buildDirectory.value(newBuildDir)
|
||||
|
||||
subprojects {
|
||||
val newSubprojectBuildDir: Directory = newBuildDir.dir(project.name)
|
||||
project.layout.buildDirectory.value(newSubprojectBuildDir)
|
||||
}
|
||||
subprojects {
|
||||
project.evaluationDependsOn(":app")
|
||||
}
|
||||
|
||||
tasks.register<Delete>("clean") {
|
||||
delete(rootProject.layout.buildDirectory)
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
pluginManagement {
|
||||
val flutterSdkPath = run {
|
||||
val properties = java.util.Properties()
|
||||
file("local.properties").inputStream().use { properties.load(it) }
|
||||
val flutterSdkPath = properties.getProperty("flutter.sdk")
|
||||
require(flutterSdkPath != null) { "flutter.sdk not set in local.properties" }
|
||||
flutterSdkPath
|
||||
}
|
||||
|
||||
includeBuild("$flutterSdkPath/packages/flutter_tools/gradle")
|
||||
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
|
||||
id("com.android.application") version "8.7.0" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
|
||||
}
|
||||
|
||||
include(":app")
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M10.918 6.45063L19.8472 15.3799L10.918 24.3091" stroke="white" stroke-width="2.29609" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 247 B |
|
|
@ -0,0 +1,3 @@
|
|||
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="37.5" cy="37.5" r="37.5" fill="#E9F5FE"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 157 B |
|
|
@ -0,0 +1,19 @@
|
|||
<svg width="52" height="47" viewBox="0 0 52 47" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_6109_844)">
|
||||
<path d="M30.9696 32.0608C28.5357 32.0608 26.2696 33.7394 25.5982 36.0894C25.5982 36.1733 25.3464 36.8447 25.7661 37.6001C26.0179 38.0197 26.3536 38.2715 26.8571 38.4394L34.075 40.2858C34.9982 40.5376 36.0054 39.9501 36.2571 39.0269V38.859C37.1804 35.5019 34.5786 32.0608 30.9696 32.0608ZM34.2429 38.1876L27.6964 36.509C28.2839 34.8304 29.9625 33.8233 31.725 34.3269C33.5714 34.7465 34.5786 36.509 34.2429 38.1876Z" fill="#4CAF50" stroke="#4CAF50" stroke-width="0.5"/>
|
||||
<path d="M20.4786 22.0733C20.4786 21.0661 19.7232 20.3108 18.7161 20.3108H11.2464C10.2393 20.3108 9.48393 21.0661 9.48393 22.0733C9.48393 25.0947 11.9179 27.5286 15.0232 27.5286C18.0446 27.5286 20.4786 25.0947 20.4786 22.0733ZM15.1071 25.4304C13.3446 25.4304 11.9179 24.0876 11.75 22.409H18.4643C18.2125 24.0876 16.7857 25.4304 15.1071 25.4304Z" fill="#4CAF50" stroke="#4CAF50" stroke-width="0.5"/>
|
||||
<path d="M48.5946 15.6947C42.7196 15.9465 35.3339 14.1001 30.1304 11.7501V2.7697C30.1304 0.923271 28.3679 -0.419586 26.5214 0.083985C19.975 2.09827 10.0714 2.09827 3.60893 0.167914C1.84643 -0.419586 0 1.0072 0 2.85363V20.1429C0 29.2911 8.30893 36.3411 17.625 34.8304C18.9679 41.8804 25.1786 47.0001 32.3964 47.0001C39.1946 47.0001 45.1536 42.4679 46.9161 35.9215L51.4482 19.2197C51.8679 17.3733 50.525 15.6108 48.5946 15.6947ZM2.09821 20.1429V2.7697C2.09821 2.26613 2.51786 2.01434 2.9375 2.09827C9.81964 4.19648 20.1429 4.19648 27.025 2.09827C27.4446 1.93041 27.8643 2.26613 27.8643 2.7697C27.8643 21.7376 27.9482 20.9822 27.6125 22.8286C26.6893 27.109 23.5839 30.7179 19.2196 32.2286C10.8268 35.0822 2.09821 28.7876 2.09821 20.1429ZM49.35 18.6322L44.8179 35.334C43.3911 40.9572 38.1875 44.9018 32.3964 44.9018C26.0179 44.9018 20.7304 40.2858 19.7232 34.3268C25.5982 32.4804 29.6268 27.2768 30.0464 21.234C30.1304 20.4786 30.0464 20.3947 30.0464 14.1001C35.5857 16.4501 42.7196 18.0447 48.5946 17.8768C49.1821 17.7929 49.5179 18.2126 49.35 18.6322Z" fill="#0E3F66" stroke="#0E3F66" stroke-width="0.6"/>
|
||||
<path d="M14.4436 39.3987C13.6135 37.4697 11.4195 36.672 9.49053 37.5021C7.56155 38.3322 6.67198 40.5657 7.46255 42.4028C8.29265 44.3318 10.5262 45.2214 12.4552 44.3913C14.3841 43.5612 15.2737 41.3276 14.4436 39.3987ZM9.85081 41.3751C9.57411 40.7321 9.88807 39.9438 10.5311 39.6671C11.1741 39.3904 11.9624 39.7044 12.2391 40.3474C12.5158 40.9903 12.2018 41.7786 11.5588 42.0553C10.9158 42.332 10.1275 42.0181 9.85081 41.3751Z" fill="#0E3F66"/>
|
||||
<path d="M44.4436 6.39867C43.6135 4.46969 41.4195 3.67198 39.4905 4.50208C37.5616 5.33218 36.672 7.56571 37.4626 9.40283C38.2927 11.3318 40.5262 12.2214 42.4552 11.3913C44.3841 10.5612 45.2737 8.32764 44.4436 6.39867ZM39.8508 8.37509C39.5741 7.7321 39.8881 6.94379 40.5311 6.6671C41.1741 6.3904 41.9624 6.70436 42.2391 7.34735C42.5158 7.99034 42.2018 8.77865 41.5588 9.05535C40.9158 9.33205 40.1275 9.01808 39.8508 8.37509Z" fill="#0E3F66"/>
|
||||
<path d="M24.4436 9.39867C23.6135 7.46969 21.4195 6.67198 19.4905 7.50208C17.5616 8.33218 16.672 10.5657 17.4626 12.4028C18.2927 14.3318 20.5262 15.2214 22.4552 14.3913C24.3841 13.5612 25.2737 11.3276 24.4436 9.39867ZM19.8508 11.3751C19.5741 10.7321 19.8881 9.94379 20.5311 9.6671C21.1741 9.3904 21.9624 9.70436 22.2391 10.3474C22.5158 10.9903 22.2018 11.7786 21.5588 12.0553C20.9158 12.332 20.1275 12.0181 19.8508 11.3751Z" fill="#4CAF50"/>
|
||||
<path d="M43.4436 22.3987C42.6135 20.4697 40.4195 19.672 38.4905 20.5021C36.5616 21.3322 35.672 23.5657 36.4626 25.4028C37.2927 27.3318 39.5262 28.2214 41.4552 27.3913C43.3841 26.5612 44.2737 24.3276 43.4436 22.3987ZM38.8508 24.3751C38.5741 23.7321 38.8881 22.9438 39.5311 22.6671C40.1741 22.3904 40.9624 22.7044 41.2391 23.3474C41.5158 23.9903 41.2018 24.7786 40.5588 25.0553C39.9158 25.332 39.1275 25.0181 38.8508 24.3751Z" fill="#4CAF50"/>
|
||||
<path d="M12.4436 9.39867C11.6135 7.46969 9.4195 6.67198 7.49053 7.50208C5.56155 8.33218 4.67198 10.5657 5.46255 12.4028C6.29265 14.3318 8.52619 15.2214 10.4552 14.3913C12.3841 13.5612 13.2737 11.3276 12.4436 9.39867ZM7.85081 11.3751C7.57411 10.7321 7.88807 9.94379 8.53106 9.6671C9.17406 9.3904 9.96236 9.70436 10.2391 10.3474C10.5158 10.9903 10.2018 11.7786 9.5588 12.0553C8.91581 12.332 8.12751 12.0181 7.85081 11.3751Z" fill="#4CAF50"/>
|
||||
<path d="M5.90213 37.1941C5.62543 36.5511 4.83713 36.2372 4.19413 36.5139C3.55114 36.7906 3.23718 37.5789 3.51388 38.2219C3.79058 38.8649 4.57888 39.1788 5.22187 38.9021C5.86487 38.6254 6.17883 37.8371 5.90213 37.1941Z" fill="#0E3F66"/>
|
||||
<path d="M34.9021 4.19413C34.6254 3.55114 33.8371 3.23717 33.1941 3.51387C32.5511 3.79057 32.2372 4.57888 32.5139 5.22187C32.7906 5.86486 33.5789 6.17882 34.2219 5.90212C34.8649 5.62543 35.1788 4.83712 34.9021 4.19413Z" fill="#0E3F66"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6109_844">
|
||||
<rect width="51.4482" height="47" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.8 KiB |
|
|
@ -0,0 +1,15 @@
|
|||
<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_6107_573)">
|
||||
<path d="M36.6833 34.4822C36.0413 34.4822 35.4911 35.0324 35.4911 35.6744C35.4911 39.3427 30.9057 42.5525 28.613 42.5525C27.971 42.5525 27.4207 43.1027 27.4207 43.7447C27.4207 44.3867 27.971 44.9369 28.613 44.9369C32.1896 44.9369 37.7838 40.7183 37.7838 35.7661C37.8755 35.0324 37.3252 34.4822 36.6833 34.4822Z" fill="#4CAF50"/>
|
||||
<path d="M19.5338 6.96982C22.927 6.96982 31.1808 6.96982 34.4823 6.96982C35.1242 6.96982 35.6745 7.52007 35.6745 8.16202C35.6745 8.80398 35.1242 9.35423 34.4823 9.35423H25.3114C24.6695 9.35423 24.1192 9.90448 24.1192 10.5464C24.1192 11.1884 24.6695 11.7386 25.3114 11.7386H34.4823C36.4081 11.7386 37.9672 10.1796 37.9672 8.25373C37.9672 6.32786 36.4081 4.76882 34.4823 4.76882C31.1808 4.76882 23.0187 4.76882 19.5338 4.76882C18.8919 4.76882 18.3416 4.21857 18.3416 3.57662C18.3416 2.93466 18.8919 2.38441 19.5338 2.38441H25.3114C25.9534 2.38441 26.5036 1.83416 26.5036 1.19221C26.5036 0.550249 25.9534 0 25.3114 0H19.5338C17.608 0 16.0489 1.55904 16.0489 3.48491C16.0489 5.41078 17.608 6.96982 19.5338 6.96982Z" fill="#4CAF50"/>
|
||||
<path d="M53.9244 52.8238H43.1028L44.295 50.5311H48.1468C48.7887 50.5311 49.339 49.9808 49.339 49.3389C49.339 48.6969 48.7887 48.1467 48.1468 48.1467C43.8365 48.1467 40.0765 48.1467 35.7662 48.1467C40.4433 45.3037 43.5614 40.2598 43.5614 34.3904V33.1982H50.4395C51.0814 33.1982 51.6317 32.648 51.6317 32.006V20.7259C51.6317 20.084 51.0814 19.5337 50.4395 19.5337H43.5614V14.9483C43.5614 14.3064 43.0111 13.7561 42.3692 13.7561H12.6557C12.0138 13.7561 11.4635 14.3064 11.4635 14.9483V34.4821C11.4635 40.3515 14.5816 45.3954 19.2587 48.2384C14.9484 48.2384 11.1884 48.2384 6.87811 48.2384C6.23615 48.2384 5.6859 48.7886 5.6859 49.4306C5.6859 50.0725 6.23615 50.6228 6.87811 50.6228H10.7299L11.9221 52.9155H1.19221C0.550249 52.9155 0 53.4657 0 54.1077C0 54.7496 0.550249 55.2999 1.19221 55.2999C13.2977 55.2999 41.6355 55.2999 53.9244 55.2999C54.5663 55.2999 55.1166 54.7496 55.1166 54.1077C55.0249 53.374 54.5663 52.8238 53.9244 52.8238ZM49.339 21.9181V31.0889H43.5614V21.9181H49.339ZM13.7562 34.4821V23.0186H33.29C33.932 23.0186 34.4823 22.4684 34.4823 21.8264C34.4823 21.1845 33.932 20.6342 33.29 20.6342H13.7562V16.0488H41.2687C41.2687 22.7435 41.2687 27.604 41.2687 34.3904C41.2687 42.0022 35.1242 48.1467 27.5124 48.1467C19.9924 48.2384 13.7562 42.0939 13.7562 34.4821ZM14.4899 52.8238L13.2977 50.5311H41.6355L40.4433 52.8238H14.4899Z" fill="#0E3F66"/>
|
||||
<path d="M6.87813 12.7474C8.804 12.7474 10.363 11.1884 10.363 9.2625C10.363 7.33663 8.804 5.77759 6.87813 5.77759C4.95226 5.77759 3.39322 7.33663 3.39322 9.2625C3.48493 11.1884 5.04397 12.7474 6.87813 12.7474ZM6.87813 8.162C7.52008 8.162 8.07033 8.71225 8.07033 9.3542C8.07033 9.99616 7.52008 10.5464 6.87813 10.5464C6.23617 10.5464 5.68592 9.99616 5.68592 9.3542C5.77763 8.62054 6.32788 8.162 6.87813 8.162Z" fill="#0E3F66"/>
|
||||
<path d="M48.1468 13.848C50.0726 13.848 51.6317 12.289 51.6317 10.3631C51.6317 8.43721 50.0726 6.87817 48.1468 6.87817C46.2209 6.87817 44.6619 8.43721 44.6619 10.3631C44.7536 12.3807 46.3126 13.848 48.1468 13.848ZM48.1468 9.26259C48.7887 9.26259 49.339 9.81283 49.339 10.4548C49.339 11.0967 48.7887 11.647 48.1468 11.647C47.5048 11.647 46.9546 11.0967 46.9546 10.4548C47.0463 9.81283 47.5048 9.26259 48.1468 9.26259Z" fill="#0E3F66"/>
|
||||
<path d="M5.77763 34.4823C7.7035 34.4823 9.26254 32.9232 9.26254 30.9974C9.26254 29.0715 7.7035 27.5125 5.77763 27.5125C3.85176 27.5125 2.29272 29.0715 2.29272 30.9974C2.29272 32.9232 3.85176 34.4823 5.77763 34.4823ZM5.77763 29.8969C6.41959 29.8969 6.96984 30.4471 6.96984 31.0891C6.96984 31.731 6.41959 32.2813 5.77763 32.2813C5.13568 32.2813 4.58543 31.731 4.58543 31.0891C4.58543 30.4471 5.13568 29.8969 5.77763 29.8969Z" fill="#0E3F66"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6107_573">
|
||||
<rect width="55.1166" height="55.3" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.9 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<svg width="47" height="47" viewBox="0 0 47 47" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="23.6171" cy="23.3798" r="22.9609" fill="#176BAD"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 166 B |
|
|
@ -0,0 +1,14 @@
|
|||
<svg width="48" height="42" viewBox="0 0 48 42" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_6109_1359)">
|
||||
<path d="M23.8165 41.3C23.5459 41.3 23.3294 41.1917 23.167 40.9752L0.108257 9.03945C-0.162385 8.71468 -0.0541285 8.22752 0.270642 7.95688L10.8798 0.162385C11.0422 0.0541284 11.2046 0 11.367 0H35.9413C36.1037 0 36.2661 0.0541284 36.3743 0.162385L47.3624 7.95688C47.5248 8.06514 47.633 8.28165 47.6872 8.44404C47.7413 8.66055 47.6872 8.87707 47.5248 9.03945L24.4661 40.9752C24.3037 41.1917 24.0872 41.3 23.8165 41.3ZM1.84037 8.71468L23.8165 39.189L45.7927 8.71468L35.6706 1.56972H11.6376L1.84037 8.71468Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M46.8752 9.36423H0.757798C0.324771 9.36423 0 9.03946 0 8.60643C0 8.1734 0.324771 7.84863 0.757798 7.84863H46.8752C47.3083 7.84863 47.633 8.1734 47.633 8.60643C47.6872 8.98533 47.3083 9.36423 46.8752 9.36423Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M32.3688 9.36413C32.1523 9.36413 31.9899 9.31001 31.8275 9.14762L24.4119 1.89441L18.4578 9.03936C18.2954 9.20175 18.0789 9.31001 17.8624 9.31001C17.6459 9.31001 17.4294 9.20175 17.267 9.03936L10.7716 1.24487C10.5009 0.920098 10.5551 0.432942 10.8798 0.1623C11.2046 -0.108342 11.6918 -0.0542138 11.9624 0.270557L17.9165 7.36138L23.7624 0.270557C23.9248 0.108171 24.0872 -8.53753e-05 24.3037 -8.53753e-05C24.5202 -8.53753e-05 24.7367 0.0540431 24.8991 0.216428L32.1523 7.25313L35.2376 0.432942C35.4 0.0540431 35.8872 -0.108342 36.2661 0.0540431C36.645 0.216428 36.8073 0.703584 36.645 1.08248L33.0725 8.87698C32.9642 9.09349 32.7477 9.25588 32.5312 9.31001C32.4771 9.31001 32.4229 9.36413 32.3688 9.36413Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M23.8165 41.2999C23.4917 41.2999 23.2211 41.1376 23.1128 40.8128L10.7174 8.87701C10.555 8.49811 10.7716 8.01095 11.1504 7.90269C11.5293 7.74031 12.0165 7.95682 12.1248 8.33572L24.5202 40.2715C24.6826 40.6504 24.466 41.1376 24.0871 41.2458C24.033 41.2999 23.9248 41.2999 23.8165 41.2999Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M23.8165 41.2999C23.7083 41.2999 23.6541 41.2999 23.5459 41.2458C23.167 41.0834 22.9505 40.6504 23.1128 40.2715L35.5082 8.33572C35.6706 7.95682 36.1037 7.74031 36.4826 7.90269C36.8615 8.06508 37.078 8.49811 36.9156 8.87701L24.5202 40.8128C24.4119 41.1376 24.1413 41.2999 23.8165 41.2999Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6109_1359">
|
||||
<rect width="47.6872" height="41.3" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
|
|
@ -0,0 +1,6 @@
|
|||
<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M17.42 9.1875C17.42 8.6025 17.3675 8.04 17.27 7.5H9.5V10.6913H13.94C13.7488 11.7225 13.1675 12.5963 12.2938 13.1813V15.2512H14.96C16.52 13.815 17.42 11.7 17.42 9.1875Z" fill="#4285F4"/>
|
||||
<path d="M9.49994 17.25C11.7274 17.25 13.5949 16.5113 14.9599 15.2513L12.2937 13.1813C11.5549 13.6763 10.6099 13.9688 9.49994 13.9688C7.35119 13.9688 5.53244 12.5175 4.88369 10.5675H2.12744V12.705C3.48494 15.4013 6.27494 17.25 9.49994 17.25Z" fill="#34A853"/>
|
||||
<path d="M4.88375 10.5675C4.71875 10.0725 4.625 9.54376 4.625 9.00001C4.625 8.45626 4.71875 7.92751 4.88375 7.43251V5.29501H2.1275C1.55 6.44466 1.24949 7.71347 1.25 9.00001C1.25 10.3313 1.56875 11.5913 2.1275 12.705L4.88375 10.5675Z" fill="#FBBC05"/>
|
||||
<path d="M9.49994 4.03125C10.7112 4.03125 11.7987 4.4475 12.6537 5.265L15.0199 2.89875C13.5912 1.5675 11.7237 0.75 9.49994 0.75C6.27494 0.75 3.48494 2.59875 2.12744 5.295L4.88369 7.4325C5.53244 5.4825 7.35119 4.03125 9.49994 4.03125Z" fill="#EA4335"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
|
@ -0,0 +1,27 @@
|
|||
<svg width="45" height="57" viewBox="0 0 45 57" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_6107_694)">
|
||||
<path d="M30.0558 19.0397C29.9285 19.0397 29.8011 19.0397 29.7375 18.976C27.3177 18.0208 24.7706 17.5114 22.0961 17.5114C19.4854 17.5114 16.8746 18.0208 14.4548 18.976C14.2001 19.1033 13.8817 19.0397 13.627 18.9123C13.3723 18.7213 13.2449 18.4666 13.2449 18.1482V9.61536C13.2449 9.10594 13.627 8.72388 14.1364 8.72388H30.0558C30.5653 8.72388 30.9473 9.10594 30.9473 9.61536V18.1482C30.9473 18.4666 30.82 18.7213 30.5653 18.9123C30.3742 18.976 30.2469 19.0397 30.0558 19.0397ZM22.0961 15.6647C24.5159 15.6647 26.872 16.0468 29.1644 16.8109V10.5069H15.0279V16.8109C17.3203 16.0468 19.6764 15.6647 22.0961 15.6647Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M27.1267 10.5068H17.0656C16.5562 10.5068 16.1741 10.1247 16.1741 9.61532V0.891487C16.1104 0.382066 16.5562 0 17.0656 0H27.1267C27.6361 0 28.0182 0.382066 28.0182 0.891487V2.86549C28.0182 3.24756 27.7635 3.56595 27.4451 3.6933C26.9356 3.88434 26.6173 4.33008 26.6173 4.90318C26.6173 5.4126 26.9356 5.85834 27.4451 6.04938C27.7635 6.17673 28.0182 6.49512 28.0182 6.87719V9.55165C28.0182 10.1247 27.6361 10.5068 27.1267 10.5068ZM17.9571 8.72384H26.2352V7.51396C25.4074 6.94086 24.8343 5.9857 24.8343 4.96686C24.8343 3.88434 25.3437 2.92917 26.2352 2.41975V1.84665H17.9571V8.72384Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M2.78722 38C2.55625 38 2.32529 37.8638 2.20981 37.6595C1.9211 37.2509 1.9211 36.6381 2.26755 36.2976C2.32529 36.2295 3.82657 34.5952 5.963 33.5056C8.90782 31.9394 11.6217 32.0756 13.9313 33.9142C18.2042 37.2509 21.7842 35.4804 24.4403 33.5056L24.6713 33.3695C26.8077 31.8032 30.0412 29.4199 33.3902 32.4842C36.1618 35.0038 41.1853 35.3442 41.2431 35.3442C41.705 35.3442 42.0514 35.8209 41.9937 36.3657C41.936 36.9105 41.5895 37.319 41.1276 37.2509C40.8966 37.2509 35.5267 36.7743 32.3509 33.9823C30.0412 31.9394 28.078 33.0971 25.4796 35.0038L25.2487 35.14C24.0361 36.0252 22.3616 37.1147 20.2829 37.5233C17.7423 38 15.2594 37.319 12.9497 35.4804C8.56137 32.0075 3.42238 37.6595 3.36464 37.6595C3.19141 37.9319 2.96045 38 2.78722 38Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M11.0162 43.4283C10.5068 43.4283 10.1247 43.0462 10.1247 42.5368V40.7538C10.1247 40.2444 10.5068 39.8623 11.0162 39.8623C11.5257 39.8623 11.9077 40.2444 11.9077 40.7538V42.5368C11.9714 43.0462 11.5257 43.4283 11.0162 43.4283Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M14.7732 47.7583C14.2638 47.7583 13.8817 47.3763 13.8817 46.8668V45.0839C13.8817 44.5744 14.2638 44.1924 14.7732 44.1924C15.2826 44.1924 15.6647 44.5744 15.6647 45.0839V46.8668C15.6647 47.3126 15.2826 47.7583 14.7732 47.7583Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M20.3768 42.5367C19.8674 42.5367 19.4854 42.1546 19.4854 41.6452V39.8622C19.4854 39.3528 19.8674 38.9707 20.3768 38.9707C20.8863 38.9707 21.2683 39.3528 21.2683 39.8622V41.6452C21.2683 42.0909 20.8863 42.5367 20.3768 42.5367Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M24.3885 51.961C23.8791 51.961 23.497 51.5789 23.497 51.0695V49.2865C23.497 48.7771 23.8791 48.395 24.3885 48.395C24.898 48.395 25.28 48.7771 25.28 49.2865V51.0695C25.28 51.5152 24.898 51.961 24.3885 51.961Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M20.5679 47.7583C20.0585 47.7583 19.6764 47.3763 19.6764 46.8668V45.0839C19.6764 44.5744 20.0585 44.1924 20.5679 44.1924C21.0773 44.1924 21.4594 44.5744 21.4594 45.0839V46.8668C21.523 47.3126 21.0773 47.7583 20.5679 47.7583Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M28.0818 41.9637C27.5724 41.9637 27.1904 41.5816 27.1904 41.0722V39.2892C27.1904 38.7798 27.5724 38.3977 28.0818 38.3977C28.5913 38.3977 28.9733 38.7798 28.9733 39.2892V41.0722C28.9733 41.5179 28.5913 41.9637 28.0818 41.9637Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M29.2917 46.8667C28.7823 46.8667 28.4002 46.4847 28.4002 45.9752V44.1923C28.4002 43.6828 28.7823 43.3008 29.2917 43.3008C29.8011 43.3008 30.1832 43.6828 30.1832 44.1923V45.9752C30.1832 46.421 29.8011 46.8667 29.2917 46.8667Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M35.8505 41.2632C35.3411 41.2632 34.959 40.8811 34.959 40.3717V38.5888C34.959 38.0793 35.3411 37.6973 35.8505 37.6973C36.3599 37.6973 36.742 38.0793 36.742 38.5888V40.3717C36.8057 40.8811 36.3599 41.2632 35.8505 41.2632Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M35.2137 48.6497C34.7043 48.6497 34.3223 48.2676 34.3223 47.7582V45.9752C34.3223 45.4658 34.7043 45.0837 35.2137 45.0837C35.7232 45.0837 36.1052 45.4658 36.1052 45.9752V47.7582C36.1689 48.2676 35.7232 48.6497 35.2137 48.6497Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M9.99739 48.968C9.48797 48.968 9.1059 48.586 9.1059 48.0766V46.2936C9.1059 45.7842 9.48797 45.4021 9.99739 45.4021C10.5068 45.4021 10.8889 45.7842 10.8889 46.2936V48.0766C10.8889 48.586 10.5068 48.968 9.99739 48.968Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M33.438 54H10.5014C10.3199 54 10.1383 53.9402 10.0173 53.8205C4.38905 49.9307 1 43.5874 1 36.7654C1 25.3354 10.4409 16 22 16C33.5591 16 43 25.3354 43 36.7654C43 43.5874 39.611 49.9307 33.9827 53.8205C33.8012 53.9402 33.6196 54 33.438 54ZM10.804 52.2646H33.196C38.2795 48.674 41.245 42.9291 41.245 36.7654C41.245 26.2331 32.5908 17.7354 22 17.7354C11.3487 17.7354 2.75504 26.2929 2.75504 36.7654C2.75504 42.9291 5.72046 48.674 10.804 52.2646Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M38.4 13.8C40.8 13.8 42.9 11.8 42.9 9.4C42.9 7 40.9 5 38.4 5C35.9 5 34 7 34 9.4C34 11.8 36 13.8 38.4 13.8ZM38.4 7.6C39.4 7.6 40.3 8.4 40.3 9.5C40.3 10.5 39.5 11.4 38.4 11.4C37.4 11.4 36.5 10.6 36.5 9.5C36.5 8.4 37.3 7.6 38.4 7.6Z" fill="#0E3F66"/>
|
||||
<path d="M5.4 18.8C7.8 18.8 9.9 16.8 9.9 14.4C9.9 12 7.9 10 5.4 10C2.9 10 1 12 1 14.4C1 16.8 3 18.8 5.4 18.8ZM5.4 12.6C6.4 12.6 7.3 13.4 7.3 14.5C7.3 15.5 6.5 16.4 5.4 16.4C4.4 16.4 3.5 15.6 3.5 14.5C3.5 13.4 4.3 12.6 5.4 12.6Z" fill="#0E3F66"/>
|
||||
<path d="M8.3 6.6C9 6.6 9.6 6 9.6 5.3C9.6 4.6 9 4 8.3 4C7.6 4 7 4.6 7 5.3C7.1 6 7.7 6.6 8.3 6.6Z" fill="#0E3F66"/>
|
||||
<path d="M34.3 17.6C35 17.6 35.6 17 35.6 16.3C35.6 15.6 35 15 34.3 15C33.6 15 33 15.6 33 16.3C33.1 17 33.7 17.6 34.3 17.6Z" fill="#0E3F66"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6107_694">
|
||||
<rect width="44.1923" height="56.1" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.1 KiB |
|
|
@ -0,0 +1,12 @@
|
|||
<svg width="38" height="56" viewBox="0 0 38 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M32.8533 0H4.85333C2.14667 0 0 2.14667 0 4.76V51.24C0 53.8533 2.14667 56 4.85333 56H32.9467C35.56 56 37.8 53.8533 37.8 51.24V4.76C37.7067 2.14667 35.56 0 32.8533 0ZM35.3733 51.24C35.3733 52.5467 34.2533 53.6667 32.9467 53.6667H4.85333C3.54667 53.6667 2.42667 52.5467 2.42667 51.24V4.76C2.42667 3.45333 3.54667 2.33333 4.85333 2.33333H32.9467C34.2533 2.33333 35.3733 3.45333 35.3733 4.76V51.24Z" fill="#0E3F66"/>
|
||||
<path d="M10.64 36.3066C9.98667 36.3066 9.42667 36.8666 9.42667 37.52C9.42667 38.1733 9.98667 38.7333 10.64 38.7333C11.8533 38.7333 12.7867 39.6666 12.7867 40.88C12.7867 41.5333 13.3467 42.0933 14 42.0933C14.6533 42.0933 15.2133 41.5333 15.2133 40.88C15.2133 38.36 13.0667 36.3066 10.64 36.3066Z" fill="#4CAF50"/>
|
||||
<path d="M10.64 31.3601C9.98667 31.3601 9.42667 31.9201 9.42667 32.5734C9.42667 33.2268 9.98667 33.7868 10.64 33.7868C14.56 33.7868 17.8267 36.9601 17.8267 40.8801C17.8267 41.5334 18.3867 42.0934 19.04 42.0934C19.6933 42.0934 20.2533 41.5334 20.2533 40.8801C20.16 35.6534 15.8667 31.3601 10.64 31.3601Z" fill="#4CAF50"/>
|
||||
<path d="M9.42667 27.5333C9.42667 28.1867 9.98667 28.7467 10.64 28.7467C17.36 28.7467 22.8667 34.16 22.8667 40.88C22.8667 41.5333 23.4267 42.0933 24.08 42.0933C24.7333 42.0933 25.2933 41.5333 25.2933 40.88C25.2933 32.9467 18.76 26.4133 10.64 26.4133C9.98667 26.4133 9.42667 26.9733 9.42667 27.5333Z" fill="#4CAF50"/>
|
||||
<path d="M31.8267 8.21338H5.97333C5.32 8.21338 4.66667 8.77338 4.66667 9.42671V45.64C4.66667 46.2934 5.22667 46.8534 5.88 46.8534H31.8267C32.48 46.8534 33.04 46.2934 33.04 45.64V9.33338C32.9467 8.68005 32.3867 8.21338 31.8267 8.21338ZM30.6133 44.3334H7.09333V10.5467H30.6133V44.3334Z" fill="#0E3F66"/>
|
||||
<path d="M15.4 5.88004H21.6533C22.3067 5.88004 22.8667 5.32004 22.8667 4.6667C22.8667 4.01337 22.3067 3.45337 21.6533 3.45337H15.4C14.7467 3.45337 14.1867 4.01337 14.1867 4.6667C14.1867 5.32004 14.7467 5.88004 15.4 5.88004Z" fill="#4CAF50"/>
|
||||
<path d="M10.2667 13.6267C10.7333 13.16 10.7333 12.4133 10.2667 11.9467C9.8 11.48 9.05333 11.48 8.58667 11.9467C8.12 12.4133 8.12 13.16 8.58667 13.6267C9.05333 14.0933 10.08 13.9067 10.2667 13.6267Z" fill="#0E3F66"/>
|
||||
<path d="M13.72 13.6267C14.1867 13.16 14.1867 12.4133 13.72 11.9467C13.2533 11.48 12.5067 11.48 12.04 11.9467C11.5733 12.4133 11.5733 13.16 12.04 13.6267C12.6 14.0933 13.2533 14.0933 13.72 13.6267Z" fill="#0E3F66"/>
|
||||
<path d="M17.36 13.6266C17.8267 13.1599 17.8267 12.4132 17.36 11.9466C17.1733 11.7599 16.8 11.5732 16.52 11.5732C15.8667 11.5732 15.3067 12.1332 15.3067 12.6932C15.3067 12.9732 15.4 13.3466 15.68 13.5332C16.1467 14.0932 16.8933 14.0932 17.36 13.6266Z" fill="#0E3F66"/>
|
||||
<path d="M18.8533 47.6934C20.0667 47.6934 21 48.6267 21 49.84C21 51.0534 20.0667 51.9867 18.8533 51.9867C17.64 51.9867 16.7067 51.0534 16.7067 49.84C16.7067 48.6267 17.64 47.6934 18.8533 47.6934Z" fill="#0E3F66"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
|
|
@ -0,0 +1,11 @@
|
|||
<svg width="61" height="61" viewBox="0 0 61 61" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M58.8 57.4999H42.1C45.5 55.9999 48.6 53.8999 51.3 51.1999C63 39.4999 63 20.4999 51.3 8.7999C39.6 -2.9001 20.6 -2.9001 8.9 8.7999C-6 23.6999 -1.3 48.9999 18.1 57.4999H1.3C0.6 57.4999 0 58.0999 0 58.7999C0 59.4999 0.6 60.0999 1.3 60.0999H58.8C59.5 60.0999 60.1 59.4999 60.1 58.7999C60 58.0999 59.5 57.4999 58.8 57.4999ZM2.6 31.2999H5.1C5.4 37.2999 7.8 42.6999 11.5 46.7999L9.7 48.5999C5.5 43.9999 2.9 37.8999 2.6 31.2999ZM9.7 11.4999L11.5 13.2999C7.7 17.3999 5.4 22.8999 5.1 28.7999H2.6C2.9 22.0999 5.5 16.0999 9.7 11.4999ZM57.5 28.7999H55C54.7 22.7999 52.3 17.3999 48.6 13.2999L50.4 11.4999C54.5 16.0999 57.2 22.0999 57.5 28.7999ZM50.3 48.5999L48.5 46.7999C52.3 42.5999 54.6 37.1999 54.9 31.2999H57.4C57.2 37.8999 54.5 43.9999 50.3 48.5999ZM26.3 29.9999C26.3 27.8999 28 26.1999 30.1 26.1999C32.2 26.1999 33.9 27.8999 33.9 29.9999C33.9 32.0999 32.2 33.7999 30.1 33.7999C27.9 33.7999 26.3 32.0999 26.3 29.9999ZM31.3 36.1999C32.1 35.9999 32.8 35.6999 33.5 35.2999L45.1 46.8999C41.4 50.1999 36.6 52.2999 31.4 52.5999L31.3 36.1999ZM35.2 33.4999C35.6 32.7999 36 32.0999 36.1 31.2999H52.4C52.1 36.5999 50 41.2999 46.7 44.9999L35.2 33.4999ZM36.2 28.7999C36 27.9999 35.7 27.2999 35.3 26.5999L46.8 15.0999C50.1 18.7999 52.2 23.5999 52.5 28.7999H36.2ZM33.5 24.7999C32.8 24.3999 32.1 23.9999 31.3 23.8999V7.5999C36.6 7.8999 41.3 9.9999 45 13.2999L33.5 24.7999ZM28.8 23.8999C28 24.0999 27.3 24.3999 26.6 24.7999L15 13.2999C18.7 9.9999 23.5 7.8999 28.7 7.5999L28.8 23.8999ZM24.8 26.5999C24.4 27.2999 24 27.9999 23.9 28.7999H7.6C7.9 23.4999 10 18.7999 13.3 15.0999L24.8 26.5999ZM23.9 31.2999C24.1 32.0999 24.4 32.7999 24.8 33.4999L13.3 44.9999C10 41.2999 7.9 36.4999 7.6 31.2999H23.9ZM26.6 35.1999C27.2 35.5999 28 35.9999 28.8 36.0999V52.3999C23.5 52.0999 18.8 49.9999 15.1 46.6999L26.6 35.1999ZM31.3 54.9999C37.3 54.6999 42.7 52.2999 46.8 48.5999L48.6 50.3999C44 54.5999 38 57.2999 31.3 57.5999V54.9999ZM46.8 11.4999C42.6 7.6999 37.2 5.3999 31.3 5.0999V2.5999C37.9 2.8999 44 5.5999 48.6 9.7999L46.8 11.4999ZM28.8 5.0999C22.8 5.3999 17.4 7.7999 13.3 11.4999L11.5 9.6999C16.1 5.4999 22.1 2.7999 28.8 2.4999V5.0999ZM13.3 48.5999C17.5 52.3999 22.9 54.6999 28.8 54.9999V57.4999C22.2 57.1999 16.1 54.4999 11.5 50.2999L13.3 48.5999Z" fill="#0E3F66"/>
|
||||
<path d="M23.8 18.8C25.9 18.8 27.6 17.1 27.6 15C27.6 12.9 25.9 11.2 23.8 11.2C21.7 11.2 20 12.9 20 15C20 17.1 21.7 18.8 23.8 18.8ZM23.8 13.8C24.5 13.8 25.1 14.4 25.1 15.1C25.1 15.8 24.5 16.4 23.8 16.4C23.1 16.4 22.5 15.8 22.5 15.1C22.5 14.4 23.1 13.8 23.8 13.8Z" fill="#4CAF50"/>
|
||||
<path d="M39.1 42.5998C37.7 41.0998 35.4 40.8998 33.8 42.2998C32.3 43.6998 32.1 46.0998 33.5 47.5998C34.9 49.0998 37.3 49.2998 38.8 47.8998C40.3 46.4998 40.4 44.0998 39.1 42.5998ZM36.3 46.3998C35.2 46.3998 34.6 44.9998 35.5 44.1998C36 43.6998 36.8 43.7998 37.3 44.2998C37.9 45.0998 37.4 46.3998 36.3 46.3998Z" fill="#4CAF50"/>
|
||||
<path d="M38.9 17.6999C40.4 16.1999 40.4 13.8999 38.9 12.3999C37.4 10.8999 35.1 10.8999 33.6 12.3999C32.1 13.8999 32.1 16.1999 33.6 17.6999C35.1 19.0999 38.2 18.3999 38.9 17.6999ZM35.4 14.0999C35.9 13.5999 36.9 13.8999 37.2 14.0999C37.7 14.5999 37.7 15.3999 37.2 15.8999C36.7 16.3999 35.9 16.3999 35.4 15.8999C34.9 15.3999 34.9 14.5999 35.4 14.0999Z" fill="#0E3F66"/>
|
||||
<path d="M20.1 44.8998C20 46.9998 21.7 48.7998 23.9 48.7998C27.2 48.7998 28.8 44.9998 26.7 42.4998C24.4 40.0998 20.2 41.5998 20.1 44.8998ZM25.1 45.1998C25.1 45.8998 24.5 46.3998 23.8 46.3998C23.1 46.3998 22.6 45.7998 22.6 45.0998C22.6 44.3998 23.9 43.8998 23.9 43.8998C24.6 43.8998 25.1 44.4998 25.1 45.1998Z" fill="#0E3F66"/>
|
||||
<path d="M45.1 20.0999C43 20.0999 41.3 21.7999 41.3 23.8999C41.3 25.9999 43 27.6999 45.1 27.6999C47.2 27.6999 48.9 25.9999 48.9 23.8999C48.9 21.7999 47.1 20.0999 45.1 20.0999ZM45.1 25.0999C44.4 25.0999 43.8 24.4999 43.8 23.7999C43.8 23.0999 44.4 22.4999 45.1 22.4999C45.8 22.4999 46.4 23.0999 46.4 23.7999C46.4 24.4999 45.7 25.0999 45.1 25.0999Z" fill="#4CAF50"/>
|
||||
<path d="M15 40.1C15 40.1 16.3 40.2 17.5 39.1C18.3 38.4 18.7 37.5 18.7 36.5C18.8 34.3 17.1 32.5 14.9 32.5C13 32.5 11.3 34 11.2 36C11.1 38.3 12.9 40.1 15 40.1ZM15 35.1C15.7 35.1 16.3 35.7 16.3 36.4C16.3 37.1 15.7 37.6 15 37.6C14.6 37.6 14.3 37.4 14.1 37.2C13.3 36.3 13.9 35.1 15 35.1Z" fill="#4CAF50"/>
|
||||
<path d="M47.7 33.5999C46.2 32.0999 43.9 32.0999 42.4 33.5999C40.9 35.0999 40.9 37.3999 42.4 38.8999C43.9 40.3999 47 39.5999 47.7 38.8999C49.2 37.4999 49.2 35.0999 47.7 33.5999ZM46 37.1999C45.5 37.6999 44.7 37.6999 44.2 37.1999C43.7 36.6999 43.7 35.8999 44.2 35.3999C44.7 34.8999 45.7 35.1999 46 35.3999C46.4 35.8999 46.4 36.6999 46 37.1999Z" fill="#0E3F66"/>
|
||||
<path d="M15 27.5999C17 27.5999 18.6 25.9999 18.7 24.0999C18.8 21.9999 17.2 20.2999 15.2 20.0999C13.1 19.9999 11.4 21.5999 11.2 23.5999C11.1 25.7999 12.8 27.5999 15 27.5999ZM15 22.5999C15.7 22.5999 16.3 23.1999 16.3 23.8999C16.2 24.9999 14.9 25.4999 14.1 24.6999C13.8 24.3999 13.9 22.5999 15 22.5999Z" fill="#0E3F66"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.9 KiB |
|
|
@ -0,0 +1,20 @@
|
|||
<svg width="56" height="58" viewBox="0 0 56 58" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_6107_480)">
|
||||
<path d="M26.1 15.1001C18.8 15.1001 12.8 21.0001 12.8 28.2001C12.8 35.4001 18.8 41.3001 26.1 41.3001C33.4 41.3001 39.4 35.4001 39.4 28.2001C39.5 20.9001 33.5 15.1001 26.1 15.1001ZM26.1 38.8001C20.1 38.8001 15.4 34.0001 15.4 28.2001C15.4 22.3001 20.3 17.6001 26.1 17.6001C32.1 17.6001 36.8 22.4001 36.8 28.2001C36.9 34.0001 32.1 38.8001 26.1 38.8001Z" fill="#4CAF50"/>
|
||||
<path d="M26.1 20.1001C25.4 20.1001 24.9 20.7001 24.9 21.4001C24.9 22.1001 25.5 22.7001 26.1 22.7001C29.2 22.7001 31.8 25.2001 31.8 28.3001C31.8 29.0001 32.4 29.6001 33 29.6001C33.7 29.6001 34.3 29.0001 34.3 28.3001C34.3 23.7001 30.7 20.1001 26.1 20.1001Z" fill="#4CAF50"/>
|
||||
<path d="M50.1 41.3V24.5C50.1 24.2001 50 23.9001 49.8 23.7001C52 21.6 53.2 18.5 53.2 15.3C53.2 9.00005 48.3 3.80005 42.4 3.80005C41.7 3.80005 41.1 4.40005 41.1 5.10005V14C37.1 9.90005 31.8 7.60005 26 7.60005C19.6 7.60005 13.7 10.5 9.7 15.4C9 14 7.5 13 5.8 13C3.4 13 1.3 15 1.3 17.4V35C1.3 36.1 2.2 37 3.3 37H4.6V40.5H3.8C1.7 40.5 0 42.5 0 44.9001V53.9001C0 54.6001 0.6 55.2001 1.3 55.2001C2 55.2001 2.5 54.6001 2.5 53.9001V44.9001C2.5 43.9001 3.1 43 3.8 43H4.6V53.9001C4.6 54.6001 5.2 55.2001 5.9 55.2001C6.6 55.2001 7.2 54.6001 7.2 53.9001V42.9001H7.7C8.4 42.9001 9 43.7001 9 44.8V53.8C9 54.5 9.6 55.1 10.2 55.1C10.9 55.1 11.5 54.5 11.5 53.8V44.8C11.5 43.9 11.3 43 10.8 42.4001C19 51.0001 33 51.1001 41.2 42.4001C41.7 44.3001 43.4 45.8 45.5 45.8C48.2 45.7001 50.1 43.7001 50.1 41.3ZM4 17.3C4 16.3 4.8 15.4 5.9 15.4C6.9 15.4 7.8 16.2 7.8 17.3C7.8 19.1 7.8 27.5001 7.8 34.4001H4V17.3ZM7.8 40.4001H7.3V37.1C8 38.6 8.9 39.9001 9.9 41.2001C9.3 40.7001 8.6 40.4001 7.8 40.4001ZM26.1 46.3C19.1 46.3 12.8 42.4001 9.7 36.4001C10 36 10.3 35.6 10.3 35V19C13.6 13.5 19.6 10.1 26.1 10.1C32.2 10.1 37.7 13 41.2 17.9V38.5C37.8 43.4001 32.2 46.3 26.1 46.3ZM45.5 24.8C45.6 25.4 46.1 25.7001 46.7 25.7001H47.6V41.3C47.6 42.3 46.7 43.2001 45.7 43.2001C44.7 43.2001 43.8 42.3 43.8 41.3C43.8 37.3 43.8 10.3 43.8 6.40005C47.7 7.10005 50.8 10.8 50.8 15.3C50.8 18.8 49 21.9 46.1 23.4C45.6 23.6 45.3 24.2 45.5 24.8Z" fill="#0E3F66"/>
|
||||
<path d="M50.8 46.3C48.7 46.3 47.1 48 47.1 50.1C47.1 52.2 48.8 53.9001 50.8 53.9001C52.9 53.9001 54.6 52.2 54.6 50.1C54.6 48 52.9 46.3 50.8 46.3ZM50.8 51.3C50.1 51.3 49.5 50.7 49.5 50C49.5 49.3 50.1 48.7001 50.8 48.7001C51.5 48.7001 52.1 49.3 52.1 50C52.1 50.7 51.5 51.3 50.8 51.3Z" fill="#0E3F66"/>
|
||||
<path d="M17.3 51.3C15.6 51.3 14.2 52.7001 14.2 54.4001C14.2 56.1001 15.6 57.5 17.3 57.5C19 57.5 20.4 56.1001 20.4 54.4001C20.4 52.7001 19 51.3 17.3 51.3ZM17.3 55.1C17 55.1 16.7 54.8 16.7 54.5C16.7 54.2 17 53.9001 17.3 53.9001C17.6 53.9001 17.9 54.2 17.9 54.5C17.9 54.8 17.6 55.1 17.3 55.1Z" fill="#0E3F66"/>
|
||||
<path d="M12.2 8.8C14.6 8.8 16.7 6.8 16.7 4.4C16.7 2 14.7 0 12.2 0C9.7 0 7.8 2 7.8 4.4C7.8 6.8 9.8 8.8 12.2 8.8ZM12.2 2.6C13.2 2.6 14.1 3.4 14.1 4.5C14.1 5.5 13.3 6.4 12.2 6.4C11.2 6.4 10.3 5.6 10.3 4.5C10.3 3.4 11.1 2.6 12.2 2.6Z" fill="#0E3F66"/>
|
||||
<path d="M41.9 48.8C41.2 48.8 40.6 49.4 40.6 50.1C40.6 50.8 41.2 51.4001 41.9 51.4001C42.6 51.4001 43.2 50.8 43.2 50.1C43.2 49.4 42.6 48.8 41.9 48.8Z" fill="#0E3F66"/>
|
||||
<path d="M29.3 51.3C28.6 51.3 28 51.9 28 52.6C28 53.3 28.6 53.9001 29.3 53.9001C30 53.9001 30.6 53.3 30.6 52.6C30.6 51.9 29.9 51.3 29.3 51.3Z" fill="#0E3F66"/>
|
||||
<path d="M34.3 3.79995C35 3.79995 35.6 3.19995 35.6 2.49995C35.6 1.79995 35 1.19995 34.3 1.19995C33.6 1.19995 33 1.79995 33 2.49995C33.1 3.19995 33.7 3.79995 34.3 3.79995Z" fill="#0E3F66"/>
|
||||
<path d="M1.40001 7.6C2.10001 7.6 2.70001 7 2.70001 6.3C2.70001 5.6 2.10001 5 1.40001 5C0.700006 5 0.100006 5.6 0.100006 6.3C0.200006 7 0.800006 7.6 1.40001 7.6Z" fill="#0E3F66"/>
|
||||
<path d="M54.6 25.1001C53.9 25.1001 53.3 25.7001 53.3 26.3001C53.3 27.0001 53.9 27.6001 54.6 27.6001C55.3 27.6001 55.9 27.0001 55.9 26.3001C55.9 25.6001 55.2 25.1001 54.6 25.1001Z" fill="#0E3F66"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6107_480">
|
||||
<rect width="55.9" height="57.5" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 9.3 KiB |
|
|
@ -0,0 +1,21 @@
|
|||
<svg width="59" height="57" viewBox="0 0 59 57" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_6107_288)">
|
||||
<path d="M57.6 23.7C55.2 22.2 52.3 22.2 50.1 23.6C49.5 21.9 48.1 20.7 46.3 20.1C45.8 19.9 45.2 20.1 44.9 20.6C44.3 21.5 43.9 22.5 43.8 23.6C43.1 23.5 42.5 23.4 41.7 23.4C41.2 18.6 38.6 14.2 34.5 11.5C33.1 10.6 32.2 9.1 31.8 7.5H32.9C33.6 7.5 34.1 6.9 34.1 6.2V3.2C34 1.4 32.5 0 30.8 0H19.6C17.8 0 16.3 1.5 16.3 3.2V6.2C16.3 6.9 16.9 7.5 17.6 7.5H18.7C18.4 9.1 17.4 10.6 16 11.5C11.5 14.4 8.80001 19.3 8.70001 24.6C8.70001 24.7 8.70001 24.8 8.70001 24.8C8.70001 25.4 8.70001 22.3 8.70001 50.8C8.70001 53.8 11.1 56.3 14.3 56.3H36.2C38.7 56.3 40.9 54.6 41.5 52.4C44.9 52.4 48.2 51.2 50.8 49.2C56.8 44.4 57.8 36.1 53.8 30.1C56 29.3 57.5 27.4 58.1 25.2C58.2 24.6 58 24 57.6 23.7ZM46.4 23C47.7 23.8 48.2 25.2 47.7 26.6C46.4 25.8 45.9 24.4 46.4 23ZM28.1 43.8H11.3V26H33.2C27.2 30.1 25.4 37.7 28.1 43.8ZM18.9 3.3C18.9 2.9 19.2 2.6 19.7 2.6H30.8C31.2 2.6 31.6 2.9 31.6 3.3V5.1C30.7 5.1 20.8 5.1 19 5.1V3.3H18.9ZM17.5 13.7C19.6 12.3 21 10.1 21.3 7.6H29.1C29.4 10.1 30.8 12.3 32.9 13.7C36.3 16 38.5 19.6 39 23.6H11.4C11.8 19.5 14.1 15.9 17.5 13.7ZM36.1 53.8H14.4C12.8 53.8 11.4 52.5 11.4 50.8V46.3H29.7C31.9 49.4 35.3 51.4 38.9 52.1C38.3 53.1 37.3 53.8 36.1 53.8ZM49.2 47.2C43.7 51.6 35.5 50.5 31.5 44.5C31.5 44.4 31.4 44.3 31.3 44.2C28.2 39.2 29.1 32.5 33.9 28.6C36.8 26.3 40.6 25.4 44.2 26.2C44.9 27.7 46.1 28.8 47.8 29.3C48.8 29.9 49.8 30.2 50.8 30.3C55 35.4 54.4 43 49.2 47.2ZM50.1 27.6C50.2 27.3 50.3 27.1 50.3 26.8C51.4 25.2 53.4 24.6 55.4 25.4C54.3 27.5 52.2 28.4 50.1 27.6Z" fill="#0E3F66"/>
|
||||
<path d="M41.6 30.0999C37.3 29.6999 33.3 32.7999 32.9 37.0999C32.5 41.3999 35.6 45.2999 40 45.6999C40.7 45.7999 41.3 45.2999 41.4 44.5999C41.5 43.8999 41 43.2999 40.3 43.1999C37.4 42.8999 35.1 40.2999 35.4 37.2999C35.7 34.3999 38.3 32.1999 41.4 32.4999C42.1 32.5999 42.7 32.0999 42.8 31.3999C42.8 30.7999 42.3 30.1999 41.6 30.0999Z" fill="#4CAF50"/>
|
||||
<path d="M15.1 38.7999C15.8 38.7999 16.4 38.2 16.4 37.5V30C16.4 29.3 15.8 28.7 15.1 28.7C14.4 28.7 13.9 29.3 13.9 30V37.5C13.9 38.3 14.5 38.7999 15.1 38.7999Z" fill="#4CAF50"/>
|
||||
<path d="M14.8 40.0999C14.1 40.2999 13.8 40.9999 14 41.6999C14.2 42.3999 14.9 42.6999 15.6 42.4999C16.3 42.2999 16.6 41.5999 16.4 40.8999C16.1 40.2999 15.4 39.8999 14.8 40.0999Z" fill="#4CAF50"/>
|
||||
<path d="M42.1 3.79994C42.8 3.59994 43.1 2.89994 42.9 2.19994C42.7 1.49994 42 1.19994 41.3 1.39994C40.6 1.59994 40.3 2.29994 40.5 2.99994C40.7 3.59994 41.4 3.99994 42.1 3.79994Z" fill="#0E3F66"/>
|
||||
<path d="M51.4 16.3999C50.7 16.5999 50.4 17.2999 50.6 17.9999C50.8 18.6999 51.5 18.9999 52.2 18.7999C52.9 18.5999 53.2 17.8999 53 17.1999C52.8 16.4999 52.1 16.1999 51.4 16.3999Z" fill="#0E3F66"/>
|
||||
<path d="M10.4 12.4999C11.1 12.2999 11.4 11.5999 11.2 10.8999C11 10.1999 10.3 9.89989 9.59999 10.0999C8.89999 10.2999 8.59999 10.9999 8.79999 11.6999C9.09999 12.3999 9.79999 12.6999 10.4 12.4999Z" fill="#0E3F66"/>
|
||||
<path d="M52.7 50.0999C52 50.2999 51.7 50.9999 51.9 51.6999C52.1 52.3999 52.8 52.6999 53.5 52.4999C54.2 52.2999 54.5 51.5999 54.3 50.8999C54 50.2999 53.3 49.8999 52.7 50.0999Z" fill="#0E3F66"/>
|
||||
<path d="M4.1 34.9999C4.8 34.7999 5.1 34.0999 4.9 33.3999C4.7 32.6999 4 32.3999 3.3 32.5999C2.6 32.7999 2.3 33.4999 2.5 34.1999C2.7 34.8999 3.4 35.1999 4.1 34.9999Z" fill="#0E3F66"/>
|
||||
<path d="M48.1 12.6C50.2 12.6 51.8 10.9 51.8 8.89995C51.8 6.89995 50.1 5.19995 48.1 5.19995C46 5.19995 44.3 6.89995 44.3 8.89995C44.3 10.9 45.9 12.6 48.1 12.6ZM48.1 7.59995C48.8 7.59995 49.4 8.19995 49.4 8.79995C49.4 9.49995 48.8 10.1 48.1 10.1C47.4 10.1 46.8 9.49995 46.8 8.79995C46.7 8.09995 47.3 7.59995 48.1 7.59995Z" fill="#0E3F66"/>
|
||||
<path d="M5.10001 1.30005C2.90001 1.30005 1.20001 3.00005 1.20001 5.10005C1.20001 7.20005 2.90001 8.80005 5.00001 8.80005C7.10001 8.80005 8.70001 7.10005 8.70001 5.10005C8.80001 3.00005 7.10001 1.30005 5.10001 1.30005ZM5.10001 6.30005C4.30001 6.30005 3.70001 5.70005 3.70001 5.00005C3.70001 4.30005 4.30001 3.70005 5.00001 3.70005C5.70001 3.70005 6.30001 4.30005 6.30001 5.00005C6.30001 5.80005 5.70001 6.30005 5.10001 6.30005Z" fill="#0E3F66"/>
|
||||
<path d="M3.1 45.1001C1.4 45.1001 0 46.5001 0 48.2001C0 49.9001 1.4 51.3001 3.1 51.3001C4.8 51.3001 6.2 49.9001 6.2 48.2001C6.3 46.5001 4.9 45.1001 3.1 45.1001ZM3.1 48.8001C2.8 48.8001 2.5 48.5001 2.5 48.2001C2.5 47.9001 2.8 47.6001 3.1 47.6001C3.4 47.6001 3.7 47.9001 3.7 48.2001C3.7 48.5001 3.4 48.8001 3.1 48.8001Z" fill="#0E3F66"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6107_288">
|
||||
<rect width="58.1" height="56.3" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.5 KiB |
|
|
@ -0,0 +1,5 @@
|
|||
<svg width="49" height="48" viewBox="0 0 49 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M24.1622 14.5881C19.8983 14.5881 16.2562 18.0526 16.2562 22.4053C16.2562 26.7581 19.7206 30.2225 24.1622 30.2225C28.515 30.2225 32.0682 26.7581 32.0682 22.4053C32.0682 18.0526 28.4261 14.5881 24.1622 14.5881ZM24.1622 27.9129C21.1419 27.9129 18.477 25.4256 18.477 22.3165C18.477 19.2074 20.9643 16.7201 24.1622 16.7201C27.2713 16.7201 29.8474 19.2074 29.8474 22.3165C29.7586 25.4256 27.1825 27.9129 24.1622 27.9129Z" fill="#4CAF50"/>
|
||||
<path d="M44.9488 5.43847C44.86 5.43847 45.393 5.61614 34.1114 0.641562C33.6672 0.375067 33.1342 0.286235 32.6012 0.108572C32.0682 0.0197404 31.5352 0.286235 31.3576 0.819225C30.6469 2.59586 28.2485 3.92833 25.4059 3.92833C22.6521 3.92833 20.076 2.59586 19.4541 0.730394C19.2765 0.286235 18.9211 0.0197404 18.3882 0.0197404C18.0328 0.0197404 16.9668 -0.157923 15.5455 0.55273C2.84261 5.61614 3.3756 5.43847 3.28677 5.43847C1.24364 6.32679 0 8.36992 0 10.5907V20.7175C0 21.3393 0.53299 21.8723 1.15481 21.8723H6.66237V44.5244C6.66237 46.3899 8.17251 47.9 10.038 47.9H38.2864C40.1519 47.9 41.6621 46.3899 41.6621 44.5244V21.8723H47.0808C47.7026 21.8723 48.2356 21.3393 48.2356 20.7175V10.3242C48.2356 8.28109 46.9919 6.50445 44.9488 5.43847ZM2.22079 19.6515V17.9637H6.48471V19.6515H2.22079ZM39.3524 44.4356C39.3524 45.0574 38.8194 45.5904 38.1976 45.5904H9.94915C9.32732 45.5904 8.79433 45.0574 8.79433 44.4356V42.6589H32.5124C33.1342 42.6589 33.6672 42.1259 33.6672 41.5041C33.6672 40.8823 33.1342 40.3493 32.5124 40.3493H8.79433C8.79433 37.6844 8.79433 15.5653 8.79433 12.8115C8.79433 12.1897 8.26134 11.6567 7.72835 11.6567C7.19536 11.6567 6.57354 12.1897 6.57354 12.8115V15.5653H2.22079V10.5019C2.22079 9.1694 3.02028 7.92576 4.17509 7.39277C16.878 2.32936 16.345 2.50703 16.345 2.50703C16.7004 2.32936 17.1445 2.24053 17.5887 2.24053C18.8323 4.55016 21.8526 6.14913 25.317 6.14913C28.6038 6.14913 31.5352 4.72782 32.8677 2.50703C38.1976 4.81665 24.3399 -1.2239 43.8828 7.39277C45.1265 8.01459 45.8371 9.08057 45.8371 10.2354V15.6541H41.5732V12.9003C41.5732 12.2785 41.0402 11.7455 40.4184 11.7455C39.7966 11.7455 39.2636 12.2785 39.2636 12.9003C39.3524 22.8495 39.3524 43.3696 39.3524 44.4356ZM41.6621 19.6515V17.9637H45.926V19.6515H41.6621Z" fill="#0E3F66"/>
|
||||
<path d="M35.0885 40.4381C34.6443 40.8823 34.6443 41.5929 35.0885 42.0371C35.5327 42.4812 36.421 42.2147 36.6875 42.0371C37.1316 41.5929 37.1316 40.8823 36.6875 40.4381C36.2433 39.9939 35.5327 39.9939 35.0885 40.4381Z" fill="#0E3F66"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
<svg width="11" height="12" viewBox="0 0 11 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.97205 0.983643C8.35415 0.934887 8.857 1.06332 9.5238 1.69067C10.1942 2.32492 10.3524 2.82204 10.3256 3.2063C10.2967 3.61674 10.0493 4.04526 9.60388 4.51587L9.60291 4.51685L4.13025 10.3098L4.12341 10.3167C4.07122 10.3738 3.96754 10.4538 3.82947 10.5276C3.69317 10.6005 3.56436 10.6452 3.48083 10.6604L1.33533 11.0266V11.0276C1.08237 11.0712 0.913947 11.0007 0.817749 10.9094C0.721392 10.8178 0.642256 10.6526 0.670288 10.3967L0.915405 8.24634C0.92662 8.16223 0.96651 8.02891 1.03357 7.88501C1.1011 7.74019 1.17616 7.62681 1.23083 7.5686L1.22986 7.56763L6.70349 1.77661C7.14898 1.30613 7.56381 1.03584 7.97205 0.983643Z" stroke="#2196F3" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 823 B |
|
|
@ -0,0 +1,28 @@
|
|||
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="37.5" cy="37.5" r="37.5" fill="#E9F5FE"/>
|
||||
<g clip-path="url(#clip0_6494_1688)">
|
||||
<path d="M46.0559 29.0397C45.9285 29.0397 45.8012 29.0397 45.7375 28.976C43.3178 28.0208 40.7706 27.5114 38.0962 27.5114C35.4854 27.5114 32.8746 28.0208 30.4549 28.976C30.2002 29.1033 29.8818 29.0397 29.6271 28.9123C29.3724 28.7213 29.245 28.4666 29.245 28.1482V19.6154C29.245 19.1059 29.6271 18.7239 30.1365 18.7239H46.0559C46.5653 18.7239 46.9474 19.1059 46.9474 19.6154V28.1482C46.9474 28.4666 46.82 28.7213 46.5653 28.9123C46.3743 28.976 46.2469 29.0397 46.0559 29.0397ZM38.0962 25.6647C40.5159 25.6647 42.872 26.0468 45.1644 26.8109V20.5069H31.028V26.8109C33.3204 26.0468 35.6764 25.6647 38.0962 25.6647Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M43.1267 20.5068H33.0657C32.5562 20.5068 32.1742 20.1247 32.1742 19.6153V10.8915C32.1105 10.3821 32.5562 10 33.0657 10H43.1267C43.6361 10 44.0182 10.3821 44.0182 10.8915V12.8655C44.0182 13.2476 43.7635 13.5659 43.4451 13.6933C42.9357 13.8843 42.6173 14.3301 42.6173 14.9032C42.6173 15.4126 42.9357 15.8583 43.4451 16.0494C43.7635 16.1767 44.0182 16.4951 44.0182 16.8772V19.5516C44.0182 20.1247 43.6361 20.5068 43.1267 20.5068ZM33.9571 18.7238H42.2352V17.514C41.4074 16.9409 40.8343 15.9857 40.8343 14.9669C40.8343 13.8843 41.3438 12.9292 42.2352 12.4198V11.8467H33.9571V18.7238Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M18.7872 48C18.5563 48 18.3253 47.8638 18.2098 47.6595C17.9211 47.2509 17.9211 46.6381 18.2675 46.2976C18.3253 46.2295 19.8266 44.5952 21.963 43.5056C24.9078 41.9394 27.6217 42.0756 29.9313 43.9142C34.2042 47.2509 37.7842 45.4804 40.4403 43.5056L40.6713 43.3695C42.8077 41.8032 46.0412 39.4199 49.3902 42.4842C52.1618 45.0038 57.1853 45.3442 57.2431 45.3442C57.705 45.3442 58.0514 45.8209 57.9937 46.3657C57.936 46.9105 57.5895 47.319 57.1276 47.2509C56.8966 47.2509 51.5267 46.7743 48.3509 43.9823C46.0412 41.9394 44.078 43.0971 41.4796 45.0038L41.2487 45.14C40.0361 46.0252 38.3616 47.1147 36.2829 47.5233C33.7423 48 31.2594 47.319 28.9497 45.4804C24.5614 42.0075 19.4224 47.6595 19.3646 47.6595C19.1914 47.9319 18.9604 48 18.7872 48Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M27.0162 53.4283C26.5068 53.4283 26.1248 53.0462 26.1248 52.5368V50.7538C26.1248 50.2444 26.5068 49.8623 27.0162 49.8623C27.5257 49.8623 27.9077 50.2444 27.9077 50.7538V52.5368C27.9714 53.0462 27.5257 53.4283 27.0162 53.4283Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M30.7732 57.7583C30.2638 57.7583 29.8817 57.3763 29.8817 56.8668V55.0839C29.8817 54.5744 30.2638 54.1924 30.7732 54.1924C31.2826 54.1924 31.6647 54.5744 31.6647 55.0839V56.8668C31.6647 57.3126 31.2826 57.7583 30.7732 57.7583Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M36.3768 52.5367C35.8674 52.5367 35.4854 52.1546 35.4854 51.6452V49.8622C35.4854 49.3528 35.8674 48.9707 36.3768 48.9707C36.8863 48.9707 37.2683 49.3528 37.2683 49.8622V51.6452C37.2683 52.0909 36.8863 52.5367 36.3768 52.5367Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M40.3886 61.961C39.8791 61.961 39.4971 61.5789 39.4971 61.0695V59.2865C39.4971 58.7771 39.8791 58.395 40.3886 58.395C40.898 58.395 41.28 58.7771 41.28 59.2865V61.0695C41.28 61.5152 40.898 61.961 40.3886 61.961Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M36.5679 57.7583C36.0585 57.7583 35.6764 57.3763 35.6764 56.8668V55.0839C35.6764 54.5744 36.0585 54.1924 36.5679 54.1924C37.0773 54.1924 37.4594 54.5744 37.4594 55.0839V56.8668C37.523 57.3126 37.0773 57.7583 36.5679 57.7583Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M44.0819 51.9637C43.5724 51.9637 43.1904 51.5816 43.1904 51.0722V49.2892C43.1904 48.7798 43.5724 48.3977 44.0819 48.3977C44.5913 48.3977 44.9733 48.7798 44.9733 49.2892V51.0722C44.9733 51.5179 44.5913 51.9637 44.0819 51.9637Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M45.2917 56.8667C44.7823 56.8667 44.4002 56.4847 44.4002 55.9752V54.1923C44.4002 53.6828 44.7823 53.3008 45.2917 53.3008C45.8011 53.3008 46.1832 53.6828 46.1832 54.1923V55.9752C46.1832 56.421 45.8011 56.8667 45.2917 56.8667Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M51.8505 51.2632C51.3411 51.2632 50.959 50.8811 50.959 50.3717V48.5888C50.959 48.0793 51.3411 47.6973 51.8505 47.6973C52.36 47.6973 52.742 48.0793 52.742 48.5888V50.3717C52.8057 50.8811 52.36 51.2632 51.8505 51.2632Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M51.2138 58.6497C50.7043 58.6497 50.3223 58.2676 50.3223 57.7582V55.9752C50.3223 55.4658 50.7043 55.0837 51.2138 55.0837C51.7232 55.0837 52.1052 55.4658 52.1052 55.9752V57.7582C52.1689 58.2676 51.7232 58.6497 51.2138 58.6497Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M25.9974 58.968C25.488 58.968 25.106 58.586 25.106 58.0766V56.2936C25.106 55.7842 25.488 55.4021 25.9974 55.4021C26.5069 55.4021 26.8889 55.7842 26.8889 56.2936V58.0766C26.8889 58.586 26.5069 58.968 25.9974 58.968Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M49.438 64H26.5014C26.3199 64 26.1383 63.9402 26.0173 63.8205C20.389 59.9307 17 53.5874 17 46.7654C17 35.3354 26.4409 26 38 26C49.5591 26 59 35.3354 59 46.7654C59 53.5874 55.6109 59.9307 49.9827 63.8205C49.8012 63.9402 49.6196 64 49.438 64ZM26.804 62.2646H49.196C54.2795 58.674 57.245 52.9291 57.245 46.7654C57.245 36.2331 48.5908 27.7354 38 27.7354C27.3487 27.7354 18.755 36.2929 18.755 46.7654C18.755 52.9291 21.7205 58.674 26.804 62.2646Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M54.4 23.8C56.8 23.8 58.9 21.8 58.9 19.4C58.9 17 56.9 15 54.4 15C51.9 15 50 17 50 19.4C50 21.8 52 23.8 54.4 23.8ZM54.4 17.6C55.4 17.6 56.3 18.4 56.3 19.5C56.3 20.5 55.5 21.4 54.4 21.4C53.4 21.4 52.5 20.6 52.5 19.5C52.5 18.4 53.3 17.6 54.4 17.6Z" fill="#0E3F66"/>
|
||||
<path d="M21.4 28.8C23.8 28.8 25.9 26.8 25.9 24.4C25.9 22 23.9 20 21.4 20C18.9 20 17 22 17 24.4C17 26.8 19 28.8 21.4 28.8ZM21.4 22.6C22.4 22.6 23.3 23.4 23.3 24.5C23.3 25.5 22.5 26.4 21.4 26.4C20.4 26.4 19.5 25.6 19.5 24.5C19.5 23.4 20.3 22.6 21.4 22.6Z" fill="#0E3F66"/>
|
||||
<path d="M24.3 16.6C25 16.6 25.6 16 25.6 15.3C25.6 14.6 25 14 24.3 14C23.6 14 23 14.6 23 15.3C23.1 16 23.7 16.6 24.3 16.6Z" fill="#0E3F66"/>
|
||||
<path d="M50.3 27.6C51 27.6 51.6 27 51.6 26.3C51.6 25.6 51 25 50.3 25C49.6 25 49 25.6 49 26.3C49.1 27 49.7 27.6 50.3 27.6Z" fill="#0E3F66"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6494_1688">
|
||||
<rect width="44.1923" height="56.1" fill="white" transform="translate(16 10)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.2 KiB |
|
|
@ -0,0 +1,4 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="24" height="24" rx="4" fill="#EAEAE9"/>
|
||||
<path d="M15.0001 19.92L8.48009 13.4C7.71009 12.63 7.71009 11.37 8.48009 10.6L15.0001 4.08002" stroke="#292D32" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 340 B |
|
|
@ -0,0 +1,20 @@
|
|||
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="37.5" cy="37.5" r="37.5" fill="#E9F5FE"/>
|
||||
<g clip-path="url(#clip0_6494_1687)">
|
||||
<path d="M42.9697 46.0608C40.5357 46.0608 38.2697 47.7394 37.5982 50.0894C37.5982 50.1733 37.3464 50.8447 37.7661 51.6001C38.0179 52.0197 38.3536 52.2715 38.8572 52.4394L46.075 54.2858C46.9982 54.5376 48.0054 53.9501 48.2572 53.0269V52.859C49.1804 49.5019 46.5786 46.0608 42.9697 46.0608ZM46.2429 52.1876L39.6964 50.509C40.2839 48.8304 41.9625 47.8233 43.725 48.3269C45.5714 48.7465 46.5786 50.509 46.2429 52.1876Z" fill="#4CAF50" stroke="#4CAF50" stroke-width="0.5"/>
|
||||
<path d="M32.4786 36.0733C32.4786 35.0661 31.7232 34.3108 30.7161 34.3108H23.2464C22.2393 34.3108 21.4839 35.0661 21.4839 36.0733C21.4839 39.0947 23.9179 41.5286 27.0232 41.5286C30.0447 41.5286 32.4786 39.0947 32.4786 36.0733ZM27.1072 39.4304C25.3447 39.4304 23.9179 38.0876 23.75 36.409H30.4643C30.2125 38.0876 28.7857 39.4304 27.1072 39.4304Z" fill="#4CAF50" stroke="#4CAF50" stroke-width="0.5"/>
|
||||
<path d="M60.5946 29.6947C54.7196 29.9465 47.3339 28.1001 42.1304 25.7501V16.7697C42.1304 14.9233 40.3679 13.5804 38.5214 14.084C31.975 16.0983 22.0714 16.0983 15.6089 14.1679C13.8464 13.5804 12 15.0072 12 16.8536V34.1429C12 43.2911 20.3089 50.3411 29.625 48.8304C30.9679 55.8804 37.1786 61.0001 44.3964 61.0001C51.1946 61.0001 57.1536 56.4679 58.9161 49.9215L63.4482 33.2197C63.8679 31.3733 62.525 29.6108 60.5946 29.6947ZM14.0982 34.1429V16.7697C14.0982 16.2661 14.5179 16.0143 14.9375 16.0983C21.8196 18.1965 32.1429 18.1965 39.025 16.0983C39.4446 15.9304 39.8643 16.2661 39.8643 16.7697C39.8643 35.7376 39.9482 34.9822 39.6125 36.8286C38.6893 41.109 35.5839 44.7179 31.2196 46.2286C22.8268 49.0822 14.0982 42.7876 14.0982 34.1429ZM61.35 32.6322L56.8179 49.334C55.3911 54.9572 50.1875 58.9018 44.3964 58.9018C38.0179 58.9018 32.7304 54.2858 31.7232 48.3268C37.5982 46.4804 41.6268 41.2768 42.0464 35.234C42.1304 34.4786 42.0464 34.3947 42.0464 28.1001C47.5857 30.4501 54.7196 32.0447 60.5946 31.8768C61.1821 31.7929 61.5179 32.2126 61.35 32.6322Z" fill="#0E3F66" stroke="#0E3F66" stroke-width="0.6"/>
|
||||
<path d="M26.4436 53.3987C25.6135 51.4697 23.4195 50.672 21.4906 51.5021C19.5616 52.3322 18.672 54.5657 19.4626 56.4028C20.2927 58.3318 22.5262 59.2214 24.4552 58.3913C26.3842 57.5612 27.2737 55.3276 26.4436 53.3987ZM21.8508 55.3751C21.5741 54.7321 21.8881 53.9438 22.5311 53.6671C23.1741 53.3904 23.9624 53.7044 24.2391 54.3474C24.5158 54.9903 24.2018 55.7786 23.5588 56.0553C22.9158 56.332 22.1275 56.0181 21.8508 55.3751Z" fill="#0E3F66"/>
|
||||
<path d="M56.4436 20.3987C55.6135 18.4697 53.4195 17.672 51.4906 18.5021C49.5616 19.3322 48.672 21.5657 49.4626 23.4028C50.2927 25.3318 52.5262 26.2214 54.4552 25.3913C56.3842 24.5612 57.2737 22.3276 56.4436 20.3987ZM51.8508 22.3751C51.5741 21.7321 51.8881 20.9438 52.5311 20.6671C53.1741 20.3904 53.9624 20.7044 54.2391 21.3474C54.5158 21.9903 54.2018 22.7786 53.5588 23.0553C52.9158 23.332 52.1275 23.0181 51.8508 22.3751Z" fill="#0E3F66"/>
|
||||
<path d="M36.4436 23.3987C35.6135 21.4697 33.4195 20.672 31.4906 21.5021C29.5616 22.3322 28.672 24.5657 29.4626 26.4028C30.2927 28.3318 32.5262 29.2214 34.4552 28.3913C36.3842 27.5612 37.2737 25.3276 36.4436 23.3987ZM31.8508 25.3751C31.5741 24.7321 31.8881 23.9438 32.5311 23.6671C33.1741 23.3904 33.9624 23.7044 34.2391 24.3474C34.5158 24.9903 34.2018 25.7786 33.5588 26.0553C32.9158 26.332 32.1275 26.0181 31.8508 25.3751Z" fill="#4CAF50"/>
|
||||
<path d="M55.4436 36.3987C54.6135 34.4697 52.4195 33.672 50.4906 34.5021C48.5616 35.3322 47.672 37.5657 48.4626 39.4028C49.2927 41.3318 51.5262 42.2214 53.4552 41.3913C55.3842 40.5612 56.2737 38.3276 55.4436 36.3987ZM50.8508 38.3751C50.5741 37.7321 50.8881 36.9438 51.5311 36.6671C52.1741 36.3904 52.9624 36.7044 53.2391 37.3474C53.5158 37.9903 53.2018 38.7786 52.5588 39.0553C51.9158 39.332 51.1275 39.0181 50.8508 38.3751Z" fill="#4CAF50"/>
|
||||
<path d="M24.4436 23.3987C23.6135 21.4697 21.4195 20.672 19.4906 21.5021C17.5616 22.3322 16.672 24.5657 17.4626 26.4028C18.2927 28.3318 20.5262 29.2214 22.4552 28.3913C24.3842 27.5612 25.2737 25.3276 24.4436 23.3987ZM19.8508 25.3751C19.5741 24.7321 19.8881 23.9438 20.5311 23.6671C21.1741 23.3904 21.9624 23.7044 22.2391 24.3474C22.5158 24.9903 22.2018 25.7786 21.5588 26.0553C20.9158 26.332 20.1275 26.0181 19.8508 25.3751Z" fill="#4CAF50"/>
|
||||
<path d="M17.9021 51.1941C17.6254 50.5511 16.8371 50.2372 16.1941 50.5139C15.5511 50.7906 15.2372 51.5789 15.5139 52.2219C15.7906 52.8649 16.5789 53.1788 17.2219 52.9021C17.8649 52.6254 18.1788 51.8371 17.9021 51.1941Z" fill="#0E3F66"/>
|
||||
<path d="M46.9021 18.1941C46.6254 17.5511 45.8371 17.2372 45.1941 17.5139C44.5511 17.7906 44.2372 18.5789 44.5139 19.2219C44.7906 19.8649 45.5789 20.1788 46.2219 19.9021C46.8649 19.6254 47.1788 18.8371 46.9021 18.1941Z" fill="#0E3F66"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6494_1687">
|
||||
<rect width="51.4482" height="47" fill="white" transform="translate(12 14)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.9 KiB |
|
|
@ -0,0 +1,4 @@
|
|||
<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M9 17.4625C4.5525 17.4625 0.9375 13.8475 0.9375 9.40002C0.9375 4.95252 4.5525 1.33752 9 1.33752C13.4475 1.33752 17.0625 4.95252 17.0625 9.40002C17.0625 13.8475 13.4475 17.4625 9 17.4625ZM9 2.46252C5.175 2.46252 2.0625 5.57502 2.0625 9.40002C2.0625 13.225 5.175 16.3375 9 16.3375C12.825 16.3375 15.9375 13.225 15.9375 9.40002C15.9375 5.57502 12.825 2.46252 9 2.46252Z" fill="#292D32"/>
|
||||
<path d="M11.7822 12.3475C11.6847 12.3475 11.5872 12.325 11.4972 12.265L9.17224 10.8775C8.59474 10.5325 8.16724 9.77503 8.16724 9.10753V6.03253C8.16724 5.72503 8.42224 5.47003 8.72974 5.47003C9.03724 5.47003 9.29224 5.72503 9.29224 6.03253V9.10753C9.29224 9.37753 9.51724 9.77503 9.74974 9.91003L12.0747 11.2975C12.3447 11.455 12.4272 11.8 12.2697 12.07C12.1572 12.25 11.9697 12.3475 11.7822 12.3475Z" fill="#292D32"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 916 B |
|
|
@ -0,0 +1,16 @@
|
|||
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="37.5" cy="37.5" r="37.5" fill="#E9F5FE"/>
|
||||
<g clip-path="url(#clip0_6494_1683)">
|
||||
<path d="M46.6832 44.4822C46.0413 44.4822 45.491 45.0324 45.491 45.6744C45.491 49.3427 40.9056 52.5525 38.6129 52.5525C37.971 52.5525 37.4207 53.1027 37.4207 53.7447C37.4207 54.3867 37.971 54.9369 38.6129 54.9369C42.1895 54.9369 47.7837 50.7183 47.7837 45.7661C47.8754 45.0324 47.3252 44.4822 46.6832 44.4822Z" fill="#4CAF50"/>
|
||||
<path d="M29.5339 16.9698C32.9271 16.9698 41.1808 16.9698 44.4823 16.9698C45.1242 16.9698 45.6745 17.5201 45.6745 18.162C45.6745 18.804 45.1242 19.3542 44.4823 19.3542H35.3115C34.6695 19.3542 34.1193 19.9045 34.1193 20.5464C34.1193 21.1884 34.6695 21.7386 35.3115 21.7386H44.4823C46.4082 21.7386 47.9672 20.1796 47.9672 18.2537C47.9672 16.3279 46.4082 14.7688 44.4823 14.7688C41.1808 14.7688 33.0188 14.7688 29.5339 14.7688C28.8919 14.7688 28.3417 14.2186 28.3417 13.5766C28.3417 12.9347 28.8919 12.3844 29.5339 12.3844H35.3115C35.9534 12.3844 36.5037 11.8342 36.5037 11.1922C36.5037 10.5502 35.9534 10 35.3115 10H29.5339C27.608 10 26.049 11.559 26.049 13.4849C26.049 15.4108 27.608 16.9698 29.5339 16.9698Z" fill="#4CAF50"/>
|
||||
<path d="M63.9244 62.8238H53.1028L54.295 60.5311H58.1468C58.7887 60.5311 59.339 59.9808 59.339 59.3389C59.339 58.6969 58.7887 58.1467 58.1468 58.1467C53.8365 58.1467 50.0764 58.1467 45.7662 58.1467C50.4433 55.3037 53.5614 50.2598 53.5614 44.3904V43.1982H60.4395C61.0814 43.1982 61.6317 42.648 61.6317 42.006V30.7259C61.6317 30.084 61.0814 29.5337 60.4395 29.5337H53.5614V24.9483C53.5614 24.3064 53.0111 23.7561 52.3692 23.7561H22.6557C22.0138 23.7561 21.4635 24.3064 21.4635 24.9483V44.4821C21.4635 50.3515 24.5816 55.3954 29.2587 58.2384C24.9484 58.2384 21.1884 58.2384 16.8781 58.2384C16.2362 58.2384 15.6859 58.7886 15.6859 59.4306C15.6859 60.0725 16.2362 60.6228 16.8781 60.6228H20.7299L21.9221 62.9155H11.1922C10.5502 62.9155 10 63.4657 10 64.1077C10 64.7496 10.5502 65.2999 11.1922 65.2999C23.2977 65.2999 51.6355 65.2999 63.9244 65.2999C64.5663 65.2999 65.1166 64.7496 65.1166 64.1077C65.0249 63.374 64.5663 62.8238 63.9244 62.8238ZM59.339 31.9181V41.0889H53.5614V31.9181H59.339ZM23.7562 44.4821V33.0186H43.29C43.932 33.0186 44.4823 32.4684 44.4823 31.8264C44.4823 31.1845 43.932 30.6342 43.29 30.6342H23.7562V26.0488H51.2687C51.2687 32.7435 51.2687 37.604 51.2687 44.3904C51.2687 52.0022 45.1242 58.1467 37.5124 58.1467C29.9924 58.2384 23.7562 52.0939 23.7562 44.4821ZM24.4899 62.8238L23.2977 60.5311H51.6355L50.4433 62.8238H24.4899Z" fill="#0E3F66"/>
|
||||
<path d="M16.8782 22.7474C18.804 22.7474 20.3631 21.1884 20.3631 19.2625C20.3631 17.3366 18.804 15.7776 16.8782 15.7776C14.9523 15.7776 13.3932 17.3366 13.3932 19.2625C13.485 21.1884 15.044 22.7474 16.8782 22.7474ZM16.8782 18.162C17.5201 18.162 18.0704 18.7122 18.0704 19.3542C18.0704 19.9962 17.5201 20.5464 16.8782 20.5464C16.2362 20.5464 15.686 19.9962 15.686 19.3542C15.7777 18.6205 16.3279 18.162 16.8782 18.162Z" fill="#0E3F66"/>
|
||||
<path d="M58.1468 23.848C60.0726 23.848 61.6317 22.289 61.6317 20.3631C61.6317 18.4372 60.0726 16.8782 58.1468 16.8782C56.2209 16.8782 54.6619 18.4372 54.6619 20.3631C54.7536 22.3807 56.3126 23.848 58.1468 23.848ZM58.1468 19.2626C58.7887 19.2626 59.339 19.8128 59.339 20.4548C59.339 21.0967 58.7887 21.647 58.1468 21.647C57.5048 21.647 56.9546 21.0967 56.9546 20.4548C57.0463 19.8128 57.5048 19.2626 58.1468 19.2626Z" fill="#0E3F66"/>
|
||||
<path d="M15.7776 44.4823C17.7035 44.4823 19.2625 42.9232 19.2625 40.9974C19.2625 39.0715 17.7035 37.5125 15.7776 37.5125C13.8518 37.5125 12.2927 39.0715 12.2927 40.9974C12.2927 42.9232 13.8518 44.4823 15.7776 44.4823ZM15.7776 39.8969C16.4196 39.8969 16.9698 40.4471 16.9698 41.0891C16.9698 41.731 16.4196 42.2813 15.7776 42.2813C15.1357 42.2813 14.5854 41.731 14.5854 41.0891C14.5854 40.4471 15.1357 39.8969 15.7776 39.8969Z" fill="#0E3F66"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6494_1683">
|
||||
<rect width="55.1166" height="55.3" fill="white" transform="translate(10 10)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
|
|
@ -0,0 +1,21 @@
|
|||
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="37.5" cy="37.5" r="37.5" fill="#E9F5FE"/>
|
||||
<path d="M12.4 30.8C14.8 30.8 16.9 28.8 16.9 26.4C16.9 24 14.9 22 12.4 22C9.9 22 8 24 8 26.4C8 28.8 10 30.8 12.4 30.8ZM12.4 24.6C13.4 24.6 14.3 25.4 14.3 26.5C14.3 27.5 13.5 28.4 12.4 28.4C11.4 28.4 10.5 27.6 10.5 26.5C10.5 25.4 11.3 24.6 12.4 24.6Z" fill="#0E3F66"/>
|
||||
<g clip-path="url(#clip0_6494_1685)">
|
||||
<path d="M51.8533 10H23.8533C21.1467 10 19 12.1467 19 14.76V61.24C19 63.8533 21.1467 66 23.8533 66H51.9467C54.56 66 56.8 63.8533 56.8 61.24V14.76C56.7067 12.1467 54.56 10 51.8533 10ZM54.3733 61.24C54.3733 62.5467 53.2533 63.6667 51.9467 63.6667H23.8533C22.5467 63.6667 21.4267 62.5467 21.4267 61.24V14.76C21.4267 13.4533 22.5467 12.3333 23.8533 12.3333H51.9467C53.2533 12.3333 54.3733 13.4533 54.3733 14.76V61.24Z" fill="#0E3F66"/>
|
||||
<path d="M29.64 46.3066C28.9866 46.3066 28.4266 46.8666 28.4266 47.52C28.4266 48.1733 28.9866 48.7333 29.64 48.7333C30.8533 48.7333 31.7866 49.6666 31.7866 50.88C31.7866 51.5333 32.3466 52.0933 33 52.0933C33.6533 52.0933 34.2133 51.5333 34.2133 50.88C34.2133 48.36 32.0666 46.3066 29.64 46.3066Z" fill="#4CAF50"/>
|
||||
<path d="M29.64 41.3601C28.9866 41.3601 28.4266 41.9201 28.4266 42.5734C28.4266 43.2268 28.9866 43.7868 29.64 43.7868C33.56 43.7868 36.8266 46.9601 36.8266 50.8801C36.8266 51.5334 37.3866 52.0934 38.04 52.0934C38.6933 52.0934 39.2533 51.5334 39.2533 50.8801C39.16 45.6534 34.8666 41.3601 29.64 41.3601Z" fill="#4CAF50"/>
|
||||
<path d="M28.4266 37.5333C28.4266 38.1867 28.9866 38.7467 29.64 38.7467C36.36 38.7467 41.8666 44.16 41.8666 50.88C41.8666 51.5333 42.4266 52.0933 43.08 52.0933C43.7333 52.0933 44.2933 51.5333 44.2933 50.88C44.2933 42.9467 37.76 36.4133 29.64 36.4133C28.9866 36.4133 28.4266 36.9733 28.4266 37.5333Z" fill="#4CAF50"/>
|
||||
<path d="M50.8266 18.2134H24.9733C24.32 18.2134 23.6666 18.7734 23.6666 19.4267V55.6401C23.6666 56.2934 24.2266 56.8534 24.88 56.8534H50.8266C51.48 56.8534 52.04 56.2934 52.04 55.6401V19.3334C51.9466 18.68 51.3866 18.2134 50.8266 18.2134ZM49.6133 54.3334H26.0933V20.5467H49.6133V54.3334Z" fill="#0E3F66"/>
|
||||
<path d="M34.4 15.88H40.6533C41.3066 15.88 41.8666 15.32 41.8666 14.6667C41.8666 14.0134 41.3066 13.4534 40.6533 13.4534H34.4C33.7466 13.4534 33.1866 14.0134 33.1866 14.6667C33.1866 15.32 33.7466 15.88 34.4 15.88Z" fill="#4CAF50"/>
|
||||
<path d="M29.2667 23.6267C29.7334 23.16 29.7334 22.4133 29.2667 21.9467C28.8 21.48 28.0534 21.48 27.5867 21.9467C27.12 22.4133 27.12 23.16 27.5867 23.6267C28.0534 24.0933 29.08 23.9067 29.2667 23.6267Z" fill="#0E3F66"/>
|
||||
<path d="M32.7199 23.6267C33.1866 23.16 33.1866 22.4133 32.7199 21.9467C32.2533 21.48 31.5066 21.48 31.0399 21.9467C30.5733 22.4133 30.5733 23.16 31.0399 23.6267C31.5999 24.0933 32.2533 24.0933 32.7199 23.6267Z" fill="#0E3F66"/>
|
||||
<path d="M36.36 23.6266C36.8266 23.1599 36.8266 22.4132 36.36 21.9466C36.1733 21.7599 35.8 21.5732 35.52 21.5732C34.8666 21.5732 34.3066 22.1332 34.3066 22.6932C34.3066 22.9732 34.4 23.3466 34.68 23.5332C35.1466 24.0932 35.8933 24.0932 36.36 23.6266Z" fill="#0E3F66"/>
|
||||
<path d="M37.8533 57.6934C39.0667 57.6934 40 58.6267 40 59.84C40 61.0534 39.0667 61.9867 37.8533 61.9867C36.64 61.9867 35.7067 61.0534 35.7067 59.84C35.7067 58.6267 36.64 57.6934 37.8533 57.6934Z" fill="#0E3F66"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6494_1685">
|
||||
<rect width="37.7067" height="56" fill="white" transform="translate(19 10)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.4 KiB |
|
|
@ -0,0 +1,11 @@
|
|||
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_6051_7002)">
|
||||
<path d="M7.99994 5.19979V8.69979M14.0533 5.75312V10.3131C14.0533 11.0598 13.6533 11.7531 13.0066 12.1331L9.04661 14.4198C8.39994 14.7931 7.59994 14.7931 6.94661 14.4198L2.98661 12.1331C2.66779 11.9483 2.40323 11.6828 2.21951 11.3633C2.03579 11.0438 1.93937 10.6817 1.93994 10.3131V5.75312C1.93994 5.00646 2.33994 4.31312 2.98661 3.93312L6.94661 1.64646C7.59328 1.27312 8.39328 1.27312 9.04661 1.64646L13.0066 3.93312C13.6533 4.31312 14.0533 4.99979 14.0533 5.75312Z" stroke="#F44336" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M8 10.8333V10.8999" stroke="#F44336" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6051_7002">
|
||||
<rect width="16" height="16" fill="white" transform="translate(0 0.0332031)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 913 B |
|
|
@ -0,0 +1,23 @@
|
|||
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="37.5" cy="37.5" r="37.5" fill="#E9F5FE"/>
|
||||
<g clip-path="url(#clip0_6494_1682)">
|
||||
<path d="M65.8 64.4999H49.1C52.5 62.9999 55.6 60.8999 58.3 58.1999C70 46.4999 70 27.4999 58.3 15.7999C46.6 4.0999 27.6 4.0999 15.9 15.7999C1 30.6999 5.7 55.9999 25.1 64.4999H8.3C7.6 64.4999 7 65.0999 7 65.7999C7 66.4999 7.6 67.0999 8.3 67.0999H65.8C66.5 67.0999 67.1 66.4999 67.1 65.7999C67 65.0999 66.5 64.4999 65.8 64.4999ZM9.6 38.2999H12.1C12.4 44.2999 14.8 49.6999 18.5 53.7999L16.7 55.5999C12.5 50.9999 9.9 44.8999 9.6 38.2999ZM16.7 18.4999L18.5 20.2999C14.7 24.3999 12.4 29.8999 12.1 35.7999H9.6C9.9 29.0999 12.5 23.0999 16.7 18.4999ZM64.5 35.7999H62C61.7 29.7999 59.3 24.3999 55.6 20.2999L57.4 18.4999C61.5 23.0999 64.2 29.0999 64.5 35.7999ZM57.3 55.5999L55.5 53.7999C59.3 49.5999 61.6 44.1999 61.9 38.2999H64.4C64.2 44.8999 61.5 50.9999 57.3 55.5999ZM33.3 36.9999C33.3 34.8999 35 33.1999 37.1 33.1999C39.2 33.1999 40.9 34.8999 40.9 36.9999C40.9 39.0999 39.2 40.7999 37.1 40.7999C34.9 40.7999 33.3 39.0999 33.3 36.9999ZM38.3 43.1999C39.1 42.9999 39.8 42.6999 40.5 42.2999L52.1 53.8999C48.4 57.1999 43.6 59.2999 38.4 59.5999L38.3 43.1999ZM42.2 40.4999C42.6 39.7999 43 39.0999 43.1 38.2999H59.4C59.1 43.5999 57 48.2999 53.7 51.9999L42.2 40.4999ZM43.2 35.7999C43 34.9999 42.7 34.2999 42.3 33.5999L53.8 22.0999C57.1 25.7999 59.2 30.5999 59.5 35.7999H43.2ZM40.5 31.7999C39.8 31.3999 39.1 30.9999 38.3 30.8999V14.5999C43.6 14.8999 48.3 16.9999 52 20.2999L40.5 31.7999ZM35.8 30.8999C35 31.0999 34.3 31.3999 33.6 31.7999L22 20.2999C25.7 16.9999 30.5 14.8999 35.7 14.5999L35.8 30.8999ZM31.8 33.5999C31.4 34.2999 31 34.9999 30.9 35.7999H14.6C14.9 30.4999 17 25.7999 20.3 22.0999L31.8 33.5999ZM30.9 38.2999C31.1 39.0999 31.4 39.7999 31.8 40.4999L20.3 51.9999C17 48.2999 14.9 43.4999 14.6 38.2999H30.9ZM33.6 42.1999C34.2 42.5999 35 42.9999 35.8 43.0999V59.3999C30.5 59.0999 25.8 56.9999 22.1 53.6999L33.6 42.1999ZM38.3 61.9999C44.3 61.6999 49.7 59.2999 53.8 55.5999L55.6 57.3999C51 61.5999 45 64.2999 38.3 64.5999V61.9999ZM53.8 18.4999C49.6 14.6999 44.2 12.3999 38.3 12.0999V9.5999C44.9 9.8999 51 12.5999 55.6 16.7999L53.8 18.4999ZM35.8 12.0999C29.8 12.3999 24.4 14.7999 20.3 18.4999L18.5 16.6999C23.1 12.4999 29.1 9.7999 35.8 9.4999V12.0999ZM20.3 55.5999C24.5 59.3999 29.9 61.6999 35.8 61.9999V64.4999C29.2 64.1999 23.1 61.4999 18.5 57.2999L20.3 55.5999Z" fill="#0E3F66"/>
|
||||
<path d="M30.8 25.8C32.9 25.8 34.6 24.1 34.6 22C34.6 19.9 32.9 18.2 30.8 18.2C28.7 18.2 27 19.9 27 22C27 24.1 28.7 25.8 30.8 25.8ZM30.8 20.8C31.5 20.8 32.1 21.4 32.1 22.1C32.1 22.8 31.5 23.4 30.8 23.4C30.1 23.4 29.5 22.8 29.5 22.1C29.5 21.4 30.1 20.8 30.8 20.8Z" fill="#4CAF50"/>
|
||||
<path d="M46.1 49.5998C44.7 48.0998 42.4 47.8998 40.8 49.2998C39.3 50.6998 39.1 53.0998 40.5 54.5998C41.9 56.0998 44.3 56.2998 45.8 54.8998C47.3 53.4998 47.4 51.0998 46.1 49.5998ZM43.3 53.3998C42.2 53.3998 41.6 51.9998 42.5 51.1998C43 50.6998 43.8 50.7998 44.3 51.2998C44.9 52.0998 44.4 53.3998 43.3 53.3998Z" fill="#4CAF50"/>
|
||||
<path d="M45.9 24.6999C47.4 23.1999 47.4 20.8999 45.9 19.3999C44.4 17.8999 42.1 17.8999 40.6 19.3999C39.1 20.8999 39.1 23.1999 40.6 24.6999C42.1 26.0999 45.2 25.3999 45.9 24.6999ZM42.4 21.0999C42.9 20.5999 43.9 20.8999 44.2 21.0999C44.7 21.5999 44.7 22.3999 44.2 22.8999C43.7 23.3999 42.9 23.3999 42.4 22.8999C41.9 22.3999 41.9 21.5999 42.4 21.0999Z" fill="#0E3F66"/>
|
||||
<path d="M27.1 51.8998C27 53.9998 28.7 55.7998 30.9 55.7998C34.2 55.7998 35.8 51.9998 33.7 49.4998C31.4 47.0998 27.2 48.5998 27.1 51.8998ZM32.1 52.1998C32.1 52.8998 31.5 53.3998 30.8 53.3998C30.1 53.3998 29.6 52.7998 29.6 52.0998C29.6 51.3998 30.9 50.8998 30.9 50.8998C31.6 50.8998 32.1 51.4998 32.1 52.1998Z" fill="#0E3F66"/>
|
||||
<path d="M52.1 27.0999C50 27.0999 48.3 28.7999 48.3 30.8999C48.3 32.9999 50 34.6999 52.1 34.6999C54.2 34.6999 55.9 32.9999 55.9 30.8999C55.9 28.7999 54.1 27.0999 52.1 27.0999ZM52.1 32.0999C51.4 32.0999 50.8 31.4999 50.8 30.7999C50.8 30.0999 51.4 29.4999 52.1 29.4999C52.8 29.4999 53.4 30.0999 53.4 30.7999C53.4 31.4999 52.7 32.0999 52.1 32.0999Z" fill="#4CAF50"/>
|
||||
<path d="M22 47.1C22 47.1 23.3 47.2 24.5 46.1C25.3 45.4 25.7 44.5 25.7 43.5C25.8 41.3 24.1 39.5 21.9 39.5C20 39.5 18.3 41 18.2 43C18.1 45.3 19.9 47.1 22 47.1ZM22 42.1C22.7 42.1 23.3 42.7 23.3 43.4C23.3 44.1 22.7 44.6 22 44.6C21.6 44.6 21.3 44.4 21.1 44.2C20.3 43.3 20.9 42.1 22 42.1Z" fill="#4CAF50"/>
|
||||
<path d="M54.7 40.5999C53.2 39.0999 50.9 39.0999 49.4 40.5999C47.9 42.0999 47.9 44.3999 49.4 45.8999C50.9 47.3999 54 46.5999 54.7 45.8999C56.2 44.4999 56.2 42.0999 54.7 40.5999ZM53 44.1999C52.5 44.6999 51.7 44.6999 51.2 44.1999C50.7 43.6999 50.7 42.8999 51.2 42.3999C51.7 41.8999 52.7 42.1999 53 42.3999C53.4 42.8999 53.4 43.6999 53 44.1999Z" fill="#0E3F66"/>
|
||||
<path d="M22 34.5999C24 34.5999 25.6 32.9999 25.7 31.0999C25.8 28.9999 24.2 27.2999 22.2 27.0999C20.1 26.9999 18.4 28.5999 18.2 30.5999C18.1 32.7999 19.8 34.5999 22 34.5999ZM22 29.5999C22.7 29.5999 23.3 30.1999 23.3 30.8999C23.2 31.9999 21.9 32.4999 21.1 31.6999C20.8 31.3999 20.9 29.5999 22 29.5999Z" fill="#0E3F66"/>
|
||||
<path d="M57.0608 62.6608C57.2608 63.3608 57.9608 63.6608 58.6608 63.4608C59.3608 63.2608 59.6608 62.5608 59.4608 61.8608C59.2608 61.1608 58.5608 60.8608 57.8608 61.0608C57.1608 61.3608 56.8608 62.0608 57.0608 62.6608Z" fill="#0E3F66"/>
|
||||
<path d="M57.0608 12.6608C57.2608 13.3608 57.9608 13.6608 58.6608 13.4608C59.3608 13.2608 59.6608 12.5608 59.4608 11.8608C59.2608 11.1608 58.5608 10.8608 57.8608 11.0608C57.1608 11.3608 56.8608 12.0608 57.0608 12.6608Z" fill="#0E3F66"/>
|
||||
<path d="M8.06078 53.6608C8.26078 54.3608 8.96078 54.6608 9.66078 54.4608C10.3608 54.2608 10.6608 53.5608 10.4608 52.8608C10.2608 52.1608 9.56078 51.8608 8.86078 52.0608C8.16078 52.3608 7.86078 53.0608 8.06078 53.6608Z" fill="#0E3F66"/>
|
||||
<path d="M65 58C65 56.9032 64.0968 56 63 56C61.9032 56 61 56.9032 61 58C61 59.0968 61.9032 60 63 60C64.0968 60.0645 65 59.1613 65 58ZM62.6129 58C62.6129 57.8065 62.8064 57.6129 63 57.6129C63.1935 57.6129 63.3871 57.8065 63.3871 58C63.3871 58.1936 63.1935 58.3871 63 58.3871C62.8064 58.3871 62.6129 58.1936 62.6129 58Z" fill="#0E3F66"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6494_1682">
|
||||
<rect width="60.1" height="60.1" fill="white" transform="translate(7 7)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.1 KiB |
|
|
@ -0,0 +1,11 @@
|
|||
<svg width="53" height="53" viewBox="0 0 53 53" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M48.0214 45.7899L46.4615 44.2299C47.2631 43.0166 47.7398 41.5432 47.7398 39.9832C47.7398 35.6932 44.2731 32.2266 39.9831 32.2266C35.6931 32.2266 32.2264 35.6932 32.2264 39.9832C32.2264 44.2732 35.6931 47.7399 39.9831 47.7399C41.5648 47.7399 43.0164 47.2632 44.2298 46.4616L45.7898 48.0216C46.0931 48.3249 46.5048 48.4766 46.8948 48.4766C47.3064 48.4766 47.6964 48.3249 47.9998 48.0216C48.6281 47.3932 48.6281 46.3966 48.0214 45.7899Z" fill="#176BAD"/>
|
||||
<path opacity="0.4" d="M5.20814 32.5081C5.20814 32.5731 5.16479 32.6597 5.16479 32.7247C7.15813 36.7114 10.4081 39.983 14.3948 41.9547C14.4598 41.9547 14.5465 41.9114 14.6115 41.9114C13.8748 39.398 13.3115 36.8197 12.8998 34.2414C10.2998 33.808 7.72147 33.2447 5.20814 32.5081Z" fill="#176BAD"/>
|
||||
<path opacity="0.4" d="M42.1281 14.7415C40.0915 10.4732 36.6464 7.02818 32.3998 5.01318C33.1798 7.59152 33.8298 10.2349 34.2631 12.8782C36.9064 13.3115 39.5498 13.9398 42.1281 14.7415Z" fill="#176BAD"/>
|
||||
<path opacity="0.4" d="M4.99146 14.7415C7.59146 13.9615 10.2348 13.3116 12.8782 12.8782C13.3115 10.2999 13.8531 7.74323 14.5898 5.2299C14.5248 5.2299 14.4381 5.18652 14.3731 5.18652C10.2998 7.20152 6.98479 10.6032 4.99146 14.7415Z" fill="#176BAD"/>
|
||||
<path opacity="0.4" d="M30.7532 12.4232C30.2332 9.60649 29.5832 6.78986 28.6515 4.05986C28.6082 3.90819 28.6082 3.77821 28.5865 3.60487C26.9832 3.21487 25.2931 2.95483 23.5598 2.95483C21.8048 2.95483 20.1365 3.19321 18.5115 3.60487C18.4898 3.75654 18.5115 3.88652 18.4681 4.05986C17.5581 6.78986 16.8865 9.60649 16.3665 12.4232C21.1548 11.9032 25.9648 11.9032 30.7532 12.4232Z" fill="#176BAD"/>
|
||||
<path opacity="0.4" d="M12.4232 16.3665C9.58482 16.8865 6.78982 17.5365 4.05982 18.4681C3.90816 18.5115 3.77814 18.5115 3.60481 18.5331C3.21481 20.1365 2.95483 21.8265 2.95483 23.5598C2.95483 25.3148 3.19314 26.9831 3.60481 28.6081C3.75647 28.6298 3.88649 28.6082 4.05982 28.6515C6.78982 29.5615 9.58482 30.2332 12.4232 30.7532C11.9032 25.9648 11.9032 21.1548 12.4232 16.3665Z" fill="#176BAD"/>
|
||||
<path opacity="0.4" d="M43.4931 18.5331C43.3415 18.5331 43.2115 18.5115 43.0381 18.4681C40.3081 17.5581 37.4915 16.8865 34.6748 16.3665C35.2165 21.1548 35.2165 25.9648 34.6748 30.7315C37.4915 30.2115 40.3081 29.5615 43.0381 28.6298C43.1898 28.5865 43.3198 28.6082 43.4931 28.5865C43.8831 26.9615 44.1431 25.2931 44.1431 23.5381C44.1431 21.8264 43.9048 20.1581 43.4931 18.5331Z" fill="#176BAD"/>
|
||||
<path opacity="0.4" d="M16.3665 34.6965C16.8865 37.5349 17.5365 40.3298 18.4681 43.0598C18.5115 43.2115 18.4898 43.3415 18.5115 43.5148C20.1365 43.9048 21.8048 44.1649 23.5598 44.1649C25.2931 44.1649 26.9832 43.9265 28.5865 43.5148C28.6082 43.3631 28.6082 43.2332 28.6515 43.0598C29.5615 40.3298 30.2332 37.5349 30.7532 34.6965C28.3698 34.9565 25.9648 35.1515 23.5598 35.1515C21.1548 35.1298 18.7498 34.9565 16.3665 34.6965Z" fill="#176BAD"/>
|
||||
<path opacity="0.4" d="M15.8681 15.8681C15.2181 20.9814 15.2181 26.1381 15.8681 31.2731C20.9814 31.9231 26.1381 31.9231 31.2731 31.2731C31.9231 26.1598 31.9231 21.0031 31.2731 15.8681C26.1381 15.2181 20.9814 15.2181 15.8681 15.8681Z" fill="#176BAD"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
|
@ -0,0 +1,5 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12.0199 20.5299C9.68987 20.5299 7.35987 20.1599 5.14987 19.4199C4.30987 19.1299 3.66987 18.5399 3.38987 17.7699C3.09987 16.9999 3.19987 16.1499 3.65987 15.3899L4.80987 13.4799C5.04987 13.0799 5.26987 12.2799 5.26987 11.8099V8.91992C5.26987 5.19992 8.29987 2.16992 12.0199 2.16992C15.7399 2.16992 18.7699 5.19992 18.7699 8.91992V11.8099C18.7699 12.2699 18.9899 13.0799 19.2299 13.4899L20.3699 15.3899C20.7999 16.1099 20.8799 16.9799 20.5899 17.7699C20.2999 18.5599 19.6699 19.1599 18.8799 19.4199C16.6799 20.1599 14.3499 20.5299 12.0199 20.5299ZM12.0199 3.66992C9.12987 3.66992 6.76987 6.01992 6.76987 8.91992V11.8099C6.76987 12.5399 6.46987 13.6199 6.09987 14.2499L4.94987 16.1599C4.72987 16.5299 4.66987 16.9199 4.79987 17.2499C4.91987 17.5899 5.21987 17.8499 5.62987 17.9899C9.80987 19.3899 14.2399 19.3899 18.4199 17.9899C18.7799 17.8699 19.0599 17.5999 19.1899 17.2399C19.3199 16.8799 19.2899 16.4899 19.0899 16.1599L17.9399 14.2499C17.5599 13.5999 17.2699 12.5299 17.2699 11.7999V8.91992C17.2699 6.01992 14.9199 3.66992 12.0199 3.66992Z" fill="#292D32"/>
|
||||
<path d="M13.8801 3.94018C13.8101 3.94018 13.7401 3.93018 13.6701 3.91018C13.3801 3.83018 13.1001 3.77018 12.8301 3.73018C11.9801 3.62018 11.1601 3.68018 10.3901 3.91018C10.1101 4.00018 9.81011 3.91018 9.62011 3.70018C9.43011 3.49018 9.37011 3.19018 9.48011 2.92018C9.89011 1.87018 10.8901 1.18018 12.0301 1.18018C13.1701 1.18018 14.1701 1.86018 14.5801 2.92018C14.6801 3.19018 14.6301 3.49018 14.4401 3.70018C14.2901 3.86018 14.0801 3.94018 13.8801 3.94018Z" fill="#292D32"/>
|
||||
<path d="M12.02 22.8101C11.03 22.8101 10.07 22.4101 9.37002 21.7101C8.67002 21.0101 8.27002 20.0501 8.27002 19.0601H9.77002C9.77002 19.6501 10.01 20.2301 10.43 20.6501C10.85 21.0701 11.43 21.3101 12.02 21.3101C13.26 21.3101 14.27 20.3001 14.27 19.0601H15.77C15.77 21.1301 14.09 22.8101 12.02 22.8101Z" fill="#292D32"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
|
|
@ -0,0 +1,19 @@
|
|||
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="37.5" cy="37.5" r="37.5" fill="#E9F5FE"/>
|
||||
<g clip-path="url(#clip0_6494_1681)">
|
||||
<path d="M37.1622 28.5881C32.8983 28.5881 29.2562 32.0526 29.2562 36.4053C29.2562 40.7581 32.7207 44.2225 37.1622 44.2225C41.515 44.2225 45.0683 40.7581 45.0683 36.4053C45.0683 32.0526 41.4262 28.5881 37.1622 28.5881ZM37.1622 41.9129C34.142 41.9129 31.477 39.4256 31.477 36.3165C31.477 33.2074 33.9643 30.7201 37.1622 30.7201C40.2714 30.7201 42.8475 33.2074 42.8475 36.3165C42.7586 39.4256 40.1825 41.9129 37.1622 41.9129Z" fill="#4CAF50"/>
|
||||
<path d="M57.9488 19.4385C57.86 19.4385 58.393 19.6161 47.1114 14.6416C46.6672 14.3751 46.1342 14.2862 45.6012 14.1086C45.0682 14.0197 44.5352 14.2862 44.3576 14.8192C43.6469 16.5959 41.2485 17.9283 38.4059 17.9283C35.6521 17.9283 33.076 16.5959 32.4541 14.7304C32.2765 14.2862 31.9211 14.0197 31.3882 14.0197C31.0328 14.0197 29.9668 13.8421 28.5455 14.5527C15.8426 19.6161 16.3756 19.4385 16.2868 19.4385C14.2436 20.3268 13 22.3699 13 24.5907V34.7175C13 35.3393 13.533 35.8723 14.1548 35.8723H19.6624V58.5244C19.6624 60.3899 21.1725 61.9 23.038 61.9H51.2864C53.1519 61.9 54.6621 60.3899 54.6621 58.5244V35.8723H60.0808C60.7026 35.8723 61.2356 35.3393 61.2356 34.7175V24.3242C61.2356 22.2811 59.9919 20.5045 57.9488 19.4385ZM15.2208 33.6515V31.9637H19.4847V33.6515H15.2208ZM52.3524 58.4356C52.3524 59.0574 51.8194 59.5904 51.1976 59.5904H22.9491C22.3273 59.5904 21.7943 59.0574 21.7943 58.4356V56.6589H45.5124C46.1342 56.6589 46.6672 56.1259 46.6672 55.5041C46.6672 54.8823 46.1342 54.3493 45.5124 54.3493H21.7943C21.7943 51.6844 21.7943 29.5653 21.7943 26.8115C21.7943 26.1897 21.2613 25.6567 20.7284 25.6567C20.1954 25.6567 19.5735 26.1897 19.5735 26.8115V29.5653H15.2208V24.5019C15.2208 23.1694 16.0203 21.9258 17.1751 21.3928C29.878 16.3294 29.345 16.507 29.345 16.507C29.7004 16.3294 30.1445 16.2405 30.5887 16.2405C31.8323 18.5502 34.8526 20.1491 38.317 20.1491C41.6038 20.1491 44.5352 18.7278 45.8677 16.507C51.1976 18.8167 37.3399 12.7761 56.8828 21.3928C58.1265 22.0146 58.8371 23.0806 58.8371 24.2354V29.6541H54.5732V26.9003C54.5732 26.2785 54.0402 25.7455 53.4184 25.7455C52.7966 25.7455 52.2636 26.2785 52.2636 26.9003C52.3524 36.8495 52.3524 57.3696 52.3524 58.4356ZM54.6621 33.6515V31.9637H58.926V33.6515H54.6621Z" fill="#0E3F66"/>
|
||||
<path d="M48.0885 54.4381C47.6443 54.8823 47.6443 55.5929 48.0885 56.0371C48.5326 56.4812 49.421 56.2147 49.6875 56.0371C50.1316 55.5929 50.1316 54.8823 49.6875 54.4381C49.2433 53.9939 48.5326 53.9939 48.0885 54.4381Z" fill="#0E3F66"/>
|
||||
<path d="M56.0608 42.6608C56.2608 43.3608 56.9608 43.6608 57.6608 43.4608C58.3608 43.2608 58.6608 42.5608 58.4608 41.8608C58.2608 41.1608 57.5608 40.8608 56.8608 41.0608C56.1608 41.3608 55.8608 42.0608 56.0608 42.6608Z" fill="#0E3F66"/>
|
||||
<path d="M15.0608 42.6608C15.2608 43.3608 15.9608 43.6608 16.6608 43.4608C17.3608 43.2608 17.6608 42.5608 17.4608 41.8608C17.2608 41.1608 16.5608 40.8608 15.8608 41.0608C15.1608 41.3608 14.8608 42.0608 15.0608 42.6608Z" fill="#0E3F66"/>
|
||||
<path d="M53.0608 14.6608C53.2608 15.3608 53.9608 15.6608 54.6608 15.4608C55.3608 15.2608 55.6608 14.5608 55.4608 13.8608C55.2608 13.1608 54.5608 12.8608 53.8608 13.0608C53.1608 13.2608 52.8608 13.9608 53.0608 14.6608Z" fill="#0E3F66"/>
|
||||
<path d="M56 49.6608C56 51.7608 57.7 53.3608 59.7 53.3608C61.7 53.3608 63.4 51.6608 63.4 49.6608C63.4 47.5608 61.7 45.8608 59.7 45.8608C57.7 45.8608 56 47.4608 56 49.6608ZM61 49.6608C61 50.3608 60.4 50.9608 59.8 50.9608C59.1 50.9608 58.5 50.3608 58.5 49.6608C58.5 48.9608 59.1 48.3608 59.8 48.3608C60.5 48.2608 61 48.8608 61 49.6608Z" fill="#0E3F66"/>
|
||||
<path d="M64 15.1C64 12.9 62.3 11.2 60.2 11.2C58.1 11.2 56.5 12.9 56.5 15C56.5 17.1 58.2 18.7 60.2 18.7C62.3 18.8 64 17.1 64 15.1ZM59 15.1C59 14.3 59.6 13.7 60.3 13.7C61 13.7 61.6 14.3 61.6 15C61.6 15.7 61 16.3 60.3 16.3C59.5 16.3 59 15.7 59 15.1Z" fill="#0E3F66"/>
|
||||
<path d="M18.2 49.1C18.2 47.4 16.8 46 15.1 46C13.4 46 12 47.4 12 49.1C12 50.8 13.4 52.2 15.1 52.2C16.8 52.3 18.2 50.9 18.2 49.1ZM14.5 49.1C14.5 48.8 14.8 48.5 15.1 48.5C15.4 48.5 15.7 48.8 15.7 49.1C15.7 49.4 15.4 49.7 15.1 49.7C14.8 49.7 14.5 49.4 14.5 49.1Z" fill="#0E3F66"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6494_1681">
|
||||
<rect width="54.3" height="53.9" fill="white" transform="translate(10 11)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.3 KiB |
|
|
@ -0,0 +1,21 @@
|
|||
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="37.5" cy="37.5" r="37.5" fill="#E9F5FE"/>
|
||||
<g clip-path="url(#clip0_6494_1684)">
|
||||
<path d="M37.1 24.1001C29.8 24.1001 23.8 30.0001 23.8 37.2001C23.8 44.4001 29.8 50.3001 37.1 50.3001C44.4 50.3001 50.4 44.4001 50.4 37.2001C50.5 29.9001 44.5 24.1001 37.1 24.1001ZM37.1 47.8001C31.1 47.8001 26.4 43.0001 26.4 37.2001C26.4 31.3001 31.3 26.6001 37.1 26.6001C43.1 26.6001 47.8 31.4001 47.8 37.2001C47.9 43.0001 43.1 47.8001 37.1 47.8001Z" fill="#4CAF50"/>
|
||||
<path d="M37.1 29.1001C36.4 29.1001 35.9 29.7001 35.9 30.4001C35.9 31.1001 36.5 31.7001 37.1 31.7001C40.2 31.7001 42.8 34.2001 42.8 37.3001C42.8 38.0001 43.4 38.6001 44 38.6001C44.7 38.6001 45.3 38.0001 45.3 37.3001C45.3 32.7001 41.7 29.1001 37.1 29.1001Z" fill="#4CAF50"/>
|
||||
<path d="M61.1 50.3V33.5C61.1 33.2 61 32.9001 60.8 32.7001C63 30.6001 64.2 27.5 64.2 24.3C64.2 18 59.3 12.8 53.4 12.8C52.7 12.8 52.1 13.4 52.1 14.1V23C48.1 18.9 42.8 16.6 37 16.6C30.6 16.6 24.7 19.5 20.7 24.4C20 23 18.5 22 16.8 22C14.4 22 12.3 24 12.3 26.4V44C12.3 45.1 13.2 46 14.3 46H15.6V49.5H14.8C12.7 49.5 11 51.5001 11 53.9001V62.9001C11 63.6001 11.6 64.2001 12.3 64.2001C13 64.2001 13.5 63.6001 13.5 62.9001V53.9001C13.5 52.9001 14.1 52 14.8 52H15.6V62.9001C15.6 63.6001 16.2 64.2001 16.9 64.2001C17.6 64.2001 18.2 63.6001 18.2 62.9001V51.9001H18.7C19.4 51.9001 20 52.7 20 53.8V62.8C20 63.5 20.6 64.1 21.2 64.1C21.9 64.1 22.5 63.5 22.5 62.8V53.8C22.5 52.9 22.3 52.0001 21.8 51.4001C30 60.0001 44 60.1001 52.2 51.4001C52.7 53.3001 54.4 54.8 56.5 54.8C59.2 54.7 61.1 52.7 61.1 50.3ZM15 26.3C15 25.3 15.8 24.4 16.9 24.4C17.9 24.4 18.8 25.2 18.8 26.3C18.8 28.1 18.8 36.5001 18.8 43.4001H15V26.3ZM18.8 49.4001H18.3V46.1C19 47.6 19.9 48.9001 20.9 50.2001C20.3 49.7001 19.6 49.4001 18.8 49.4001ZM37.1 55.3C30.1 55.3 23.8 51.4001 20.7 45.4001C21 45.0001 21.3 44.6 21.3 44V28C24.6 22.5 30.6 19.1 37.1 19.1C43.2 19.1 48.7 22 52.2 26.9V47.5C48.8 52.4 43.2 55.3 37.1 55.3ZM56.5 33.8C56.6 34.4 57.1 34.7001 57.7 34.7001H58.6V50.3C58.6 51.3 57.7 52.2001 56.7 52.2001C55.7 52.2001 54.8 51.3 54.8 50.3C54.8 46.3 54.8 19.3 54.8 15.4C58.7 16.1 61.8 19.8 61.8 24.3C61.8 27.8 60 30.9 57.1 32.4C56.6 32.6 56.3 33.2 56.5 33.8Z" fill="#0E3F66"/>
|
||||
<path d="M61.8 55.3C59.7 55.3 58.1 57 58.1 59.1C58.1 61.2 59.8 62.9001 61.8 62.9001C63.9 62.9001 65.6 61.2 65.6 59.1C65.6 57 63.9 55.3 61.8 55.3ZM61.8 60.3C61.1 60.3 60.5 59.7 60.5 59C60.5 58.3 61.1 57.7001 61.8 57.7001C62.5 57.7001 63.1 58.3 63.1 59C63.1 59.7 62.5 60.3 61.8 60.3Z" fill="#0E3F66"/>
|
||||
<path d="M28.3 60.3C26.6 60.3 25.2 61.7001 25.2 63.4001C25.2 65.1001 26.6 66.5 28.3 66.5C30 66.5 31.4 65.1001 31.4 63.4001C31.4 61.7001 30 60.3 28.3 60.3ZM28.3 64.1C28 64.1 27.7 63.8 27.7 63.5C27.7 63.2 28 62.9001 28.3 62.9001C28.6 62.9001 28.9 63.2 28.9 63.5C28.9 63.8 28.6 64.1 28.3 64.1Z" fill="#0E3F66"/>
|
||||
<path d="M23.2 17.8C25.6 17.8 27.7 15.8 27.7 13.4C27.7 11 25.7 9 23.2 9C20.7 9 18.8 11 18.8 13.4C18.8 15.8 20.8 17.8 23.2 17.8ZM23.2 11.6C24.2 11.6 25.1 12.4 25.1 13.5C25.1 14.5 24.3 15.4 23.2 15.4C22.2 15.4 21.3 14.6 21.3 13.5C21.3 12.4 22.1 11.6 23.2 11.6Z" fill="#0E3F66"/>
|
||||
<path d="M52.9 57.8C52.2 57.8 51.6 58.4 51.6 59.1C51.6 59.8 52.2 60.4001 52.9 60.4001C53.6 60.4001 54.2 59.8 54.2 59.1C54.2 58.4 53.6 57.8 52.9 57.8Z" fill="#0E3F66"/>
|
||||
<path d="M40.3 60.3C39.6 60.3 39 60.9 39 61.6C39 62.3 39.6 62.9001 40.3 62.9001C41 62.9001 41.6 62.3 41.6 61.6C41.6 60.9 40.9 60.3 40.3 60.3Z" fill="#0E3F66"/>
|
||||
<path d="M45.3 12.8C46 12.8 46.6 12.2 46.6 11.5C46.6 10.8 46 10.2 45.3 10.2C44.6 10.2 44 10.8 44 11.5C44.1 12.2 44.7 12.8 45.3 12.8Z" fill="#0E3F66"/>
|
||||
<path d="M12.4 16.6C13.1 16.6 13.7 16 13.7 15.3C13.7 14.6 13.1 14 12.4 14C11.7 14 11.1 14.6 11.1 15.3C11.2 16 11.8 16.6 12.4 16.6Z" fill="#0E3F66"/>
|
||||
<path d="M65.6 34.1001C64.9 34.1001 64.3 34.7001 64.3 35.3001C64.3 36.0001 64.9 36.6001 65.6 36.6001C66.3 36.6001 66.9 36.0001 66.9 35.3001C66.9 34.6001 66.2 34.1001 65.6 34.1001Z" fill="#0E3F66"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6494_1684">
|
||||
<rect width="55.9" height="57.5" fill="white" transform="translate(11 9)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
|
|
@ -0,0 +1,10 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M2 9.75C1.59 9.75 1.25 9.41 1.25 9V6.5C1.25 3.6 3.61 1.25 6.5 1.25H9C9.41 1.25 9.75 1.59 9.75 2C9.75 2.41 9.41 2.75 9 2.75H6.5C4.43 2.75 2.75 4.43 2.75 6.5V9C2.75 9.41 2.41 9.75 2 9.75Z" fill="#292D32"/>
|
||||
<path d="M22 9.75C21.59 9.75 21.25 9.41 21.25 9V6.5C21.25 4.43 19.57 2.75 17.5 2.75H15C14.59 2.75 14.25 2.41 14.25 2C14.25 1.59 14.59 1.25 15 1.25H17.5C20.39 1.25 22.75 3.6 22.75 6.5V9C22.75 9.41 22.41 9.75 22 9.75Z" fill="#292D32"/>
|
||||
<path d="M17.5 22.75H16C15.59 22.75 15.25 22.41 15.25 22C15.25 21.59 15.59 21.25 16 21.25H17.5C19.57 21.25 21.25 19.57 21.25 17.5V16C21.25 15.59 21.59 15.25 22 15.25C22.41 15.25 22.75 15.59 22.75 16V17.5C22.75 20.4 20.39 22.75 17.5 22.75Z" fill="#292D32"/>
|
||||
<path d="M9 22.75H6.5C3.61 22.75 1.25 20.4 1.25 17.5V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17.5C2.75 19.57 4.43 21.25 6.5 21.25H9C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z" fill="#292D32"/>
|
||||
<path d="M9 11.25H7C5.59 11.25 4.75 10.41 4.75 9V7C4.75 5.59 5.59 4.75 7 4.75H9C10.41 4.75 11.25 5.59 11.25 7V9C11.25 10.41 10.41 11.25 9 11.25ZM7 6.25C6.41 6.25 6.25 6.41 6.25 7V9C6.25 9.59 6.41 9.75 7 9.75H9C9.59 9.75 9.75 9.59 9.75 9V7C9.75 6.41 9.59 6.25 9 6.25H7Z" fill="#292D32"/>
|
||||
<path d="M17 11.25H15C13.59 11.25 12.75 10.41 12.75 9V7C12.75 5.59 13.59 4.75 15 4.75H17C18.41 4.75 19.25 5.59 19.25 7V9C19.25 10.41 18.41 11.25 17 11.25ZM15 6.25C14.41 6.25 14.25 6.41 14.25 7V9C14.25 9.59 14.41 9.75 15 9.75H17C17.59 9.75 17.75 9.59 17.75 9V7C17.75 6.41 17.59 6.25 17 6.25H15Z" fill="#292D32"/>
|
||||
<path d="M9 19.25H7C5.59 19.25 4.75 18.41 4.75 17V15C4.75 13.59 5.59 12.75 7 12.75H9C10.41 12.75 11.25 13.59 11.25 15V17C11.25 18.41 10.41 19.25 9 19.25ZM7 14.25C6.41 14.25 6.25 14.41 6.25 15V17C6.25 17.59 6.41 17.75 7 17.75H9C9.59 17.75 9.75 17.59 9.75 17V15C9.75 14.41 9.59 14.25 9 14.25H7Z" fill="#292D32"/>
|
||||
<path d="M17 19.25H15C13.59 19.25 12.75 18.41 12.75 17V15C12.75 13.59 13.59 12.75 15 12.75H17C18.41 12.75 19.25 13.59 19.25 15V17C19.25 18.41 18.41 19.25 17 19.25ZM15 14.25C14.41 14.25 14.25 14.41 14.25 15V17C14.25 17.59 14.41 17.75 15 17.75H17C17.59 17.75 17.75 17.59 17.75 17V15C17.75 14.41 17.59 14.25 17 14.25H15Z" fill="#292D32"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
|
|
@ -0,0 +1,21 @@
|
|||
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="37.5" cy="37.5" r="37.5" fill="#E9F5FE"/>
|
||||
<path d="M21.4436 45.3987C20.6135 43.4697 18.4195 42.672 16.4906 43.5021C14.5616 44.3322 13.672 46.5657 14.4626 48.4028C15.2927 50.3318 17.5262 51.2214 19.4552 50.3913C21.3842 49.5612 22.2737 47.3276 21.4436 45.3987ZM16.8508 47.3751C16.5741 46.7321 16.8881 45.9438 17.5311 45.6671C18.1741 45.3904 18.9624 45.7044 19.2391 46.3474C19.5158 46.9903 19.2018 47.7786 18.5588 48.0553C17.9158 48.332 17.1275 48.0181 16.8508 47.3751Z" fill="#0E3F66"/>
|
||||
<path d="M45.4436 12.3987C44.6135 10.4697 42.4195 9.67198 40.4906 10.5021C38.5616 11.3322 37.672 13.5657 38.4626 15.4028C39.2927 17.3318 41.5262 18.2214 43.4552 17.3913C45.3842 16.5612 46.2737 14.3276 45.4436 12.3987ZM40.8508 14.3751C40.5741 13.7321 40.8881 12.9438 41.5311 12.6671C42.1741 12.3904 42.9624 12.7044 43.2391 13.3474C43.5158 13.9903 43.2018 14.7786 42.5588 15.0553C41.9158 15.332 41.1275 15.0181 40.8508 14.3751Z" fill="#0E3F66"/>
|
||||
<path d="M12.9021 43.1941C12.6254 42.5511 11.8371 42.2372 11.1941 42.5139C10.5511 42.7906 10.2372 43.5789 10.5139 44.2219C10.7906 44.8649 11.5789 45.1788 12.2219 44.9021C12.8649 44.6254 13.1788 43.8371 12.9021 43.1941Z" fill="#0E3F66"/>
|
||||
<path d="M36.9021 10.1941C36.6254 9.55114 35.8371 9.23717 35.1941 9.51387C34.5511 9.79057 34.2372 10.5789 34.5139 11.2219C34.7906 11.8649 35.5789 12.1788 36.2219 11.9021C36.8649 11.6254 37.1788 10.8371 36.9021 10.1941Z" fill="#0E3F66"/>
|
||||
<path d="M61.4436 43.3987C60.6135 41.4697 58.4195 40.672 56.4906 41.5021C54.5616 42.3322 53.672 44.5657 54.4626 46.4028C55.2927 48.3318 57.5262 49.2214 59.4552 48.3913C61.3842 47.5612 62.2737 45.3276 61.4436 43.3987ZM56.8508 45.3751C56.5741 44.7321 56.8881 43.9438 57.5311 43.6671C58.1741 43.3904 58.9624 43.7044 59.2391 44.3474C59.5158 44.9903 59.2018 45.7786 58.5588 46.0553C57.9158 46.332 57.1275 46.0181 56.8508 45.3751Z" fill="#0E3F66"/>
|
||||
<path d="M52.9021 49.1941C52.6254 48.5511 51.8371 48.2372 51.1941 48.5139C50.5511 48.7906 50.2372 49.5789 50.5139 50.2219C50.7906 50.8649 51.5789 51.1788 52.2219 50.9021C52.8649 50.6254 53.1788 49.8371 52.9021 49.1941Z" fill="#0E3F66"/>
|
||||
<g clip-path="url(#clip0_6494_1689)">
|
||||
<path d="M37.8165 62.3C37.5458 62.3 37.3293 62.1917 37.1669 61.9752L14.1082 30.0395C13.8376 29.7147 13.9458 29.2275 14.2706 28.9569L24.8798 21.1624C25.0422 21.0541 25.2046 21 25.3669 21H49.9413C50.1036 21 50.266 21.0541 50.3743 21.1624L61.3624 28.9569C61.5247 29.0651 61.633 29.2817 61.6871 29.444C61.7413 29.6606 61.6871 29.8771 61.5247 30.0395L38.466 61.9752C38.3036 62.1917 38.0871 62.3 37.8165 62.3ZM15.8403 29.7147L37.8165 60.189L59.7926 29.7147L49.6706 22.5697H25.6376L15.8403 29.7147Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M60.8752 30.3642H14.7578C14.3248 30.3642 14 30.0395 14 29.6064C14 29.1734 14.3248 28.8486 14.7578 28.8486H60.8752C61.3083 28.8486 61.633 29.1734 61.633 29.6064C61.6872 29.9853 61.3083 30.3642 60.8752 30.3642Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M46.3688 30.3641C46.1523 30.3641 45.9899 30.31 45.8275 30.1476L38.4119 22.8944L32.4578 30.0394C32.2954 30.2017 32.0789 30.31 31.8624 30.31C31.6459 30.31 31.4294 30.2017 31.267 30.0394L24.7716 22.2449C24.5009 21.9201 24.555 21.4329 24.8798 21.1623C25.2046 20.8917 25.6917 20.9458 25.9624 21.2706L31.9165 28.3614L37.7624 21.2706C37.9248 21.1082 38.0872 20.9999 38.3037 20.9999C38.5202 20.9999 38.7367 21.054 38.8991 21.2164L46.1523 28.2531L49.2376 21.4329C49.4 21.054 49.8872 20.8917 50.2661 21.054C50.6449 21.2164 50.8073 21.7036 50.6449 22.0825L47.0725 29.877C46.9642 30.0935 46.7477 30.2559 46.5312 30.31C46.4771 30.31 46.4229 30.3641 46.3688 30.3641Z" fill="#0E3F66" stroke="#0E3F66"/>
|
||||
<path d="M37.8165 62.2999C37.4917 62.2999 37.2211 62.1376 37.1128 61.8128L24.7174 29.877C24.555 29.4981 24.7715 29.011 25.1504 28.9027C25.5293 28.7403 26.0165 28.9568 26.1247 29.3357L38.5201 61.2715C38.6825 61.6504 38.466 62.1376 38.0871 62.2458C38.033 62.2999 37.9247 62.2999 37.8165 62.2999Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
<path d="M37.8165 62.2999C37.7083 62.2999 37.6541 62.2999 37.5459 62.2458C37.167 62.0834 36.9505 61.6504 37.1128 61.2715L49.5082 29.3357C49.6706 28.9568 50.1037 28.7403 50.4826 28.9027C50.8615 29.0651 51.078 29.4981 50.9156 29.877L38.5202 61.8128C38.4119 62.1376 38.1413 62.2999 37.8165 62.2999Z" fill="#4CAF50" stroke="#4CAF50"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6494_1689">
|
||||
<rect width="47.6872" height="41.3" fill="white" transform="translate(14 21)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.4 KiB |
|
|
@ -0,0 +1,22 @@
|
|||
<svg width="75" height="75" viewBox="0 0 75 75" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="37.5" cy="37.5" r="37.5" fill="#E9F5FE"/>
|
||||
<g clip-path="url(#clip0_6494_1680)">
|
||||
<path d="M66.6 33.7C64.2 32.2 61.3 32.2 59.1 33.6C58.5 31.9 57.1 30.7 55.3 30.1C54.8 29.9 54.2 30.1 53.9 30.6C53.3 31.5 52.9 32.5 52.8 33.6C52.1 33.5 51.5 33.4 50.7 33.4C50.2 28.6 47.6 24.2 43.5 21.5C42.1 20.6 41.2 19.1 40.8 17.5H41.9C42.6 17.5 43.1 16.9 43.1 16.2V13.2C43 11.4 41.5 10 39.8 10H28.6C26.8 10 25.3 11.5 25.3 13.2V16.2C25.3 16.9 25.9 17.5 26.6 17.5H27.7C27.4 19.1 26.4 20.6 25 21.5C20.5 24.4 17.8 29.3 17.7 34.6C17.7 34.7 17.7 34.8 17.7 34.8C17.7 35.4 17.7 32.3 17.7 60.8C17.7 63.8 20.1 66.3 23.3 66.3H45.2C47.7 66.3 49.9 64.6 50.5 62.4C53.9 62.4 57.2 61.2 59.8 59.2C65.8 54.4 66.8 46.1 62.8 40.1C65 39.3 66.5 37.4 67.1 35.2C67.2 34.6 67 34 66.6 33.7ZM55.4 33C56.7 33.8 57.2 35.2 56.7 36.6C55.4 35.8 54.9 34.4 55.4 33ZM37.1 53.8H20.3V36H42.2C36.2 40.1 34.4 47.7 37.1 53.8ZM27.9 13.3C27.9 12.9 28.2 12.6 28.7 12.6H39.8C40.2 12.6 40.6 12.9 40.6 13.3V15.1C39.7 15.1 29.8 15.1 28 15.1V13.3H27.9ZM26.5 23.7C28.6 22.3 30 20.1 30.3 17.6H38.1C38.4 20.1 39.8 22.3 41.9 23.7C45.3 26 47.5 29.6 48 33.6H20.4C20.8 29.5 23.1 25.9 26.5 23.7ZM45.1 63.8H23.4C21.8 63.8 20.4 62.5 20.4 60.8V56.3H38.7C40.9 59.4 44.3 61.4 47.9 62.1C47.3 63.1 46.3 63.8 45.1 63.8ZM58.2 57.2C52.7 61.6 44.5 60.5 40.5 54.5C40.5 54.4 40.4 54.3 40.3 54.2C37.2 49.2 38.1 42.5 42.9 38.6C45.8 36.3 49.6 35.4 53.2 36.2C53.9 37.7 55.1 38.8 56.8 39.3C57.8 39.9 58.8 40.2 59.8 40.3C64 45.4 63.4 53 58.2 57.2ZM59.1 37.6C59.2 37.3 59.3 37.1 59.3 36.8C60.4 35.2 62.4 34.6 64.4 35.4C63.3 37.5 61.2 38.4 59.1 37.6Z" fill="#0E3F66"/>
|
||||
<path d="M50.6 40.0999C46.3 39.6999 42.3 42.7999 41.9 47.0999C41.5 51.3999 44.6 55.2999 49 55.6999C49.7 55.7999 50.3 55.2999 50.4 54.5999C50.5 53.8999 50 53.2999 49.3 53.1999C46.4 52.8999 44.1 50.2999 44.4 47.2999C44.7 44.3999 47.3 42.1999 50.4 42.4999C51.1 42.5999 51.7 42.0999 51.8 41.3999C51.8 40.7999 51.3 40.1999 50.6 40.0999Z" fill="#4CAF50"/>
|
||||
<path d="M24.1 48.7999C24.8 48.7999 25.4 48.2 25.4 47.5V40C25.4 39.3 24.8 38.7 24.1 38.7C23.4 38.7 22.9 39.3 22.9 40V47.5C22.9 48.3 23.5 48.7999 24.1 48.7999Z" fill="#4CAF50"/>
|
||||
<path d="M23.8 50.0999C23.1 50.2999 22.8 50.9999 23 51.6999C23.2 52.3999 23.9 52.6999 24.6 52.4999C25.3 52.2999 25.6 51.5999 25.4 50.8999C25.1 50.2999 24.4 49.8999 23.8 50.0999Z" fill="#4CAF50"/>
|
||||
<path d="M51.1 13.7999C51.8 13.5999 52.1 12.8999 51.9 12.1999C51.7 11.4999 51 11.1999 50.3 11.3999C49.6 11.5999 49.3 12.2999 49.5 12.9999C49.7 13.5999 50.4 13.9999 51.1 13.7999Z" fill="#0E3F66"/>
|
||||
<path d="M60.4 26.3999C59.7 26.5999 59.4 27.2999 59.6 27.9999C59.8 28.6999 60.5 28.9999 61.2 28.7999C61.9 28.5999 62.2 27.8999 62 27.1999C61.8 26.4999 61.1 26.1999 60.4 26.3999Z" fill="#0E3F66"/>
|
||||
<path d="M19.4 22.4999C20.1 22.2999 20.4 21.5999 20.2 20.8999C20 20.1999 19.3 19.8999 18.6 20.0999C17.9 20.2999 17.6 20.9999 17.8 21.6999C18.1 22.3999 18.8 22.6999 19.4 22.4999Z" fill="#0E3F66"/>
|
||||
<path d="M61.7 60.0999C61 60.2999 60.7 60.9999 60.9 61.6999C61.1 62.3999 61.8 62.6999 62.5 62.4999C63.2 62.2999 63.5 61.5999 63.3 60.8999C63 60.2999 62.3 59.8999 61.7 60.0999Z" fill="#0E3F66"/>
|
||||
<path d="M13.1 44.9999C13.8 44.7999 14.1 44.0999 13.9 43.3999C13.7 42.6999 13 42.3999 12.3 42.5999C11.6 42.7999 11.3 43.4999 11.5 44.1999C11.7 44.8999 12.4 45.1999 13.1 44.9999Z" fill="#0E3F66"/>
|
||||
<path d="M57.1 22.6C59.2 22.6 60.8 20.9 60.8 18.9C60.8 16.9 59.1 15.2 57.1 15.2C55 15.2 53.3 16.9 53.3 18.9C53.3 20.9 54.9 22.6 57.1 22.6ZM57.1 17.6C57.8 17.6 58.4 18.2 58.4 18.8C58.4 19.5 57.8 20.1 57.1 20.1C56.4 20.1 55.8 19.5 55.8 18.8C55.7 18.1 56.3 17.6 57.1 17.6Z" fill="#0E3F66"/>
|
||||
<path d="M14.1 11.3C11.9 11.3 10.2 13 10.2 15.1C10.2 17.2 11.9 18.8 14 18.8C16.1 18.8 17.7 17.1 17.7 15.1C17.8 13 16.1 11.3 14.1 11.3ZM14.1 16.3C13.3 16.3 12.7 15.7 12.7 15C12.7 14.3 13.3 13.7 14 13.7C14.7 13.7 15.3 14.3 15.3 15C15.3 15.8 14.7 16.3 14.1 16.3Z" fill="#0E3F66"/>
|
||||
<path d="M12.1 55.1001C10.4 55.1001 9 56.5001 9 58.2001C9 59.9001 10.4 61.3001 12.1 61.3001C13.8 61.3001 15.2 59.9001 15.2 58.2001C15.3 56.5001 13.9 55.1001 12.1 55.1001ZM12.1 58.8001C11.8 58.8001 11.5 58.5001 11.5 58.2001C11.5 57.9001 11.8 57.6001 12.1 57.6001C12.4 57.6001 12.7 57.9001 12.7 58.2001C12.7 58.5001 12.4 58.8001 12.1 58.8001Z" fill="#0E3F66"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_6494_1680">
|
||||
<rect width="58.1" height="56.3" fill="white" transform="translate(9 10)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.3 KiB |
|
|
@ -0,0 +1,4 @@
|
|||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M9 16.5C13.125 16.5 16.5 13.125 16.5 9C16.5 4.875 13.125 1.5 9 1.5C4.875 1.5 1.5 4.875 1.5 9C1.5 13.125 4.875 16.5 9 16.5Z" stroke="#70BF73" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M5.8125 8.99994L7.935 11.1224L12.1875 6.87744" stroke="#70BF73" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 462 B |
|
|
@ -0,0 +1,3 @@
|
|||
<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0.8125 2.99994L2.935 5.12244L7.1875 0.877441" stroke="#70BF73" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 240 B |
|
After Width: | Height: | Size: 3.6 MiB |
|
After Width: | Height: | Size: 541 KiB |
|
After Width: | Height: | Size: 633 KiB |
|
After Width: | Height: | Size: 467 KiB |
|
After Width: | Height: | Size: 364 KiB |
|
|
@ -0,0 +1,3 @@
|
|||
description: This file stores settings for Dart & Flutter DevTools.
|
||||
documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states
|
||||
extensions:
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
**/dgph
|
||||
*.mode1v3
|
||||
*.mode2v3
|
||||
*.moved-aside
|
||||
*.pbxuser
|
||||
*.perspectivev3
|
||||
**/*sync/
|
||||
.sconsign.dblite
|
||||
.tags*
|
||||
**/.vagrant/
|
||||
**/DerivedData/
|
||||
Icon?
|
||||
**/Pods/
|
||||
**/.symlinks/
|
||||
profile
|
||||
xcuserdata
|
||||
**/.generated/
|
||||
Flutter/App.framework
|
||||
Flutter/Flutter.framework
|
||||
Flutter/Flutter.podspec
|
||||
Flutter/Generated.xcconfig
|
||||
Flutter/ephemeral/
|
||||
Flutter/app.flx
|
||||
Flutter/app.zip
|
||||
Flutter/flutter_assets/
|
||||
Flutter/flutter_export_environment.sh
|
||||
ServiceDefinitions.json
|
||||
Runner/GeneratedPluginRegistrant.*
|
||||
|
||||
# Exceptions to above rules.
|
||||
!default.mode1v3
|
||||
!default.mode2v3
|
||||
!default.pbxuser
|
||||
!default.perspectivev3
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>App</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>io.flutter.flutter.app</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>App</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>12.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
@ -0,0 +1 @@
|
|||
#include "Generated.xcconfig"
|
||||
|
|
@ -0,0 +1 @@
|
|||
#include "Generated.xcconfig"
|
||||
|
|
@ -0,0 +1,616 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 54;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
|
||||
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
|
||||
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
||||
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
|
||||
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
||||
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
||||
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 97C146E61CF9000F007C117D /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 97C146ED1CF9000F007C117D;
|
||||
remoteInfo = Runner;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
9705A1C41CF9048500538489 /* Embed Frameworks */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = "";
|
||||
dstSubfolderSpec = 10;
|
||||
files = (
|
||||
);
|
||||
name = "Embed Frameworks";
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
||||
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
||||
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
|
||||
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
||||
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
||||
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
||||
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
|
||||
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
|
||||
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
||||
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
97C146EB1CF9000F007C117D /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
331C8082294A63A400263BE5 /* RunnerTests */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
331C807B294A618700263BE5 /* RunnerTests.swift */,
|
||||
);
|
||||
path = RunnerTests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
9740EEB11CF90186004384FC /* Flutter */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
|
||||
9740EEB21CF90195004384FC /* Debug.xcconfig */,
|
||||
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
|
||||
9740EEB31CF90195004384FC /* Generated.xcconfig */,
|
||||
);
|
||||
name = Flutter;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
97C146E51CF9000F007C117D = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
9740EEB11CF90186004384FC /* Flutter */,
|
||||
97C146F01CF9000F007C117D /* Runner */,
|
||||
97C146EF1CF9000F007C117D /* Products */,
|
||||
331C8082294A63A400263BE5 /* RunnerTests */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
97C146EF1CF9000F007C117D /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
97C146EE1CF9000F007C117D /* Runner.app */,
|
||||
331C8081294A63A400263BE5 /* RunnerTests.xctest */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
97C146F01CF9000F007C117D /* Runner */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
97C146FA1CF9000F007C117D /* Main.storyboard */,
|
||||
97C146FD1CF9000F007C117D /* Assets.xcassets */,
|
||||
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
|
||||
97C147021CF9000F007C117D /* Info.plist */,
|
||||
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
|
||||
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
|
||||
74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
|
||||
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
|
||||
);
|
||||
path = Runner;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
331C8080294A63A400263BE5 /* RunnerTests */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
|
||||
buildPhases = (
|
||||
331C807D294A63A400263BE5 /* Sources */,
|
||||
331C807F294A63A400263BE5 /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
331C8086294A63A400263BE5 /* PBXTargetDependency */,
|
||||
);
|
||||
name = RunnerTests;
|
||||
productName = RunnerTests;
|
||||
productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
|
||||
productType = "com.apple.product-type.bundle.unit-test";
|
||||
};
|
||||
97C146ED1CF9000F007C117D /* Runner */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
||||
buildPhases = (
|
||||
9740EEB61CF901F6004384FC /* Run Script */,
|
||||
97C146EA1CF9000F007C117D /* Sources */,
|
||||
97C146EB1CF9000F007C117D /* Frameworks */,
|
||||
97C146EC1CF9000F007C117D /* Resources */,
|
||||
9705A1C41CF9048500538489 /* Embed Frameworks */,
|
||||
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = Runner;
|
||||
productName = Runner;
|
||||
productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
97C146E61CF9000F007C117D /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
BuildIndependentTargetsInParallel = YES;
|
||||
LastUpgradeCheck = 1510;
|
||||
ORGANIZATIONNAME = "";
|
||||
TargetAttributes = {
|
||||
331C8080294A63A400263BE5 = {
|
||||
CreatedOnToolsVersion = 14.0;
|
||||
TestTargetID = 97C146ED1CF9000F007C117D;
|
||||
};
|
||||
97C146ED1CF9000F007C117D = {
|
||||
CreatedOnToolsVersion = 7.3.1;
|
||||
LastSwiftMigration = 1100;
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
|
||||
compatibilityVersion = "Xcode 9.3";
|
||||
developmentRegion = en;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
Base,
|
||||
);
|
||||
mainGroup = 97C146E51CF9000F007C117D;
|
||||
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
97C146ED1CF9000F007C117D /* Runner */,
|
||||
331C8080294A63A400263BE5 /* RunnerTests */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
331C807F294A63A400263BE5 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
97C146EC1CF9000F007C117D /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
|
||||
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
|
||||
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
|
||||
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
alwaysOutOfDate = 1;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
|
||||
);
|
||||
name = "Thin Binary";
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
|
||||
};
|
||||
9740EEB61CF901F6004384FC /* Run Script */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
alwaysOutOfDate = 1;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "Run Script";
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
331C807D294A63A400263BE5 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
97C146EA1CF9000F007C117D /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
|
||||
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 97C146ED1CF9000F007C117D /* Runner */;
|
||||
targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
97C146FA1CF9000F007C117D /* Main.storyboard */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
97C146FB1CF9000F007C117D /* Base */,
|
||||
);
|
||||
name = Main.storyboard;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
97C147001CF9000F007C117D /* Base */,
|
||||
);
|
||||
name = LaunchScreen.storyboard;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
249021D3217E4FDB00AE95B9 /* Profile */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CLANG_ENABLE_OBJC_ARC = YES;
|
||||
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||
CLANG_WARN_COMMA = YES;
|
||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
||||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||||
CLANG_WARN_EMPTY_BODY = YES;
|
||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||
CLANG_WARN_INFINITE_RECURSION = YES;
|
||||
CLANG_WARN_INT_CONVERSION = YES;
|
||||
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||||
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||||
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||||
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||||
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||||
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_NO_COMMON_BLOCKS = YES;
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
SDKROOT = iphoneos;
|
||||
SUPPORTED_PLATFORMS = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Profile;
|
||||
};
|
||||
249021D4217E4FDB00AE95B9 /* Profile */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = Runner/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.proxibuy;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
VERSIONING_SYSTEM = "apple-generic";
|
||||
};
|
||||
name = Profile;
|
||||
};
|
||||
331C8088294A63A400263BE5 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.proxibuy.RunnerTests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
331C8089294A63A400263BE5 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.proxibuy.RunnerTests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
331C808A294A63A400263BE5 /* Profile */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.proxibuy.RunnerTests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
||||
};
|
||||
name = Profile;
|
||||
};
|
||||
97C147031CF9000F007C117D /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CLANG_ENABLE_OBJC_ARC = YES;
|
||||
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||
CLANG_WARN_COMMA = YES;
|
||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
||||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||||
CLANG_WARN_EMPTY_BODY = YES;
|
||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||
CLANG_WARN_INFINITE_RECURSION = YES;
|
||||
CLANG_WARN_INT_CONVERSION = YES;
|
||||
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||||
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||||
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||||
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||||
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||||
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_NO_COMMON_BLOCKS = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"DEBUG=1",
|
||||
"$(inherited)",
|
||||
);
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
||||
MTL_ENABLE_DEBUG_INFO = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
97C147041CF9000F007C117D /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
|
||||
CLANG_ANALYZER_NONNULL = YES;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CLANG_ENABLE_OBJC_ARC = YES;
|
||||
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||
CLANG_WARN_COMMA = YES;
|
||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
||||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||||
CLANG_WARN_EMPTY_BODY = YES;
|
||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||
CLANG_WARN_INFINITE_RECURSION = YES;
|
||||
CLANG_WARN_INT_CONVERSION = YES;
|
||||
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||||
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||||
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||||
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||||
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||||
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_NO_COMMON_BLOCKS = YES;
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
SDKROOT = iphoneos;
|
||||
SUPPORTED_PLATFORMS = iphoneos;
|
||||
SWIFT_COMPILATION_MODE = wholemodule;
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
97C147061CF9000F007C117D /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = Runner/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.proxibuy;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 5.0;
|
||||
VERSIONING_SYSTEM = "apple-generic";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
97C147071CF9000F007C117D /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||
ENABLE_BITCODE = NO;
|
||||
INFOPLIST_FILE = Runner/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.proxibuy;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
VERSIONING_SYSTEM = "apple-generic";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
331C8088294A63A400263BE5 /* Debug */,
|
||||
331C8089294A63A400263BE5 /* Release */,
|
||||
331C808A294A63A400263BE5 /* Profile */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
97C147031CF9000F007C117D /* Debug */,
|
||||
97C147041CF9000F007C117D /* Release */,
|
||||
249021D3217E4FDB00AE95B9 /* Profile */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
97C147061CF9000F007C117D /* Debug */,
|
||||
97C147071CF9000F007C117D /* Release */,
|
||||
249021D4217E4FDB00AE95B9 /* Profile */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 97C146E61CF9000F007C117D /* Project object */;
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IDEDidComputeMac32BitWarning</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>PreviewsEnabled</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "1510"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
|
||||
BuildableName = "Runner.app"
|
||||
BlueprintName = "Runner"
|
||||
ReferencedContainer = "container:Runner.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
|
||||
BuildableName = "Runner.app"
|
||||
BlueprintName = "Runner"
|
||||
ReferencedContainer = "container:Runner.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
<Testables>
|
||||
<TestableReference
|
||||
skipped = "NO"
|
||||
parallelizable = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "331C8080294A63A400263BE5"
|
||||
BuildableName = "RunnerTests.xctest"
|
||||
BlueprintName = "RunnerTests"
|
||||
ReferencedContainer = "container:Runner.xcodeproj">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
debugServiceExtension = "internal"
|
||||
enableGPUValidationMode = "1"
|
||||
allowLocationSimulation = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
|
||||
BuildableName = "Runner.app"
|
||||
BlueprintName = "Runner"
|
||||
ReferencedContainer = "container:Runner.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Profile"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
debugDocumentVersioning = "YES">
|
||||
<BuildableProductRunnable
|
||||
runnableDebuggingMode = "0">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
|
||||
BuildableName = "Runner.app"
|
||||
BlueprintName = "Runner"
|
||||
ReferencedContainer = "container:Runner.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "group:Runner.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IDEDidComputeMac32BitWarning</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>PreviewsEnabled</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
import Flutter
|
||||
import UIKit
|
||||
|
||||
@main
|
||||
@objc class AppDelegate: FlutterAppDelegate {
|
||||
override func application(
|
||||
_ application: UIApplication,
|
||||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
|
||||
) -> Bool {
|
||||
GeneratedPluginRegistrant.register(with: self)
|
||||
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,122 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"size" : "20x20",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-20x20@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "20x20",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-20x20@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"size" : "29x29",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-29x29@1x.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"size" : "29x29",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-29x29@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "29x29",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-29x29@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"size" : "40x40",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-40x40@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "40x40",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-40x40@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"size" : "60x60",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-60x60@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "60x60",
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-App-60x60@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"size" : "20x20",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-20x20@1x.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"size" : "20x20",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-20x20@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "29x29",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-29x29@1x.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"size" : "29x29",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-29x29@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "40x40",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-40x40@1x.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"size" : "40x40",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-40x40@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "76x76",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-76x76@1x.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"size" : "76x76",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-76x76@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "83.5x83.5",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-App-83.5x83.5@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "1024x1024",
|
||||
"idiom" : "ios-marketing",
|
||||
"filename" : "Icon-App-1024x1024@1x.png",
|
||||
"scale" : "1x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 295 B |
|
After Width: | Height: | Size: 406 B |
|
After Width: | Height: | Size: 450 B |
|
After Width: | Height: | Size: 282 B |
|
After Width: | Height: | Size: 462 B |
|
After Width: | Height: | Size: 704 B |
|
After Width: | Height: | Size: 406 B |
|
After Width: | Height: | Size: 586 B |
|
After Width: | Height: | Size: 862 B |
|
After Width: | Height: | Size: 862 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 762 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "LaunchImage.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "LaunchImage@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "LaunchImage@3x.png",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 68 B |
|
After Width: | Height: | Size: 68 B |
|
After Width: | Height: | Size: 68 B |
|
|
@ -0,0 +1,5 @@
|
|||
# Launch Screen Assets
|
||||
|
||||
You can customize the launch screen with your own desired assets by replacing the image files in this directory.
|
||||
|
||||
You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
||||
<dependencies>
|
||||
<deployment identifier="iOS"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
|
||||
</dependencies>
|
||||
<scenes>
|
||||
<!--View Controller-->
|
||||
<scene sceneID="EHf-IW-A2E">
|
||||
<objects>
|
||||
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
|
||||
<layoutGuides>
|
||||
<viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/>
|
||||
<viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/>
|
||||
</layoutGuides>
|
||||
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4">
|
||||
</imageView>
|
||||
</subviews>
|
||||
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
<constraints>
|
||||
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="1a2-6s-vTC"/>
|
||||
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="4X2-HB-R7a"/>
|
||||
</constraints>
|
||||
</view>
|
||||
</viewController>
|
||||
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||
</objects>
|
||||
<point key="canvasLocation" x="53" y="375"/>
|
||||
</scene>
|
||||
</scenes>
|
||||
<resources>
|
||||
<image name="LaunchImage" width="168" height="185"/>
|
||||
</resources>
|
||||
</document>
|
||||