Compare commits
No commits in common. 'haroon_dev' and 'main' have entirely different histories.
haroon_dev
...
main
@ -1,166 +1,16 @@
|
|||||||
# HMG Patient App
|
# hmg_patient_app_new
|
||||||
|
|
||||||
A comprehensive Flutter-based mobile application for HMG (Hospital Management Group) patients,
|
New HMG Patient App
|
||||||
providing seamless healthcare services and patient management features.
|
|
||||||
|
|
||||||
## 📱 Features
|
## Getting Started
|
||||||
|
|
||||||
- **Patient Registration & Authentication**: Secure login and registration system
|
This project is a starting point for a Flutter application.
|
||||||
- **Appointment Management**: Book, reschedule, and manage medical appointments
|
|
||||||
- **Medical Records**: Access to personal health records and medical history
|
|
||||||
- **Doctor Consultation**: Video consultations and chat with healthcare providers
|
|
||||||
- **Health Monitoring**: Track vital signs and health metrics
|
|
||||||
- **Prescription Management**: View and manage prescriptions
|
|
||||||
- **Payment Integration**: Secure payment processing for medical services
|
|
||||||
- **Multi-language Support**: Available in English and Arabic
|
|
||||||
- **Push Notifications**: Real-time updates for appointments and health reminders
|
|
||||||
- **Calendar Integration**: Sync appointments with device calendar
|
|
||||||
- **Location Services**: Find nearby hospitals and clinics
|
|
||||||
|
|
||||||
## 🚀 Getting Started
|
A few resources to get you started if this is your first Flutter project:
|
||||||
|
|
||||||
### Prerequisites
|
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
|
||||||
|
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
|
||||||
|
|
||||||
- Flutter SDK (>=3.0.0)
|
For help getting started with Flutter development, view the
|
||||||
- Dart SDK (>=3.0.0)
|
[online documentation](https://docs.flutter.dev/), which offers tutorials,
|
||||||
- Android Studio / VS Code
|
samples, guidance on mobile development, and a full API reference.
|
||||||
- Android SDK (for Android development)
|
|
||||||
- Xcode (for iOS development, macOS only)
|
|
||||||
|
|
||||||
### Installation
|
|
||||||
|
|
||||||
1. **Clone the repository:**
|
|
||||||
```bash
|
|
||||||
git clone <repository-url>
|
|
||||||
cd HMG_Patient_App_New
|
|
||||||
```
|
|
||||||
|
|
||||||
2. **Install dependencies:**
|
|
||||||
```bash
|
|
||||||
flutter pub get
|
|
||||||
```
|
|
||||||
|
|
||||||
3. **Configure Firebase:**
|
|
||||||
- Add your `google-services.json` file to `android/app/`
|
|
||||||
- Add your `GoogleService-Info.plist` file to `ios/Runner/`
|
|
||||||
|
|
||||||
4. **Run the application:**
|
|
||||||
```bash
|
|
||||||
flutter run
|
|
||||||
```
|
|
||||||
|
|
||||||
## 🏗️ Project Structure
|
|
||||||
|
|
||||||
```
|
|
||||||
lib/
|
|
||||||
├── core/ # Core utilities and constants
|
|
||||||
├── extensions/ # Dart extensions
|
|
||||||
├── features/ # Feature-based modules
|
|
||||||
├── generated/ # Generated files (localization, etc.)
|
|
||||||
├── presentation/ # UI screens and widgets
|
|
||||||
├── routes/ # App navigation and routing
|
|
||||||
├── services/ # Business logic and API services
|
|
||||||
├── theme/ # App theming and styling
|
|
||||||
├── widgets/ # Reusable UI components
|
|
||||||
├── main.dart # App entry point
|
|
||||||
└── splashPage.dart # Splash screen
|
|
||||||
|
|
||||||
assets/
|
|
||||||
├── animations/ # Lottie animations
|
|
||||||
├── fonts/ # Custom fonts (Poppins, Gess Two)
|
|
||||||
├── images/ # PNG and SVG images
|
|
||||||
├── json/ # JSON data files
|
|
||||||
└── langs/ # Localization files
|
|
||||||
```
|
|
||||||
|
|
||||||
## 🛠️ Technologies Used
|
|
||||||
|
|
||||||
- **Framework**: Flutter
|
|
||||||
- **Language**: Dart
|
|
||||||
- **State Management**: [Your state management solution]
|
|
||||||
- **Backend Services**: Firebase
|
|
||||||
- **Authentication**: Firebase Auth
|
|
||||||
- **Database**: Cloud Firestore
|
|
||||||
- **Push Notifications**: Firebase Cloud Messaging
|
|
||||||
- **Maps**: Google Maps
|
|
||||||
- **Payment**: Amazon PayFort
|
|
||||||
- **Video Calling**: Flutter Zoom Video SDK
|
|
||||||
- **Local Storage**: SQLite, Shared Preferences
|
|
||||||
|
|
||||||
## 📱 Supported Platforms
|
|
||||||
|
|
||||||
- ✅ Android (API level 21+)
|
|
||||||
- ✅ iOS (iOS 12.0+)
|
|
||||||
- ✅ Foldable devices support
|
|
||||||
- ✅ Tablet optimization
|
|
||||||
|
|
||||||
## 🌐 Localization
|
|
||||||
|
|
||||||
The app supports multiple languages:
|
|
||||||
|
|
||||||
- English (en-US)
|
|
||||||
- Arabic (ar-SA)
|
|
||||||
|
|
||||||
## 🔧 Configuration
|
|
||||||
|
|
||||||
### Environment Setup
|
|
||||||
|
|
||||||
1. **API Keys**: Configure your API keys in the appropriate configuration files
|
|
||||||
2. **Firebase**: Set up Firebase project and add configuration files
|
|
||||||
3. **Maps**: Add Google Maps API key
|
|
||||||
4. **Payment**: Configure PayFort credentials
|
|
||||||
|
|
||||||
### Build Variants
|
|
||||||
|
|
||||||
- **Debug**: Development build with debugging enabled
|
|
||||||
- **Release**: Production-ready optimized build
|
|
||||||
|
|
||||||
## 📝 Development Guidelines
|
|
||||||
|
|
||||||
### Code Style
|
|
||||||
|
|
||||||
- Follow Dart/Flutter best practices
|
|
||||||
- Use consistent naming conventions
|
|
||||||
- Implement proper error handling
|
|
||||||
- Write comprehensive documentation
|
|
||||||
|
|
||||||
### Testing
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Run unit tests
|
|
||||||
flutter test
|
|
||||||
|
|
||||||
# Run integration tests
|
|
||||||
flutter test integration_test/
|
|
||||||
```
|
|
||||||
|
|
||||||
### Building for Production
|
|
||||||
|
|
||||||
**Android:**
|
|
||||||
|
|
||||||
```bash
|
|
||||||
flutter build apk --release
|
|
||||||
# or
|
|
||||||
flutter build appbundle --release
|
|
||||||
```
|
|
||||||
|
|
||||||
**iOS:**
|
|
||||||
|
|
||||||
```bash
|
|
||||||
flutter build ios --release
|
|
||||||
```
|
|
||||||
|
|
||||||
## 🤝 Contributing
|
|
||||||
|
|
||||||
1. Fork the repository
|
|
||||||
2. Create a feature branch (`git checkout -b feature/new-feature`)
|
|
||||||
3. Commit your changes (`git commit -am 'Add new feature'`)
|
|
||||||
4. Push to the branch (`git push origin feature/new-feature`)
|
|
||||||
5. Create a Pull Request
|
|
||||||
|
|
||||||
## 📄 License
|
|
||||||
|
|
||||||
This project is proprietary software developed for HMG Healthcare Group.
|
|
||||||
|
|
||||||
|
|
||||||
**Built with ❤️ for better healthcare accessibility**
|
|
||||||
|
|||||||
@ -1,14 +0,0 @@
|
|||||||
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
|
|
||||||
@ -1,74 +0,0 @@
|
|||||||
{
|
|
||||||
"agcgw":{
|
|
||||||
"backurl":"connect-drcn.hispace.hicloud.com",
|
|
||||||
"url":"connect-drcn.dbankcloud.cn",
|
|
||||||
"websocketbackurl":"connect-ws-drcn.hispace.dbankcloud.com",
|
|
||||||
"websocketurl":"connect-ws-drcn.hispace.dbankcloud.cn"
|
|
||||||
},
|
|
||||||
"agcgw_all":{
|
|
||||||
"CN":"connect-drcn.dbankcloud.cn",
|
|
||||||
"CN_back":"connect-drcn.hispace.hicloud.com",
|
|
||||||
"DE":"connect-dre.dbankcloud.cn",
|
|
||||||
"DE_back":"connect-dre.hispace.hicloud.com",
|
|
||||||
"RU":"connect-drru.dbankcloud.cn",
|
|
||||||
"RU_back":"connect-drru.hispace.hicloud.com",
|
|
||||||
"SG":"connect-dra.dbankcloud.cn",
|
|
||||||
"SG_back":"connect-dra.hispace.hicloud.com"
|
|
||||||
},
|
|
||||||
"client":{
|
|
||||||
"cp_id":"2640966000002322881",
|
|
||||||
"product_id":"736430079244816567",
|
|
||||||
"client_id":"563735388191982656",
|
|
||||||
"client_secret":"650C7C799812AFFD53A10C7756CF05FB9F215A7E49032ABA8EBF3E14B77535CF",
|
|
||||||
"project_id":"736430079244816567",
|
|
||||||
"app_id":"102857389",
|
|
||||||
"api_key":"CgB6e3x9DJzMgRCmnT6dyUEkp6UsIfddb6l3w0ZEXzeiRMHEFi3400Z5fJ5qaHneU0OrAI/JRpk+DMGVs3QpUxlI",
|
|
||||||
"package_name":"com.ejada.hmg"
|
|
||||||
},
|
|
||||||
"oauth_client":{
|
|
||||||
"client_id":"102857389",
|
|
||||||
"client_type":1
|
|
||||||
},
|
|
||||||
"app_info":{
|
|
||||||
"app_id":"102857389",
|
|
||||||
"package_name":"com.ejada.hmg"
|
|
||||||
},
|
|
||||||
"service":{
|
|
||||||
"analytics":{
|
|
||||||
"collector_url":"datacollector-drcn.dt.hicloud.com,datacollector-drcn.dt.dbankcloud.cn",
|
|
||||||
"collector_url_ru":"datacollector-drru.dt.hicloud.com,datacollector-drru.dt.dbankcloud.cn",
|
|
||||||
"collector_url_sg":"datacollector-dra.dt.hicloud.com,datacollector-dra.dt.dbankcloud.cn",
|
|
||||||
"collector_url_de":"datacollector-dre.dt.hicloud.com,datacollector-dre.dt.dbankcloud.cn",
|
|
||||||
"collector_url_cn":"datacollector-drcn.dt.hicloud.com,datacollector-drcn.dt.dbankcloud.cn",
|
|
||||||
"resource_id":"p1",
|
|
||||||
"channel_id":""
|
|
||||||
},
|
|
||||||
"search":{
|
|
||||||
"url":"https://search-drcn.cloud.huawei.com"
|
|
||||||
},
|
|
||||||
"cloudstorage":{
|
|
||||||
"storage_url":"https://agc-storage-drcn.platform.dbankcloud.cn"
|
|
||||||
},
|
|
||||||
"ml":{
|
|
||||||
"mlservice_url":"ml-api-drcn.ai.dbankcloud.com,ml-api-drcn.ai.dbankcloud.cn"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"region":"CN",
|
|
||||||
"configuration_version":"3.0",
|
|
||||||
"appInfos":[
|
|
||||||
{
|
|
||||||
"package_name":"com.ejada.hmg",
|
|
||||||
"client":{
|
|
||||||
"app_id":"102857389"
|
|
||||||
},
|
|
||||||
"app_info":{
|
|
||||||
"package_name":"com.ejada.hmg",
|
|
||||||
"app_id":"102857389"
|
|
||||||
},
|
|
||||||
"oauth_client":{
|
|
||||||
"client_type":1,
|
|
||||||
"client_id":"102857389"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -1,74 +0,0 @@
|
|||||||
{
|
|
||||||
"agcgw":{
|
|
||||||
"backurl":"connect-drcn.hispace.hicloud.com",
|
|
||||||
"url":"connect-drcn.dbankcloud.cn",
|
|
||||||
"websocketbackurl":"connect-ws-drcn.hispace.dbankcloud.com",
|
|
||||||
"websocketurl":"connect-ws-drcn.hispace.dbankcloud.cn"
|
|
||||||
},
|
|
||||||
"agcgw_all":{
|
|
||||||
"CN":"connect-drcn.dbankcloud.cn",
|
|
||||||
"CN_back":"connect-drcn.hispace.hicloud.com",
|
|
||||||
"DE":"connect-dre.dbankcloud.cn",
|
|
||||||
"DE_back":"connect-dre.hispace.hicloud.com",
|
|
||||||
"RU":"connect-drru.dbankcloud.cn",
|
|
||||||
"RU_back":"connect-drru.hispace.hicloud.com",
|
|
||||||
"SG":"connect-dra.dbankcloud.cn",
|
|
||||||
"SG_back":"connect-dra.hispace.hicloud.com"
|
|
||||||
},
|
|
||||||
"client":{
|
|
||||||
"cp_id":"2640966000002322881",
|
|
||||||
"product_id":"736430079244816567",
|
|
||||||
"client_id":"563735388191982656",
|
|
||||||
"client_secret":"650C7C799812AFFD53A10C7756CF05FB9F215A7E49032ABA8EBF3E14B77535CF",
|
|
||||||
"project_id":"736430079244816567",
|
|
||||||
"app_id":"102857389",
|
|
||||||
"api_key":"CgB6e3x9DJzMgRCmnT6dyUEkp6UsIfddb6l3w0ZEXzeiRMHEFi3400Z5fJ5qaHneU0OrAI/JRpk+DMGVs3QpUxlI",
|
|
||||||
"package_name":"com.ejada.hmg"
|
|
||||||
},
|
|
||||||
"oauth_client":{
|
|
||||||
"client_id":"102857389",
|
|
||||||
"client_type":1
|
|
||||||
},
|
|
||||||
"app_info":{
|
|
||||||
"app_id":"102857389",
|
|
||||||
"package_name":"com.ejada.hmg"
|
|
||||||
},
|
|
||||||
"service":{
|
|
||||||
"analytics":{
|
|
||||||
"collector_url":"datacollector-drcn.dt.hicloud.com,datacollector-drcn.dt.dbankcloud.cn",
|
|
||||||
"collector_url_ru":"datacollector-drru.dt.hicloud.com,datacollector-drru.dt.dbankcloud.cn",
|
|
||||||
"collector_url_sg":"datacollector-dra.dt.hicloud.com,datacollector-dra.dt.dbankcloud.cn",
|
|
||||||
"collector_url_de":"datacollector-dre.dt.hicloud.com,datacollector-dre.dt.dbankcloud.cn",
|
|
||||||
"collector_url_cn":"datacollector-drcn.dt.hicloud.com,datacollector-drcn.dt.dbankcloud.cn",
|
|
||||||
"resource_id":"p1",
|
|
||||||
"channel_id":""
|
|
||||||
},
|
|
||||||
"search":{
|
|
||||||
"url":"https://search-drcn.cloud.huawei.com"
|
|
||||||
},
|
|
||||||
"cloudstorage":{
|
|
||||||
"storage_url":"https://agc-storage-drcn.platform.dbankcloud.cn"
|
|
||||||
},
|
|
||||||
"ml":{
|
|
||||||
"mlservice_url":"ml-api-drcn.ai.dbankcloud.com,ml-api-drcn.ai.dbankcloud.cn"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"region":"CN",
|
|
||||||
"configuration_version":"3.0",
|
|
||||||
"appInfos":[
|
|
||||||
{
|
|
||||||
"package_name":"com.ejada.hmg",
|
|
||||||
"client":{
|
|
||||||
"app_id":"102857389"
|
|
||||||
},
|
|
||||||
"app_info":{
|
|
||||||
"package_name":"com.ejada.hmg",
|
|
||||||
"app_id":"102857389"
|
|
||||||
},
|
|
||||||
"oauth_client":{
|
|
||||||
"client_type":1,
|
|
||||||
"client_id":"102857389"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -1,188 +0,0 @@
|
|||||||
import java.util.Properties
|
|
||||||
import java.io.FileInputStream
|
|
||||||
|
|
||||||
plugins {
|
|
||||||
id("com.android.application")
|
|
||||||
id("kotlin-android")
|
|
||||||
id("com.google.gms.google-services") version "4.4.1" // Add the version here
|
|
||||||
id("dev.flutter.flutter-gradle-plugin")
|
|
||||||
id("com.huawei.agconnect")
|
|
||||||
// id("com.mapbox.gradle.application")
|
|
||||||
// id("com.mapbox.gradle.plugins.ndk")
|
|
||||||
}
|
|
||||||
|
|
||||||
val keystoreProperties = Properties()
|
|
||||||
val keystorePropertiesFile = rootProject.file("key.properties")
|
|
||||||
if (keystorePropertiesFile.exists()) {
|
|
||||||
keystoreProperties.load(FileInputStream(keystorePropertiesFile))
|
|
||||||
}
|
|
||||||
|
|
||||||
android {
|
|
||||||
namespace = "com.ejada.hmg"
|
|
||||||
compileSdk = 36
|
|
||||||
ndkVersion = "28.2.13676358"
|
|
||||||
|
|
||||||
defaultConfig {
|
|
||||||
applicationId = "com.ejada.hmg"
|
|
||||||
// minSdk = 24
|
|
||||||
minSdk = 26
|
|
||||||
targetSdk = 35
|
|
||||||
compileSdk = 35
|
|
||||||
// targetSdk = flutter.targetSdkVersion
|
|
||||||
versionCode = flutter.versionCode
|
|
||||||
versionName = flutter.versionName
|
|
||||||
multiDexEnabled = true
|
|
||||||
}
|
|
||||||
|
|
||||||
buildFeatures {
|
|
||||||
viewBinding = true
|
|
||||||
dataBinding = true
|
|
||||||
}
|
|
||||||
|
|
||||||
sourceSets {
|
|
||||||
// getByName("main") {
|
|
||||||
// java.srcDirs += "src/main/kotlin"
|
|
||||||
// jniLibs.srcDir("src/main/libs")
|
|
||||||
// jni.srcDirs = listOf() // disables automatic ndk-build
|
|
||||||
// }
|
|
||||||
getByName("main") {
|
|
||||||
java.srcDir("src/main/kotlin")
|
|
||||||
jniLibs.srcDir("src/main/libs")
|
|
||||||
// To disable automatic ndk-build, do not set jni.srcDirs
|
|
||||||
// If you need to clear jni.srcDirs:
|
|
||||||
// set("jni.srcDirs", emptyList<String>())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
signingConfigs {
|
|
||||||
create("release") {
|
|
||||||
keyAlias = keystoreProperties.getProperty("keyAlias")
|
|
||||||
keyPassword = keystoreProperties.getProperty("keyPassword")
|
|
||||||
storeFile = keystoreProperties.getProperty("storeFile")?.let { file(it) }
|
|
||||||
storePassword = keystoreProperties.getProperty("storePassword")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
buildTypes {
|
|
||||||
getByName("debug") {
|
|
||||||
isDebuggable = true
|
|
||||||
signingConfig = signingConfigs.getByName("debug")
|
|
||||||
isMinifyEnabled = false
|
|
||||||
isShrinkResources = false
|
|
||||||
}
|
|
||||||
getByName("release") {
|
|
||||||
isDebuggable = false
|
|
||||||
signingConfig = signingConfigs.getByName("release")
|
|
||||||
isMinifyEnabled = true
|
|
||||||
isShrinkResources = true
|
|
||||||
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
|
|
||||||
}
|
|
||||||
create("staging") {
|
|
||||||
matchingFallbacks += listOf("debug", "qa", "release")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
packagingOptions {
|
|
||||||
jniLibs {
|
|
||||||
pickFirsts += listOf(
|
|
||||||
"lib/x86/libc++_shared.so",
|
|
||||||
"lib/x86_64/libc++_shared.so",
|
|
||||||
"lib/armeabi-v7a/libc++_shared.so",
|
|
||||||
"lib/arm64-v8a/libc++_shared.so",
|
|
||||||
"**/*.so"
|
|
||||||
)
|
|
||||||
useLegacyPackaging = true
|
|
||||||
}
|
|
||||||
resources {
|
|
||||||
excludes += listOf("META-INF/proguard/androidx-annotations.pro")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
compileOptions {
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_21
|
|
||||||
targetCompatibility = JavaVersion.VERSION_21
|
|
||||||
isCoreLibraryDesugaringEnabled = true
|
|
||||||
}
|
|
||||||
|
|
||||||
// kotlinOptions {
|
|
||||||
// jvmTarget = "17"
|
|
||||||
// }
|
|
||||||
|
|
||||||
lint {
|
|
||||||
disable += "MissingTranslation"
|
|
||||||
checkReleaseBuilds = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
flutter {
|
|
||||||
source = "../.."
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20")
|
|
||||||
implementation("com.google.firebase:firebase-messaging:24.1.2")
|
|
||||||
implementation("pub.devrel:easypermissions:3.0.0")
|
|
||||||
implementation("com.google.guava:guava:33.4.0-android")
|
|
||||||
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"), "exclude" to listOf("bcprov-jdk16-1.46.jar"))))
|
|
||||||
implementation("com.google.code.gson:gson:2.12.0")
|
|
||||||
|
|
||||||
// Zoom SDKs
|
|
||||||
implementation("us.zoom.videosdk:zoomvideosdk-core:1.12.10")
|
|
||||||
implementation("us.zoom.videosdk:zoomvideosdk-annotation:1.12.10")
|
|
||||||
implementation("us.zoom.videosdk:zoomvideosdk-videoeffects:1.12.10")
|
|
||||||
|
|
||||||
// Networking
|
|
||||||
implementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11")
|
|
||||||
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.11")
|
|
||||||
implementation("com.squareup.retrofit2:retrofit:2.11.0")
|
|
||||||
implementation("com.squareup.retrofit2:converter-gson:2.11.0")
|
|
||||||
implementation("com.squareup.retrofit2:adapter-java8:2.11.0")
|
|
||||||
|
|
||||||
// Google Services
|
|
||||||
implementation("com.google.android.gms:play-services-location:21.3.0")
|
|
||||||
implementation("com.google.android.gms:play-services-basement:18.7.0")
|
|
||||||
|
|
||||||
implementation("com.android.volley:volley:1.2.1")
|
|
||||||
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
|
|
||||||
implementation("androidx.navigation:navigation-fragment-ktx:2.9.0")
|
|
||||||
implementation("androidx.navigation:navigation-ui-ktx:2.9.0")
|
|
||||||
implementation("androidx.activity:activity-ktx:1.10.1")
|
|
||||||
|
|
||||||
// val room_version = "2.6.1"
|
|
||||||
// implementation("androidx.room:room-runtime:$room_version")
|
|
||||||
// annotationProcessor("androidx.room:room-compiler:$room_version")
|
|
||||||
|
|
||||||
implementation("net.zetetic:android-database-sqlcipher:4.5.4")
|
|
||||||
implementation("com.intuit.ssp:ssp-android:1.1.0")
|
|
||||||
implementation("com.intuit.sdp:sdp-android:1.1.0")
|
|
||||||
|
|
||||||
// implementation("com.github.bumptech.glide:glide:4.16.0")
|
|
||||||
// annotationProcessor("com.github.bumptech.glide:compiler:4.16.0")
|
|
||||||
|
|
||||||
implementation("com.mapbox.maps:android:11.5.0")
|
|
||||||
// implementation("com.mapbox.maps:android:11.4.0")
|
|
||||||
|
|
||||||
// AARs
|
|
||||||
// implementation(files("libs/PenNavUI.aar"))
|
|
||||||
// implementation(files("libs/Penguin.aar"))
|
|
||||||
// implementation(files("libs/PenguinRenderer.aar"))
|
|
||||||
|
|
||||||
implementation("com.github.kittinunf.fuel:fuel:2.3.1")
|
|
||||||
implementation("com.github.kittinunf.fuel:fuel-android:2.3.1")
|
|
||||||
|
|
||||||
// implementation("com.opentok.android:opentok-android-sdk:2.25.2")
|
|
||||||
|
|
||||||
// implementation("com.facebook.stetho:stetho:1.6.0")
|
|
||||||
// implementation("com.facebook.stetho:stetho-urlconnection:1.6.0")
|
|
||||||
|
|
||||||
implementation("androidx.core:core-ktx:1.16.0")
|
|
||||||
implementation("androidx.appcompat:appcompat:1.7.1")
|
|
||||||
implementation("com.google.android.material:material:1.12.0")
|
|
||||||
|
|
||||||
implementation("pl.droidsonroids.gif:android-gif-drawable:1.2.25")
|
|
||||||
|
|
||||||
androidTestImplementation("androidx.test:core:1.6.1")
|
|
||||||
implementation("com.whatsapp.otp:whatsapp-otp-android-sdk:0.1.0")
|
|
||||||
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5")
|
|
||||||
// implementation(project(":vitalSignEngine"))
|
|
||||||
}
|
|
||||||
@ -1,47 +0,0 @@
|
|||||||
{
|
|
||||||
"project_info": {
|
|
||||||
"project_number": "815750722565",
|
|
||||||
"firebase_url": "https://api-project-815750722565.firebaseio.com",
|
|
||||||
"project_id": "api-project-815750722565",
|
|
||||||
"storage_bucket": "api-project-815750722565.appspot.com"
|
|
||||||
},
|
|
||||||
"client": [
|
|
||||||
{
|
|
||||||
"client_info": {
|
|
||||||
"mobilesdk_app_id": "1:815750722565:android:62281cd3e5df4063",
|
|
||||||
"android_client_info": {
|
|
||||||
"package_name": "com.ejada.hmg"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"oauth_client": [
|
|
||||||
{
|
|
||||||
"client_id": "815750722565-3a0gc7neins0eoahdrimrfksk0sqice8.apps.googleusercontent.com",
|
|
||||||
"client_type": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"api_key": [
|
|
||||||
{
|
|
||||||
"current_key": "AIzaSyDZDeWcBlRE3YfJWYt_DCiToVnANfaj8qg"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"services": {
|
|
||||||
"appinvite_service": {
|
|
||||||
"other_platform_oauth_client": [
|
|
||||||
{
|
|
||||||
"client_id": "815750722565-3a0gc7neins0eoahdrimrfksk0sqice8.apps.googleusercontent.com",
|
|
||||||
"client_type": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"client_id": "815750722565-0cq9366orvsk5ipivq6lijcj56u03fr7.apps.googleusercontent.com",
|
|
||||||
"client_type": 2,
|
|
||||||
"ios_info": {
|
|
||||||
"bundle_id": "com.void.demo"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"configuration_version": "1"
|
|
||||||
}
|
|
||||||
@ -1,72 +0,0 @@
|
|||||||
-keep class tvi.webrtc.** { *; }
|
|
||||||
-keep class com.twilio.video.** { *; }
|
|
||||||
-keep class com.twilio.common.** { *; }
|
|
||||||
-keepattributes InnerClasses
|
|
||||||
|
|
||||||
-keep class com.ejada.** { *; }
|
|
||||||
-keep class org.webrtc.** { *; }
|
|
||||||
|
|
||||||
-keep class com.builttoroam.devicecalendar.** { *; }
|
|
||||||
|
|
||||||
-ignorewarnings
|
|
||||||
-keepattributes *Annotation*
|
|
||||||
-keepattributes Exceptions
|
|
||||||
-keepattributes InnerClasses
|
|
||||||
-keepattributes Signature
|
|
||||||
-keep class com.hianalytics.android.**{*;}
|
|
||||||
-keep class com.huawei.updatesdk.**{*;}
|
|
||||||
-keep class com.huawei.hms.**{*;}
|
|
||||||
|
|
||||||
## Flutter wrapper
|
|
||||||
-keep class io.flutter.app.** { *; }
|
|
||||||
-keep class io.flutter.plugin.** { *; }
|
|
||||||
-keep class io.flutter.util.** { *; }
|
|
||||||
-keep class io.flutter.view.** { *; }
|
|
||||||
-keep class io.flutter.** { *; }
|
|
||||||
-keep class io.flutter.plugins.** { *; }
|
|
||||||
-dontwarn io.flutter.embedding.**
|
|
||||||
-keep class com.huawei.hms.flutter.** { *; }
|
|
||||||
-repackageclasses
|
|
||||||
|
|
||||||
## Flutter WebRTC
|
|
||||||
-keep class com.cloudwebrtc.webrtc.** { *; }
|
|
||||||
-keep class org.webrtc.** { *; }
|
|
||||||
|
|
||||||
## Flutter OpenTok
|
|
||||||
-keep class com.opentok.android.** { *; }
|
|
||||||
-keep class com.opentok.otc.** { *; }
|
|
||||||
-keep class org.otwebrtc.** { *; }
|
|
||||||
|
|
||||||
|
|
||||||
##Flutter Zoom
|
|
||||||
-keep class us.zoom**{
|
|
||||||
*;
|
|
||||||
}
|
|
||||||
-keep interface us.zoom**{
|
|
||||||
*;
|
|
||||||
}
|
|
||||||
-keep class org.webrtc**{
|
|
||||||
*;
|
|
||||||
}
|
|
||||||
-keep class com.zipow**{
|
|
||||||
*;
|
|
||||||
}
|
|
||||||
|
|
||||||
-dontwarn com.opentok.android.**
|
|
||||||
-dontwarn com.opentok.otc.**
|
|
||||||
|
|
||||||
-dontwarn penguin.com.pennav.Model.Navigation.NearLandmark
|
|
||||||
|
|
||||||
-keep,includedescriptorclasses class net.sqlcipher.** { *; }
|
|
||||||
-keep,includedescriptorclasses interface net.sqlcipher.** { *; }
|
|
||||||
|
|
||||||
-keep class retrofit2.** { *; }
|
|
||||||
-keep class okhttp3.** { *; }
|
|
||||||
-dontwarn retrofit2.**
|
|
||||||
|
|
||||||
-keep class com.google.gson.** { *; }
|
|
||||||
-dontwarn com.google.gson.**
|
|
||||||
|
|
||||||
# Penguin classes
|
|
||||||
-keep class com.peng.pennavmap.models.** { *; }
|
|
||||||
-keep class com.peng.pennavmap.db.** { *; }
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
<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>
|
|
||||||
@ -1,263 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
|
||||||
package="com.ejada.hmg">
|
|
||||||
<!--
|
|
||||||
io.flutter.app.FlutterApplication is an android.app.Application that
|
|
||||||
calls FlutterMain.startInitialization(this); in its onCreate method.
|
|
||||||
In most cases you can leave this as-is, but you if you want to provide
|
|
||||||
additional functionality it is fine to subclass or reimplement
|
|
||||||
FlutterApplication and put your custom class here.
|
|
||||||
-->
|
|
||||||
<uses-permission
|
|
||||||
android:name="android.permission.ACTIVITY_RECOGNITION"
|
|
||||||
tools:node="remove" />
|
|
||||||
<uses-permission
|
|
||||||
android:name="android.permission.READ_PHONE_STATE"
|
|
||||||
tools:node="remove" /> <!-- <uses-permission android:name="android.permission.BLUETOOTH" tools:node="remove"/> -->
|
|
||||||
<!-- <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" tools:node="remove"/> -->
|
|
||||||
<!-- <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" tools:node="remove"/> -->
|
|
||||||
<!-- <uses-permission android:name="android.permission.BLUETOOTH_SCAN" tools:node="remove"/> -->
|
|
||||||
<uses-permission
|
|
||||||
android:name="android.permission.BROADCAST_STICKY"
|
|
||||||
tools:node="remove" />
|
|
||||||
<uses-permission
|
|
||||||
android:name="com.google.android.gms.permission.AD_ID"
|
|
||||||
tools:node="remove" /> <!-- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> -->
|
|
||||||
<uses-permission
|
|
||||||
android:name="android.permission.FOREGROUND_SERVICE"
|
|
||||||
tools:node="remove" />
|
|
||||||
<uses-permission
|
|
||||||
android:name="android.permission.FOREGROUND_SERVICE_CONNECTED_DEVICE"
|
|
||||||
tools:node="remove" />
|
|
||||||
<uses-permission
|
|
||||||
android:name="android.permission.FOREGROUND_SERVICE_PHONE_CALL"
|
|
||||||
tools:node="remove" />
|
|
||||||
<uses-permission
|
|
||||||
android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION"
|
|
||||||
tools:node="remove" />
|
|
||||||
<uses-permission
|
|
||||||
android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK"
|
|
||||||
tools:node="remove" />
|
|
||||||
<uses-permission
|
|
||||||
android:name="android.permission.FOREGROUND_SERVICE_MICROPHONE"
|
|
||||||
tools:node="remove" />
|
|
||||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" tools:node="remove" />
|
|
||||||
|
|
||||||
<!-- Added by open_filex -->
|
|
||||||
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" tools:node="remove" />
|
|
||||||
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" tools:node="remove" />
|
|
||||||
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" tools:node="remove" />
|
|
||||||
|
|
||||||
<uses-permission
|
|
||||||
android:name="android.permission.ACCESS_BACKGROUND_LOCATION"
|
|
||||||
tools:node="remove" /> <!-- <uses-permission android:name="android.permission.INTERNET" /> -->
|
|
||||||
<!-- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> -->
|
|
||||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH" />
|
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
|
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
|
|
||||||
<uses-permission android:name="android.permission.HIGH_SAMPLING_RATE_SENSORS" />
|
|
||||||
|
|
||||||
<uses-feature
|
|
||||||
android:name="android.hardware.sensor.stepcounter"
|
|
||||||
android:required="false"
|
|
||||||
tools:node="replace" />
|
|
||||||
<uses-feature
|
|
||||||
android:name="android.hardware.sensor.stepdetector"
|
|
||||||
android:required="false"
|
|
||||||
tools:node="replace" />
|
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
|
||||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
|
||||||
<uses-permission android:name="android.permission.VIBRATE" />
|
|
||||||
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
|
|
||||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
||||||
<uses-permission android:name="android.permission.CAMERA" />
|
|
||||||
|
|
||||||
<uses-feature android:name="android.hardware.camera.autofocus" />
|
|
||||||
<uses-feature
|
|
||||||
android:name="android.hardware.camera"
|
|
||||||
android:required="true" />
|
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
|
||||||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
|
|
||||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
||||||
<uses-permission android:name="android.permission.READ_CALENDAR" />
|
|
||||||
<uses-permission android:name="android.permission.WRITE_CALENDAR" />
|
|
||||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
|
||||||
|
|
||||||
<uses-feature
|
|
||||||
android:name="android.hardware.location.network"
|
|
||||||
android:required="false" />
|
|
||||||
<uses-feature
|
|
||||||
android:name="android.hardware.location.gps"
|
|
||||||
android:required="false" />
|
|
||||||
|
|
||||||
<uses-permission android:name="com.huawei.appmarket.service.commondata.permission.GET_COMMON_DATA" /> <!-- <uses-permission android:name="android.permission.HIGH_SAMPLING_RATE_SENSORS" /> -->
|
|
||||||
<!-- Wifi Permissions -->
|
|
||||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
||||||
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> <!-- <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> -->
|
|
||||||
<!-- Detect Reboot Permission -->
|
|
||||||
<!-- <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> -->
|
|
||||||
<queries>
|
|
||||||
<intent>
|
|
||||||
<action android:name="android.speech.RecognitionService" />
|
|
||||||
</intent>
|
|
||||||
|
|
||||||
<package android:name="com.whatsapp" />
|
|
||||||
<package android:name="com.whatsapp.w4b" />
|
|
||||||
</queries>
|
|
||||||
|
|
||||||
<application
|
|
||||||
android:name=".Application"
|
|
||||||
android:allowBackup="false"
|
|
||||||
android:icon="@mipmap/ic_launcher_local"
|
|
||||||
android:label="Dr. Alhabib"
|
|
||||||
android:screenOrientation="sensorPortrait"
|
|
||||||
android:showOnLockScreen="true"
|
|
||||||
android:usesCleartextTraffic="true"
|
|
||||||
tools:replace="android:label">
|
|
||||||
<activity
|
|
||||||
android:name="com.cloud.hmg_patient_app.whatsapp.WhatsAppCodeActivity"
|
|
||||||
android:exported="true"
|
|
||||||
android:enabled="true"
|
|
||||||
android:launchMode="standard"
|
|
||||||
>
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="com.whatsapp.otp.OTP_RETRIEVED" />
|
|
||||||
</intent-filter>
|
|
||||||
</activity>
|
|
||||||
|
|
||||||
<meta-data
|
|
||||||
android:name="push_kit_auto_init_enabled"
|
|
||||||
android:value="true" />
|
|
||||||
|
|
||||||
<activity
|
|
||||||
android:name=".MainActivity"
|
|
||||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
|
||||||
android:enabled="true"
|
|
||||||
android:exported="true"
|
|
||||||
android:hardwareAccelerated="true"
|
|
||||||
android:launchMode="singleTop"
|
|
||||||
android:showOnLockScreen="true"
|
|
||||||
android:theme="@style/LaunchTheme"
|
|
||||||
android:windowSoftInputMode="adjustResize"
|
|
||||||
tools:node="merge">
|
|
||||||
|
|
||||||
<!--
|
|
||||||
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" />
|
|
||||||
<!--
|
|
||||||
Displays an Android View that continues showing the launch screen
|
|
||||||
Drawable until Flutter paints its first frame, then this splash
|
|
||||||
screen fades out. A splash screen is useful to avoid any visual
|
|
||||||
gap between the end of Android's launch screen and the painting of
|
|
||||||
Flutter's first frame.
|
|
||||||
-->
|
|
||||||
<meta-data
|
|
||||||
android:name="io.flutter.embedding.android.SplashScreenDrawable"
|
|
||||||
android:resource="@drawable/launch_background" />
|
|
||||||
|
|
||||||
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="android.intent.action.MAIN" />
|
|
||||||
|
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
|
||||||
</intent-filter>
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="FLUTTER_NOTIFICATION_CLICK" />
|
|
||||||
|
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
|
||||||
</intent-filter>
|
|
||||||
</activity> <!-- <receiver android:name="com.dexterous.flutterlocalnotifications.ScheduledNotificationBootReceiver" android:exported="true"> -->
|
|
||||||
<!-- <intent-filter> -->
|
|
||||||
<!-- <action android:name="android.intent.action.BOOT_COMPLETED"/> -->
|
|
||||||
<!-- <action android:name="android.intent.action.MY_PACKAGE_REPLACED"/> -->
|
|
||||||
<!-- </intent-filter> -->
|
|
||||||
<!-- </receiver> -->
|
|
||||||
<!-- Geofencing -->
|
|
||||||
<service
|
|
||||||
android:name=".geofence.intent_receivers.GeofenceTransitionsJobIntentService"
|
|
||||||
android:exported="true"
|
|
||||||
android:permission="android.permission.BIND_JOB_SERVICE" />
|
|
||||||
|
|
||||||
<!-- <receiver-->
|
|
||||||
<!-- android:name=".geofence.intent_receivers.GeofenceBroadcastReceiver"-->
|
|
||||||
<!-- android:enabled="true"-->
|
|
||||||
<!-- android:exported="false" />-->
|
|
||||||
<!-- <receiver-->
|
|
||||||
<!-- android:name=".geofence.intent_receivers.GeofencingRebootBroadcastReceiver"-->
|
|
||||||
<!-- android:enabled="true"-->
|
|
||||||
<!-- android:exported="false">-->
|
|
||||||
<!-- <intent-filter>-->
|
|
||||||
<!-- <action android:name="android.intent.action.BOOT_COMPLETED" />-->
|
|
||||||
<!-- <action android:name="android.intent.action.MY_PACKAGE_REPLACED" />-->
|
|
||||||
<!-- </intent-filter>-->
|
|
||||||
<!-- </receiver>-->
|
|
||||||
<!-- <receiver-->
|
|
||||||
<!-- android:name=".geofence.intent_receivers.LocationProviderChangeReceiver"-->
|
|
||||||
<!-- android:exported="false">-->
|
|
||||||
<!-- <intent-filter>-->
|
|
||||||
<!-- <action android:name="android.location.PROVIDERS_CHANGED" />-->
|
|
||||||
<!-- </intent-filter>-->
|
|
||||||
<!-- </receiver>-->
|
|
||||||
|
|
||||||
<!-- <service-->
|
|
||||||
<!-- android:name=".geofence.intent_receivers.ReregisterGeofenceJobService"-->
|
|
||||||
<!-- android:exported="true"-->
|
|
||||||
<!-- android:permission="android.permission.BIND_JOB_SERVICE" /> <!– Geofencing –>-->
|
|
||||||
<!--
|
|
||||||
Huawei Push Notifications
|
|
||||||
Set push kit auto enable to true (for obtaining the token on initialize)
|
|
||||||
-->
|
|
||||||
<!-- <meta-data -->
|
|
||||||
<!-- android:name="push_kit_auto_init_enabled" -->
|
|
||||||
<!-- android:value="true" /> -->
|
|
||||||
<!-- These receivers are for sending scheduled local notifications -->
|
|
||||||
<!-- <receiver-->
|
|
||||||
<!-- android:name="com.huawei.hms.flutter.push.receiver.local.HmsLocalNotificationBootEventReceiver"-->
|
|
||||||
<!-- android:exported="false">-->
|
|
||||||
<!-- <intent-filter>-->
|
|
||||||
<!-- <action android:name="android.intent.action.BOOT_COMPLETED" />-->
|
|
||||||
<!-- </intent-filter>-->
|
|
||||||
<!-- </receiver>-->
|
|
||||||
<!-- <receiver-->
|
|
||||||
<!-- android:name="com.huawei.hms.flutter.push.receiver.local.HmsLocalNotificationScheduledPublisher"-->
|
|
||||||
<!-- android:enabled="true"-->
|
|
||||||
<!-- android:exported="false" />-->
|
|
||||||
<!-- <receiver-->
|
|
||||||
<!-- android:name="com.huawei.hms.flutter.push.receiver.BackgroundMessageBroadcastReceiver"-->
|
|
||||||
<!-- android:enabled="true"-->
|
|
||||||
<!-- android:exported="true">-->
|
|
||||||
<!-- <intent-filter>-->
|
|
||||||
<!-- <action android:name="com.huawei.hms.flutter.push.receiver.BACKGROUND_REMOTE_MESSAGE" />-->
|
|
||||||
<!-- </intent-filter>-->
|
|
||||||
<!-- </receiver> <!– Huawei Push Notifications –>-->
|
|
||||||
<meta-data
|
|
||||||
android:name="com.google.android.geo.API_KEY"
|
|
||||||
android:value="AIzaSyB6TERnxIr0yJ3qG4ULBZbu0sAD4tGqtng" />
|
|
||||||
<meta-data
|
|
||||||
android:name="com.huawei.hms.client.appid"
|
|
||||||
android:value="appid=102857389" />
|
|
||||||
<!--
|
|
||||||
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>
|
|
||||||
|
|
||||||
</manifest>
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
<?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>
|
|
||||||
@ -1,12 +0,0 @@
|
|||||||
<?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>
|
|
||||||
|
Before Width: | Height: | Size: 544 B |
|
Before Width: | Height: | Size: 442 B |
|
Before Width: | Height: | Size: 721 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
@ -1,18 +0,0 @@
|
|||||||
<?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>
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<!-- Theme applied to the Android Window while the process is starting -->
|
|
||||||
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
|
||||||
<!-- Show a splash screen on the activity. Automatically removed when
|
|
||||||
Flutter 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:color/white</item>
|
|
||||||
</style>
|
|
||||||
</resources>
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
<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>
|
|
||||||
@ -1,104 +0,0 @@
|
|||||||
buildscript {
|
|
||||||
repositories {
|
|
||||||
mavenCentral()
|
|
||||||
google()
|
|
||||||
maven { url = uri("https://developer.huawei.com/repo/") }
|
|
||||||
maven {
|
|
||||||
url = uri("https://api.mapbox.com/downloads/v2/releases/maven")
|
|
||||||
credentials {
|
|
||||||
username = "mapbox"
|
|
||||||
password = "sk.eyJ1IjoicndhaWQiLCJhIjoiY2x6NWo0bTMzMWZodzJrcGZpemYzc3Z4dSJ9.uSSZuwNSGCcCdPAiORECmg"
|
|
||||||
if (password.isNullOrEmpty()) {
|
|
||||||
throw GradleException("MAPBOX_DOWNLOADS_TOKEN isn't set. Set it to the project properties or to the environment variables.")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
authentication {
|
|
||||||
create<BasicAuthentication>("basic")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
dependencies {
|
|
||||||
classpath("com.android.tools.build:gradle:8.1.0")
|
|
||||||
classpath("com.huawei.agconnect:agcp:1.9.1.304")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
allprojects {
|
|
||||||
repositories {
|
|
||||||
google()
|
|
||||||
mavenCentral()
|
|
||||||
maven { url = uri("https://developer.huawei.com/repo/") }
|
|
||||||
maven { url = uri("https://artifactory.ess-dev.com/artifactory/gradle-dev-local") }
|
|
||||||
maven {
|
|
||||||
url = uri("https://api.mapbox.com/downloads/v2/releases/maven")
|
|
||||||
credentials {
|
|
||||||
username = "mapbox"
|
|
||||||
password = "sk.eyJ1IjoicndhaWQiLCJhIjoiY2x6NWo0bTMzMWZodzJrcGZpemYzc3Z4dSJ9.uSSZuwNSGCcCdPAiORECmg"
|
|
||||||
if (password.isNullOrEmpty()) {
|
|
||||||
throw GradleException("MAPBOX_DOWNLOADS_TOKEN isn't set. Set it to the project properties or to the environment variables.")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
authentication {
|
|
||||||
create<BasicAuthentication>("basic")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
configurations.all {
|
|
||||||
exclude(group = "org.bouncycastle", module = "bcprov-jdk16")
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.withType<JavaCompile>().configureEach {
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_21.toString()
|
|
||||||
targetCompatibility = JavaVersion.VERSION_21.toString()
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
|
|
||||||
kotlinOptions {
|
|
||||||
jvmTarget = "21"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
subprojects {
|
|
||||||
afterEvaluate {
|
|
||||||
if (project.hasProperty("android")) {
|
|
||||||
project.extensions.findByName("android")?.let { androidExt ->
|
|
||||||
val android = androidExt as com.android.build.gradle.BaseExtension
|
|
||||||
if (android.namespace == null) {
|
|
||||||
android.namespace = project.group.toString()
|
|
||||||
}
|
|
||||||
android.buildFeatures.apply {
|
|
||||||
if (buildConfig == null) {
|
|
||||||
buildConfig = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
android.compileOptions.apply {
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_21
|
|
||||||
targetCompatibility = JavaVersion.VERSION_21
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
project.tasks.withType<JavaCompile>().configureEach {
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_21.toString()
|
|
||||||
targetCompatibility = JavaVersion.VERSION_21.toString()
|
|
||||||
}
|
|
||||||
project.tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
|
|
||||||
kotlinOptions {
|
|
||||||
jvmTarget = "21"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
rootProject.buildDir = File("../build")
|
|
||||||
subprojects {
|
|
||||||
project.buildDir = File("${rootProject.buildDir}/${project.name}")
|
|
||||||
}
|
|
||||||
subprojects {
|
|
||||||
project.evaluationDependsOn(":app")
|
|
||||||
}
|
|
||||||
|
|
||||||
tasks.register<Delete>("clean") {
|
|
||||||
delete(rootProject.layout.buildDirectory)
|
|
||||||
}
|
|
||||||
@ -1,47 +0,0 @@
|
|||||||
{
|
|
||||||
"project_info": {
|
|
||||||
"project_number": "815750722565",
|
|
||||||
"firebase_url": "https://api-project-815750722565.firebaseio.com",
|
|
||||||
"project_id": "api-project-815750722565",
|
|
||||||
"storage_bucket": "api-project-815750722565.appspot.com"
|
|
||||||
},
|
|
||||||
"client": [
|
|
||||||
{
|
|
||||||
"client_info": {
|
|
||||||
"mobilesdk_app_id": "1:815750722565:android:62281cd3e5df4063",
|
|
||||||
"android_client_info": {
|
|
||||||
"package_name": "com.ejada.hmg"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"oauth_client": [
|
|
||||||
{
|
|
||||||
"client_id": "815750722565-3a0gc7neins0eoahdrimrfksk0sqice8.apps.googleusercontent.com",
|
|
||||||
"client_type": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"api_key": [
|
|
||||||
{
|
|
||||||
"current_key": "AIzaSyDZDeWcBlRE3YfJWYt_DCiToVnANfaj8qg"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"services": {
|
|
||||||
"appinvite_service": {
|
|
||||||
"other_platform_oauth_client": [
|
|
||||||
{
|
|
||||||
"client_id": "815750722565-3a0gc7neins0eoahdrimrfksk0sqice8.apps.googleusercontent.com",
|
|
||||||
"client_type": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"client_id": "815750722565-0cq9366orvsk5ipivq6lijcj56u03fr7.apps.googleusercontent.com",
|
|
||||||
"client_type": 2,
|
|
||||||
"ios_info": {
|
|
||||||
"bundle_id": "com.void.demo"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"configuration_version": "1"
|
|
||||||
}
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
|
||||||
android.useAndroidX=true
|
|
||||||
android.enableJetifier=true
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
|
||||||
distributionPath=wrapper/dists
|
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
|
||||||
zipStorePath=wrapper/dists
|
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
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.3" apply false
|
|
||||||
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
|
|
||||||
}
|
|
||||||
|
|
||||||
include(":app")
|
|
||||||
@ -1 +0,0 @@
|
|||||||
{"nm":"Comp 1","ddd":0,"h":100,"w":100,"meta":{"g":"@lottiefiles/toolkit-js 0.33.2"},"layers":[{"ty":4,"nm":"Shape Layer 2","sr":1,"st":0,"op":300,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[5.277,-32.723,0],"ix":1},"s":{"a":0,"k":[4.91,4.91,100],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[50.2,50.18,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Ellipse 2","ix":1,"cix":2,"np":3,"it":[{"ty":"el","bm":0,"hd":false,"mn":"ADBE Vector Shape - Ellipse","nm":"Ellipse Path 1","d":1,"p":{"a":0,"k":[0,0],"ix":3},"s":{"a":0,"k":[102.555,102.555],"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.0941,0.7608,0.451],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[3.277,-34.527],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]},{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Ellipse 1","ix":2,"cix":2,"np":3,"it":[{"ty":"el","bm":0,"hd":false,"mn":"ADBE Vector Shape - Ellipse","nm":"Ellipse Path 1","d":1,"p":{"a":0,"k":[0,0],"ix":3},"s":{"a":0,"k":[102.555,102.555],"ix":2}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Fill 1","c":{"a":0,"k":[0.0941,0.7608,0.451],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[100,100],"t":0},{"s":[295,295],"t":60}],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[3.277,-34.527],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":1,"k":[{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[100],"t":0},{"s":[0],"t":60}],"ix":7}}]}],"ind":1}],"v":"5.5.7","fr":60,"op":61,"ip":0,"assets":[]}
|
|
||||||
@ -1,767 +0,0 @@
|
|||||||
{
|
|
||||||
"nm": "HDFC Success",
|
|
||||||
"h": 512,
|
|
||||||
"w": 512,
|
|
||||||
"meta": {
|
|
||||||
"g": "LottieFiles AE 1.0.0"
|
|
||||||
},
|
|
||||||
"layers": [
|
|
||||||
{
|
|
||||||
"ty": 4,
|
|
||||||
"nm": "check",
|
|
||||||
"sr": 1,
|
|
||||||
"st": 0,
|
|
||||||
"op": 240,
|
|
||||||
"ip": 0,
|
|
||||||
"hasMask": false,
|
|
||||||
"ao": 0,
|
|
||||||
"ks": {
|
|
||||||
"a": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"s": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
100,
|
|
||||||
100,
|
|
||||||
100
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"sk": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"p": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
256,
|
|
||||||
256,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"r": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"sa": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"o": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 100
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ef": [],
|
|
||||||
"shapes": [
|
|
||||||
{
|
|
||||||
"ty": "gr",
|
|
||||||
"nm": "Shape 1",
|
|
||||||
"it": [
|
|
||||||
{
|
|
||||||
"ty": "sh",
|
|
||||||
"nm": "Path 1",
|
|
||||||
"d": 1,
|
|
||||||
"ks": {
|
|
||||||
"a": 0,
|
|
||||||
"k": {
|
|
||||||
"c": false,
|
|
||||||
"i": [
|
|
||||||
[
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"o": [
|
|
||||||
[
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"v": [
|
|
||||||
[
|
|
||||||
-82.5,
|
|
||||||
4.5
|
|
||||||
],
|
|
||||||
[
|
|
||||||
-31,
|
|
||||||
55
|
|
||||||
],
|
|
||||||
[
|
|
||||||
73,
|
|
||||||
-52.5
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ty": "tm",
|
|
||||||
"nm": "Trim Paths 1",
|
|
||||||
"e": {
|
|
||||||
"a": 1,
|
|
||||||
"k": [
|
|
||||||
{
|
|
||||||
"o": {
|
|
||||||
"x": 1,
|
|
||||||
"y": 0.076
|
|
||||||
},
|
|
||||||
"i": {
|
|
||||||
"x": 0.667,
|
|
||||||
"y": 1
|
|
||||||
},
|
|
||||||
"s": [
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"t": 60
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"s": [
|
|
||||||
100
|
|
||||||
],
|
|
||||||
"t": 85
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"o": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"s": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"m": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ty": "st",
|
|
||||||
"nm": "Stroke 1",
|
|
||||||
"lc": 2,
|
|
||||||
"lj": 2,
|
|
||||||
"ml": 1,
|
|
||||||
"o": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 100
|
|
||||||
},
|
|
||||||
"w": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 30
|
|
||||||
},
|
|
||||||
"c": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
1,
|
|
||||||
1,
|
|
||||||
1
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ty": "tr",
|
|
||||||
"a": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"s": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
100,
|
|
||||||
100
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"sk": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"p": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"r": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"sa": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"o": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 100
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"ind": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ty": 4,
|
|
||||||
"nm": "Shape Layer 2",
|
|
||||||
"sr": 1,
|
|
||||||
"st": 0,
|
|
||||||
"op": 240,
|
|
||||||
"ip": 0,
|
|
||||||
"hasMask": false,
|
|
||||||
"ao": 0,
|
|
||||||
"ks": {
|
|
||||||
"a": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"s": {
|
|
||||||
"a": 1,
|
|
||||||
"k": [
|
|
||||||
{
|
|
||||||
"o": {
|
|
||||||
"x": 0.656,
|
|
||||||
"y": 0.872
|
|
||||||
},
|
|
||||||
"i": {
|
|
||||||
"x": 0,
|
|
||||||
"y": 0.98
|
|
||||||
},
|
|
||||||
"s": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
100
|
|
||||||
],
|
|
||||||
"t": 20
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"s": [
|
|
||||||
150,
|
|
||||||
150,
|
|
||||||
100
|
|
||||||
],
|
|
||||||
"t": 60
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"sk": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"p": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
256,
|
|
||||||
257.86,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"r": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"sa": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"o": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 100
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ef": [],
|
|
||||||
"shapes": [
|
|
||||||
{
|
|
||||||
"ty": "gr",
|
|
||||||
"nm": "Ellipse 1",
|
|
||||||
"it": [
|
|
||||||
{
|
|
||||||
"ty": "el",
|
|
||||||
"nm": "Ellipse Path 1",
|
|
||||||
"d": 1,
|
|
||||||
"p": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"s": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
236,
|
|
||||||
236
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ty": "fl",
|
|
||||||
"nm": "Fill 1",
|
|
||||||
"c": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0.094,
|
|
||||||
0.761,
|
|
||||||
0.451
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"r": 1,
|
|
||||||
"o": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 100
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ty": "tr",
|
|
||||||
"a": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"s": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
100,
|
|
||||||
100
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"sk": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"p": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0,
|
|
||||||
-3
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"r": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"sa": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"o": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 100
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"ind": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ty": 4,
|
|
||||||
"nm": "Shape Layer 1",
|
|
||||||
"sr": 1,
|
|
||||||
"st": 0,
|
|
||||||
"op": 240,
|
|
||||||
"ip": 0,
|
|
||||||
"hasMask": false,
|
|
||||||
"ao": 0,
|
|
||||||
"ks": {
|
|
||||||
"a": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"s": {
|
|
||||||
"a": 1,
|
|
||||||
"k": [
|
|
||||||
{
|
|
||||||
"o": {
|
|
||||||
"x": 0.477,
|
|
||||||
"y": 0.587
|
|
||||||
},
|
|
||||||
"i": {
|
|
||||||
"x": 0,
|
|
||||||
"y": 0.999
|
|
||||||
},
|
|
||||||
"s": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
100
|
|
||||||
],
|
|
||||||
"t": 10
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"o": {
|
|
||||||
"x": 0.167,
|
|
||||||
"y": 0.167
|
|
||||||
},
|
|
||||||
"i": {
|
|
||||||
"x": 0.833,
|
|
||||||
"y": 0.833
|
|
||||||
},
|
|
||||||
"s": [
|
|
||||||
150,
|
|
||||||
150,
|
|
||||||
100
|
|
||||||
],
|
|
||||||
"t": 50
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"o": {
|
|
||||||
"x": 0.167,
|
|
||||||
"y": 0
|
|
||||||
},
|
|
||||||
"i": {
|
|
||||||
"x": 0.833,
|
|
||||||
"y": 1
|
|
||||||
},
|
|
||||||
"s": [
|
|
||||||
150,
|
|
||||||
150,
|
|
||||||
100
|
|
||||||
],
|
|
||||||
"t": 76
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"s": [
|
|
||||||
210,
|
|
||||||
210,
|
|
||||||
100
|
|
||||||
],
|
|
||||||
"t": 123
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"sk": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"p": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
256,
|
|
||||||
257.86,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"r": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"sa": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"o": {
|
|
||||||
"a": 1,
|
|
||||||
"k": [
|
|
||||||
{
|
|
||||||
"o": {
|
|
||||||
"x": 0.912,
|
|
||||||
"y": 0.073
|
|
||||||
},
|
|
||||||
"i": {
|
|
||||||
"x": 0.626,
|
|
||||||
"y": 0.729
|
|
||||||
},
|
|
||||||
"s": [
|
|
||||||
100
|
|
||||||
],
|
|
||||||
"t": 76
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"s": [
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"t": 119
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ef": [],
|
|
||||||
"shapes": [
|
|
||||||
{
|
|
||||||
"ty": "gr",
|
|
||||||
"nm": "Ellipse 1",
|
|
||||||
"it": [
|
|
||||||
{
|
|
||||||
"ty": "el",
|
|
||||||
"nm": "Ellipse Path 1",
|
|
||||||
"d": 1,
|
|
||||||
"p": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"s": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
236,
|
|
||||||
236
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ty": "st",
|
|
||||||
"nm": "Stroke 1",
|
|
||||||
"lc": 1,
|
|
||||||
"lj": 1,
|
|
||||||
"ml": 4,
|
|
||||||
"o": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 100
|
|
||||||
},
|
|
||||||
"w": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 2
|
|
||||||
},
|
|
||||||
"c": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
1,
|
|
||||||
1,
|
|
||||||
1
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ty": "fl",
|
|
||||||
"nm": "Fill 1",
|
|
||||||
"c": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0.784,
|
|
||||||
0.945,
|
|
||||||
0.878
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"r": 1,
|
|
||||||
"o": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 100
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ty": "tr",
|
|
||||||
"a": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"s": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
100,
|
|
||||||
100
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"sk": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"p": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0,
|
|
||||||
-3
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"r": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"sa": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"o": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 100
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"ind": 3
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ty": 4,
|
|
||||||
"nm": "BG",
|
|
||||||
"sr": 1,
|
|
||||||
"st": 0,
|
|
||||||
"op": 240,
|
|
||||||
"ip": 0,
|
|
||||||
"hasMask": false,
|
|
||||||
"ao": 0,
|
|
||||||
"ks": {
|
|
||||||
"a": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"s": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
100,
|
|
||||||
100,
|
|
||||||
100
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"sk": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"p": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
256,
|
|
||||||
256,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"r": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"sa": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"o": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 100
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ef": [],
|
|
||||||
"shapes": [
|
|
||||||
{
|
|
||||||
"ty": "gr",
|
|
||||||
"nm": "Rectangle 1",
|
|
||||||
"it": [
|
|
||||||
{
|
|
||||||
"ty": "rc",
|
|
||||||
"nm": "Rectangle Path 1",
|
|
||||||
"d": 1,
|
|
||||||
"p": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"r": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"s": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
554,
|
|
||||||
556
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ty": "fl",
|
|
||||||
"nm": "Fill 1",
|
|
||||||
"c": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0.972,
|
|
||||||
0.972,
|
|
||||||
0.972
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"r": 1,
|
|
||||||
"o": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 100
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"ty": "tr",
|
|
||||||
"a": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"s": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
100,
|
|
||||||
100
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"sk": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"p": {
|
|
||||||
"a": 0,
|
|
||||||
"k": [
|
|
||||||
-1,
|
|
||||||
6
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"r": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"sa": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 0
|
|
||||||
},
|
|
||||||
"o": {
|
|
||||||
"a": 0,
|
|
||||||
"k": 100
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"ind": 4
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"v": "4.8.0",
|
|
||||||
"fr": 60,
|
|
||||||
"op": 130,
|
|
||||||
"ip": 0,
|
|
||||||
"assets": []
|
|
||||||
}
|
|
||||||
@ -1 +0,0 @@
|
|||||||
{"nm":"Splash Launch 1","ddd":0,"h":927,"w":430,"meta":{"g":"LottieFiles Figma v92"},"layers":[{"ty":4,"nm":"Ellipse 54","sr":1,"st":0,"op":121.06,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[19.5,19.5],"t":0},{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[19.5,19.5],"t":60},{"s":[628.5,628.5],"t":120}]},"s":{"a":0,"k":[100,100]},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[216,464],"t":0},{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[216.5,464.5],"t":60},{"s":[225.5,473.5],"t":120}]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[0],"t":0},{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[0],"t":60},{"s":[100],"t":120}]}},"shapes":[{"ty":"sh","bm":0,"hd":false,"nm":"","d":1,"ks":{"a":1,"k":[{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[{"c":true,"i":[[0,0],[10.493846153846153,0],[0,10.493846153846153],[-10.493846153846153,0],[0,-10.493846153846153]],"o":[[0,10.493846153846153],[-10.493846153846153,0],[0,-10.493846153846153],[10.493846153846153,0],[0,0]],"v":[[38,19],[19,38],[0,19],[19,0],[38,19]]}],"t":0},{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[{"c":true,"i":[[0,0],[10.493846153846153,0],[0,10.493846153846153],[-10.493846153846153,0],[0,-10.493846153846153]],"o":[[0,10.493846153846153],[-10.493846153846153,0],[0,-10.493846153846153],[10.493846153846153,0],[0,0]],"v":[[38,19],[19,38],[0,19],[19,0],[38,19]]}],"t":60},{"s":[{"c":true,"i":[[0,0],[341.5871678599841,0],[0,341.5871678599841],[-341.5871678599841,0],[0,-341.5871678599841]],"o":[[0,341.5871678599841],[-341.5871678599841,0],[0,-341.5871678599841],[341.5871678599841,0],[0,0]],"v":[[1237,618.5],[618.5,1237],[0,618.5],[618.5,0],[1237,618.5]]}],"t":120}]}},{"ty":"st","bm":0,"hd":false,"nm":"","lc":1,"lj":1,"ml":4,"o":{"a":1,"k":[{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[20],"t":0},{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[20],"t":60},{"s":[100],"t":120}]},"w":{"a":1,"k":[{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[1],"t":0},{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[1],"t":60},{"s":[20],"t":120}]},"c":{"a":0,"k":[0.9295,0.1098,0.1687]}},{"ty":"fl","bm":0,"hd":false,"nm":"","c":{"a":0,"k":[1,1,1]},"r":1,"o":{"a":0,"k":100}}],"ind":1},{"ty":4,"nm":"Group 8232","sr":1,"st":0,"op":121.06,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[155,404]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0,"y":0},"i":{"x":1,"y":1},"s":[0],"t":0},{"o":{"x":0,"y":0},"i":{"x":1,"y":1},"s":[0],"t":60.06},{"s":[100],"t":120}]}},"shapes":[],"ind":2},{"ty":4,"nm":"Rectangle 17364","sr":1,"st":0,"op":121.06,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[200,326.5]},"s":{"a":0,"k":[100,100]},"sk":{"a":0,"k":0},"p":{"a":1,"k":[{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[-207.54,1178.76],"t":0},{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[565.46,-310.24],"t":60},{"s":[565.46,-310.24],"t":120.12}]},"r":{"a":0,"k":30},"sa":{"a":0,"k":0},"o":{"a":1,"k":[{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[100],"t":0},{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[100],"t":60},{"s":[0],"t":120.12}]}},"shapes":[{"ty":"sh","bm":0,"hd":false,"nm":"","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,-110.38],[0,0],[110.38,0],[0,0],[0,110.38],[0,0],[-110.38,0],[0,0]],"o":[[0,0],[0,110.38],[0,0],[-110.38,0],[0,0],[0,-110.38],[0,0],[110.38,0]],"v":[[400,200],[400,453],[200,653],[200,653],[0,453],[0,200],[200,0],[200,0]]}}},{"ty":"fl","bm":0,"hd":false,"nm":"","c":{"a":0,"k":[0.9295,0.1098,0.1687]},"r":1,"o":{"a":0,"k":100}}],"ind":3},{"ty":4,"nm":"Symptoms Checker Bg","sr":1,"st":0,"op":121.06,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[215,463.5]},"s":{"a":0,"k":[100,100]},"sk":{"a":0,"k":0},"p":{"a":0,"k":[215,463.5]},"r":{"a":0,"k":0},"sa":{"a":0,"k":0},"o":{"a":0,"k":100}},"shapes":[{"ty":"sh","bm":0,"hd":false,"nm":"","d":1,"ks":{"a":0,"k":{"c":true,"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[430,0],[430,927],[0,927],[0,0]]}}},{"ty":"fl","bm":0,"hd":false,"nm":"","c":{"a":1,"k":[{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[1,1,1],"t":0},{"o":{"x":0.82,"y":-0.01},"i":{"x":0.58,"y":1},"s":[1,1,1],"t":60},{"s":[0.9295,0.1098,0.1687],"t":120}]},"r":1,"o":{"a":0,"k":100}}],"ind":4}],"v":"5.7.0","fr":60,"op":120.06,"ip":0,"assets":[]}
|
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
<svg id="Group_7066" data-name="Group 7066" xmlns="http://www.w3.org/2000/svg" width="28.952" height="28.952" viewBox="0 0 28.952 28.952">
|
||||||
|
<path id="Path_4367" data-name="Path 4367" d="M25.22,2.262h-2.6V.9a.9.9,0,1,0-1.809,0V2.262H8.143V.9A.9.9,0,1,0,6.333.9V2.262h-2.6A3.736,3.736,0,0,0,0,5.994V25.22a3.736,3.736,0,0,0,3.732,3.732H25.22a3.736,3.736,0,0,0,3.732-3.732V5.994A3.736,3.736,0,0,0,25.22,2.262ZM27.142,25.22a1.923,1.923,0,0,1-1.923,1.923H3.732A1.923,1.923,0,0,1,1.809,25.22V10.235a.283.283,0,0,1,.283-.283H26.86a.283.283,0,0,1,.283.283Z" fill="#fff"/>
|
||||||
|
<line id="Line_12" data-name="Line 12" y2="9.804" transform="translate(14.378 13.842)" fill="none" stroke="#fff" stroke-width="2"/>
|
||||||
|
<line id="Line_13" data-name="Line 13" y2="9.804" transform="translate(19.28 18.744) rotate(90)" fill="none" stroke="#fff" stroke-width="2"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 849 B |
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="25.68" height="24.095" viewBox="0 0 25.68 24.095">
|
||||||
|
<path id="family_3_" data-name="family (3)" d="M11.891,15.229v1.238a3.754,3.754,0,0,1-3.75,3.75H3.3a.428.428,0,0,1-.429-.429V17.523A2.726,2.726,0,0,1,5.6,14.8h5.868A.428.428,0,0,1,11.891,15.229Zm-3.75,5.845c-3.2,0-4.352.01-4.827,0a.428.428,0,0,0-.442.428v.794a3.712,3.712,0,1,0,7.423-.03V21.2a.428.428,0,0,0-.571-.4A4.582,4.582,0,0,1,8.142,21.074ZM14.069,35.79a4.831,4.831,0,0,1-2.429.007.214.214,0,0,0-.22.341,1.852,1.852,0,0,0,2.871-.009A.214.214,0,0,0,14.069,35.79Zm1.878-.323h-.088a.423.423,0,0,0-.4.295,2.723,2.723,0,0,1-4.948.562,2.838,2.838,0,0,1-.259-.56.429.429,0,0,0-.4-.3H9.733a2.571,2.571,0,0,0-2.571,2.571v.429a.429.429,0,0,0,.429.429h10.5a.429.429,0,0,0,.429-.429v-.429A2.571,2.571,0,0,0,15.947,35.466ZM2.877,33.893H.429A.429.429,0,0,0,0,34.321v4.145a.429.429,0,0,0,.429.429H2.877a.429.429,0,0,0,.429-.429V34.321A.429.429,0,0,0,2.877,33.893Zm7.153-6.685a.428.428,0,0,0-.226-.779l-.125,0a.354.354,0,0,0-.332.229,2.906,2.906,0,0,1-2.671,1.929A2.945,2.945,0,0,1,3.955,26.6a.259.259,0,0,0-.243-.175A3.711,3.711,0,0,0,0,30.138v2.469a.429.429,0,0,0,.429.429H2.877a.429.429,0,0,0,.429-.429v-.179a.438.438,0,0,1,.4-.442.429.429,0,0,1,.457.427v6.053a.429.429,0,0,0,.429.429H5.877a.428.428,0,0,0,.428-.436c0-.111,0-.243,0-.421a3.434,3.434,0,0,1,2.49-3.3.429.429,0,0,0,.221-.677,4.83,4.83,0,0,1,1.014-6.855Zm11.939-.781a.348.348,0,0,0-.33.241,2.754,2.754,0,0,1-2.551,1.9,2.874,2.874,0,0,1-2.581-1.926.346.346,0,0,0-.322-.217c-.1,0-.195,0-.3,0a.429.429,0,0,0-.232.779,4.829,4.829,0,0,1,1.01,6.853.429.429,0,0,0,.221.678,3.434,3.434,0,0,1,2.49,3.3c0,.178,0,.31,0,.421a.428.428,0,0,0,.428.436h1.286a.429.429,0,0,0,.429-.429V32.413a.429.429,0,0,1,.457-.427.438.438,0,0,1,.4.442v.179a.429.429,0,0,0,.429.429h2.448a.429.429,0,0,0,.429-.429V30.138A3.711,3.711,0,0,0,21.969,26.427Zm.406,7.894v4.145a.429.429,0,0,0,.429.429h2.448a.429.429,0,0,0,.429-.429V34.321a.429.429,0,0,0-.429-.429H22.8A.429.429,0,0,0,22.375,34.321Zm-3.2-19.5a5.342,5.342,0,0,0-5.389,5.336v5.314a.429.429,0,0,0,.585.4,4.556,4.556,0,0,1,.707-.207.43.43,0,0,0,.258-.679,4.627,4.627,0,0,1-.9-2.744V20.589a1.286,1.286,0,0,1,1.3-1.286,15.689,15.689,0,0,0,5.184-.809,2.018,2.018,0,0,1,2.66,1.91v1.868a4.586,4.586,0,0,1-.9,2.722.428.428,0,0,0,.248.676,4.527,4.527,0,0,1,.92.3.429.429,0,0,0,.609-.389V20.228a5.38,5.38,0,0,0-5.283-5.4ZM12.84,27.164A3.964,3.964,0,1,0,16.8,31.128a3.969,3.969,0,0,0-3.964-3.964Zm5.141-.433a.214.214,0,0,0-.2.356,1.723,1.723,0,0,0,2.713-.077.214.214,0,0,0-.226-.341A4.6,4.6,0,0,1,17.982,26.731Zm3.207-7.424a16.524,16.524,0,0,1-5.467.853.428.428,0,0,0-.433.429v1.654a3.716,3.716,0,1,0,7.431.031V20.4A1.159,1.159,0,0,0,21.189,19.307Zm-15.764,7.4a.214.214,0,0,0-.213.352,1.927,1.927,0,0,0,2.969-.066.214.214,0,0,0-.227-.343A4.576,4.576,0,0,1,5.425,26.708Z" transform="translate(0 -14.8)" fill="#989898"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 259 KiB |
@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="21.035" height="25.699" viewBox="0 0 21.035 25.699">
|
||||||
|
<g id="file_4_" data-name="file (4)" transform="translate(0 0)">
|
||||||
|
<path id="Path_4376" data-name="Path 4376" d="M199.117,108.4h.751v18.461a2.228,2.228,0,0,0,2.225,2.225h13.668v.684a1.42,1.42,0,0,1-1.42,1.42H199.12a1.42,1.42,0,0,1-1.42-1.42V109.82A1.418,1.418,0,0,1,199.117,108.4Z" transform="translate(-197.7 -105.491)" fill="#989898"/>
|
||||||
|
<path id="Path_4377" data-name="Path 4377" d="M95.931,22.79H88.32a1.42,1.42,0,0,1-1.42-1.42V1.42A1.42,1.42,0,0,1,88.32,0H98.462V.47a1.378,1.378,0,0,0-.008.15V4.509a2,2,0,0,0,2,2h3.889c.04,0,.083,0,.123-.005h.494V21.371a1.42,1.42,0,0,1-1.42,1.42H95.931Zm-.287-4.825h4.962a.671.671,0,0,0,0-1.342H95.641a.671.671,0,1,0,0,1.342Zm-4.965-3.424h9.927a.671.671,0,0,0,0-1.342H90.679a.671.671,0,0,0,0,1.342Zm9.927-4.978H90.679a.671.671,0,0,0,0,1.342h9.927a.671.671,0,0,0,0-1.342Z" transform="translate(-83.924 0)" fill="#989898"/>
|
||||||
|
<path id="Path_4378" data-name="Path 4378" d="M92.626,6.481h-3.9A1.191,1.191,0,0,1,87.546,5.3V1.4a.6.6,0,0,1,.6-.6.582.582,0,0,1,.419.177L93.05,5.462A.6.6,0,0,1,92.626,6.481Z" transform="translate(-72.209 -0.779)" fill="#989898"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,3 @@
|
|||||||
|
<svg id="weekly-calendar-page-symbol" xmlns="http://www.w3.org/2000/svg" width="25.034" height="25.034" viewBox="0 0 25.034 25.034">
|
||||||
|
<path id="Path_4379" data-name="Path 4379" d="M22.53,0H2.5A2.511,2.511,0,0,0,0,2.5V22.53a2.512,2.512,0,0,0,2.5,2.5H22.53a2.512,2.512,0,0,0,2.5-2.5V2.5A2.511,2.511,0,0,0,22.53,0ZM6.756,22.031H2.921V18.62H6.756v3.411Zm0-4.555H2.921v-3.41H6.756v3.41ZM6.467,3.794A1.063,1.063,0,1,1,7.529,2.731,1.062,1.062,0,0,1,6.467,3.794Zm5.406,18.237H8.039V18.62h3.834Zm0-4.555H8.039v-3.41h3.834Zm0-4.552H8.039V9.514h3.834ZM11.455,2.731a1.062,1.062,0,1,1,1.062,1.062A1.062,1.062,0,0,1,11.455,2.731Zm5.54,14.745H13.159v-3.41H17v3.41Zm0-4.552H13.159V9.514H17v3.41ZM17.5,2.731a1.062,1.062,0,1,1,1.062,1.062A1.062,1.062,0,0,1,17.5,2.731Zm4.609,14.745H18.278v-3.41h3.835Zm0-4.552H18.278V9.514h3.835Z" fill="#989898"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 838 B |
@ -0,0 +1,24 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="39.338" height="34.687" viewBox="0 0 39.338 34.687">
|
||||||
|
<g id="ambulance_5_" data-name="ambulance (5)" transform="translate(0 -28.362)">
|
||||||
|
<g id="Group_8189" data-name="Group 8189" transform="translate(0 34.785)">
|
||||||
|
<g id="Group_8188" data-name="Group 8188">
|
||||||
|
<path id="Path_4980" data-name="Path 4980" d="M38.918,121.812l-3.485-3.107-5.29-7.305a1.252,1.252,0,0,0-1.008-.5H26.365l-1.008-3.275a1.26,1.26,0,0,0-1.217-.924H20.991a1.221,1.221,0,0,0-1.218,1.008l-.63,3.191H1.469A1.237,1.237,0,0,0,.21,112.156L0,129.915a1.237,1.237,0,0,0,1.259,1.259H4.534a4.969,4.969,0,0,0,9.656,0h8.942a4.969,4.969,0,0,0,9.656,0h5.29a1.237,1.237,0,0,0,1.259-1.259v-7.179A1.2,1.2,0,0,0,38.918,121.812ZM9.362,132.433A2.435,2.435,0,1,1,11.8,130,2.437,2.437,0,0,1,9.362,132.433Zm18.556,0A2.435,2.435,0,1,1,30.354,130,2.437,2.437,0,0,1,27.919,132.433ZM23.93,118.285v-4.87h4.534l3.569,4.87Z" transform="translate(0 -106.698)" fill="#2e303a"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Group_8191" data-name="Group 8191" transform="translate(21.327 28.362)">
|
||||||
|
<g id="Group_8190" data-name="Group 8190" transform="translate(0 0)">
|
||||||
|
<rect id="Rectangle_17462" data-name="Rectangle 17462" width="2.519" height="5.248" fill="#da4a54"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Group_8193" data-name="Group 8193" transform="translate(25.455 30.177)">
|
||||||
|
<g id="Group_8192" data-name="Group 8192" transform="translate(0 0)">
|
||||||
|
<rect id="Rectangle_17463" data-name="Rectangle 17463" width="5.416" height="2.519" transform="translate(0 3.829) rotate(-45)" fill="#da4a54"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Group_8195" data-name="Group 8195" transform="translate(14.112 30.196)">
|
||||||
|
<g id="Group_8194" data-name="Group 8194" transform="translate(0 0)">
|
||||||
|
<rect id="Rectangle_17464" data-name="Rectangle 17464" width="2.519" height="5.416" transform="translate(0 1.781) rotate(-45)" fill="#da4a54"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
@ -0,0 +1,14 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="33.632" height="30.862" viewBox="0 0 33.632 30.862">
|
||||||
|
<g id="a" transform="translate(0 -21.085)">
|
||||||
|
<g id="Group_10604" data-name="Group 10604" transform="translate(0 21.085)">
|
||||||
|
<g id="Group_10603" data-name="Group 10603" transform="translate(0 0)">
|
||||||
|
<path id="Path_13515" data-name="Path 13515" d="M33.07,32.61,17.656,21.4a1.279,1.279,0,0,0-1.681,0L.561,32.61A1.415,1.415,0,0,0,1.4,35.132H4.2V50.546a1.324,1.324,0,0,0,1.4,1.4h22.42a1.324,1.324,0,0,0,1.4-1.4V35.132h2.8A1.415,1.415,0,0,0,33.07,32.61ZM16.816,49.145a8.407,8.407,0,1,1,8.407-8.407A8.432,8.432,0,0,1,16.816,49.145Z" transform="translate(0 -21.085)" fill="#2e303a"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Group_10606" data-name="Group 10606" transform="translate(10.51 34.432)">
|
||||||
|
<g id="Group_10605" data-name="Group 10605">
|
||||||
|
<path id="Path_13516" data-name="Path 13516" d="M168.425,228.489v-4.2h-4.2v4.2h-4.2v4.2h4.2v4.2h4.2v-4.2h4.2v-4.2Z" transform="translate(-160.018 -224.285)" fill="#da4a54"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.0 KiB |
@ -0,0 +1,10 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="36.033" height="32.32" viewBox="0 0 36.033 32.32">
|
||||||
|
<g id="Group_6982" data-name="Group 6982" transform="translate(0 0)">
|
||||||
|
<g id="Group_6964" data-name="Group 6964">
|
||||||
|
<path id="Subtraction_64" data-name="Subtraction 64" d="M807.5,957.28h-3.132a3.925,3.925,0,0,1-1.545-.314,4.019,4.019,0,0,1-2.121-2.119,3.9,3.9,0,0,1-.314-1.54V941.469a3.908,3.908,0,0,1,.314-1.543,4.014,4.014,0,0,1,2.118-2.116,3.916,3.916,0,0,1,1.54-.312h14.682a3.915,3.915,0,0,1,1.543.314,4.01,4.01,0,0,1,2.116,2.118,3.92,3.92,0,0,1,.313,1.54v2.919a3.274,3.274,0,0,0,0,6.127V953.3a3.93,3.93,0,0,1-.309,1.545,4,4,0,0,1-2.113,2.12,3.91,3.91,0,0,1-1.542.314h-3.432a10.325,10.325,0,0,0,1.118-1.11,1.034,1.034,0,0,0,.228-.817,15.093,15.093,0,0,0,2.129-4.006,14.583,14.583,0,0,0,.579-2.111,10.557,10.557,0,0,0,.2-1.981,7,7,0,0,0-.313-2.292,2.991,2.991,0,0,0-.9-1.348,4.283,4.283,0,0,0-1.436-.751c-.565-.19-1.219-.34-1.91-.5h0l0-.007a1.068,1.068,0,0,0-.956-.607,1.084,1.084,0,1,0,0,2.169,1.043,1.043,0,0,0,.638-.239l.025.009h.007l.017,0c.691.159,1.236.284,1.689.431a2.958,2.958,0,0,1,1.076.549,1.844,1.844,0,0,1,.558.947,6.338,6.338,0,0,1,.16,1.631,9.146,9.146,0,0,1-.186,1.755,13.223,13.223,0,0,1-.529,1.887,14.692,14.692,0,0,1-.825,1.874,12.98,12.98,0,0,1-1.077,1.715,1.035,1.035,0,0,0-.714.346,7.34,7.34,0,0,1-1.544,1.378,3.552,3.552,0,0,1-4.162.006,7.291,7.291,0,0,1-1.543-1.371,1.035,1.035,0,0,0-.713-.346,13.038,13.038,0,0,1-1.079-1.719,14.8,14.8,0,0,1-.827-1.878,13.155,13.155,0,0,1-.53-1.89,9.167,9.167,0,0,1-.187-1.758,6.412,6.412,0,0,1,.158-1.632,1.835,1.835,0,0,1,.556-.947,2.928,2.928,0,0,1,1.077-.549c.458-.148,1.034-.28,1.7-.432l.015,0h0l.01-.009a1.072,1.072,0,0,0,.652.24,1.084,1.084,0,1,0,0-2.168,1.052,1.052,0,0,0-.575.171,1.176,1.176,0,0,0-.393.434h0l-.014,0c-2.842.656-4.557,1.051-4.557,4.893a10.584,10.584,0,0,0,.2,1.983,14.543,14.543,0,0,0,.583,2.115,14.983,14.983,0,0,0,2.146,4.013,1.028,1.028,0,0,0,.229.816,10.456,10.456,0,0,0,1.105,1.1h0Zm1.9-11.264a.588.588,0,0,0-.592.561v4.632a.585.585,0,0,0,.591.559h4.563a.588.588,0,0,0,.594-.559v-4.623a.565.565,0,0,0-.18-.4.621.621,0,0,0-.417-.169Zm26.359,9.2h-1.607a1.387,1.387,0,0,1-.718-.208l-6.684-4.219a.66.66,0,0,1-.309-.556v-.419a3.27,3.27,0,0,0,0-4.712v-.742a.661.661,0,0,1,.309-.557l6.684-4.219a1.322,1.322,0,0,1,.718-.209h1.607a.661.661,0,0,1,.665.657v14.528a.65.65,0,0,1-.193.464.665.665,0,0,1-.471.191Z" transform="translate(-800.388 -937.498)" fill="#2e303a"/>
|
||||||
|
<path id="Path_656" data-name="Path 656" d="M894.195,1023.524l-.051,13.538c0,3.014-2.447,6.151-5.461,6.151a5.464,5.464,0,0,1-5.461-5.461l-.091-4.43c1.43-.191-2.655-.191-1.227,0l.079,4.43a6.707,6.707,0,0,0,6.7,6.693c3.69,0,6.687-3.692,6.687-7.383l.051-13.538C897.162,1023.233,892.453,1023.234,894.195,1023.524Z" transform="translate(-871.015 -1012.125)" fill="#de5c5d"/>
|
||||||
|
<path id="Path_663" data-name="Path 663" d="M970.188,998.3a1.9,1.9,0,1,1-1.9,1.9h0A1.9,1.9,0,0,1,970.188,998.3Z" transform="translate(-946.411 -990.378)" fill="#de5c5d"/>
|
||||||
|
<path id="Subtraction_64-2" data-name="Subtraction 64" d="M807.5,957.28h-3.132a3.925,3.925,0,0,1-1.545-.314,4.019,4.019,0,0,1-2.121-2.119,3.9,3.9,0,0,1-.314-1.54V941.469a3.908,3.908,0,0,1,.314-1.543,4.014,4.014,0,0,1,2.118-2.116,3.916,3.916,0,0,1,1.54-.312h14.682a3.915,3.915,0,0,1,1.543.314,4.01,4.01,0,0,1,2.116,2.118,3.92,3.92,0,0,1,.313,1.54v2.919a3.274,3.274,0,0,0,0,6.127V953.3a3.93,3.93,0,0,1-.309,1.545,4,4,0,0,1-2.113,2.12,3.91,3.91,0,0,1-1.542.314h-3.432a10.325,10.325,0,0,0,1.118-1.11,1.034,1.034,0,0,0,.228-.817,15.093,15.093,0,0,0,2.129-4.006,14.583,14.583,0,0,0,.579-2.111,10.557,10.557,0,0,0,.2-1.981,7,7,0,0,0-.313-2.292,2.991,2.991,0,0,0-.9-1.348,4.283,4.283,0,0,0-1.436-.751c-.565-.19-1.219-.34-1.91-.5h0l0-.007a1.068,1.068,0,0,0-.956-.607,1.084,1.084,0,1,0,0,2.169,1.043,1.043,0,0,0,.638-.239l.025.009h.007l.017,0c.691.159,1.236.284,1.689.431a2.958,2.958,0,0,1,1.076.549,1.844,1.844,0,0,1,.558.947,6.338,6.338,0,0,1,.16,1.631,9.146,9.146,0,0,1-.186,1.755,13.223,13.223,0,0,1-.529,1.887,14.692,14.692,0,0,1-.825,1.874,12.98,12.98,0,0,1-1.077,1.715,1.035,1.035,0,0,0-.714.346,7.34,7.34,0,0,1-1.544,1.378,3.552,3.552,0,0,1-4.162.006,7.291,7.291,0,0,1-1.543-1.371,1.035,1.035,0,0,0-.713-.346,13.038,13.038,0,0,1-1.079-1.719,14.8,14.8,0,0,1-.827-1.878,13.155,13.155,0,0,1-.53-1.89,9.167,9.167,0,0,1-.187-1.758,6.412,6.412,0,0,1,.158-1.632,1.835,1.835,0,0,1,.556-.947,2.928,2.928,0,0,1,1.077-.549c.458-.148,1.034-.28,1.7-.432l.015,0h0l.01-.009a1.072,1.072,0,0,0,.652.24,1.084,1.084,0,1,0,0-2.168,1.052,1.052,0,0,0-.575.171,1.176,1.176,0,0,0-.393.434h0l-.014,0c-2.842.656-4.557,1.051-4.557,4.893a10.584,10.584,0,0,0,.2,1.983,14.543,14.543,0,0,0,.583,2.115,14.983,14.983,0,0,0,2.146,4.013,1.028,1.028,0,0,0,.229.816,10.456,10.456,0,0,0,1.105,1.1h0Zm28.256-2.069h-1.607a1.387,1.387,0,0,1-.718-.208l-6.684-4.219a.66.66,0,0,1-.309-.556v-.419a3.27,3.27,0,0,0,0-4.712v-.742a.661.661,0,0,1,.309-.557l6.684-4.219a1.322,1.322,0,0,1,.718-.209h1.607a.661.661,0,0,1,.665.657v14.528a.65.65,0,0,1-.193.464.665.665,0,0,1-.471.191Z" transform="translate(-800.388 -937.498)" fill="#2e303a"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 90 KiB |
@ -0,0 +1,16 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="31" height="31" viewBox="0 0 31 31">
|
||||||
|
<g id="Group_10602" data-name="Group 10602" transform="translate(-44.848 -10.426)">
|
||||||
|
<g id="Rectangle_18131" data-name="Rectangle 18131" transform="translate(44.848 10.426)" fill="#359846" stroke="#fff" stroke-width="1.25">
|
||||||
|
<rect width="31" height="31" rx="4" stroke="none"/>
|
||||||
|
<rect x="0.625" y="0.625" width="29.75" height="29.75" rx="3.375" fill="none"/>
|
||||||
|
</g>
|
||||||
|
<g id="pharmacy" transform="translate(51.361 16.275)">
|
||||||
|
<path id="Path_13509" data-name="Path 13509" d="M26.985,3H18.333A.333.333,0,0,0,18,3.333V9.989a.333.333,0,0,0,.333.333h8.652a.333.333,0,0,0,.333-.333V3.333A.333.333,0,0,0,26.985,3Zm-2,4.326a.333.333,0,0,1-.333.333h-1v1a.333.333,0,0,1-.333.333H21.993a.333.333,0,0,1-.333-.333v-1h-1a.333.333,0,0,1-.333-.333V6a.333.333,0,0,1,.333-.333h1v-1a.333.333,0,0,1,.333-.333h1.331a.333.333,0,0,1,.333.333v1h1A.333.333,0,0,1,24.989,6Z" transform="translate(-13.673 -3)" fill="#fff"/>
|
||||||
|
<path id="Path_13510" data-name="Path 13510" d="M22.1,36.706a2.769,2.769,0,0,1-1.784-.646,2.769,2.769,0,0,1-1.784.646,3.545,3.545,0,0,1-2.542-.646,2.769,2.769,0,0,1-1.784.646,3.545,3.545,0,0,1-2.542-.646,3.545,3.545,0,0,1-2.542.646A2.782,2.782,0,0,1,8,36.469v7.558a.333.333,0,0,0,.333.333H10V38.37a.333.333,0,0,1,.333-.333h4.326a.333.333,0,0,1,.333.333v5.99h8.652a.333.333,0,0,0,.333-.333V36.469A4.28,4.28,0,0,1,22.1,36.706Zm-.453,5.325a.333.333,0,0,1-.333.333H16.652a.333.333,0,0,1-.333-.333V38.37a.333.333,0,0,1,.333-.333h4.659a.333.333,0,0,1,.333.333Z" transform="translate(-7.001 -25.058)" fill="#fff"/>
|
||||||
|
<path id="Path_13511" data-name="Path 13511" d="M9.324,17.6a1,1,0,0,1-.666-.938V13H6.329a.333.333,0,0,0-.333.27l-1,5.2a.456.456,0,0,0,0,.063,2.117,2.117,0,0,0,2.117,2.117h.759a2.113,2.113,0,0,0,1.451-.576Z" transform="translate(-4.997 -9.672)" fill="#fff"/>
|
||||||
|
<path id="Path_13512" data-name="Path 13512" d="M23.661,27H20v2.419A2.113,2.113,0,0,0,21.451,30h.759a2.113,2.113,0,0,0,1.451-.576Z" transform="translate(-15.007 -19.013)" fill="#fff"/>
|
||||||
|
<path id="Path_13513" data-name="Path 13513" d="M36.661,27H33v2.419A2.113,2.113,0,0,0,34.451,30h.759a2.113,2.113,0,0,0,1.451-.576Z" transform="translate(-23.681 -19.013)" fill="#fff"/>
|
||||||
|
<path id="Path_13514" data-name="Path 13514" d="M50.326,18.474l-1-5.2A.333.333,0,0,0,49,13H46.666v3.661A1,1,0,0,1,46,17.6v2.479a2.113,2.113,0,0,0,1.451.576h.759a2.117,2.117,0,0,0,2.117-2.117.455.455,0,0,0,0-.063Z" transform="translate(-32.355 -9.672)" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.5 KiB |
@ -0,0 +1,6 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="27.682" height="40.133" viewBox="0 0 27.682 40.133">
|
||||||
|
<g id="Group_8185" data-name="Group 8185" transform="translate(0 0)">
|
||||||
|
<path id="Path_4944" data-name="Path 4944" d="M68.423,22.945a52.3,52.3,0,0,0,.657,5.827,9,9,0,0,1,.32,2.393,8.691,8.691,0,0,0-.121,2.516,8.175,8.175,0,0,1-.02,2.757,20.1,20.1,0,0,0-.379,2.047c-.639,1.613-.278,1.534-.278,1.534.2.243.537.019.537.019A.332.332,0,0,0,69.575,40a.4.4,0,0,0,.48-.023.491.491,0,0,0,.536-.122c.16.081.2-.021.2-.021.48-.031-.268-1.566-.268-1.566a4.192,4.192,0,0,1,.178-2.146c1.168-3.463,1.227-4.382.76-5.688-.131-.377-.165-.526-.1-.69.14-.378.038-1.9.209-2.5a54.113,54.113,0,0,0,.823-5.489,10.623,10.623,0,0,0-.805-4.339,27.788,27.788,0,0,1,.105-4.615,4.369,4.369,0,0,1,.445,1.993,8.269,8.269,0,0,0,1.078,3.373,5.43,5.43,0,0,1,.763,1.7c0,.243-.053.83-.053.83l.021.512a7.3,7.3,0,0,1,.071.8c-.086,1.335.126,1.084.126,1.084.179,0,.376-1.074.376-1.074a4.6,4.6,0,0,0,.082,1.419c.179.373.31-.064.313-.152.047-1.7.149-1.254.149-1.254.1,1.379.222,1.69.441,1.582.166-.079.014-1.655.014-1.655.284.936.5,1.085.5,1.085.469.329.179-.58.114-.76a5.17,5.17,0,0,1-.358-1.289c.434.86.76.828.76.828.423-.135-.37-1.353-.834-1.936a4.745,4.745,0,0,1-.631-.932,11.259,11.259,0,0,1-.254-1.687,5.071,5.071,0,0,0-.419-2.178,7.868,7.868,0,0,1-.763-2.944L73.6,8.909c-.225-2.207-1.851-2.223-1.851-2.223-1.644-.245-1.873-.776-1.873-.776a2.318,2.318,0,0,1-.149-1.462,1.747,1.747,0,0,0,.4-.859c.48-.368.456-.906.235-.9-.178,0-.138-.143-.138-.143A2.049,2.049,0,0,0,68.373,0h-.328a2.049,2.049,0,0,0-1.852,2.546s.04.147-.139.143c-.221-.006-.242.532.236.9a1.746,1.746,0,0,0,.4.859,2.318,2.318,0,0,1-.149,1.462s-.228.531-1.873.776c0,0-1.629.016-1.851,2.223l-.031,3.236a7.817,7.817,0,0,1-.763,2.944,5.089,5.089,0,0,0-.417,2.178,11.33,11.33,0,0,1-.253,1.687,4.693,4.693,0,0,1-.632.932c-.468.582-1.256,1.8-.834,1.936,0,0,.329.032.76-.828a5.119,5.119,0,0,1-.355,1.289c-.068.178-.358,1.087.111.76,0,0,.217-.149.5-1.085,0,0-.152,1.575.017,1.655.22.108.341-.2.44-1.582,0,0,.1-.445.149,1.254,0,.088.131.525.31.152a4.538,4.538,0,0,0,.083-1.419s.194,1.074.376,1.074c0,0,.214.251.126-1.084a6.719,6.719,0,0,1,.072-.8L62.5,20.7s-.053-.586-.053-.83a5.424,5.424,0,0,1,.763-1.7,8.272,8.272,0,0,0,1.076-3.373,4.38,4.38,0,0,1,.447-1.993,28.166,28.166,0,0,1,.106,4.615,10.6,10.6,0,0,0-.806,4.339,53.433,53.433,0,0,0,.822,5.489c.172.6.07,2.12.209,2.5.062.165.03.316-.1.69-.464,1.305-.405,2.224.763,5.688a4.154,4.154,0,0,1,.178,2.146s-.746,1.535-.268,1.566c0,0,.037.1.2.021a.492.492,0,0,0,.537.122.4.4,0,0,0,.479.023.329.329,0,0,0,.435.039s.339.229.54-.019c0,0,.358.079-.279-1.534a20.009,20.009,0,0,0-.378-2.047,8.216,8.216,0,0,1-.021-2.757,8.844,8.844,0,0,0-.12-2.516,8.81,8.81,0,0,1,.319-2.393A52.612,52.612,0,0,0,68,22.944l.2.069A.4.4,0,0,0,68.423,22.945Z" transform="translate(-59.768)" fill="#2e303a"/>
|
||||||
|
<path id="Path_4945" data-name="Path 4945" d="M59.165,10.877a1.411,1.411,0,1,0-1.9,1.323,2.8,2.8,0,1,1-5.6,0,1.413,1.413,0,0,0,.921-1.323v-.82c2.144-1.069,3.761-4.513,3.761-6.7,0-1.206-.109-1.8-1.127-2.327C54.918.722,54.147,0,53.523,0a1.411,1.411,0,1,0,0,2.821,2.7,2.7,0,0,0,1.493-.831c.332.214.387.463.387,1.364,0,2.2-2.015,6.112-4.232,6.112S46.94,5.56,46.94,3.354c0-.9.055-1.15.387-1.364a2.7,2.7,0,0,0,1.493.831,1.411,1.411,0,0,0,0-2.821c-.624,0-1.4.722-1.694,1.027C46.109,1.55,46,2.148,46,3.354c0,2.138,1.579,5.614,3.761,6.7v.82a1.413,1.413,0,0,0,.957,1.335,3.746,3.746,0,1,0,7.49,0A1.413,1.413,0,0,0,59.165,10.877Z" transform="translate(-31.483 0)" fill="#da4a54"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.5 KiB |
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 118.92 135.06"><circle cx="59.46" cy="67.53" r="38.32" style="fill:#cc121c"/><path d="M63.49,13.32h0a7.27,7.27,0,1,0-8.06,0h0c4.37,3.29,3.91,10.91-1.77,16.59h11.6C59.58,24.23,59.12,16.61,63.49,13.32Z" style="fill:#cc121c"/><path d="M14.53,36.94h0a7.28,7.28,0,1,0-4,7h0c5-2.14,11.4,2.06,13.48,9.83l2.9-5,2.9-5C22,45.78,15.19,42.36,14.53,36.94Z" style="fill:#cc121c"/><path d="M10.5,91.15h0a7.27,7.27,0,1,0,4,7h0c.66-5.43,7.49-8.84,15.25-6.76l-2.9-5-2.9-5C21.9,89.08,15.52,93.29,10.5,91.15Z" style="fill:#cc121c"/><path d="M55.43,121.74h0a7.27,7.27,0,1,0,8.06,0h0c-4.37-3.28-3.91-10.9,1.77-16.59H53.66C59.34,110.84,59.8,118.46,55.43,121.74Z" style="fill:#cc121c"/><path d="M104.39,98.13h0a7.27,7.27,0,1,0,4-7h0c-5,2.14-11.4-2.07-13.48-9.83l-2.9,5-2.9,5C96.9,89.29,103.73,92.7,104.39,98.13Z" style="fill:#cc121c"/><path d="M108.42,43.92h0a7.27,7.27,0,1,0-4-7h0c-.66,5.42-7.49,8.84-15.25,6.76l2.9,5,2.9,5C97,46,103.39,41.78,108.42,43.92Z" style="fill:#cc121c"/><path d="M81.13,34.18h0A5.32,5.32,0,1,0,76,31.34h0c1.64,3.64-1.33,8.37-7,10l3.72,2,3.73,2C74.78,39.8,77.17,34.75,81.13,34.18Z" style="fill:#cc121c"/><path d="M41.41,32.09h0a5.32,5.32,0,1,0-5,3.06h0c4,.39,6.58,5.34,5.18,11.05L45.18,44l3.63-2.21C43.1,40.4,39.92,35.8,41.41,32.09Z" style="fill:#cc121c"/><path d="M19.74,65.44h0a5.32,5.32,0,1,0,.13,5.89h0c2.33-3.25,7.91-3,12.16,1l-.09-4.24-.09-4.25C27.78,68.13,22.21,68.59,19.74,65.44Z" style="fill:#cc121c"/><path d="M37.79,100.89h0A5.32,5.32,0,1,0,43,103.72h0c-1.64-3.64,1.33-8.37,7-10l-3.72-2-3.73-2C44.14,95.27,41.75,100.32,37.79,100.89Z" style="fill:#cc121c"/><path d="M77.51,103h0a5.33,5.33,0,1,0,5-3h0c-4-.4-6.58-5.34-5.18-11l-3.63,2.2-3.63,2.2C75.82,94.67,79,99.26,77.51,103Z" style="fill:#cc121c"/><path d="M99.18,69.62h0a5.32,5.32,0,1,0-.13-5.89h0c-2.33,3.24-7.91,3-12.16-1L87,66.94l.09,4.24C91.14,66.93,96.71,66.48,99.18,69.62Z" style="fill:#cc121c"/><path d="M65.73,44.73a6.28,6.28,0,1,1-6.27-6.28A6.27,6.27,0,0,1,65.73,44.73Z" style="fill:#fff"/><path d="M52.27,54.88a3.86,3.86,0,1,1-5.46,0A3.86,3.86,0,0,1,52.27,54.88Z" style="fill:#fff"/><path d="M36.66,61.26a6.28,6.28,0,1,1-6.28,6.27A6.27,6.27,0,0,1,36.66,61.26Z" style="fill:#fff"/><path d="M46.81,74.72a3.86,3.86,0,1,1,0,5.47A3.87,3.87,0,0,1,46.81,74.72Z" style="fill:#fff"/><path d="M53.18,90.33a6.28,6.28,0,1,1,6.28,6.28A6.28,6.28,0,0,1,53.18,90.33Z" style="fill:#fff"/><circle cx="69.38" cy="77.46" r="3.86" style="fill:#fff"/><path d="M82.26,73.81a6.28,6.28,0,1,1,6.28-6.28A6.28,6.28,0,0,1,82.26,73.81Z" style="fill:#fff"/><path d="M72.11,60.34a3.86,3.86,0,1,1,0-5.46A3.86,3.86,0,0,1,72.11,60.34Z" style="fill:#fff"/></svg>
|
||||||
|
After Width: | Height: | Size: 2.6 KiB |
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.51 20.88"><path d="M29.34,6.46a.79.79,0,0,0-.59-.28H25.88c-.71-1.87-1.63-3.7-2.68-4.39C19.57-.6,9.94-.6,6.31,1.79c-1,.69-2,2.53-2.68,4.39H.76a.78.78,0,0,0-.59.28A.76.76,0,0,0,0,7.09L.44,9.15a.76.76,0,0,0,.74.61H2A5.06,5.06,0,0,0,.81,13.09a5,5,0,0,0,1.58,3.75l0,0v2.88a1.13,1.13,0,0,0,1.13,1.13H6.2a1.12,1.12,0,0,0,1.13-1.13V18.59H22.17v1.16a1.13,1.13,0,0,0,1.14,1.13H26a1.13,1.13,0,0,0,1.13-1.13V16.92a5.19,5.19,0,0,0,.33-7.17h.91a.75.75,0,0,0,.74-.6l.42-2.06A.76.76,0,0,0,29.34,6.46ZM7.55,3.68c2.9-1.9,11.51-1.9,14.4,0,.56.37,1.29,1.86,1.95,3.69H5.61C6.27,5.54,7,4.05,7.55,3.68ZM4.16,13.37A2.23,2.23,0,1,1,6.39,15.6,2.23,2.23,0,0,1,4.16,13.37Zm19,2.23a2.23,2.23,0,1,1,2.23-2.23A2.23,2.23,0,0,1,23.14,15.6Z" style="fill:#595e5e"/></svg>
|
||||||
|
After Width: | Height: | Size: 792 B |
@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="32.381" height="37.391" viewBox="0 0 32.381 37.391">
|
||||||
|
<g id="affiliate-marketing_1_" data-name="affiliate-marketing (1)" transform="translate(-34.298 0)">
|
||||||
|
<path id="Path_4982" data-name="Path 4982" d="M63.419,23.145l.415,1.991-2.684-1.55a11.718,11.718,0,0,0,0-9.782l2.684-1.55-.415,1.991,2.145.447,1.115-5.345L61.492,7.641l-.685,2.081,1.932.636-2.687,1.551a11.736,11.736,0,0,0-8.469-4.893v-3.1L53.1,5.272l1.46-1.634L50.489,0,46.417,3.639l1.46,1.634,1.517-1.355v3.1a11.736,11.736,0,0,0-8.469,4.893l-2.687-1.551,1.932-.636-.685-2.081L34.3,9.348l1.115,5.346,2.145-.447-.415-1.991,2.684,1.55a11.718,11.718,0,0,0,0,9.782l-2.684,1.55.415-1.991L35.413,22.7,34.3,28.043l5.187,1.707.685-2.081-1.932-.636,2.687-1.551a11.736,11.736,0,0,0,8.469,4.893v3.1l-1.517-1.355-1.46,1.634,4.072,3.639,4.072-3.639L53.1,32.118l-1.517,1.355v-3.1a11.736,11.736,0,0,0,8.469-4.893l2.687,1.551-1.932.636.685,2.081,5.187-1.707L65.564,22.7Z" fill="#2e303a"/>
|
||||||
|
<g id="user_24_" data-name="user (24)" transform="translate(42.096 9.104)">
|
||||||
|
<path id="Path_4983" data-name="Path 4983" d="M10.267,8.536a3.028,3.028,0,0,0,1.792.581,3.125,3.125,0,0,0,3.059-3.059,3.059,3.059,0,1,0-4.85,2.478Z" transform="translate(-3.378 0)" fill="#fff"/>
|
||||||
|
<path id="Path_4984" data-name="Path 4984" d="M11.372,16.55a3.919,3.919,0,0,1-5.384,0,5.689,5.689,0,0,0-2.989,5,.438.438,0,0,0,.437.437H13.924a.438.438,0,0,0,.437-.437A5.689,5.689,0,0,0,11.372,16.55Z" transform="translate(0 -7.629)" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="33.14" height="32.422" viewBox="0 0 33.14 32.422">
|
||||||
|
<g id="green-house" transform="translate(1.359 1)">
|
||||||
|
<path id="Path_4947" data-name="Path 4947" d="M28.045,28.639V11.21l1.428.877.933-1.519L15.211,1.24,9.78,4.574V1.783h1.159V0H3.214V1.783H4.373V7.894L.016,10.568l.933,1.519,1.428-.876V28.639H0v1.783H30.422V28.639Z" fill="#dedede" stroke="#2e303a" stroke-width="2"/>
|
||||||
|
<g id="Group_8187" data-name="Group 8187" transform="translate(-1.173 -1.044)">
|
||||||
|
<path id="Path_4948" data-name="Path 4948" d="M10.076,14.17h12.7V26.358h-12.7Z" transform="translate(0.007 0.008)" fill="#fff" stroke="#707070" stroke-width="1"/>
|
||||||
|
<path id="Path_4645" data-name="Path 4645" d="M233.745,12.4s.519,0,.884,0l2.768.013c.33,0,.606-.351.621-.859l0-2.313c0-.493.22-.879.562-.9l.849-.007c.342.021.577.411.577.9l0,2.326c.015.507.246.838.578.838l3.726.01.007-2.859c0-.492-.236-.874-.58-.9l-1.5-.008c-.331,0-.592-.35-.606-.857l-.006-.773c.016-.507.278-.856.61-.856l1.505,0c.342-.022.565-.426.565-.917l0-3.568a1.52,1.52,0,0,1-1.153.721l-2.531,0c-.33,0-.606.359-.621.867V5.549c-.016.506-.275.865-.606.865l-.766-.006c-.332,0-.6-.347-.613-.851l0-2.316c-.015-.507-.278-.849-.609-.849l-3.673,0v2.85c0,.492.23.886.573.909l1.505-.006c.34.022.582.428.582.918l0,.66c0,.492-.233.886-.575.908l-1.508,0c-.343.023-.573.413-.573.9ZM246.4,1.471V13.39a1.515,1.515,0,0,1-1.532,1.441H233.1a1.509,1.509,0,0,1-1.525-1.443V1.447A1.515,1.515,0,0,1,233.106,0l11.753.005A1.543,1.543,0,0,1,246.4,1.471" transform="translate(-222.605 12.889)" fill="#da4a54"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.6 KiB |
@ -0,0 +1,14 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="35.383" height="35.383" viewBox="0 0 35.383 35.383">
|
||||||
|
<g id="medical_3_" data-name="medical (3)" transform="translate(0 0.001)">
|
||||||
|
<g id="Group_8249" data-name="Group 8249" transform="translate(0.553 9.121)">
|
||||||
|
<path id="Path_5043" data-name="Path 5043" d="M12,81H40.749v5.252H12Z" transform="translate(-9.236 -67.731)" fill="#2e303a"/>
|
||||||
|
<path id="Path_5044" data-name="Path 5044" d="M2,57H4.764V76.074H2Z" transform="translate(-2 -50.366)" fill="#2e303a"/>
|
||||||
|
<path id="Path_5045" data-name="Path 5045" d="M116,33h2.764V58.708H116Z" transform="translate(-84.487 -33)" fill="#2e303a"/>
|
||||||
|
</g>
|
||||||
|
<path id="Path_5046" data-name="Path 5046" d="M15.594,68H32.732v3.594H12A3.594,3.594,0,0,1,15.594,68Z" transform="translate(-8.683 -49.204)" fill="#fff"/>
|
||||||
|
<path id="Path_5047" data-name="Path 5047" d="M91.041,54h3.975v7.464H87V58.041A4.041,4.041,0,0,1,91.041,54Z" transform="translate(-62.951 -39.074)" fill="#fff"/>
|
||||||
|
<path id="Path_5048" data-name="Path 5048" d="M34.83,31H32.066a.553.553,0,0,0-.553.553v5.252H28.091a4.6,4.6,0,0,0-4.531,3.87H6.911A4.127,4.127,0,0,0,3.87,42.013V38.187a.553.553,0,0,0-.553-.553H.553A.553.553,0,0,0,0,38.187V57.261a.553.553,0,0,0,.553.553H3.317a.553.553,0,0,0,.553-.553V50.626H31.513v6.634a.553.553,0,0,0,.553.553H34.83a.553.553,0,0,0,.553-.553V31.553A.553.553,0,0,0,34.83,31Zm-6.739,6.911h3.422v6.358H24.6V41.4A3.491,3.491,0,0,1,28.091,37.911Zm-21.18,3.87H23.5v2.488H3.92A3.041,3.041,0,0,1,6.911,41.781ZM2.764,56.708H1.106V38.74H2.764ZM3.87,49.521V45.374H31.513v4.146Zm30.407,7.187H32.619v-24.6h1.659Z" transform="translate(0 -22.431)" fill="#2e303a"/>
|
||||||
|
<path id="Path_5049" data-name="Path 5049" d="M54.5,5.592H51.462V2.551A.525.525,0,0,0,50.909,2H48.144a.525.525,0,0,0-.553.553V5.592H44.551A.525.525,0,0,0,44,6.144V8.909a.525.525,0,0,0,.553.553h3.041V12.5a.583.583,0,0,0,.622.553H50.84a.583.583,0,0,0,.622-.553V9.462H54.5a.525.525,0,0,0,.553-.553V6.144a.525.525,0,0,0-.553-.553Z" transform="translate(-31.835 -1.446)" fill="#da4a54"/>
|
||||||
|
<path id="Path_5050" data-name="Path 5050" d="M49.394,12.162H46.768a1.131,1.131,0,0,1-1.175-1.106V8.569H43.1A1.081,1.081,0,0,1,42,7.463V4.7A1.081,1.081,0,0,1,43.1,3.593h2.488V1.1A1.081,1.081,0,0,1,46.7,0h2.764A1.081,1.081,0,0,1,50.569,1.1V3.593h2.488A1.081,1.081,0,0,1,54.162,4.7V7.463a1.081,1.081,0,0,1-1.106,1.106H50.569v2.488a1.131,1.131,0,0,1-1.175,1.106Zm-2.7-1.106h2.687a.133.133,0,0,0,.077-.022V8.016a.553.553,0,0,1,.553-.553h3.041V4.7H50.016a.553.553,0,0,1-.553-.553V1.1H46.7V4.146a.553.553,0,0,1-.553.553H43.1V7.463h3.041a.553.553,0,0,1,.553.553v3.041Z" transform="translate(-30.389 0)" fill="#2e303a"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.6 KiB |
@ -0,0 +1,9 @@
|
|||||||
|
<svg id="route" xmlns="http://www.w3.org/2000/svg" width="27.521" height="27.521" viewBox="0 0 27.521 27.521">
|
||||||
|
<path id="Path_5246" data-name="Path 5246" d="M365.087,11.9a.806.806,0,0,0,1.457,0l2.916-6.138a4.034,4.034,0,1,0-7.288,0Zm.728-8.678a.806.806,0,1,1-.806.806A.806.806,0,0,1,365.815,3.225Z" transform="translate(-342.332)" fill="#28323a"/>
|
||||||
|
<ellipse id="Ellipse_225" data-name="Ellipse 225" cx="1.5" cy="1" rx="1.5" ry="1" transform="translate(14 21.522)" fill="#28323a"/>
|
||||||
|
<path id="Path_5247" data-name="Path 5247" d="M175.628,205.644a2.016,2.016,0,0,1,0-4.031h8.315L183.177,200h-7.549a3.628,3.628,0,0,0,0,7.257h4.537a3.235,3.235,0,0,1,0-1.613Z" transform="translate(-162.754 -189.249)" fill="#28323a"/>
|
||||||
|
<circle id="Ellipse_226" data-name="Ellipse 226" cx="1.5" cy="1.5" r="1.5" transform="translate(19 15.522)" fill="#28323a"/>
|
||||||
|
<path id="Path_5248" data-name="Path 5248" d="M350.39,305h-.183a3.236,3.236,0,0,1,0,1.613h.183a2.069,2.069,0,0,1,0,4.139H345.1a3.236,3.236,0,0,1,0,1.613h5.289a3.682,3.682,0,0,0,0-7.364Z" transform="translate(-326.551 -288.605)" fill="#28323a"/>
|
||||||
|
<path id="Path_5249" data-name="Path 5249" d="M167.02,412l.706,1.613h2.621a3.235,3.235,0,0,1,0-1.613Z" transform="translate(-158.042 -389.854)" fill="#28323a"/>
|
||||||
|
<path id="Path_5250" data-name="Path 5250" d="M5.311,322.415a.806.806,0,0,0-1.477,0l-3.763,8.6a.806.806,0,0,0,1.139,1.023l3.363-1.922,3.363,1.922a.806.806,0,0,0,1.139-1.023Z" transform="translate(0 -304.627)" fill="#28323a"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,11 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="36.033" height="32.32" viewBox="0 0 36.033 32.32">
|
||||||
|
<g id="Group_6982" data-name="Group 6982" transform="translate(0 0)">
|
||||||
|
<g id="Group_6964" data-name="Group 6964">
|
||||||
|
<path id="Subtraction_64" data-name="Subtraction 64" d="M807.5,957.28h-3.132a3.925,3.925,0,0,1-1.545-.314,4.019,4.019,0,0,1-2.121-2.119,3.9,3.9,0,0,1-.314-1.54V941.469a3.908,3.908,0,0,1,.314-1.543,4.014,4.014,0,0,1,2.118-2.116,3.916,3.916,0,0,1,1.54-.312h14.682a3.915,3.915,0,0,1,1.543.314,4.01,4.01,0,0,1,2.116,2.118,3.92,3.92,0,0,1,.313,1.54v2.919a3.274,3.274,0,0,0,0,6.127V953.3a3.93,3.93,0,0,1-.309,1.545,4,4,0,0,1-2.113,2.12,3.91,3.91,0,0,1-1.542.314h-3.432a10.325,10.325,0,0,0,1.118-1.11,1.034,1.034,0,0,0,.228-.817,15.093,15.093,0,0,0,2.129-4.006,14.583,14.583,0,0,0,.579-2.111,10.557,10.557,0,0,0,.2-1.981,7,7,0,0,0-.313-2.292,2.991,2.991,0,0,0-.9-1.348,4.283,4.283,0,0,0-1.436-.751c-.565-.19-1.219-.34-1.91-.5h0l0-.007a1.068,1.068,0,0,0-.956-.607,1.084,1.084,0,1,0,0,2.169,1.043,1.043,0,0,0,.638-.239l.025.009h.007l.017,0c.691.159,1.236.284,1.689.431a2.958,2.958,0,0,1,1.076.549,1.844,1.844,0,0,1,.558.947,6.338,6.338,0,0,1,.16,1.631,9.146,9.146,0,0,1-.186,1.755,13.223,13.223,0,0,1-.529,1.887,14.692,14.692,0,0,1-.825,1.874,12.98,12.98,0,0,1-1.077,1.715,1.035,1.035,0,0,0-.714.346,7.34,7.34,0,0,1-1.544,1.378,3.552,3.552,0,0,1-4.162.006,7.291,7.291,0,0,1-1.543-1.371,1.035,1.035,0,0,0-.713-.346,13.038,13.038,0,0,1-1.079-1.719,14.8,14.8,0,0,1-.827-1.878,13.155,13.155,0,0,1-.53-1.89,9.167,9.167,0,0,1-.187-1.758,6.412,6.412,0,0,1,.158-1.632,1.835,1.835,0,0,1,.556-.947,2.928,2.928,0,0,1,1.077-.549c.458-.148,1.034-.28,1.7-.432l.015,0h0l.01-.009a1.072,1.072,0,0,0,.652.24,1.084,1.084,0,1,0,0-2.168,1.052,1.052,0,0,0-.575.171,1.176,1.176,0,0,0-.393.434h0l-.014,0c-2.842.656-4.557,1.051-4.557,4.893a10.584,10.584,0,0,0,.2,1.983,14.543,14.543,0,0,0,.583,2.115,14.983,14.983,0,0,0,2.146,4.013,1.028,1.028,0,0,0,.229.816,10.456,10.456,0,0,0,1.105,1.1h0Zm1.9-11.264a.588.588,0,0,0-.592.561v4.632a.585.585,0,0,0,.591.559h4.563a.588.588,0,0,0,.594-.559v-4.623a.565.565,0,0,0-.18-.4.621.621,0,0,0-.417-.169Zm26.359,9.2h-1.607a1.387,1.387,0,0,1-.718-.208l-6.684-4.219a.66.66,0,0,1-.309-.556v-.419a3.27,3.27,0,0,0,0-4.712v-.742a.661.661,0,0,1,.309-.557l6.684-4.219a1.322,1.322,0,0,1,.718-.209h1.607a.661.661,0,0,1,.665.657v14.528a.65.65,0,0,1-.193.464.665.665,0,0,1-.471.191Z" transform="translate(-800.388 -937.498)" fill="#2e303a"/>
|
||||||
|
<path id="Path_656" data-name="Path 656" d="M894.195,1023.524l-.051,13.538c0,3.014-2.447,6.151-5.461,6.151a5.464,5.464,0,0,1-5.461-5.461l-.091-4.43c1.43-.191-2.655-.191-1.227,0l.079,4.43a6.707,6.707,0,0,0,6.7,6.693c3.69,0,6.687-3.692,6.687-7.383l.051-13.538C897.162,1023.233,892.453,1023.234,894.195,1023.524Z" transform="translate(-871.015 -1012.125)" fill="#de5c5d"/>
|
||||||
|
<path id="Path_663" data-name="Path 663" d="M970.188,998.3a1.9,1.9,0,1,1-1.9,1.9h0A1.9,1.9,0,0,1,970.188,998.3Z" transform="translate(-946.411 -990.378)" fill="#de5c5d"/>
|
||||||
|
<path id="Subtraction_64-2" data-name="Subtraction 64" d="M807.5,957.28h-3.132a3.925,3.925,0,0,1-1.545-.314,4.019,4.019,0,0,1-2.121-2.119,3.9,3.9,0,0,1-.314-1.54V941.469a3.908,3.908,0,0,1,.314-1.543,4.014,4.014,0,0,1,2.118-2.116,3.916,3.916,0,0,1,1.54-.312h14.682a3.915,3.915,0,0,1,1.543.314,4.01,4.01,0,0,1,2.116,2.118,3.92,3.92,0,0,1,.313,1.54v2.919a3.274,3.274,0,0,0,0,6.127V953.3a3.93,3.93,0,0,1-.309,1.545,4,4,0,0,1-2.113,2.12,3.91,3.91,0,0,1-1.542.314h-3.432a10.325,10.325,0,0,0,1.118-1.11,1.034,1.034,0,0,0,.228-.817,15.093,15.093,0,0,0,2.129-4.006,14.583,14.583,0,0,0,.579-2.111,10.557,10.557,0,0,0,.2-1.981,7,7,0,0,0-.313-2.292,2.991,2.991,0,0,0-.9-1.348,4.283,4.283,0,0,0-1.436-.751c-.565-.19-1.219-.34-1.91-.5h0l0-.007a1.068,1.068,0,0,0-.956-.607,1.084,1.084,0,1,0,0,2.169,1.043,1.043,0,0,0,.638-.239l.025.009h.007l.017,0c.691.159,1.236.284,1.689.431a2.958,2.958,0,0,1,1.076.549,1.844,1.844,0,0,1,.558.947,6.338,6.338,0,0,1,.16,1.631,9.146,9.146,0,0,1-.186,1.755,13.223,13.223,0,0,1-.529,1.887,14.692,14.692,0,0,1-.825,1.874,12.98,12.98,0,0,1-1.077,1.715,1.035,1.035,0,0,0-.714.346,7.34,7.34,0,0,1-1.544,1.378,3.552,3.552,0,0,1-4.162.006,7.291,7.291,0,0,1-1.543-1.371,1.035,1.035,0,0,0-.713-.346,13.038,13.038,0,0,1-1.079-1.719,14.8,14.8,0,0,1-.827-1.878,13.155,13.155,0,0,1-.53-1.89,9.167,9.167,0,0,1-.187-1.758,6.412,6.412,0,0,1,.158-1.632,1.835,1.835,0,0,1,.556-.947,2.928,2.928,0,0,1,1.077-.549c.458-.148,1.034-.28,1.7-.432l.015,0h0l.01-.009a1.072,1.072,0,0,0,.652.24,1.084,1.084,0,1,0,0-2.168,1.052,1.052,0,0,0-.575.171,1.176,1.176,0,0,0-.393.434h0l-.014,0c-2.842.656-4.557,1.051-4.557,4.893a10.584,10.584,0,0,0,.2,1.983,14.543,14.543,0,0,0,.583,2.115,14.983,14.983,0,0,0,2.146,4.013,1.028,1.028,0,0,0,.229.816,10.456,10.456,0,0,0,1.105,1.1h0Zm28.256-2.069h-1.607a1.387,1.387,0,0,1-.718-.208l-6.684-4.219a.66.66,0,0,1-.309-.556v-.419a3.27,3.27,0,0,0,0-4.712v-.742a.661.661,0,0,1,.309-.557l6.684-4.219a1.322,1.322,0,0,1,.718-.209h1.607a.661.661,0,0,1,.665.657v14.528a.65.65,0,0,1-.193.464.665.665,0,0,1-.471.191Z" transform="translate(-800.388 -937.498)" fill="#2e303a"/>
|
||||||
|
<path id="Path_4645" data-name="Path 4645" d="M232.363,4.484h.32l1,0c.119,0,.219-.127.225-.311V3.34c0-.178.08-.318.2-.326l.307,0c.124.008.209.149.209.326V4.18c.005.183.089.3.209.3l1.348,0,0-1.034c0-.178-.085-.316-.21-.324l-.542,0c-.12,0-.214-.126-.219-.31l0-.28c.006-.183.1-.31.221-.31l.544,0c.124-.008.2-.154.2-.332V.6a.55.55,0,0,1-.417.261h-.916c-.119,0-.219.13-.225.314v.829c-.006.183-.1.313-.219.313l-.277,0c-.12,0-.216-.125-.222-.308V1.172c-.005-.184-.1-.307-.22-.307h-1.329V1.9c0,.178.083.321.207.329l.545,0c.123.008.21.155.21.332l0,.239c0,.178-.084.32-.208.328h-.545c-.124.008-.207.149-.207.327ZM236.941.532V4.844a.548.548,0,0,1-.554.521h-4.256a.546.546,0,0,1-.552-.522V.523A.548.548,0,0,1,232.131,0l4.252,0a.558.558,0,0,1,.557.53" transform="translate(-223.139 8.931)" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 5.8 KiB |
@ -0,0 +1,11 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="36.033" height="32.32" viewBox="0 0 36.033 32.32">
|
||||||
|
<g id="Group_6982" data-name="Group 6982" transform="translate(0 0)">
|
||||||
|
<g id="Group_6964" data-name="Group 6964">
|
||||||
|
<path id="Subtraction_64" data-name="Subtraction 64" d="M807.5,957.28h-3.132a3.925,3.925,0,0,1-1.545-.314,4.019,4.019,0,0,1-2.121-2.119,3.9,3.9,0,0,1-.314-1.54V941.469a3.908,3.908,0,0,1,.314-1.543,4.014,4.014,0,0,1,2.118-2.116,3.916,3.916,0,0,1,1.54-.312h14.682a3.915,3.915,0,0,1,1.543.314,4.01,4.01,0,0,1,2.116,2.118,3.92,3.92,0,0,1,.313,1.54v2.919a3.274,3.274,0,0,0,0,6.127V953.3a3.93,3.93,0,0,1-.309,1.545,4,4,0,0,1-2.113,2.12,3.91,3.91,0,0,1-1.542.314h-3.432a10.325,10.325,0,0,0,1.118-1.11,1.034,1.034,0,0,0,.228-.817,15.093,15.093,0,0,0,2.129-4.006,14.583,14.583,0,0,0,.579-2.111,10.557,10.557,0,0,0,.2-1.981,7,7,0,0,0-.313-2.292,2.991,2.991,0,0,0-.9-1.348,4.283,4.283,0,0,0-1.436-.751c-.565-.19-1.219-.34-1.91-.5h0l0-.007a1.068,1.068,0,0,0-.956-.607,1.084,1.084,0,1,0,0,2.169,1.043,1.043,0,0,0,.638-.239l.025.009h.007l.017,0c.691.159,1.236.284,1.689.431a2.958,2.958,0,0,1,1.076.549,1.844,1.844,0,0,1,.558.947,6.338,6.338,0,0,1,.16,1.631,9.146,9.146,0,0,1-.186,1.755,13.223,13.223,0,0,1-.529,1.887,14.692,14.692,0,0,1-.825,1.874,12.98,12.98,0,0,1-1.077,1.715,1.035,1.035,0,0,0-.714.346,7.34,7.34,0,0,1-1.544,1.378,3.552,3.552,0,0,1-4.162.006,7.291,7.291,0,0,1-1.543-1.371,1.035,1.035,0,0,0-.713-.346,13.038,13.038,0,0,1-1.079-1.719,14.8,14.8,0,0,1-.827-1.878,13.155,13.155,0,0,1-.53-1.89,9.167,9.167,0,0,1-.187-1.758,6.412,6.412,0,0,1,.158-1.632,1.835,1.835,0,0,1,.556-.947,2.928,2.928,0,0,1,1.077-.549c.458-.148,1.034-.28,1.7-.432l.015,0h0l.01-.009a1.072,1.072,0,0,0,.652.24,1.084,1.084,0,1,0,0-2.168,1.052,1.052,0,0,0-.575.171,1.176,1.176,0,0,0-.393.434h0l-.014,0c-2.842.656-4.557,1.051-4.557,4.893a10.584,10.584,0,0,0,.2,1.983,14.543,14.543,0,0,0,.583,2.115,14.983,14.983,0,0,0,2.146,4.013,1.028,1.028,0,0,0,.229.816,10.456,10.456,0,0,0,1.105,1.1h0Zm1.9-11.264a.588.588,0,0,0-.592.561v4.632a.585.585,0,0,0,.591.559h4.563a.588.588,0,0,0,.594-.559v-4.623a.565.565,0,0,0-.18-.4.621.621,0,0,0-.417-.169Zm26.359,9.2h-1.607a1.387,1.387,0,0,1-.718-.208l-6.684-4.219a.66.66,0,0,1-.309-.556v-.419a3.27,3.27,0,0,0,0-4.712v-.742a.661.661,0,0,1,.309-.557l6.684-4.219a1.322,1.322,0,0,1,.718-.209h1.607a.661.661,0,0,1,.665.657v14.528a.65.65,0,0,1-.193.464.665.665,0,0,1-.471.191Z" transform="translate(-800.388 -937.498)" fill="#2e303a"/>
|
||||||
|
<path id="Path_656" data-name="Path 656" d="M894.195,1023.524l-.051,13.538c0,3.014-2.447,6.151-5.461,6.151a5.464,5.464,0,0,1-5.461-5.461l-.091-4.43c1.43-.191-2.655-.191-1.227,0l.079,4.43a6.707,6.707,0,0,0,6.7,6.693c3.69,0,6.687-3.692,6.687-7.383l.051-13.538C897.162,1023.233,892.453,1023.234,894.195,1023.524Z" transform="translate(-871.015 -1012.125)" fill="#de5c5d"/>
|
||||||
|
<path id="Path_663" data-name="Path 663" d="M970.188,998.3a1.9,1.9,0,1,1-1.9,1.9h0A1.9,1.9,0,0,1,970.188,998.3Z" transform="translate(-946.411 -990.378)" fill="#de5c5d"/>
|
||||||
|
<path id="Subtraction_64-2" data-name="Subtraction 64" d="M807.5,957.28h-3.132a3.925,3.925,0,0,1-1.545-.314,4.019,4.019,0,0,1-2.121-2.119,3.9,3.9,0,0,1-.314-1.54V941.469a3.908,3.908,0,0,1,.314-1.543,4.014,4.014,0,0,1,2.118-2.116,3.916,3.916,0,0,1,1.54-.312h14.682a3.915,3.915,0,0,1,1.543.314,4.01,4.01,0,0,1,2.116,2.118,3.92,3.92,0,0,1,.313,1.54v2.919a3.274,3.274,0,0,0,0,6.127V953.3a3.93,3.93,0,0,1-.309,1.545,4,4,0,0,1-2.113,2.12,3.91,3.91,0,0,1-1.542.314h-3.432a10.325,10.325,0,0,0,1.118-1.11,1.034,1.034,0,0,0,.228-.817,15.093,15.093,0,0,0,2.129-4.006,14.583,14.583,0,0,0,.579-2.111,10.557,10.557,0,0,0,.2-1.981,7,7,0,0,0-.313-2.292,2.991,2.991,0,0,0-.9-1.348,4.283,4.283,0,0,0-1.436-.751c-.565-.19-1.219-.34-1.91-.5h0l0-.007a1.068,1.068,0,0,0-.956-.607,1.084,1.084,0,1,0,0,2.169,1.043,1.043,0,0,0,.638-.239l.025.009h.007l.017,0c.691.159,1.236.284,1.689.431a2.958,2.958,0,0,1,1.076.549,1.844,1.844,0,0,1,.558.947,6.338,6.338,0,0,1,.16,1.631,9.146,9.146,0,0,1-.186,1.755,13.223,13.223,0,0,1-.529,1.887,14.692,14.692,0,0,1-.825,1.874,12.98,12.98,0,0,1-1.077,1.715,1.035,1.035,0,0,0-.714.346,7.34,7.34,0,0,1-1.544,1.378,3.552,3.552,0,0,1-4.162.006,7.291,7.291,0,0,1-1.543-1.371,1.035,1.035,0,0,0-.713-.346,13.038,13.038,0,0,1-1.079-1.719,14.8,14.8,0,0,1-.827-1.878,13.155,13.155,0,0,1-.53-1.89,9.167,9.167,0,0,1-.187-1.758,6.412,6.412,0,0,1,.158-1.632,1.835,1.835,0,0,1,.556-.947,2.928,2.928,0,0,1,1.077-.549c.458-.148,1.034-.28,1.7-.432l.015,0h0l.01-.009a1.072,1.072,0,0,0,.652.24,1.084,1.084,0,1,0,0-2.168,1.052,1.052,0,0,0-.575.171,1.176,1.176,0,0,0-.393.434h0l-.014,0c-2.842.656-4.557,1.051-4.557,4.893a10.584,10.584,0,0,0,.2,1.983,14.543,14.543,0,0,0,.583,2.115,14.983,14.983,0,0,0,2.146,4.013,1.028,1.028,0,0,0,.229.816,10.456,10.456,0,0,0,1.105,1.1h0Zm28.256-2.069h-1.607a1.387,1.387,0,0,1-.718-.208l-6.684-4.219a.66.66,0,0,1-.309-.556v-.419a3.27,3.27,0,0,0,0-4.712v-.742a.661.661,0,0,1,.309-.557l6.684-4.219a1.322,1.322,0,0,1,.718-.209h1.607a.661.661,0,0,1,.665.657v14.528a.65.65,0,0,1-.193.464.665.665,0,0,1-.471.191Z" transform="translate(-800.388 -937.498)" fill="#2e303a"/>
|
||||||
|
<path id="Path_4645" data-name="Path 4645" d="M232.363,4.484h.32l1,0c.119,0,.219-.127.225-.311V3.34c0-.178.08-.318.2-.326l.307,0c.124.008.209.149.209.326V4.18c.005.183.089.3.209.3l1.348,0,0-1.034c0-.178-.085-.316-.21-.324l-.542,0c-.12,0-.214-.126-.219-.31l0-.28c.006-.183.1-.31.221-.31l.544,0c.124-.008.2-.154.2-.332V.6a.55.55,0,0,1-.417.261h-.916c-.119,0-.219.13-.225.314v.829c-.006.183-.1.313-.219.313l-.277,0c-.12,0-.216-.125-.222-.308V1.172c-.005-.184-.1-.307-.22-.307h-1.329V1.9c0,.178.083.321.207.329l.545,0c.123.008.21.155.21.332l0,.239c0,.178-.084.32-.208.328h-.545c-.124.008-.207.149-.207.327ZM236.941.532V4.844a.548.548,0,0,1-.554.521h-4.256a.546.546,0,0,1-.552-.522V.523A.548.548,0,0,1,232.131,0l4.252,0a.558.558,0,0,1,.557.53" transform="translate(-223.139 8.931)" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 432 KiB |
@ -0,0 +1,3 @@
|
|||||||
|
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M27.2568 32L25.1631 30.6091C27.9468 26.2666 29.4463 21.2154 29.4998 15.9999C29.4463 10.7844 27.9468 5.73315 25.1631 1.39067L27.2568 0C30.304 4.75302 31.9441 10.2814 31.9998 15.9875L32 16.0001L31.9998 16.0128C31.9441 21.7186 30.304 27.247 27.2568 32ZM25.0625 16.0165L25.0627 15.9999L25.0625 15.983C25.0051 11.5525 23.6995 7.27342 21.2869 3.60788L19.2097 5.02439C21.3494 8.27467 22.5085 12.0694 22.5625 15.9999C22.5085 19.9301 21.3494 23.7248 19.2097 26.9751L21.2869 28.3916C23.6995 24.7263 25.0051 20.447 25.0625 16.0165ZM16.7007 22.9666C17.719 20.7477 18.2334 18.3302 18.188 15.9748C18.1284 12.8761 17.1565 9.86638 15.3779 7.27168L13.3276 8.72795C14.822 10.9081 15.6384 13.4313 15.6885 16.0247C15.7163 17.4783 15.4875 18.9644 15.0205 20.3943L1.56543 9.86414L0.925293 11.3547C0.887451 11.4427 0 13.5424 0 16.4452C0 19.4569 1.69165 22.1483 1.76367 22.2614L3.86157 20.8772C3.8479 20.8558 2.5 18.6766 2.5 16.4452C2.5 15.5068 2.61401 14.6693 2.75073 14.0018L16.0413 24.4033L16.7007 22.9666Z" fill="#2E303A"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<svg id="Group_6938" data-name="Group 6938" xmlns="http://www.w3.org/2000/svg" width="42.3" height="42.33" viewBox="0 0 42.3 42.33">
|
||||||
|
<rect id="Rectangle_17352" data-name="Rectangle 17352" width="34.212" height="34.212" transform="translate(6.537 7.603)" fill="#fff"/>
|
||||||
|
<g id="Group_6936" data-name="Group 6936">
|
||||||
|
<path id="Path_4301" data-name="Path 4301" d="M1577.434,10300.463h2.406l7.541.033c.9,0,1.648-.949,1.688-2.338l.008-6.3c0-1.339.6-2.4,1.53-2.456l2.311-.013c.93.054,1.57,1.123,1.57,2.454l-.008,6.33c.039,1.386.67,2.287,1.569,2.287l10.144.019.015-7.79c0-1.336-.646-2.378-1.577-2.434l-4.077-.018c-.9,0-1.61-.958-1.648-2.341l-.016-2.106c.046-1.378.757-2.324,1.664-2.324l4.1.016c.93-.065,1.538-1.162,1.538-2.5l.023-9.716a4.154,4.154,0,0,1-3.139,1.962l-6.893-.006c-.9,0-1.648.975-1.688,2.356v6.238c-.039,1.383-.75,2.357-1.648,2.357l-2.083-.013c-.907,0-1.625-.946-1.665-2.32l.008-6.31c-.039-1.379-.757-2.31-1.656-2.31l-10.025.006v7.761c0,1.343.624,2.414,1.562,2.479l4.1-.013c.922.058,1.585,1.162,1.585,2.493l-.016,1.806c0,1.336-.631,2.41-1.562,2.466l-4.1-.01c-.946.055-1.57,1.119-1.57,2.454Zm34.459-29.744v32.449a4.134,4.134,0,0,1-4.171,3.93h-32.031a4.108,4.108,0,0,1-4.149-3.93v-32.51a4.128,4.128,0,0,1,4.157-3.944l32,.019A4.19,4.19,0,0,1,1611.893,10270.719Z" transform="translate(-1570.569 -10265.739)" fill="#359846"/>
|
||||||
|
<path id="Path_4302" data-name="Path 4302" d="M1574.667,10307.046a5.083,5.083,0,0,1-5.123-4.88v-32.534a5.1,5.1,0,0,1,5.114-4.916l32.015.018a5.2,5.2,0,0,1,5.171,4.943v32.466a5.108,5.108,0,0,1-5.126,4.9Zm.006-40.38a3.141,3.141,0,0,0-3.18,2.988v32.488a3.135,3.135,0,0,0,3.191,2.954H1606.7a3.157,3.157,0,0,0,3.2-2.974v-32.414a3.234,3.234,0,0,0-3.238-3.028h-.483l-.032,13.28c0,1.949-1.006,3.374-2.447,3.474h-.07l-4.1-.02c-.306,0-.658.558-.686,1.388l.016,2.065c.026.887.408,1.369.674,1.369l4.135.024c1.446.086,2.494,1.521,2.494,3.409l-.017,8.76-11.117-.024c-1.464,0-2.487-1.293-2.542-3.226l.008-6.359c0-.834-.329-1.438-.632-1.484l-2.231.021c-.286.036-.6.64-.6,1.479l-.008,6.3c-.054,1.893-1.2,3.3-2.662,3.3l-7.546-.038c-.986,0-2.395.007-2.395.007l-.979.009-.01-8.783c0-1.931,1.023-3.342,2.487-3.427h.059l4.06,0c.262-.033.627-.569.627-1.486l.015-1.807c0-.875-.382-1.471-.656-1.521l-4.087.015h-.035c-1.454-.1-2.471-1.519-2.471-3.451v-8.733l11-.01c1.472,0,2.578,1.374,2.633,3.259l-.008,6.341c.024.794.375,1.344.69,1.344l2.09.015c.252,0,.641-.5.667-1.41v-6.215c.054-1.906,1.2-3.333,2.662-3.333l6.867.01a3.2,3.2,0,0,0,2.32-1.471l1.754-3.079Zm4.142,31.792,7.545.036c.27,0,.683-.493.708-1.383l.008-6.274c0-1.93,1.006-3.341,2.447-3.427h.051l2.344-.022.032.008c1.441.087,2.487,1.526,2.487,3.426l-.008,6.329c.021.723.282,1.308.6,1.308l9.17.021.014-6.81c0-.833-.33-1.427-.644-1.465l-4.042-.019c-1.46,0-2.562-1.38-2.617-3.28l-.016-2.129c.066-1.933,1.175-3.31,2.639-3.31l4.055.018c.261-.049.61-.631.61-1.524l.018-7.43a4.543,4.543,0,0,1-2.107.649h-.052l-6.895-.01c-.28,0-.687.537-.712,1.413v6.207c-.055,1.946-1.158,3.337-2.624,3.337l-2.089-.015c-1.467,0-2.577-1.376-2.631-3.266l.008-6.34c-.023-.788-.371-1.337-.682-1.337l-9.05.01v6.783c0,.842.328,1.46.632,1.5l4.089-.015.035,0c1.445.1,2.493,1.556,2.493,3.471l-.015,1.807c0,1.9-1.043,3.343-2.479,3.431l-.059.007-4.061-.011c-.31.037-.633.634-.633,1.478l.007,6.819Z" transform="translate(-1569.544 -10264.716)" fill="#fff"/>
|
||||||
|
<path id="Path_4303" data-name="Path 4303" d="M1512.531,10342.4l-.94-.6c4.817-7.539,10.527-13.129,16.968-16.639.492-.277,1.012-.537,1.551-.814a29.169,29.169,0,0,0,9.012-6.447,27.652,27.652,0,0,0,5.684-9.75l1.058.361a28.626,28.626,0,0,1-5.92,10.135,30.584,30.584,0,0,1-9.323,6.7c-.528.275-1.039.539-1.532.809C1522.821,10329.574,1517.247,10335.031,1512.531,10342.4Z" transform="translate(-1508.537 -10306.203)" fill="#359846"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 923 B After Width: | Height: | Size: 923 B |
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.71 31.38"><path d="M14.44,16.68,11.3,13.21a1.74,1.74,0,0,1-.39-1l-.11-3.6v-.1a1,1,0,0,0-1-1H5.49a1.51,1.51,0,0,0-1.25.8L.1,17.15a1,1,0,0,0,0,.77,1,1,0,0,0,.53.56l.61.26a1,1,0,0,0,.41.09h0a1.05,1.05,0,0,0,.94-.57L4.49,14.4v3.88l0,.07L1.18,28.61a1.65,1.65,0,0,0,.12,1.27,1.57,1.57,0,0,0,1,.78l.22.06a1.61,1.61,0,0,0,.44.06,1.75,1.75,0,0,0,1.67-1.21L7.69,20l1.09,2.66a11.21,11.21,0,0,1,.62,2.49L9.92,30a1.49,1.49,0,0,0,1.48,1.36,1.73,1.73,0,0,0,.38-.05l.22,0a1.88,1.88,0,0,0,1.39-2l-.77-6a12.1,12.1,0,0,0-.73-2.65l-1-2.39a.41.41,0,0,1,0-.09V16.54l1.87,1.95a1,1,0,0,0,1.41,0l.35-.37A1.08,1.08,0,0,0,14.44,16.68Z" style="fill:#505c5d"/><path d="M7.92,6.7A3.35,3.35,0,1,0,4.57,3.35,3.35,3.35,0,0,0,7.92,6.7Z" style="fill:#505c5d"/></svg>
|
||||||
|
After Width: | Height: | Size: 787 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="27.324" height="27.324" viewBox="0 0 27.324 27.324">
|
||||||
|
<g id="add-to-cart" transform="translate(0 -0.002)">
|
||||||
|
<path id="Path_5179" data-name="Path 5179" d="M170.8,423.4a2.4,2.4,0,0,0-4.8,0,2.4,2.4,0,1,0,4.8,0Z" transform="translate(-157.141 -398.532)" fill="#2b353e"/>
|
||||||
|
<path id="Path_5180" data-name="Path 5180" d="M350.8,423.4a2.4,2.4,0,0,0-4.8,0,2.4,2.4,0,1,0,4.8,0Z" transform="translate(-327.535 -398.532)" fill="#2b353e"/>
|
||||||
|
<path id="Path_5181" data-name="Path 5181" d="M216.6,0a5.63,5.63,0,1,0,5.6,5.657A5.656,5.656,0,0,0,216.6,0Zm1.654,6.457h-.8v.8a.8.8,0,1,1-1.6,0v-.8h-.8a.8.8,0,0,1,0-1.6h.8v-.8a.8.8,0,1,1,1.6,0v.8h.8a.8.8,0,0,1,0,1.6Z" transform="translate(-199.739)" fill="#2b353e"/>
|
||||||
|
<path id="Path_5182" data-name="Path 5182" d="M.8,92.6H4.248l3.839,13.823a.8.8,0,0,0,.772.586H23.268a.8.8,0,0,0,.77-.581l3.255-11.207a.8.8,0,0,0-.77-1.02h-2.9a7.162,7.162,0,0,1-13.524,0H6.355l-.727-2.616A.8.8,0,0,0,4.856,91H.8a.8.8,0,1,0,0,1.6Zm19.266,12.808H12.061a.8.8,0,1,1,0-1.6h8.005a.8.8,0,1,1,0,1.6Zm-9.606-4.8H21.667a.8.8,0,1,1,0,1.6H10.46a.8.8,0,1,1,0-1.6Z" transform="translate(0 -86.144)" fill="#2b353e"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="27.324" height="27.324" viewBox="0 0 27.324 27.324">
|
||||||
|
<g id="add-to-cart" transform="translate(0 -0.002)">
|
||||||
|
<path id="Path_5179" data-name="Path 5179" d="M170.8,423.4a2.4,2.4,0,0,0-4.8,0,2.4,2.4,0,1,0,4.8,0Z" transform="translate(-157.141 -398.532)" fill="#2b353e"/>
|
||||||
|
<path id="Path_5180" data-name="Path 5180" d="M350.8,423.4a2.4,2.4,0,0,0-4.8,0,2.4,2.4,0,1,0,4.8,0Z" transform="translate(-327.535 -398.532)" fill="#2b353e"/>
|
||||||
|
<path id="Path_5181" data-name="Path 5181" d="M216.6,0a5.63,5.63,0,1,0,5.6,5.657A5.656,5.656,0,0,0,216.6,0Zm1.654,6.457h-.8v.8a.8.8,0,1,1-1.6,0v-.8h-.8a.8.8,0,0,1,0-1.6h.8v-.8a.8.8,0,1,1,1.6,0v.8h.8a.8.8,0,0,1,0,1.6Z" transform="translate(-199.739)" fill="#2b353e"/>
|
||||||
|
<path id="Path_5182" data-name="Path 5182" d="M.8,92.6H4.248l3.839,13.823a.8.8,0,0,0,.772.586H23.268a.8.8,0,0,0,.77-.581l3.255-11.207a.8.8,0,0,0-.77-1.02h-2.9a7.162,7.162,0,0,1-13.524,0H6.355l-.727-2.616A.8.8,0,0,0,4.856,91H.8a.8.8,0,1,0,0,1.6Zm19.266,12.808H12.061a.8.8,0,1,1,0-1.6h8.005a.8.8,0,1,1,0,1.6Zm-9.606-4.8H21.667a.8.8,0,1,1,0,1.6H10.46a.8.8,0,1,1,0-1.6Z" transform="translate(0 -86.144)" fill="#2b353e"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="30.287" height="30.286" viewBox="0 0 30.287 30.286">
|
||||||
|
<g id="checklist_1_" data-name="checklist (1)" transform="translate(0 -0.007)">
|
||||||
|
<g id="Group_8352" data-name="Group 8352" transform="translate(5.685 0.007)">
|
||||||
|
<path id="Path_5001" data-name="Path 5001" d="M210.217,29.6a1.39,1.39,0,0,0,1.013-.455,1.423,1.423,0,0,0,.358-.933V1.4a1.4,1.4,0,0,0-1.4-1.4H192.7a3.149,3.149,0,0,1,.774,1.231h1.032a1.4,1.4,0,0,1,1.4,1.293h3.439a2.251,2.251,0,0,1,2.25,2.247v24.83l8.621-.01Z" transform="translate(-186.986 -0.007)" fill="#2e303a"/>
|
||||||
|
<path id="Path_5002" data-name="Path 5002" d="M100.778,18.645a1.225,1.225,0,0,0-2.449,0,.973.973,0,0,1-.972.954H96.064c0,.217,0,.855,0,1.065h6.981c0-.286,0-.79,0-1.065h-1.294a.973.973,0,0,1-.972-.954Z" transform="translate(-96.064 -16.422)" fill="#2e303a"/>
|
||||||
|
</g>
|
||||||
|
<path id="Path_5003" data-name="Path 5003" d="M18.044,75.559H14.61v.2a1.516,1.516,0,0,1-1.515,1.514H5.255A1.516,1.516,0,0,1,3.74,75.763v-.2H.306a.3.3,0,0,0-.306.3v25.216a.3.3,0,0,0,.306.3H18.044a.3.3,0,0,0,.306-.3V75.859A.3.3,0,0,0,18.044,75.559ZM2.139,81.25a.979.979,0,0,1,1.383-.069L4,81.617l1.8-2.052a.979.979,0,1,1,1.473,1.29l-2.452,2.8a1.007,1.007,0,0,1-1.393.081l-1.22-1.1a.979.979,0,0,1-.069-1.383ZM15.474,99.174H2.784a.979.979,0,1,1,0-1.958h12.69a.979.979,0,1,1,0,1.958Zm-13.336-6.7A.979.979,0,0,1,3.521,92.4L4,92.84l1.8-2.052a.979.979,0,1,1,1.473,1.29l-2.452,2.8a1.007,1.007,0,0,1-1.393.081l-1.22-1.1a.979.979,0,0,1-.069-1.383Zm13.336,2.7H9.97a.979.979,0,1,1,0-1.958h5.5a.979.979,0,1,1,0,1.958Zm0-7.159H2.784a.979.979,0,0,1,0-1.958h12.69a.979.979,0,0,1,0,1.958Zm0-4.061H9.97a.979.979,0,1,1,0-1.958h5.5a.979.979,0,1,1,0,1.958Z" transform="translate(0 -71.081)" fill="#2e303a"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,17 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="19.384" height="19.381" viewBox="0 0 19.384 19.381">
|
||||||
|
<g id="settings_6_" data-name="settings (6)" transform="translate(0.001 -0.031)">
|
||||||
|
<g id="Group_8077" data-name="Group 8077" transform="translate(0.002 0.031)">
|
||||||
|
<g id="Group_8076" data-name="Group 8076" transform="translate(0 0)">
|
||||||
|
<g id="Group_8075" data-name="Group 8075">
|
||||||
|
<path id="Path_4648" data-name="Path 4648" d="M123.583,282.006h0C123.6,281.994,123.594,281.995,123.583,282.006Z" transform="translate(-118.907 -271.323)"/>
|
||||||
|
<path id="Path_4649" data-name="Path 4649" d="M19.015,8.035,18.052,7.8a8.441,8.441,0,0,0-1.075-2.593l.488-.82a.568.568,0,0,0-.087-.692l-1.6-1.6a.569.569,0,0,0-.692-.087l-.82.488a8.441,8.441,0,0,0-2.593-1.075L11.441.461a.568.568,0,0,0-.551-.43H8.619a.568.568,0,0,0-.551.43l-.232.964A8.441,8.441,0,0,0,5.244,2.5l-.82-.488a.568.568,0,0,0-.692.087l-1.6,1.6a.568.568,0,0,0-.087.692l.488.82A8.441,8.441,0,0,0,1.458,7.8l-.964.232a.568.568,0,0,0-.43.551v2.271a.567.567,0,0,0,.43.551l.964.232a8.284,8.284,0,0,0,.62,1.747L4.74,10.714c-.007-.038-.089-.766-.091-.907a5.1,5.1,0,1,1,10.209-.068,5.049,5.049,0,0,1-4.7,5.056,4.49,4.49,0,0,1-1.4-.059L6.1,17.4a8.285,8.285,0,0,0,1.741.617l.232.964a.568.568,0,0,0,.551.43H10.89a.568.568,0,0,0,.551-.43l.232-.964a8.441,8.441,0,0,0,2.593-1.075l.82.488a.569.569,0,0,0,.692-.087l1.6-1.6a.568.568,0,0,0,.087-.692l-.488-.82a8.425,8.425,0,0,0,1.075-2.593l.963-.231a.567.567,0,0,0,.43-.551V8.586A.568.568,0,0,0,19.015,8.035Z" transform="translate(-0.064 -0.031)"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="Group_8079" data-name="Group 8079" transform="translate(-0.001 5.746)">
|
||||||
|
<g id="Group_8078" data-name="Group 8078" transform="translate(0)">
|
||||||
|
<path id="Path_4650" data-name="Path 4650" d="M13.534,153.924a.561.561,0,0,0-.941-.258l-1.3,1.3a1.135,1.135,0,0,1-1.606-1.606l1.3-1.3a.561.561,0,0,0-.258-.941,3.978,3.978,0,0,0-4.947,3.107,4.02,4.02,0,0,0,.162,2.068L.5,161.741a1.708,1.708,0,1,0,2.415,2.415l5.448-5.448a4.155,4.155,0,0,0,2.8-.031A4,4,0,0,0,13.534,153.924Z" transform="translate(0.001 -150.986)"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.1 KiB |
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="37.982" height="37.982" viewBox="0 0 37.982 37.982">
|
||||||
|
<path id="Path_4586" data-name="Path 4586" d="M18.991,0A18.991,18.991,0,1,0,37.982,18.991,19.013,19.013,0,0,0,18.991,0ZM9.5,17.8A3.555,3.555,0,0,1,11.2,14.777L8.75,12.793a1.187,1.187,0,1,1,1.491-1.847l5.052,4.088A3.561,3.561,0,1,1,9.5,17.8Zm16.29,12.688a1.188,1.188,0,0,1-1.678.04,7.42,7.42,0,0,0-10.234,0,1.187,1.187,0,1,1-1.636-1.721,9.787,9.787,0,0,1,13.5,0A1.187,1.187,0,0,1,25.785,30.492Zm3.447-17.7-2.455,1.985a3.549,3.549,0,1,1-4.09.256l5.054-4.088a1.187,1.187,0,1,1,1.491,1.847Z" fill="#ca3332"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 614 B |
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="37.982" height="37.982" viewBox="0 0 37.982 37.982">
|
||||||
|
<path id="Path_4587" data-name="Path 4587" d="M18.991,0A18.991,18.991,0,1,0,37.982,18.991,19.013,19.013,0,0,0,18.991,0ZM9.5,14.243a2.374,2.374,0,1,1,2.374,2.374A2.378,2.378,0,0,1,9.5,14.243ZM27.383,28.895a1.192,1.192,0,0,1-1.681,0,9.72,9.72,0,0,0-13.429,0,1.187,1.187,0,0,1-1.678-1.678,11.869,11.869,0,0,1,16.788,0A1.188,1.188,0,0,1,27.383,28.895Zm-1.27-12.278a2.374,2.374,0,1,1,2.374-2.374A2.378,2.378,0,0,1,26.113,16.617Z" fill="#d56e6d"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 551 B |
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="37.982" height="37.982" viewBox="0 0 37.982 37.982">
|
||||||
|
<path id="Path_4588" data-name="Path 4588" d="M18.991,0A18.991,18.991,0,1,0,37.982,18.991,19.013,19.013,0,0,0,18.991,0ZM9.5,14.243a2.374,2.374,0,1,1,2.374,2.374A2.378,2.378,0,0,1,9.5,14.243Zm15.43,14.243H13.056a1.187,1.187,0,1,1,0-2.374H24.926a1.187,1.187,0,1,1,0,2.374Zm1.187-11.869a2.374,2.374,0,1,1,2.374-2.374A2.378,2.378,0,0,1,26.113,16.617Z" fill="#ca8432"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 474 B |
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="37.981" height="37.982" viewBox="0 0 37.981 37.982">
|
||||||
|
<path id="Path_4589" data-name="Path 4589" d="M18.991,0A18.991,18.991,0,1,0,37.981,18.991,19.013,19.013,0,0,0,18.991,0ZM8.308,14.243A3.561,3.561,0,1,1,11.869,17.8,3.565,3.565,0,0,1,8.308,14.243ZM27.382,27.382a11.866,11.866,0,0,1-16.785,0A1.187,1.187,0,0,1,12.275,25.7a9.72,9.72,0,0,0,13.429,0,1.187,1.187,0,0,1,1.678,1.678ZM26.112,17.8a3.561,3.561,0,1,1,3.561-3.561A3.565,3.565,0,0,1,26.112,17.8Z" fill="#8ca742"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 524 B |
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="37.982" height="37.982" viewBox="0 0 37.982 37.982">
|
||||||
|
<path id="Path_4590" data-name="Path 4590" d="M18.991,0A18.991,18.991,0,1,0,37.982,18.991,19.013,19.013,0,0,0,18.991,0Zm7.122,11.869a2.374,2.374,0,1,1-2.374,2.374A2.378,2.378,0,0,1,26.113,11.869Zm-14.243,0A2.374,2.374,0,1,1,9.5,14.243,2.378,2.378,0,0,1,11.869,11.869Zm7.122,21.365a14.275,14.275,0,0,1-13.7-10.36,1.188,1.188,0,0,1,1.142-1.51H31.549a1.183,1.183,0,0,1,.945.47,1.2,1.2,0,0,1,.2,1.04A14.275,14.275,0,0,1,18.991,33.234Z" fill="#20a16a"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 558 B |
|
After Width: | Height: | Size: 4.3 KiB |
@ -0,0 +1,5 @@
|
|||||||
|
<svg id="Group_8429" data-name="Group 8429" xmlns="http://www.w3.org/2000/svg" width="31.346" height="31.94" viewBox="0 0 31.346 31.94">
|
||||||
|
<path id="Path_5095" data-name="Path 5095" d="M132.741,147.943a8.267,8.267,0,0,1-7.14,3.659,8.465,8.465,0,0,1-7.027-12.764l6.243-10.641a1.154,1.154,0,0,1,1.4-.5,1.138,1.138,0,0,1,.6.5l6.243,10.641A8.474,8.474,0,0,1,132.741,147.943Zm0,0" transform="translate(-110.073 -119.664)" fill="#de5c5d"/>
|
||||||
|
<path id="Path_5096" data-name="Path 5096" d="M366.039,9.648a4.471,4.471,0,0,1-4.3,2.722A4.551,4.551,0,0,1,358,5.506L360.9.57a1.154,1.154,0,0,1,1.4-.5,1.131,1.131,0,0,1,.6.5l2.9,4.936A4.541,4.541,0,0,1,366.039,9.648Zm0,0" transform="translate(-335.077 0.001)" fill="#de5c5d"/>
|
||||||
|
<path id="Path_5097" data-name="Path 5097" d="M7.76,107.5a3.965,3.965,0,0,1-3.752,2.62A4.029,4.029,0,0,1,.56,104.039l2.564-4.372a1.024,1.024,0,0,1,1.34-.4,1.009,1.009,0,0,1,.426.4l2.564,4.372A4.017,4.017,0,0,1,7.76,107.5Zm0,0" transform="translate(0 -92.976)" fill="#de5c5d"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 999 B |
@ -0,0 +1,11 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="12.133" height="14.092" viewBox="0 0 12.133 14.092">
|
||||||
|
<g id="water-drop" transform="translate(-26.6)">
|
||||||
|
<g id="Group_8137" data-name="Group 8137" transform="translate(26.6)">
|
||||||
|
<g id="Group_8136" data-name="Group 8136" transform="translate(0)">
|
||||||
|
<path id="Path_4725" data-name="Path 4725" d="M30.826,44.113a2.469,2.469,0,0,0,.722-1.752,2.291,2.291,0,0,0-.191-.825,6.688,6.688,0,0,0-.515-.942c0-.015-.015-.015-.015-.029a18.423,18.423,0,0,0-1.458-1.826l-.294-.339-.294.339c-.913,1.06-2.179,2.518-2.179,3.622a2.522,2.522,0,0,0,.722,1.752,2.469,2.469,0,0,0,1.752.722A2.522,2.522,0,0,0,30.826,44.113Z" transform="translate(-26.6 -36.986)" fill="#fff"/>
|
||||||
|
<path id="Path_4726" data-name="Path 4726" d="M283.243.088,283.169,0,283.1.088c-.545.633-1.3,1.5-1.3,2.12a1.369,1.369,0,1,0,2.739,0C284.539,1.59,283.788.722,283.243.088Z" transform="translate(-272.405)" fill="#fff"/>
|
||||||
|
<path id="Path_4727" data-name="Path 4727" d="M72.394,58c-.221.265-.471.545-.722.854l-.383.442a5.762,5.762,0,0,1,.442.839,2.846,2.846,0,0,1,.25,1.1,3.218,3.218,0,0,1-3.225,3.225,2.58,2.58,0,0,1-.589-.059c-.074-.015-.133-.029-.206-.044l-.088.353a3.237,3.237,0,0,0-.074.648,4.635,4.635,0,0,0,1.34,3.254,4.573,4.573,0,0,0,3.254,1.34,4.635,4.635,0,0,0,3.254-1.34,4.548,4.548,0,0,0,1.34-3.254c0-2.017-2.253-4.609-3.873-6.494C72.865,58.545,72.63,58.265,72.394,58Z" transform="translate(-66.283 -55.865)" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="29.819" height="28.276" viewBox="0 0 29.819 28.276">
|
||||||
|
<g id="blood_pressure" data-name="blood pressure" transform="translate(-2 -7)">
|
||||||
|
<path id="Path_4498" data-name="Path 4498" d="M35.113,46a4.113,4.113,0,1,0,4.113,4.113A4.113,4.113,0,0,0,35.113,46Zm1.455,3.388-1.09,1.09a.516.516,0,1,1-.73-.73l1.09-1.09a.516.516,0,0,1,.73.73Z" transform="translate(-14.091 -18.949)" fill="#2e303a"/>
|
||||||
|
<path id="Path_4499" data-name="Path 4499" d="M45.141,20C42.257,20,40,21.583,40,23.6s2.257,3.6,5.141,3.6,5.141-1.583,5.141-3.6S48.025,20,45.141,20Zm2.828,4.113a.514.514,0,0,1-.514-.514c0-.386-1.121-1.028-2.314-1.028a.514.514,0,1,1,0-1.028c1.368,0,3.342.73,3.342,2.056A.514.514,0,0,1,47.969,24.113Z" transform="translate(-18.464 -6.316)" fill="#2e303a"/>
|
||||||
|
<path id="Path_4500" data-name="Path 4500" d="M20.544,16.768H17.938V7.514A.514.514,0,0,0,17.423,7H8.169a.514.514,0,0,0-.514.514v2.571H2.514A.514.514,0,0,0,2,10.6V29.107a.514.514,0,0,0,.514.514H7.655v1.542a.514.514,0,0,0,.514.514h7.737c0-.17-.026-.339-.026-.514a3.411,3.411,0,0,1,.026-.514H8.684V29.621h5.141a.514.514,0,0,0,.514-.514V10.6a.514.514,0,0,0-.514-.514H8.684V8.028h8.226v9.254a.514.514,0,0,0,.514.514h3.121A3.691,3.691,0,0,1,20.544,16.768ZM9.712,14.712h2.056a.514.514,0,1,1,0,1.028H9.712a.514.514,0,1,1,0-1.028Zm0,9.254h2.056a.514.514,0,1,1,0,1.028H9.712a.514.514,0,1,1,0-1.028Z" fill="#2e303a"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |