first commit
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"java.configuration.updateBuildConfiguration": "interactive"
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "Bumiputera Hosting",
|
||||
"host": "ftp.oyi.web.id",
|
||||
"protocol": "ftp",
|
||||
"port": 21,
|
||||
"username": "farisa@bumiputera.oyi.web.id",
|
||||
"password": "Farisa123*",
|
||||
"remotePath": "/",
|
||||
"uploadOnSave": true,
|
||||
"useTempFile": false,
|
||||
"openSsh": false
|
||||
}
|
|
@ -0,0 +1,46 @@
|
|||
# Miscellaneous
|
||||
*.class
|
||||
*.log
|
||||
*.pyc
|
||||
*.swp
|
||||
.DS_Store
|
||||
.atom/
|
||||
.buildlog/
|
||||
.history
|
||||
.svn/
|
||||
migrate_working_dir/
|
||||
|
||||
# IntelliJ related
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
|
||||
# The .vscode folder contains launch configuration and tasks you configure in
|
||||
# VS Code which you may wish to be included in version control, so this line
|
||||
# is commented out by default.
|
||||
#.vscode/
|
||||
|
||||
# Flutter/Dart/Pub related
|
||||
**/doc/api/
|
||||
**/ios/Flutter/.last_build_id
|
||||
.dart_tool/
|
||||
.flutter-plugins
|
||||
.flutter-plugins-dependencies
|
||||
.packages
|
||||
.pub-cache/
|
||||
.pub/
|
||||
/build/
|
||||
|
||||
# Web related
|
||||
|
||||
# Symbolication related
|
||||
app.*.symbols
|
||||
|
||||
# Obfuscation related
|
||||
app.*.map.json
|
||||
|
||||
# Android Studio will place build artifacts here
|
||||
/android/app/debug
|
||||
/android/app/profile
|
||||
/android/app/release
|
|
@ -0,0 +1,45 @@
|
|||
# This file tracks properties of this Flutter project.
|
||||
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
||||
#
|
||||
# This file should be version controlled.
|
||||
|
||||
version:
|
||||
revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
channel: stable
|
||||
|
||||
project_type: app
|
||||
|
||||
# Tracks metadata for the flutter migrate command
|
||||
migration:
|
||||
platforms:
|
||||
- platform: root
|
||||
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
- platform: android
|
||||
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
- platform: ios
|
||||
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
- platform: linux
|
||||
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
- platform: macos
|
||||
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
- platform: web
|
||||
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
- platform: windows
|
||||
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
|
||||
|
||||
# User provided section
|
||||
|
||||
# List of Local paths (relative to this file) that should be
|
||||
# ignored by the migrate tool.
|
||||
#
|
||||
# Files that are not part of the templates will be ignored by default.
|
||||
unmanaged_files:
|
||||
- 'lib/main.dart'
|
||||
- 'ios/Runner.xcodeproj/project.pbxproj'
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"vscode-pets.position": "explorer"
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
# qyuota
|
||||
|
||||
A new Flutter project.
|
||||
|
||||
## Getting Started
|
||||
|
||||
This project is a starting point for a Flutter application.
|
||||
|
||||
A few resources to get you started if this is your first Flutter project:
|
||||
|
||||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
|
||||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
|
||||
|
||||
For help getting started with Flutter development, view the
|
||||
[online documentation](https://docs.flutter.dev/), which offers tutorials,
|
||||
samples, guidance on mobile development, and a full API reference.
|
|
@ -0,0 +1,29 @@
|
|||
# This file configures the analyzer, which statically analyzes Dart code to
|
||||
# check for errors, warnings, and lints.
|
||||
#
|
||||
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
|
||||
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
|
||||
# invoked from the command line by running `flutter analyze`.
|
||||
|
||||
# The following line activates a set of recommended lints for Flutter apps,
|
||||
# packages, and plugins designed to encourage good coding practices.
|
||||
include: package:flutter_lints/flutter.yaml
|
||||
|
||||
linter:
|
||||
# The lint rules applied to this project can be customized in the
|
||||
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
|
||||
# included above or to enable additional rules. A list of all available lints
|
||||
# and their documentation is published at
|
||||
# https://dart-lang.github.io/linter/lints/index.html.
|
||||
#
|
||||
# Instead of disabling a lint rule for the entire project in the
|
||||
# section below, it can also be suppressed for a single line of code
|
||||
# or a specific dart file by using the `// ignore: name_of_lint` and
|
||||
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
|
||||
# producing the lint.
|
||||
rules:
|
||||
# avoid_print: false # Uncomment to disable the `avoid_print` rule
|
||||
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
|
||||
|
||||
# Additional information about this file can be found at
|
||||
# https://dart.dev/guides/language/analysis-options
|
|
@ -0,0 +1,13 @@
|
|||
gradle-wrapper.jar
|
||||
/.gradle
|
||||
/captures/
|
||||
/gradlew
|
||||
/gradlew.bat
|
||||
/local.properties
|
||||
GeneratedPluginRegistrant.java
|
||||
|
||||
# Remember to never publicly share your keystore.
|
||||
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
|
||||
key.properties
|
||||
**/*.keystore
|
||||
**/*.jks
|
|
@ -0,0 +1,90 @@
|
|||
import org.gradle.api.GradleException
|
||||
|
||||
def localProperties = new Properties()
|
||||
def localPropertiesFile = rootProject.file('local.properties')
|
||||
if (localPropertiesFile.exists()) {
|
||||
localPropertiesFile.withReader('UTF-8') { reader ->
|
||||
localProperties.load(reader)
|
||||
}
|
||||
}
|
||||
|
||||
def flutterRoot = localProperties.getProperty('flutter.sdk')
|
||||
if (flutterRoot == null) {
|
||||
throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
|
||||
}
|
||||
|
||||
def keystoreProperties = new Properties()
|
||||
def keystorePropertiesFile = rootProject.file('key.properties')
|
||||
if (keystorePropertiesFile.exists()) {
|
||||
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
|
||||
}
|
||||
|
||||
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
|
||||
if (flutterVersionCode == null) {
|
||||
flutterVersionCode = '1'
|
||||
}
|
||||
|
||||
def flutterVersionName = localProperties.getProperty('flutter.versionName')
|
||||
if (flutterVersionName == null) {
|
||||
flutterVersionName = '1.0'
|
||||
}
|
||||
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
||||
|
||||
android {
|
||||
compileSdkVersion 34
|
||||
ndkVersion flutter.ndkVersion
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = '1.8'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main.java.srcDirs += 'src/main/kotlin'
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "com.qyuota"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 34
|
||||
versionCode flutterVersionCode.toInteger() + 1
|
||||
versionName "1.1"
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
if (keystorePropertiesFile.exists()) {
|
||||
storeFile file(keystoreProperties['storeFile'])
|
||||
storePassword keystoreProperties['storePassword']
|
||||
keyAlias keystoreProperties['keyAlias']
|
||||
keyPassword keystoreProperties['keyPassword']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
// TODO: Add your own signing config for the release build.
|
||||
// Signing with the debug keys for now, so `flutter run --release` works.
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
flutter {
|
||||
source '../..'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.qyuota">
|
||||
<!-- The INTERNET permission is required for development. Specifically,
|
||||
the Flutter tool needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
</manifest>
|
|
@ -0,0 +1,37 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.qyuota">
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<application
|
||||
android:label="Qyuota"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop"
|
||||
android:theme="@style/LaunchTheme"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||
android:hardwareAccelerated="true"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<!-- Specifies an Android theme to apply to this Activity as soon as
|
||||
the Android process has started. This theme is visible to the user
|
||||
while the Flutter UI initializes. After that, this theme continues
|
||||
to determine the Window background behind the Flutter UI. -->
|
||||
<meta-data
|
||||
android:name="io.flutter.embedding.android.NormalTheme"
|
||||
android:resource="@style/NormalTheme"
|
||||
/>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<!-- Don't delete the meta-data below.
|
||||
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
||||
<meta-data
|
||||
android:name="flutterEmbedding"
|
||||
android:value="2" />
|
||||
</application>
|
||||
</manifest>
|
After Width: | Height: | Size: 66 KiB |
|
@ -0,0 +1,6 @@
|
|||
package com.example.qyuota
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
class MainActivity: FlutterActivity() {
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Modify this file to customize your launch splash screen -->
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="?android:colorBackground" />
|
||||
|
||||
<!-- You can insert your own image assets here -->
|
||||
<!-- <item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/launch_image" />
|
||||
</item> -->
|
||||
</layer-list>
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Modify this file to customize your launch splash screen -->
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@android:color/white" />
|
||||
|
||||
<!-- You can insert your own image assets here -->
|
||||
<!-- <item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/launch_image" />
|
||||
</item> -->
|
||||
</layer-list>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 8.7 KiB |
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 20 KiB |
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
|
||||
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||
<!-- Show a splash screen on the activity. Automatically removed when
|
||||
the Flutter engine draws its first frame -->
|
||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||
</style>
|
||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||
This theme determines the color of the Android Window while your
|
||||
Flutter UI initializes, as well as behind your Flutter UI while its
|
||||
running.
|
||||
|
||||
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
||||
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||
<item name="android:windowBackground">?android:colorBackground</item>
|
||||
</style>
|
||||
</resources>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#3D4FF4</color>
|
||||
</resources>
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
|
||||
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||||
<!-- Show a splash screen on the activity. Automatically removed when
|
||||
the Flutter engine draws its first frame -->
|
||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||
</style>
|
||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||
This theme determines the color of the Android Window while your
|
||||
Flutter UI initializes, as well as behind your Flutter UI while its
|
||||
running.
|
||||
|
||||
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
||||
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
|
||||
<item name="android:windowBackground">?android:colorBackground</item>
|
||||
</style>
|
||||
</resources>
|
|
@ -0,0 +1,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.qyuota">
|
||||
<!-- The INTERNET permission is required for development. Specifically,
|
||||
the Flutter tool needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
</manifest>
|
|
@ -0,0 +1,32 @@
|
|||
buildscript {
|
||||
ext.kotlin_version = '1.9.22'
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.3.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath 'com.google.gms:google-services:4.4.0'
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.buildDir = '../build'
|
||||
subprojects {
|
||||
project.buildDir = "${rootProject.buildDir}/${project.name}"
|
||||
}
|
||||
subprojects {
|
||||
project.evaluationDependsOn(':app')
|
||||
}
|
||||
|
||||
tasks.register("clean", Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
org.gradle.jvmargs=-Xmx1536M
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
|
@ -0,0 +1,6 @@
|
|||
#Fri Jun 23 08:50:38 CEST 2017
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
|
|
@ -0,0 +1,11 @@
|
|||
include ':app'
|
||||
|
||||
def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
|
||||
def properties = new Properties()
|
||||
|
||||
assert localPropertiesFile.exists()
|
||||
localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) }
|
||||
|
||||
def flutterSdkPath = properties.getProperty("flutter.sdk")
|
||||
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
|
||||
apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
|
After Width: | Height: | Size: 37 KiB |
After Width: | Height: | Size: 118 KiB |
After Width: | Height: | Size: 184 KiB |
After Width: | Height: | Size: 608 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 267 KiB |
After Width: | Height: | Size: 101 KiB |
After Width: | Height: | Size: 282 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 2.6 KiB |
|
@ -0,0 +1,7 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g opacity="0.9">
|
||||
<path d="M6.61569 17.7196L18.9885 16.181C19.7376 16.0879 20.0806 15.1975 19.5876 14.6259L18.5119 13.3788C18.4292 13.2829 18.3707 13.1686 18.3413 13.0454L17.4443 9.28834C16.7832 6.51965 14.1461 4.69078 11.3213 5.04204C8.49655 5.3933 6.38764 7.81235 6.42481 10.6586L6.47525 14.5209C6.4769 14.6476 6.44817 14.7728 6.39146 14.886L5.65401 16.3585C5.316 17.0335 5.86661 17.8128 6.61569 17.7196Z" fill="white"/>
|
||||
<path d="M18.9885 16.181L18.896 15.4368L18.9885 16.181ZM6.61569 17.7196L6.70824 18.4639H6.70824L6.61569 17.7196ZM17.4443 9.28834L16.7148 9.46251L17.4443 9.28834ZM18.3413 13.0454L19.0708 12.8712L18.3413 13.0454ZM18.5119 13.3788L19.0799 12.8889L19.0799 12.8889L18.5119 13.3788ZM19.5876 14.6259L20.1555 14.136H20.1555L19.5876 14.6259ZM5.65401 16.3585L4.98341 16.0227H4.98341L5.65401 16.3585ZM6.39146 14.886L5.72085 14.5502H5.72085L6.39146 14.886ZM6.47525 14.5209L5.72531 14.5307L6.47525 14.5209ZM6.42481 10.6586L7.17475 10.6488L6.42481 10.6586ZM11.9422 3.95713C11.8911 3.54608 11.5164 3.2543 11.1054 3.30541C10.6943 3.35653 10.4025 3.73119 10.4536 4.14223L11.9422 3.95713ZM13.5782 17.616C13.5188 17.2061 13.1383 16.9219 12.7284 16.9813C12.3185 17.0407 12.0343 17.4212 12.0937 17.8311L13.5782 17.616ZM11.1434 19.9897L11.2509 20.7319L11.1434 19.9897ZM9.61952 18.1896C9.56013 17.7796 9.17966 17.4955 8.76973 17.5549C8.35979 17.6143 8.07563 17.9947 8.13502 18.4047L9.61952 18.1896ZM18.896 15.4368L6.52314 16.9753L6.70824 18.4639L19.0811 16.9253L18.896 15.4368ZM16.7148 9.46251L17.6118 13.2196L19.0708 12.8712L18.1737 9.11416L16.7148 9.46251ZM17.944 13.8687L19.0196 15.1157L20.1555 14.136L19.0799 12.8889L17.944 13.8687ZM6.32462 16.6944L7.06207 15.2218L5.72085 14.5502L4.98341 16.0227L6.32462 16.6944ZM7.22518 14.5111L7.17475 10.6488L5.67487 10.6684L5.72531 14.5307L7.22518 14.5111ZM7.06207 15.2218C7.17247 15.0014 7.2284 14.7577 7.22518 14.5111L5.72531 14.5307C5.7254 14.5375 5.72387 14.5441 5.72085 14.5502L7.06207 15.2218ZM17.6118 13.2196C17.6691 13.4594 17.783 13.682 17.944 13.8687L19.0799 12.8889C19.0755 12.8838 19.0723 12.8778 19.0708 12.8712L17.6118 13.2196ZM6.52314 16.9753C6.36851 16.9946 6.25484 16.8337 6.32462 16.6944L4.98341 16.0227C4.37716 17.2332 5.36472 18.6309 6.70824 18.4639L6.52314 16.9753ZM19.0811 16.9253C20.4246 16.7582 21.0398 15.1612 20.1555 14.136L19.0196 15.1157C19.1214 15.2337 19.0506 15.4175 18.896 15.4368L19.0811 16.9253ZM11.4139 5.78631C13.8594 5.48221 16.1425 7.06554 16.7148 9.46251L18.1737 9.11416C17.4239 5.97377 14.4327 3.89935 11.2288 4.29777L11.4139 5.78631ZM11.2288 4.29777C8.02476 4.69619 5.63271 7.44001 5.67487 10.6684L7.17475 10.6488C7.14257 8.18468 8.96834 6.09041 11.4139 5.78631L11.2288 4.29777ZM10.4536 4.14223L10.577 5.13459L12.0656 4.94949L11.9422 3.95713L10.4536 4.14223ZM12.0937 17.8311C12.1927 18.5143 11.7191 19.1484 11.0358 19.2474L11.2509 20.7319C12.754 20.5141 13.796 19.1191 13.5782 17.616L12.0937 17.8311ZM11.0358 19.2474C10.3526 19.3464 9.71851 18.8728 9.61952 18.1896L8.13502 18.4047C8.35281 19.9078 9.74785 20.9497 11.2509 20.7319L11.0358 19.2474Z" fill="white"/>
|
||||
<circle cx="21.5" cy="2.5" r="2.5" fill="#2DCED6"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1,6 @@
|
|||
<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M15 4H15.75C15.75 3.85193 15.7062 3.70718 15.624 3.58397L15 4ZM1 4L0.375962 3.58397C0.293829 3.70718 0.25 3.85193 0.25 4H1ZM7.25 4C7.25 4.41421 7.58579 4.75 8 4.75C8.41421 4.75 8.75 4.41421 8.75 4H7.25ZM8.75 1C8.75 0.585786 8.41421 0.25 8 0.25C7.58579 0.25 7.25 0.585786 7.25 1H8.75ZM13.5937 1.8906L14.2178 1.47457L13.5937 1.8906ZM11.9296 1V0.25V1ZM4.07037 1V1.75V1ZM2.40627 1.8906L3.0303 2.30662L2.40627 1.8906ZM14.25 4V13H15.75V4H14.25ZM14 13.25H2V14.75H14V13.25ZM1.75 13V4H0.25V13H1.75ZM2 13.25C1.86193 13.25 1.75 13.1381 1.75 13H0.25C0.25 13.9665 1.0335 14.75 2 14.75V13.25ZM14.25 13C14.25 13.1381 14.1381 13.25 14 13.25V14.75C14.9665 14.75 15.75 13.9665 15.75 13H14.25ZM8.75 4V1H7.25V4H8.75ZM1 4.75H15V3.25H1V4.75ZM15.624 3.58397L14.2178 1.47457L12.9697 2.30662L14.376 4.41603L15.624 3.58397ZM11.9296 0.25L4.07037 0.25V1.75L11.9296 1.75V0.25ZM1.62404 4.41603L3.0303 2.30662L1.78223 1.47457L0.375962 3.58397L1.62404 4.41603ZM14.2178 1.47457C13.7077 0.709528 12.8491 0.25 11.9296 0.25V1.75C12.3476 1.75 12.7379 1.95888 12.9697 2.30662L14.2178 1.47457ZM4.07037 0.25C3.1509 0.25 2.29226 0.709527 1.78223 1.47457L3.0303 2.30662C3.26214 1.95888 3.65243 1.75 4.07037 1.75V0.25Z" fill="#3D4FF4"/>
|
||||
<path d="M15 13V5C15 4.44772 14.5523 4 14 4H2C1.44772 4 1 4.44772 1 5V13C1 13.5523 1.44772 14 2 14H14C14.5523 14 15 13.5523 15 13Z" fill="#3D4FF4"/>
|
||||
<path d="M14.25 5V13H15.75V5H14.25ZM14 13.25H2V14.75H14V13.25ZM1.75 13V5H0.25V13H1.75ZM2 13.25C1.86193 13.25 1.75 13.1381 1.75 13H0.25C0.25 13.9665 1.0335 14.75 2 14.75V13.25ZM14.25 13C14.25 13.1381 14.1381 13.25 14 13.25V14.75C14.9665 14.75 15.75 13.9665 15.75 13H14.25ZM2 4.75H14V3.25H2V4.75ZM1.75 5C1.75 4.86193 1.86193 4.75 2 4.75V3.25C1.0335 3.25 0.25 4.0335 0.25 5H1.75ZM15.75 5C15.75 4.0335 14.9665 3.25 14 3.25V4.75C14.1381 4.75 14.25 4.86193 14.25 5H15.75Z" fill="#3D4FF4"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5303 7.46967C10.8232 7.76256 10.8232 8.23744 10.5303 8.53033L8.57077 10.4899C7.88735 11.1733 6.77931 11.1733 6.0959 10.4899L5.46967 9.86366C5.17678 9.57077 5.17678 9.0959 5.46967 8.803C5.76256 8.51011 6.23744 8.51011 6.53033 8.803L7.15656 9.42923C7.25419 9.52686 7.41248 9.52686 7.51011 9.42923L9.46967 7.46967C9.76256 7.17678 10.2374 7.17678 10.5303 7.46967Z" fill="#DDE0FF"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 239 KiB |
|
@ -0,0 +1,11 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_63_167)">
|
||||
<path d="M19 8V14C19 15.1046 18.1046 16 17 16H9.82843C9.29799 16 8.78929 16.2107 8.41421 16.5858L6.70711 18.2929C6.07714 18.9229 5 18.4767 5 17.5858V8C5 6.89543 5.89543 6 7 6H17C18.1046 6 19 6.89543 19 8Z" fill="#FF4747" stroke="#FF4747" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12 9V11M12 13.5V13" stroke="#FFD6D6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_63_167">
|
||||
<rect width="24" height="24" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 675 B |
|
@ -0,0 +1,4 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.35355 9.35355C7.15829 9.15829 6.84171 9.15829 6.64645 9.35355L2.85355 13.1464C2.53857 13.4614 2.76165 14 3.20711 14H4.625C4.90114 14 5.125 14.2239 5.125 14.5V18.5C5.125 18.7761 5.34886 19 5.625 19H8.375C8.65114 19 8.875 18.7761 8.875 18.5V14.5C8.875 14.2239 9.09886 14 9.375 14H10.7929C11.2383 14 11.4614 13.4614 11.1464 13.1464L7.35355 9.35355Z" fill="#2DCED6"/>
|
||||
<path d="M17.3536 14.6464C17.1583 14.8417 16.8417 14.8417 16.6464 14.6464L12.8536 10.8536C12.5386 10.5386 12.7617 10 13.2071 10H14.625C14.9011 10 15.125 9.77614 15.125 9.5V5.5C15.125 5.22386 15.3489 5 15.625 5H18.375C18.6511 5 18.875 5.22386 18.875 5.5V9.5C18.875 9.77614 19.0989 10 19.375 10H20.7929C21.2383 10 21.4614 10.5386 21.1464 10.8536L17.3536 14.6464Z" fill="#2DCED6"/>
|
||||
</svg>
|
After Width: | Height: | Size: 862 B |
After Width: | Height: | Size: 7.4 KiB |
|
@ -0,0 +1,3 @@
|
|||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M15.0342 14.3528L14.0462 15.3957C13.6866 15.7753 13.1668 15.9595 12.6483 15.8911L11.6549 15.76C5.10157 14.8954 0.347424 9.0882 0.793708 2.49317C0.824329 2.04066 1.05759 1.62616 1.4285 1.36515L2.3319 0.729423C2.90512 0.326044 3.69657 0.461834 4.10255 1.03322L5.32025 2.74702C5.67504 3.24634 5.73236 3.89838 5.47015 4.45195L5.05264 5.33334C5.05264 5.33334 4.21055 7.11112 6.73686 9.77779C9.26317 12.4445 10.9474 11.1111 10.9474 11.1111L11.3811 10.7678C12.089 10.2074 13.1076 10.2802 13.7285 10.9356L15.0342 12.3139C15.5758 12.8856 15.5758 13.7811 15.0342 14.3528Z" fill="#00D455"/>
|
||||
</svg>
|
After Width: | Height: | Size: 695 B |
After Width: | Height: | Size: 944 KiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 1.1 MiB |
|
@ -0,0 +1,4 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7 19H17C18.1046 19 19 18.1046 19 17V10.8284C19 10.298 18.7893 9.78929 18.4142 9.41421L14.5858 5.58579C14.2107 5.21071 13.702 5 13.1716 5H7C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19Z" stroke="#B5B8CB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M13 14V13C13 11.8954 12.1046 11 11 11H10C8.89543 11 8 11.8954 8 13V14C8 15.1046 8.89543 16 10 16H11C12.1046 16 13 15.1046 13 14Z" stroke="#B5B8CB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 620 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M20 9.25C20.4142 9.25 20.75 8.91421 20.75 8.5C20.75 8.08579 20.4142 7.75 20 7.75V9.25ZM4 7.75C3.58579 7.75 3.25 8.08579 3.25 8.5C3.25 8.91421 3.58579 9.25 4 9.25V7.75ZM15.75 4C15.75 3.58579 15.4142 3.25 15 3.25C14.5858 3.25 14.25 3.58579 14.25 4H15.75ZM14.25 6C14.25 6.41421 14.5858 6.75 15 6.75C15.4142 6.75 15.75 6.41421 15.75 6H14.25ZM9.75 4C9.75 3.58579 9.41421 3.25 9 3.25C8.58579 3.25 8.25 3.58579 8.25 4H9.75ZM8.25 6C8.25 6.41421 8.58579 6.75 9 6.75C9.41421 6.75 9.75 6.41421 9.75 6H8.25ZM8 12.75C8.41421 12.75 8.75 12.4142 8.75 12C8.75 11.5858 8.41421 11.25 8 11.25V12.75ZM7 11.25C6.58579 11.25 6.25 11.5858 6.25 12C6.25 12.4142 6.58579 12.75 7 12.75V11.25ZM13 12.75C13.4142 12.75 13.75 12.4142 13.75 12C13.75 11.5858 13.4142 11.25 13 11.25V12.75ZM11 11.25C10.5858 11.25 10.25 11.5858 10.25 12C10.25 12.4142 10.5858 12.75 11 12.75V11.25ZM17 12.75C17.4142 12.75 17.75 12.4142 17.75 12C17.75 11.5858 17.4142 11.25 17 11.25V12.75ZM16 11.25C15.5858 11.25 15.25 11.5858 15.25 12C15.25 12.4142 15.5858 12.75 16 12.75V11.25ZM8 16.75C8.41421 16.75 8.75 16.4142 8.75 16C8.75 15.5858 8.41421 15.25 8 15.25V16.75ZM7 15.25C6.58579 15.25 6.25 15.5858 6.25 16C6.25 16.4142 6.58579 16.75 7 16.75V15.25ZM13 16.75C13.4142 16.75 13.75 16.4142 13.75 16C13.75 15.5858 13.4142 15.25 13 15.25V16.75ZM11 15.25C10.5858 15.25 10.25 15.5858 10.25 16C10.25 16.4142 10.5858 16.75 11 16.75V15.25ZM17 16.75C17.4142 16.75 17.75 16.4142 17.75 16C17.75 15.5858 17.4142 15.25 17 15.25V16.75ZM16 15.25C15.5858 15.25 15.25 15.5858 15.25 16C15.25 16.4142 15.5858 16.75 16 16.75V15.25ZM19.25 7V18H20.75V7H19.25ZM18 19.25H6V20.75H18V19.25ZM4.75 18V7H3.25V18H4.75ZM18 4.25H6V5.75H18V4.25ZM6 19.25C5.30964 19.25 4.75 18.6904 4.75 18H3.25C3.25 19.5188 4.48122 20.75 6 20.75V19.25ZM19.25 18C19.25 18.6904 18.6904 19.25 18 19.25V20.75C19.5188 20.75 20.75 19.5188 20.75 18H19.25ZM20.75 7C20.75 5.48122 19.5188 4.25 18 4.25V5.75C18.6904 5.75 19.25 6.30964 19.25 7H20.75ZM4.75 7C4.75 6.30964 5.30964 5.75 6 5.75V4.25C4.48122 4.25 3.25 5.48122 3.25 7H4.75ZM20 7.75H4V9.25H20V7.75ZM14.25 4V6H15.75V4H14.25ZM8.25 4V6H9.75V4H8.25ZM8 11.25H7V12.75H8V11.25ZM13 11.25H11V12.75H13V11.25ZM17 11.25H16V12.75H17V11.25ZM8 15.25H7V16.75H8V15.25ZM13 15.25H11V16.75H13V15.25ZM17 15.25H16V16.75H17V15.25Z" fill="#B5B8CB"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M15.0183 8.96073C15.3968 8.79251 15.5673 8.34928 15.3991 7.97077C15.2309 7.59226 14.7876 7.42179 14.4091 7.59002L15.0183 8.96073ZM8.36205 10.2776C7.98354 10.4458 7.81307 10.8891 7.9813 11.2676C8.14953 11.6461 8.59275 11.8165 8.97126 11.6483L8.36205 10.2776ZM8.74603 12.2516C8.36752 12.0833 7.9243 12.2538 7.75607 12.6323C7.58784 13.0108 7.75831 13.4541 8.13683 13.6223L8.74603 12.2516ZM14.2586 16.3431C14.6371 16.5113 15.0803 16.3408 15.2485 15.9623C15.4168 15.5838 15.2463 15.1406 14.8678 14.9723L14.2586 16.3431ZM18.4167 7.33333C18.4167 8.20778 17.7078 8.91667 16.8333 8.91667V10.4167C18.5362 10.4167 19.9167 9.03621 19.9167 7.33333H18.4167ZM16.8333 8.91667C15.9589 8.91667 15.25 8.20778 15.25 7.33333H13.75C13.75 9.03621 15.1305 10.4167 16.8333 10.4167V8.91667ZM15.25 7.33333C15.25 6.45888 15.9589 5.75 16.8333 5.75V4.25C15.1305 4.25 13.75 5.63046 13.75 7.33333H15.25ZM16.8333 5.75C17.7078 5.75 18.4167 6.45888 18.4167 7.33333H19.9167C19.9167 5.63046 18.5362 4.25 16.8333 4.25V5.75ZM7.91667 12C7.91667 12.8745 7.20778 13.5833 6.33333 13.5833V15.0833C8.03621 15.0833 9.41667 13.7029 9.41667 12H7.91667ZM6.33333 13.5833C5.45888 13.5833 4.75 12.8745 4.75 12H3.25C3.25 13.7029 4.63046 15.0833 6.33333 15.0833V13.5833ZM4.75 12C4.75 11.1256 5.45888 10.4167 6.33333 10.4167V8.91667C4.63046 8.91667 3.25 10.2971 3.25 12H4.75ZM6.33333 10.4167C7.20778 10.4167 7.91667 11.1256 7.91667 12H9.41667C9.41667 10.2971 8.03621 8.91667 6.33333 8.91667V10.4167ZM18.4167 16.6667C18.4167 17.5411 17.7078 18.25 16.8333 18.25V19.75C18.5362 19.75 19.9167 18.3695 19.9167 16.6667H18.4167ZM16.8333 18.25C15.9589 18.25 15.25 17.5411 15.25 16.6667H13.75C13.75 18.3695 15.1305 19.75 16.8333 19.75V18.25ZM15.25 16.6667C15.25 15.7922 15.9589 15.0833 16.8333 15.0833V13.5833C15.1305 13.5833 13.75 14.9638 13.75 16.6667H15.25ZM16.8333 15.0833C17.7078 15.0833 18.4167 15.7922 18.4167 16.6667H19.9167C19.9167 14.9638 18.5362 13.5833 16.8333 13.5833V15.0833ZM14.4091 7.59002L8.36205 10.2776L8.97126 11.6483L15.0183 8.96073L14.4091 7.59002ZM14.8678 14.9723L8.74603 12.2516L8.13683 13.6223L14.2586 16.3431L14.8678 14.9723Z" fill="#2DCED6"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
|
@ -0,0 +1,5 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M4 10H6M4 7H6M4 14H6M4 17H6M7 4L17 4C18.1046 4 19 4.89543 19 6L19 18C19 19.1046 18.1046 20 17 20H7C5.89543 20 5 19.1046 5 18L5 6C5 4.89543 5.89543 4 7 4Z" stroke="#B5B8CB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M13.5357 10.2857C13.5357 11.1339 12.8482 11.8214 12 11.8214C11.1519 11.8214 10.4643 11.1339 10.4643 10.2857C10.4643 9.43756 11.1519 8.75 12 8.75C12.8482 8.75 13.5357 9.43756 13.5357 10.2857Z" stroke="#B5B8CB" stroke-width="1.5"/>
|
||||
<path d="M9.14288 16.0001C9.14288 14.8572 10.4221 13.7144 12 13.7144C13.578 13.7144 14.8572 14.8572 14.8572 16.0001" stroke="#B5B8CB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 798 B |
|
@ -0,0 +1,4 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6 16L18 16" stroke="#B5B8CB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 2"/>
|
||||
<path d="M6 4V3.25V4ZM18 4V4.75V4ZM20 6H19.25H20ZM20 18H20.75H20ZM18 20V19.25V20ZM6 20V20.75V20ZM4 6H3.25H4ZM4 18H4.75H4ZM8.46967 12.4697C8.17678 12.7626 8.17678 13.2374 8.46967 13.5303C8.76256 13.8232 9.23744 13.8232 9.53033 13.5303L8.46967 12.4697ZM15.5303 7.53033C15.8232 7.23744 15.8232 6.76256 15.5303 6.46967C15.2374 6.17678 14.7626 6.17678 14.4697 6.46967L15.5303 7.53033ZM6 4.75L18 4.75V3.25L6 3.25V4.75ZM19.25 6V18H20.75V6H19.25ZM18 19.25H6V20.75H18V19.25ZM3.25 6L3.25 18H4.75L4.75 6H3.25ZM19.25 18C19.25 18.6904 18.6904 19.25 18 19.25V20.75C19.5188 20.75 20.75 19.5188 20.75 18H19.25ZM18 4.75C18.6904 4.75 19.25 5.30964 19.25 6H20.75C20.75 4.48122 19.5188 3.25 18 3.25V4.75ZM6 3.25C4.48122 3.25 3.25 4.48122 3.25 6H4.75C4.75 5.30964 5.30964 4.75 6 4.75V3.25ZM6 19.25C5.30964 19.25 4.75 18.6904 4.75 18H3.25C3.25 19.5188 4.48122 20.75 6 20.75V19.25ZM9.53033 13.5303L15.5303 7.53033L14.4697 6.46967L8.46967 12.4697L9.53033 13.5303ZM9 8.25C8.86193 8.25 8.75 8.13807 8.75 8H7.25C7.25 8.9665 8.0335 9.75 9 9.75V8.25ZM8.75 8C8.75 7.86193 8.86193 7.75 9 7.75V6.25C8.0335 6.25 7.25 7.0335 7.25 8H8.75ZM9 7.75C9.13807 7.75 9.25 7.86193 9.25 8H10.75C10.75 7.0335 9.9665 6.25 9 6.25V7.75ZM9.25 8C9.25 8.13807 9.13807 8.25 9 8.25V9.75C9.9665 9.75 10.75 8.9665 10.75 8H9.25ZM15 12.25C14.8619 12.25 14.75 12.1381 14.75 12H13.25C13.25 12.9665 14.0335 13.75 15 13.75V12.25ZM14.75 12C14.75 11.8619 14.8619 11.75 15 11.75V10.25C14.0335 10.25 13.25 11.0335 13.25 12H14.75ZM15 11.75C15.1381 11.75 15.25 11.8619 15.25 12H16.75C16.75 11.0335 15.9665 10.25 15 10.25V11.75ZM15.25 12C15.25 12.1381 15.1381 12.25 15 12.25V13.75C15.9665 13.75 16.75 12.9665 16.75 12H15.25Z" fill="#B5B8CB"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M16 10H8M16 10C17.1046 10 18 10.8954 18 12V17C18 18.1046 17.1046 19 16 19H8C6.89543 19 6 18.1046 6 17V12C6 10.8954 6.89543 10 8 10M16 10V8C16 5.79086 14.2091 4 12 4C9.79086 4 8 5.79086 8 8L8 10M12 14V16M13 14H11" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 411 B |
After Width: | Height: | Size: 159 KiB |
After Width: | Height: | Size: 134 KiB |
After Width: | Height: | Size: 72 KiB |
After Width: | Height: | Size: 571 KiB |
After Width: | Height: | Size: 3.7 KiB |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4M12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4M12 20C13.6569 20 15 16.4183 15 12C15 7.58172 13.6569 4 12 4M12 20C10.3431 20 9 16.4183 9 12C9 7.58172 10.3431 4 12 4M4 11C9.03612 13.5181 14.9639 13.5181 20 11" stroke="#B5B8CB" stroke-width="1.5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 432 B |
After Width: | Height: | Size: 9.2 KiB |
After Width: | Height: | Size: 7.2 KiB |
After Width: | Height: | Size: 293 KiB |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.8173 17.0033C18.3987 14.849 19.0805 12.6501 19.0805 10.5402C19.0805 6.37588 15.7046 3 11.5402 3C7.37588 3 4 6.37588 4 10.5402C4 12.6501 4.68185 14.849 6.26317 17.0033C7.18233 18.2556 8.81587 20.0537 10.0228 21.34C10.8484 22.22 12.2321 22.22 13.0577 21.34C14.2646 20.0537 15.8982 18.2556 16.8173 17.0033ZM14.7721 10.5402C14.7721 12.325 13.3253 13.7718 11.5406 13.7718C9.75585 13.7718 8.30904 12.325 8.30904 10.5402C8.30904 8.75552 9.75585 7.30871 11.5406 7.30871C13.3253 7.30871 14.7721 8.75552 14.7721 10.5402Z" fill="#3D4FF4"/>
|
||||
</svg>
|
After Width: | Height: | Size: 688 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6.75 7.875H7.25C7.25 7.82126 7.24134 7.76787 7.22434 7.71689L6.75 7.875ZM11.25 10.125H10.75C10.75 10.1787 10.7587 10.2321 10.7757 10.2831L11.25 10.125ZM7.25 10.125C7.25 9.84886 7.02614 9.625 6.75 9.625C6.47386 9.625 6.25 9.84886 6.25 10.125H7.25ZM10.8227 7.875C10.8227 8.15114 11.0465 8.375 11.3227 8.375C11.5988 8.375 11.8227 8.15114 11.8227 7.875H10.8227ZM9.5 5.25C9.5 4.97386 9.27614 4.75 9 4.75C8.72386 4.75 8.5 4.97386 8.5 5.25H9.5ZM8.5 12.75C8.5 13.0261 8.72386 13.25 9 13.25C9.27614 13.25 9.5 13.0261 9.5 12.75H8.5ZM14.5 9C14.5 12.0376 12.0376 14.5 9 14.5V15.5C12.5899 15.5 15.5 12.5899 15.5 9H14.5ZM9 14.5C5.96243 14.5 3.5 12.0376 3.5 9H2.5C2.5 12.5899 5.41015 15.5 9 15.5V14.5ZM3.5 9C3.5 5.96243 5.96243 3.5 9 3.5V2.5C5.41015 2.5 2.5 5.41015 2.5 9H3.5ZM9 3.5C12.0376 3.5 14.5 5.96243 14.5 9H15.5C15.5 5.41015 12.5899 2.5 9 2.5V3.5ZM6.75 7.875C6.25 7.875 6.25 7.87549 6.25 7.87599C6.25 7.87616 6.25 7.87667 6.25 7.87701C6.25001 7.8777 6.25001 7.87841 6.25002 7.87914C6.25003 7.8806 6.25005 7.88214 6.25007 7.88375C6.25012 7.88698 6.2502 7.89051 6.25033 7.89435C6.25058 7.90201 6.25099 7.91089 6.25166 7.92089C6.25299 7.94088 6.25534 7.96549 6.25942 7.99405C6.26757 8.05108 6.28272 8.1246 6.31081 8.2089C6.36759 8.37922 6.47599 8.58935 6.6777 8.79105C7.08579 9.19914 7.79793 9.5 9 9.5V8.5C7.95207 8.5 7.53921 8.23836 7.3848 8.08395C7.30526 8.0044 7.27304 7.93328 7.2595 7.89267C7.25244 7.87149 7.25001 7.85712 7.24937 7.85263C7.24905 7.85043 7.24921 7.85086 7.24944 7.85437C7.24956 7.85614 7.2497 7.8587 7.24981 7.86211C7.24986 7.86381 7.24991 7.86573 7.24995 7.86788C7.24996 7.86895 7.24998 7.87008 7.24999 7.87127C7.24999 7.87186 7.24999 7.87247 7.25 7.87309C7.25 7.8734 7.25 7.87388 7.25 7.87403C7.25 7.87452 7.25 7.875 6.75 7.875ZM9 9.5C10.0479 9.5 10.4608 9.76164 10.6152 9.91605C10.6947 9.9956 10.727 10.0667 10.7405 10.1073C10.7476 10.1285 10.75 10.1429 10.7506 10.1474C10.7509 10.1496 10.7508 10.1491 10.7506 10.1456C10.7504 10.1439 10.7503 10.1413 10.7502 10.1379C10.7501 10.1362 10.7501 10.1343 10.7501 10.1321C10.75 10.131 10.75 10.1299 10.75 10.1287C10.75 10.1281 10.75 10.1275 10.75 10.1269C10.75 10.1266 10.75 10.1261 10.75 10.126C10.75 10.1255 10.75 10.125 11.25 10.125C11.75 10.125 11.75 10.1245 11.75 10.124C11.75 10.1238 11.75 10.1233 11.75 10.123C11.75 10.1223 11.75 10.1216 11.75 10.1209C11.75 10.1194 11.75 10.1179 11.7499 10.1162C11.7499 10.113 11.7498 10.1095 11.7497 10.1057C11.7494 10.098 11.749 10.0891 11.7483 10.0791C11.747 10.0591 11.7447 10.0345 11.7406 10.0059C11.7324 9.94892 11.7173 9.8754 11.6892 9.7911C11.6324 9.62078 11.524 9.41065 11.3223 9.20895C10.9142 8.80086 10.2021 8.5 9 8.5V9.5ZM10.7757 10.2831C10.8288 10.4425 10.8136 10.5689 10.7609 10.683C10.7028 10.8088 10.5861 10.945 10.4008 11.0748C10.0238 11.3386 9.46985 11.5 9 11.5V12.5C9.65515 12.5 10.4137 12.2864 10.9742 11.894C11.2577 11.6956 11.5159 11.4334 11.6688 11.1021C11.8271 10.7592 11.8587 10.37 11.7243 9.96689L10.7757 10.2831ZM9 11.5C8.52333 11.5 8.07112 11.3647 7.7513 11.1271C7.44534 10.8998 7.25 10.5749 7.25 10.125H6.25C6.25 10.9178 6.61715 11.5303 7.15495 11.9298C7.67888 12.3191 8.35167 12.5 9 12.5V11.5ZM7.22434 7.71689C7.17121 7.5575 7.18645 7.43111 7.23914 7.31695C7.29716 7.19123 7.41392 7.05496 7.59923 6.92524C7.97615 6.6614 8.53015 6.5 9 6.5V5.5C8.34485 5.5 7.58635 5.7136 7.02577 6.10601C6.74233 6.30442 6.48409 6.56658 6.33118 6.89789C6.17293 7.24076 6.14129 7.63 6.27566 8.03311L7.22434 7.71689ZM9 6.5C9.47769 6.5 9.95217 6.63591 10.2931 6.87877C10.6207 7.1121 10.8227 7.43769 10.8227 7.875H11.8227C11.8227 7.06967 11.4258 6.45776 10.8733 6.06425C10.3342 5.68027 9.64731 5.5 9 5.5V6.5ZM8.5 5.25L8.5 12.75H9.5L9.5 5.25H8.5Z" fill="#3D4FF4"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 1.4 KiB |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M16 10H8M16 10C17.1046 10 18 10.8954 18 12V17C18 18.1046 17.1046 19 16 19H8C6.89543 19 6 18.1046 6 17V12C6 10.8954 6.89543 10 8 10M16 10V8C16 5.79086 14.2091 4 12 4C9.79086 4 8 5.79086 8 8L8 10M12 14V16M13 14H11" stroke="#B5B8CB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 413 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19 9H19.75C19.75 8.85193 19.7062 8.70718 19.624 8.58397L19 9ZM5 9L4.37596 8.58397C4.29383 8.70718 4.25 8.85193 4.25 9H5ZM11.25 9C11.25 9.41421 11.5858 9.75 12 9.75C12.4142 9.75 12.75 9.41421 12.75 9H11.25ZM12.75 6C12.75 5.58579 12.4142 5.25 12 5.25C11.5858 5.25 11.25 5.58579 11.25 6H12.75ZM17.5937 6.8906L18.2178 6.47457L17.5937 6.8906ZM15.9296 6V5.25V6ZM8.07037 6V6.75V6ZM6.40627 6.8906L7.0303 7.30662L6.40627 6.8906ZM14.5303 13.5303C14.8232 13.2374 14.8232 12.7626 14.5303 12.4697C14.2374 12.1768 13.7626 12.1768 13.4697 12.4697L14.5303 13.5303ZM12.0404 14.9596L12.5708 15.4899L12.0404 14.9596ZM10.6262 14.9596L10.0959 15.4899L10.6262 14.9596ZM10.5303 13.803C10.2374 13.5101 9.76256 13.5101 9.46967 13.803C9.17678 14.0959 9.17678 14.5708 9.46967 14.8637L10.5303 13.803ZM18.25 9V18H19.75V9H18.25ZM18 18.25H6V19.75H18V18.25ZM5.75 18V9H4.25V18H5.75ZM6 18.25C5.86193 18.25 5.75 18.1381 5.75 18H4.25C4.25 18.9665 5.0335 19.75 6 19.75V18.25ZM18.25 18C18.25 18.1381 18.1381 18.25 18 18.25V19.75C18.9665 19.75 19.75 18.9665 19.75 18H18.25ZM12.75 9V6H11.25V9H12.75ZM5 9.75H19V8.25H5V9.75ZM19.624 8.58397L18.2178 6.47457L16.9697 7.30662L18.376 9.41603L19.624 8.58397ZM15.9296 5.25L8.07037 5.25V6.75L15.9296 6.75V5.25ZM5.62404 9.41603L7.0303 7.30662L5.78223 6.47457L4.37596 8.58397L5.62404 9.41603ZM18.2178 6.47457C17.7077 5.70953 16.8491 5.25 15.9296 5.25V6.75C16.3476 6.75 16.7379 6.95888 16.9697 7.30662L18.2178 6.47457ZM8.07037 5.25C7.1509 5.25 6.29226 5.70953 5.78223 6.47457L7.0303 7.30662C7.26214 6.95888 7.65243 6.75 8.07037 6.75V5.25ZM13.4697 12.4697L11.5101 14.4292L12.5708 15.4899L14.5303 13.5303L13.4697 12.4697ZM11.1566 14.4292L10.5303 13.803L9.46967 14.8637L10.0959 15.4899L11.1566 14.4292ZM11.5101 14.4292C11.4125 14.5269 11.2542 14.5269 11.1566 14.4292L10.0959 15.4899C10.7793 16.1733 11.8874 16.1733 12.5708 15.4899L11.5101 14.4292Z" fill="#B5B8CB"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
|
@ -0,0 +1,4 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M15 10.5L15.7115 10.7372C15.7003 10.7708 15.6867 10.8037 15.6708 10.8354L15 10.5ZM12.5184 13.2845C12.6374 13.6812 12.4123 14.0993 12.0155 14.2184C11.6188 14.3374 11.2007 14.1123 11.0816 13.7155L12.5184 13.2845ZM9.65309 10.5C9.65309 10.9142 9.31731 11.25 8.90309 11.25C8.48888 11.25 8.15309 10.9142 8.15309 10.5H9.65309ZM4.75 12C4.75 16.0041 7.99594 19.25 12 19.25V20.75C7.16751 20.75 3.25 16.8325 3.25 12H4.75ZM12 19.25C16.0041 19.25 19.25 16.0041 19.25 12H20.75C20.75 16.8325 16.8325 20.75 12 20.75V19.25ZM19.25 12C19.25 7.99594 16.0041 4.75 12 4.75V3.25C16.8325 3.25 20.75 7.16751 20.75 12H19.25ZM12 4.75C7.99594 4.75 4.75 7.99594 4.75 12H3.25C3.25 7.16751 7.16751 3.25 12 3.25V4.75ZM15 10.5C15.6708 10.8354 15.6707 10.8357 15.6705 10.8361C15.6704 10.8362 15.6703 10.8365 15.6701 10.8368C15.6699 10.8372 15.6697 10.8377 15.6694 10.8382C15.6689 10.8392 15.6684 10.8403 15.6678 10.8414C15.6666 10.8437 15.6654 10.8462 15.6639 10.8489C15.6611 10.8544 15.6577 10.8608 15.6537 10.8682C15.6457 10.883 15.6354 10.9014 15.6226 10.9232C15.5971 10.9668 15.5616 11.0238 15.5151 11.091C15.4221 11.2253 15.2844 11.4013 15.0928 11.5928C14.7078 11.9778 14.1101 12.4205 13.2372 12.7115L12.7628 11.2885C13.3899 11.0795 13.7922 10.7722 14.0322 10.5322C14.1531 10.4112 14.2341 10.306 14.2818 10.2372C14.3056 10.2028 14.3209 10.1777 14.3286 10.1647C14.3324 10.1581 14.3343 10.1546 14.3344 10.1545C14.3344 10.1544 14.334 10.1552 14.3331 10.1569C14.3327 10.1577 14.3321 10.1588 14.3315 10.16C14.3311 10.1607 14.3308 10.1614 14.3304 10.1621C14.3302 10.1625 14.33 10.1629 14.3298 10.1633C14.3297 10.1635 14.3296 10.1638 14.3295 10.1639C14.3293 10.1643 14.3292 10.1646 15 10.5ZM13.2372 12.7115C12.6589 12.9043 12.5627 13.1374 12.5432 13.1915C12.5268 13.2371 12.5246 13.2765 12.5258 13.3014C12.5263 13.3135 12.5276 13.32 12.5274 13.3188C12.5272 13.318 12.5267 13.3151 12.5253 13.3096C12.5246 13.3068 12.5237 13.3033 12.5226 13.2992C12.522 13.2971 12.5214 13.2949 12.5207 13.2924C12.5203 13.2912 12.52 13.2899 12.5196 13.2886C12.5194 13.2879 12.5192 13.2873 12.519 13.2866C12.5189 13.2862 12.5187 13.2857 12.5187 13.2855C12.5185 13.285 12.5184 13.2845 11.8 13.5C11.0816 13.7155 11.0815 13.715 11.0813 13.7144C11.0813 13.7142 11.0811 13.7137 11.081 13.7133C11.0808 13.7126 11.0805 13.7118 11.0803 13.711C11.0798 13.7095 11.0794 13.7078 11.0789 13.7061C11.0779 13.7027 11.0769 13.699 11.0758 13.695C11.0736 13.6871 11.0712 13.678 11.0687 13.6677C11.0637 13.6473 11.0581 13.6224 11.0527 13.5933C11.0419 13.5355 11.0315 13.46 11.0274 13.3705C11.0191 13.1922 11.0357 12.9504 11.1318 12.6835C11.3373 12.1126 11.8411 11.5957 12.7628 11.2885L13.2372 12.7115ZM14.2885 10.2628C14.3526 10.0706 14.3336 9.92401 14.2722 9.79086C14.2027 9.64036 14.0588 9.46916 13.8199 9.30192C13.3326 8.96084 12.611 8.75 12 8.75V7.25C12.889 7.25 13.9174 7.53916 14.6801 8.07308C15.0662 8.34334 15.4223 8.70339 15.6341 9.16227C15.8539 9.63849 15.8974 10.1794 15.7115 10.7372L14.2885 10.2628ZM12 8.75C11.3772 8.75 10.7623 8.92752 10.3242 9.23957C9.9061 9.53733 9.65309 9.94758 9.65309 10.5H8.15309C8.15309 9.39556 8.69855 8.55582 9.45394 8.01779C10.1893 7.49405 11.1228 7.25 12 7.25V8.75Z" fill="#B5B8CB"/>
|
||||
<path d="M11.7998 15.8L11.7998 16.3" stroke="#B5B8CB" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
|
@ -0,0 +1,4 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19 10C19 11.9587 18.367 14 16.899 16C16.0457 17.1625 14.5292 18.8318 13.4088 20.026C12.6423 20.8429 11.3577 20.8429 10.5912 20.026C9.47082 18.8318 7.95432 17.1625 7.10102 16C5.63299 14 5 11.9587 5 10C5 6.13401 8.13401 3 12 3C15.866 3 19 6.13401 19 10Z" stroke="#B5B8CB" stroke-width="1.5"/>
|
||||
<path d="M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z" stroke="#B5B8CB" stroke-width="1.5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 570 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19 8.99996L12 12.5M12 12.5L5 8.99996M12 12.5L12 20M5.00002 10.1606V14.8393C5.00002 15.557 5.38459 16.2197 6.00774 16.5758L11.0077 19.4329C11.6226 19.7843 12.3774 19.7843 12.9923 19.4329L17.9923 16.5758C18.6154 16.2197 19 15.557 19 14.8393V10.1606C19 9.4429 18.6154 8.78021 17.9923 8.42412L12.9923 5.56698C12.3774 5.21563 11.6226 5.21563 11.0077 5.56698L6.00774 8.42412C5.38459 8.78021 5.00002 9.4429 5.00002 10.1606Z" stroke="#B5B8CB" stroke-width="1.5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 572 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14 10.9999L12.0404 12.9595C11.6499 13.35 11.0168 13.35 10.6262 12.9595L10 12.3333M19 8.15985V11.7581C19 14.9976 17.0464 17.9173 14.0519 19.1531L12.763 19.6851C12.2743 19.8867 11.7257 19.8867 11.237 19.6851L9.9481 19.1531C6.95362 17.9173 5 14.9976 5 11.7581V8.15985C5 7.22246 5.65106 6.41083 6.56614 6.20748L7.02026 6.10656C8.00285 5.88821 8.95406 5.5471 9.85148 5.09126L11.0943 4.46001C11.6635 4.17088 12.3365 4.17088 12.9057 4.46001L14.1485 5.09126C15.0459 5.5471 15.9971 5.88821 16.9797 6.10656L17.4339 6.20748C18.3489 6.41083 19 7.22245 19 8.15985Z" stroke="#B5B8CB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 754 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19 10H19.75V9.68934L19.5303 9.46967L19 10ZM14 5L14.5303 4.46967L14.3107 4.25H14V5ZM12 12.75C12.4142 12.75 12.75 12.4142 12.75 12C12.75 11.5858 12.4142 11.25 12 11.25V12.75ZM8 11.25C7.58579 11.25 7.25 11.5858 7.25 12C7.25 12.4142 7.58579 12.75 8 12.75V11.25ZM10 15.75C10.4142 15.75 10.75 15.4142 10.75 15C10.75 14.5858 10.4142 14.25 10 14.25V15.75ZM8 14.25C7.58579 14.25 7.25 14.5858 7.25 15C7.25 15.4142 7.58579 15.75 8 15.75V14.25ZM17 18.25H7V19.75H17V18.25ZM5.75 17V7H4.25V17H5.75ZM18.25 10V17H19.75V10H18.25ZM14 4.25H7V5.75H14V4.25ZM7 18.25C6.30964 18.25 5.75 17.6904 5.75 17H4.25C4.25 18.5188 5.48122 19.75 7 19.75V18.25ZM17 19.75C18.5188 19.75 19.75 18.5188 19.75 17H18.25C18.25 17.6904 17.6904 18.25 17 18.25V19.75ZM5.75 7C5.75 6.30964 6.30964 5.75 7 5.75V4.25C5.48122 4.25 4.25 5.48122 4.25 7H5.75ZM19 9.25H16V10.75H19V9.25ZM14.75 8V5H13.25V8H14.75ZM16 9.25C15.3096 9.25 14.75 8.69036 14.75 8H13.25C13.25 9.51878 14.4812 10.75 16 10.75V9.25ZM12 11.25H8V12.75H12V11.25ZM10 14.25H8V15.75H10V14.25ZM13.4697 5.53033L18.4697 10.5303L19.5303 9.46967L14.5303 4.46967L13.4697 5.53033Z" fill="#B5B8CB"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 132 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 302 KiB |
After Width: | Height: | Size: 501 KiB |
After Width: | Height: | Size: 290 KiB |
|
@ -0,0 +1,3 @@
|
|||
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.75 2C0.75 1.30964 1.30964 0.75 2 0.75H12C12.6904 0.75 13.25 1.30964 13.25 2V2.56476L7.62017 5.7818C7.23588 6.0014 6.76412 6.0014 6.37983 5.7818L0.75 2.56476V2ZM8.36438 7.08417L13.25 4.29239V12C13.25 12.6904 12.6904 13.25 12 13.25H2C1.30964 13.25 0.75 12.6904 0.75 12V4.29238L5.63562 7.08417C6.48106 7.56728 7.51894 7.56728 8.36438 7.08417Z" fill="#FFBF00"/>
|
||||
</svg>
|
After Width: | Height: | Size: 516 B |
After Width: | Height: | Size: 138 KiB |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19 17V11.0292C19 10.3833 18.6881 9.77715 18.1625 9.40173L13.1625 5.8303C12.4671 5.33359 11.5329 5.33359 10.8375 5.8303L5.83752 9.40173C5.31193 9.77715 5 10.3833 5 11.0292V17C5 18.1045 5.89543 19 7 19H9C9.55228 19 10 18.5522 10 18V15C10 14.4477 10.4477 14 11 14H13C13.5523 14 14 14.4477 14 15V18C14 18.5522 14.4477 19 15 19H17C18.1046 19 19 18.1045 19 17Z" fill="#3D4FF4"/>
|
||||
</svg>
|
After Width: | Height: | Size: 489 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19 17V11.0293C19 10.3834 18.6881 9.77721 18.1625 9.40179L13.1625 5.83036C12.4671 5.33365 11.5329 5.33365 10.8375 5.83036L5.83752 9.40179C5.31193 9.77721 5 10.3834 5 11.0293V17C5 18.1046 5.89543 19 7 19H9C9.55228 19 10 18.5523 10 18V15C10 14.4477 10.4477 14 11 14H13C13.5523 14 14 14.4477 14 15V18C14 18.5523 14.4477 19 15 19H17C18.1046 19 19 18.1046 19 17Z" stroke="#B5B8CB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 559 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 19L18.2747 17.2072C18.704 17.0846 19 16.6922 19 16.2457V11M12 19V6M12 19L5.72528 17.2072C5.29598 17.0846 5 16.6922 5 16.2457V11M12 6L14 11H21L19 7L12 6ZM12 6L10 11H3L5 7L12 6Z" stroke="#B5B8CB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 381 B |
|
@ -0,0 +1,5 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14 11L12 6L19 7L21 11H14Z" fill="#3D4FF4"/>
|
||||
<path d="M10 11L12 6L5 7L3 11H10Z" fill="#3D4FF4"/>
|
||||
<path d="M12 19L18.2747 17.2072C18.704 17.0846 19 16.6922 19 16.2457V11M12 19V6M12 19L5.72528 17.2072C5.29598 17.0846 5 16.6922 5 16.2457V11M12 6L14 11H21L19 7L12 6ZM12 6L10 11H3L5 7L12 6Z" stroke="#3D4FF4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 489 B |
|
@ -0,0 +1,5 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14.3928 11.1429C14.3928 12.4644 13.3215 13.5357 12 13.5357C10.6785 13.5357 9.60713 12.4644 9.60713 11.1429C9.60713 9.82132 10.6785 8.75 12 8.75C13.3215 8.75 14.3928 9.82132 14.3928 11.1429Z" stroke="#B5B8CB" stroke-width="1.5"/>
|
||||
<path d="M15.9286 19C15.9286 17.4286 14.1697 15.8572 12 15.8572C9.83031 15.8572 8.07143 17.4286 8.07143 19" stroke="#B5B8CB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z" stroke="#B5B8CB" stroke-width="1.5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 702 B |
|
@ -0,0 +1,6 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z" stroke="#3D4FF4" stroke-width="1.5"/>
|
||||
<path d="M14.3929 11.1429C14.3929 12.4644 13.3216 13.5357 12 13.5357C10.6785 13.5357 9.60718 12.4644 9.60718 11.1429C9.60718 9.82132 10.6785 8.75 12 8.75C13.3216 8.75 14.3929 9.82132 14.3929 11.1429Z" fill="#3D4FF4" stroke="#3D4FF4" stroke-width="1.5"/>
|
||||
<path d="M15.9284 19C15.9284 17.4286 14.1696 15.8572 11.9999 15.8572C9.83017 15.8572 8.07129 17.4286 8.07129 19" stroke="#3D4FF4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M13 16L16 18.5L14.5 19.5L11.5 20L9 19.5L8 18.5L8.5 17L11 16H13Z" fill="#3D4FF4"/>
|
||||
</svg>
|
After Width: | Height: | Size: 814 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19 10.5V17.5C19 18.6046 18.1046 19.5 17 19.5H7C5.89543 19.5 5 18.6046 5 17.5V10.5M19 10.5H5M19 10.5C19.5523 10.5 20 10.0523 20 9.49999V8.49999C20 7.9477 19.5523 7.49999 19 7.49999H5C4.44772 7.49999 4 7.9477 4 8.49999V9.49999C4 10.0523 4.44772 10.5 5 10.5M12 6.49999V19.5M17 7.49999V5.58061C17 4.74211 16.0301 4.27593 15.3753 4.79974L12.6247 7.00023C12.2595 7.29241 11.7405 7.29241 11.3753 7.00023L8.62469 4.79974C7.96993 4.27593 7 4.74211 7 5.58061V7.49999" stroke="#B5B8CB" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 659 B |
|
@ -0,0 +1,4 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M4 8.50011C4 7.94783 4.44772 7.50011 5 7.50011H19C19.5523 7.50011 20 7.94783 20 8.50011V9.50011C20 10.0524 19.5523 10.5001 19 10.5001H5C4.44772 10.5001 4 10.0524 4 9.50011V8.50011Z" fill="#3D4FF4"/>
|
||||
<path d="M19 10.5001V17.5001C19 18.6047 18.1046 19.5001 17 19.5001H7C5.89543 19.5001 5 18.6047 5 17.5001V10.5001M19 10.5001H5M19 10.5001C19.5523 10.5001 20 10.0524 20 9.50011V8.50011C20 7.94783 19.5523 7.50011 19 7.50011H5C4.44772 7.50011 4 7.94783 4 8.50011V9.50011C4 10.0524 4.44772 10.5001 5 10.5001M12 6.50011V19.5001M17 7.50011V5.58073C17 4.74223 16.0301 4.27606 15.3753 4.79987L12.6247 7.00035C12.2595 7.29253 11.7405 7.29253 11.3753 7.00035L8.62469 4.79987C7.96993 4.27606 7 4.74223 7 5.58073V7.50011" stroke="#3D4FF4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 909 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.32573 7.99998V8.74998V7.99998ZM18.6126 7.99998V7.24998V7.99998ZM19.5613 9.3162L18.8497 9.07903V9.07903L19.5613 9.3162ZM18.4096 12.7712L17.6981 12.5341V12.5341L18.4096 12.7712ZM16.7112 14.1289L16.6366 13.3826L16.7112 14.1289ZM9.66294 14.8337L9.73756 15.58L9.66294 14.8337ZM6.36421 9.2747L5.64306 9.48074L6.36421 9.2747ZM7.54088 13.393L8.26202 13.187L7.54088 13.393ZM6.27643 11.6973C6.38542 12.0969 6.79772 12.3325 7.19734 12.2235C7.59696 12.1145 7.83256 11.7022 7.72357 11.3026L6.27643 11.6973ZM5.90194 7.47376L5.17837 7.6711H5.17837L5.90194 7.47376ZM3.97239 6L3.9724 6.75H3.9724L3.97239 6ZM3.49999 5.25001C3.08578 5.25001 2.74999 5.5858 2.75 6.00002C2.75 6.41423 3.0858 6.75001 3.50001 6.75001L3.49999 5.25001ZM7.32573 8.74998H18.6126V7.24998L7.32573 7.24998V8.74998ZM18.8497 9.07903L17.6981 12.5341L19.1211 13.0084L20.2728 9.55337L18.8497 9.07903ZM16.6366 13.3826L9.58831 14.0874L9.73756 15.58L16.7858 14.8751L16.6366 13.3826ZM5.64306 9.48074L6.81974 13.5991L8.26202 13.187L7.08535 9.06866L5.64306 9.48074ZM17.6981 12.5341C17.5423 13.0013 17.1267 13.3336 16.6366 13.3826L16.7858 14.8751C17.8641 14.7673 18.7784 14.0364 19.1211 13.0084L17.6981 12.5341ZM18.6126 8.74998C18.7832 8.74998 18.9037 8.91715 18.8497 9.07903L20.2728 9.55337C20.6505 8.42019 19.807 7.24998 18.6126 7.24998V8.74998ZM7.32573 7.24998C6.16307 7.24998 5.32366 8.36281 5.64306 9.48074L7.08535 9.06866C7.03972 8.90895 7.15964 8.74998 7.32573 8.74998V7.24998ZM9.58831 14.0874C8.98662 14.1476 8.42814 13.7684 8.26202 13.187L6.81974 13.5991C7.1852 14.8782 8.41386 15.7123 9.73756 15.58L9.58831 14.0874ZM16 18.25C15.8619 18.25 15.75 18.138 15.75 18H14.25C14.25 18.9665 15.0335 19.75 16 19.75V18.25ZM15.75 18C15.75 17.8619 15.8619 17.75 16 17.75V16.25C15.0335 16.25 14.25 17.0335 14.25 18H15.75ZM16 17.75C16.1381 17.75 16.25 17.8619 16.25 18H17.75C17.75 17.0335 16.9665 16.25 16 16.25V17.75ZM16.25 18C16.25 18.138 16.1381 18.25 16 18.25V19.75C16.9665 19.75 17.75 18.9665 17.75 18H16.25ZM10 18.25C9.86193 18.25 9.75 18.138 9.75 18H8.25C8.25 18.9665 9.0335 19.75 10 19.75V18.25ZM9.75 18C9.75 17.8619 9.86193 17.75 10 17.75V16.25C9.0335 16.25 8.25 17.0335 8.25 18H9.75ZM10 17.75C10.1381 17.75 10.25 17.8619 10.25 18H11.75C11.75 17.0335 10.9665 16.25 10 16.25V17.75ZM10.25 18C10.25 18.138 10.1381 18.25 10 18.25V19.75C10.9665 19.75 11.75 18.9665 11.75 18H10.25ZM7.72357 11.3026L6.62552 7.27642L5.17837 7.6711L6.27643 11.6973L7.72357 11.3026ZM3.97238 5.25L3.49999 5.25001L3.50001 6.75001L3.9724 6.75L3.97238 5.25ZM6.62552 7.27642C6.29921 6.07999 5.21251 5.24998 3.97238 5.25L3.9724 6.75C4.53609 6.74999 5.03005 7.12727 5.17837 7.6711L6.62552 7.27642Z" fill="#B5B8CB"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.7 KiB |