Merge branch 'main' of https://github.com/MicrosoftDocs/windows-docs-pr into cpw-ad-wam-8470699
@ -167,7 +167,7 @@
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/stop-employees-from-using-the-windows-store.md",
|
||||
"redirect_url": "/windows/configuration/stop-employees-from-using-microsoft-store",
|
||||
"redirect_url": "/windows/configuration/store",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
@ -282,7 +282,7 @@
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/configure-windows-10-taskbar.md",
|
||||
"redirect_url": "/windows/configuration/taskbar/configure-windows-10-taskbar",
|
||||
"redirect_url": "/windows/configuration/taskbar/",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
@ -297,7 +297,7 @@
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/customize-taskbar-windows-11.md",
|
||||
"redirect_url": "/windows/configuration/taskbar/customize-taskbar-windows-11",
|
||||
"redirect_url": "/windows/configuration/taskbar",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
@ -392,7 +392,7 @@
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/manage-tips-and-suggestions.md",
|
||||
"redirect_url": "/windows/configuration/tips/manage-tips-and-suggestions",
|
||||
"redirect_url": "/windows/configuration/",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
@ -432,7 +432,12 @@
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/stop-employees-from-using-microsoft-store.md",
|
||||
"redirect_url": "/windows/configuration/store/stop-employees-from-using-microsoft-store",
|
||||
"redirect_url": "/windows/configuration/store",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/store/stop-employees-from-using-microsoft-store.md",
|
||||
"redirect_url": "/windows/configuration/store",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
@ -442,7 +447,7 @@
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/supported-csp-taskbar-windows.md",
|
||||
"redirect_url": "/windows/configuration/taskbar/supported-csp-taskbar-windows",
|
||||
"redirect_url": "/windows/configuration/taskbar/policy-settings",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
@ -750,9 +755,14 @@
|
||||
"redirect_url": "/windows/configuration/assigned-access/configuration-file",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/assigned-access/create-xml.md",
|
||||
"redirect_url": "/windows/configuration/assigned-access/configuration-file",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/kiosk/lock-down-windows-11-to-specific-apps.md",
|
||||
"redirect_url": "/windows/configuration/assigned-access/create-xml",
|
||||
"redirect_url": "/windows/configuration/assigned-access/configuration-file",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
@ -832,12 +842,27 @@
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/taskbar/configure-windows-10-taskbar.md",
|
||||
"redirect_url": "/windows/configuration/taskbar",
|
||||
"redirect_url": "/windows/configuration/taskbar/",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/taskbar/customize-taskbar-windows-11.md",
|
||||
"redirect_url": "/windows/configuration/taskbar",
|
||||
"redirect_url": "/windows/configuration/taskbar/",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/tips/manage-tips-and-suggestions.md",
|
||||
"redirect_url": "/windows/configuration",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/taskbar/configure.md",
|
||||
"redirect_url": "/windows/configuration/taskbar/",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
"source_path": "windows/configuration/taskbar/supported-csp-taskbar-windows.md",
|
||||
"redirect_url": "/windows/configuration/taskbar/policy-settings",
|
||||
"redirect_document_id": false
|
||||
}
|
||||
]
|
||||
|
@ -16,13 +16,19 @@ ms.date: 01/18/2024
|
||||
The BitLocker configuration service provider (CSP) is used by the enterprise to manage encryption of PCs and devices. This CSP was added in Windows 10, version 1703. Starting in Windows 10, version 1809, it's also supported in Windows 10 Pro.
|
||||
|
||||
> [!NOTE]
|
||||
> To manage BitLocker through CSP except to enable and disable it using the `RequireDeviceEncryption` policy, one of the following licenses must be assigned to your users regardless of your management platform:
|
||||
>
|
||||
> - Settings are enforced only at the time encryption is started. Encryption isn't restarted with settings changes.
|
||||
> - You must send all the settings together in a single SyncML to be effective.
|
||||
> - Windows 10/11 Enterprise E3 or E5 (included in Microsoft 365 F3, E3, and E5).
|
||||
> - Windows 10/11 Enterprise A3 or A5 (included in Microsoft 365 A3 and A5).
|
||||
|
||||
A `Get` operation on any of the settings, except for `RequireDeviceEncryption` and `RequireStorageCardEncryption`, returns the setting configured by the admin.
|
||||
|
||||
For RequireDeviceEncryption and RequireStorageCardEncryption, the Get operation returns the actual status of enforcement to the admin, such as if Trusted Platform Module (TPM) protection is required and if encryption is required. And if the device has BitLocker enabled but with password protector, the status reported is 0. A Get operation on RequireDeviceEncryption doesn't verify that a minimum PIN length is enforced (SystemDrivesMinimumPINLength).
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> - Settings are enforced only at the time encryption is started. Encryption isn't restarted with settings changes.
|
||||
> - You must send all the settings together in a single SyncML to be effective.
|
||||
<!-- BitLocker-Editable-End -->
|
||||
|
||||
<!-- BitLocker-Tree-Begin -->
|
||||
@ -654,7 +660,7 @@ Sample value for this node to enable this policy is: `<enabled/>`
|
||||
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||
**Example**:
|
||||
|
||||
To disable this policy, use hte following SyncML:
|
||||
To disable this policy, use the following SyncML:
|
||||
|
||||
```xml
|
||||
<Replace>
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: CloudDesktop CSP
|
||||
description: Learn more about the CloudDesktop CSP.
|
||||
ms.date: 01/18/2024
|
||||
ms.date: 03/05/2024
|
||||
---
|
||||
|
||||
<!-- Auto-Generated CSP Document -->
|
||||
@ -29,7 +29,7 @@ The following list shows the CloudDesktop configuration service provider nodes:
|
||||
<!-- Device-BootToCloudPCEnhanced-Applicability-Begin -->
|
||||
| Scope | Editions | Applicable OS |
|
||||
|:--|:--|:--|
|
||||
| ✅ Device <br> ❌ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ❌ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview |
|
||||
| ✅ Device <br> ❌ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ❌ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.3235] and later |
|
||||
<!-- Device-BootToCloudPCEnhanced-Applicability-End -->
|
||||
|
||||
<!-- Device-BootToCloudPCEnhanced-OmaUri-Begin -->
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: CloudDesktop DDF file
|
||||
description: View the XML file containing the device description framework (DDF) for the CloudDesktop configuration service provider.
|
||||
ms.date: 01/31/2024
|
||||
ms.date: 03/05/2024
|
||||
---
|
||||
|
||||
<!-- Auto-Generated CSP Document -->
|
||||
@ -38,9 +38,9 @@ The following XML file contains the device description framework (DDF) for the C
|
||||
<MIME />
|
||||
</DFType>
|
||||
<MSFT:Applicability>
|
||||
<MSFT:OsBuildVersion>99.9.99999</MSFT:OsBuildVersion>
|
||||
<MSFT:CspVersion>9.9</MSFT:CspVersion>
|
||||
<MSFT:EditionAllowList>0x4;0x30;0x31;0x7E;0x88;0xA1;0xA2;0xA4;0xA5;0xBC;0xBF;0xCD;0xD2;</MSFT:EditionAllowList>
|
||||
<MSFT:OsBuildVersion>10.0.22621.3235</MSFT:OsBuildVersion>
|
||||
<MSFT:CspVersion>1.0</MSFT:CspVersion>
|
||||
<MSFT:EditionAllowList>0x4;0x30;0x31;0x7E;0x87;0x88;0x88*;0xA1;0xA2;0xA4;0xA5;0xB4;0xBC;0xBD;0xBF;</MSFT:EditionAllowList>
|
||||
</MSFT:Applicability>
|
||||
</DFProperties>
|
||||
<Node>
|
||||
@ -68,8 +68,8 @@ The following XML file contains the device description framework (DDF) for the C
|
||||
<MIME />
|
||||
</DFType>
|
||||
<MSFT:Applicability>
|
||||
<MSFT:OsBuildVersion>99.9.99999</MSFT:OsBuildVersion>
|
||||
<MSFT:CspVersion>9.9</MSFT:CspVersion>
|
||||
<MSFT:OsBuildVersion>10.0.22621.3235</MSFT:OsBuildVersion>
|
||||
<MSFT:CspVersion>1.0</MSFT:CspVersion>
|
||||
</MSFT:Applicability>
|
||||
<MSFT:AllowedValues ValueType="ENUM">
|
||||
<MSFT:Enum>
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Personalization CSP
|
||||
description: Learn more about the Personalization CSP.
|
||||
ms.date: 01/31/2024
|
||||
ms.date: 03/05/2024
|
||||
---
|
||||
|
||||
<!-- Auto-Generated CSP Document -->
|
||||
@ -9,8 +9,6 @@ ms.date: 01/31/2024
|
||||
<!-- Personalization-Begin -->
|
||||
# Personalization CSP
|
||||
|
||||
[!INCLUDE [Windows Insider tip](includes/mdm-insider-csp-note.md)]
|
||||
|
||||
<!-- Personalization-Editable-Begin -->
|
||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||
The Personalization CSP can set the lock screen, desktop background images and company branding on sign-in screen ([BootToCloud mode](policy-csp-clouddesktop.md#boottocloudmode) only). Setting these policies also prevents the user from changing the image. You can also use the Personalization settings in a provisioning package.
|
||||
@ -38,7 +36,7 @@ The following list shows the Personalization configuration service provider node
|
||||
<!-- Device-CompanyLogoStatus-Applicability-Begin -->
|
||||
| Scope | Editions | Applicable OS |
|
||||
|:--|:--|:--|
|
||||
| ✅ Device <br> ❌ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview |
|
||||
| ✅ Device <br> ❌ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.3235] and later |
|
||||
<!-- Device-CompanyLogoStatus-Applicability-End -->
|
||||
|
||||
<!-- Device-CompanyLogoStatus-OmaUri-Begin -->
|
||||
@ -77,7 +75,7 @@ This represents the status of the Company Logo. 1 - Successfully downloaded or c
|
||||
<!-- Device-CompanyLogoUrl-Applicability-Begin -->
|
||||
| Scope | Editions | Applicable OS |
|
||||
|:--|:--|:--|
|
||||
| ✅ Device <br> ❌ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview |
|
||||
| ✅ Device <br> ❌ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.3235] and later |
|
||||
<!-- Device-CompanyLogoUrl-Applicability-End -->
|
||||
|
||||
<!-- Device-CompanyLogoUrl-OmaUri-Begin -->
|
||||
@ -116,7 +114,7 @@ An http or https Url to a jpg, jpeg or png image that needs to be downloaded and
|
||||
<!-- Device-CompanyName-Applicability-Begin -->
|
||||
| Scope | Editions | Applicable OS |
|
||||
|:--|:--|:--|
|
||||
| ✅ Device <br> ❌ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview |
|
||||
| ✅ Device <br> ❌ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621.3235] and later |
|
||||
<!-- Device-CompanyName-Applicability-End -->
|
||||
|
||||
<!-- Device-CompanyName-OmaUri-Begin -->
|
||||
@ -127,7 +125,7 @@ An http or https Url to a jpg, jpeg or png image that needs to be downloaded and
|
||||
|
||||
<!-- Device-CompanyName-Description-Begin -->
|
||||
<!-- Description-Source-DDF -->
|
||||
This represents the name of the company. It can be at most 30 characters long. This setting is currently available only for boot to cloud shared pc mode to display the company name on sign-in screen.
|
||||
The name of the company to be displayed on the sign-in screen. This setting is currently available for boot to cloud shared pc mode only.
|
||||
<!-- Device-CompanyName-Description-End -->
|
||||
|
||||
<!-- Device-CompanyName-Editable-Begin -->
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Personalization DDF file
|
||||
description: View the XML file containing the device description framework (DDF) for the Personalization configuration service provider.
|
||||
ms.date: 01/31/2024
|
||||
ms.date: 03/05/2024
|
||||
---
|
||||
|
||||
<!-- Auto-Generated CSP Document -->
|
||||
@ -42,7 +42,7 @@ The following XML file contains the device description framework (DDF) for the P
|
||||
<MSFT:Applicability>
|
||||
<MSFT:OsBuildVersion>10.0.16299</MSFT:OsBuildVersion>
|
||||
<MSFT:CspVersion>1.0</MSFT:CspVersion>
|
||||
<MSFT:EditionAllowList>0x4;0x1B;0x30;0x31;0x48;0x54;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x88;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xBC;0xBF;0xCA;0xCB;0xCD;0xCF;0xD2;</MSFT:EditionAllowList>
|
||||
<MSFT:EditionAllowList>0x4;0x1B;0x30;0x31;0x48;0x54;0x77;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x87;0x88;0x88*;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xB4;0xBC;0xBD;0xBF;0xCA;0xCB;</MSFT:EditionAllowList>
|
||||
</MSFT:Applicability>
|
||||
</DFProperties>
|
||||
<Node>
|
||||
@ -101,7 +101,7 @@ The following XML file contains the device description framework (DDF) for the P
|
||||
<Get />
|
||||
<Replace />
|
||||
</AccessType>
|
||||
<Description>A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image.</Description>
|
||||
<Description>A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -148,7 +148,7 @@ The following XML file contains the device description framework (DDF) for the P
|
||||
<Get />
|
||||
<Replace />
|
||||
</AccessType>
|
||||
<Description>A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Company Logo or a file Url to a local image on the file system that needs to be used as the Company Logo. This setting is currently available for boot to cloud shared pc mode only.</Description>
|
||||
<Description>A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Company Logo or a file Url to a local image on the file system that needs to be used as the Company Logo. This setting is currently available for boot to cloud shared pc mode only.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -162,7 +162,7 @@ The following XML file contains the device description framework (DDF) for the P
|
||||
<MIME />
|
||||
</DFType>
|
||||
<MSFT:Applicability>
|
||||
<MSFT:OsBuildVersion>99.9.99999</MSFT:OsBuildVersion>
|
||||
<MSFT:OsBuildVersion>10.0.22621.3235</MSFT:OsBuildVersion>
|
||||
<MSFT:CspVersion>2.0</MSFT:CspVersion>
|
||||
</MSFT:Applicability>
|
||||
<MSFT:AllowedValues ValueType="None">
|
||||
@ -189,7 +189,7 @@ The following XML file contains the device description framework (DDF) for the P
|
||||
<MIME />
|
||||
</DFType>
|
||||
<MSFT:Applicability>
|
||||
<MSFT:OsBuildVersion>99.9.99999</MSFT:OsBuildVersion>
|
||||
<MSFT:OsBuildVersion>10.0.22621.3235</MSFT:OsBuildVersion>
|
||||
<MSFT:CspVersion>2.0</MSFT:CspVersion>
|
||||
</MSFT:Applicability>
|
||||
</DFProperties>
|
||||
@ -203,7 +203,7 @@ The following XML file contains the device description framework (DDF) for the P
|
||||
<Get />
|
||||
<Replace />
|
||||
</AccessType>
|
||||
<Description>This represents the name of the company. It can be at most 30 characters long. This setting is currently available only for boot to cloud shared pc mode to display the company name on sign-in screen.</Description>
|
||||
<Description>The name of the company to be displayed on the sign-in screen. This setting is currently available for boot to cloud shared pc mode only.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -217,7 +217,7 @@ The following XML file contains the device description framework (DDF) for the P
|
||||
<MIME />
|
||||
</DFType>
|
||||
<MSFT:Applicability>
|
||||
<MSFT:OsBuildVersion>99.9.99999</MSFT:OsBuildVersion>
|
||||
<MSFT:OsBuildVersion>10.0.22621.3235</MSFT:OsBuildVersion>
|
||||
<MSFT:CspVersion>2.0</MSFT:CspVersion>
|
||||
</MSFT:Applicability>
|
||||
<MSFT:AllowedValues ValueType="RegEx">
|
||||
|
@ -39,6 +39,10 @@ ms.date: 02/03/2023
|
||||
- [DeliveryOptimization/DOSetHoursToLimitForegroundDownloadBandwidth](policy-csp-deliveryoptimization.md#dosethourstolimitforegrounddownloadbandwidth) <sup>10</sup>
|
||||
- [DeliveryOptimization/DOSetHoursToLimitBackgroundDownloadBandwidth](policy-csp-deliveryoptimization.md#dosethourstolimitbackgrounddownloadbandwidth) <sup>10</sup>
|
||||
- [DeliveryOptimization/DOSetHoursToLimitBackgroundDownloadBandwidth](policy-csp-deliveryoptimization.md#dosethourstolimitbackgrounddownloadbandwidth) <sup>10</sup>
|
||||
- [Device/{TenantId}/Policies/EnableWindowsHelloProvisioningForSecurityKeys](passportforwork-csp.md#devicetenantidpoliciesenablewindowshelloprovisioningforsecuritykeys) <sup>12</sup>
|
||||
- [DeviceInstallation/AllowInstallationOfMatchingDeviceIDs](policy-csp-deviceinstallation.md#allowinstallationofmatchingdeviceids) <sup>12</sup>
|
||||
- [DeviceInstallation/DeviceInstall_Removable_Deny](policy-csp-admx-deviceinstallation.md#deviceinstall_removable_deny) <sup>12</sup>
|
||||
- [DeviceInstallation/EnableInstallationPolicyLayering](policy-csp-deviceinstallation.md#enableinstallationpolicylayering) <sup>12</sup>
|
||||
- [DeviceLock/AllowIdleReturnWithoutPassword](policy-csp-devicelock.md#allowidlereturnwithoutpassword)
|
||||
- [DeviceLock/AllowSimpleDevicePassword](policy-csp-devicelock.md#allowsimpledevicepassword)
|
||||
- [DeviceLock/AlphanumericDevicePasswordRequired](policy-csp-devicelock.md#alphanumericdevicepasswordrequired)
|
||||
@ -59,12 +63,18 @@ ms.date: 02/03/2023
|
||||
- [MixedReality/ConfigureMovingPlatform](policy-csp-mixedreality.md#configuremovingplatform) <sup>*[Feb. 2022 Servicing release](/hololens/hololens-release-notes#windows-holographic-version-21h2---february-2022-update)</sup>
|
||||
- [MixedReality/ConfigureNtpClient](./policy-csp-mixedreality.md#configurentpclient) <sup>12</sup>
|
||||
- [MixedReality/DisallowNetworkConnectivityPassivePolling](./policy-csp-mixedreality.md#disallownetworkconnectivitypassivepolling) <sup>12</sup>
|
||||
- [MixedReality/EnableStartMenuWristTap](./policy-csp-mixedreality.md#enablestartmenuwristtap)<sup>12</sup>
|
||||
- [MixedReality/EnableStartMenuSingleHandGesture](./policy-csp-mixedreality.md#enablestartmenusinglehandgesture) <sup>12</sup>
|
||||
- [MixedReality/EnableStartMenuVoiceCommand](./policy-csp-mixedreality.md#enablestartmenuvoicecommand) <sup>12</sup>
|
||||
- [MixedReality/FallbackDiagnostics](./policy-csp-mixedreality.md#fallbackdiagnostics) <sup>9</sup>
|
||||
- [MixedReality/ManualDownDirectionDisabled](policy-csp-mixedreality.md#manualdowndirectiondisabled) <sup>*[Feb. 2022 Servicing release](/hololens/hololens-release-notes#windows-holographic-version-21h2---february-2022-update)</sup>
|
||||
- [MixedReality/MicrophoneDisabled](./policy-csp-mixedreality.md#microphonedisabled) <sup>9</sup>
|
||||
- [MixedReality/NtpClientEnabled](./policy-csp-mixedreality.md#ntpclientenabled) <sup>12</sup>
|
||||
- [MixedReality/PreferLogonAsOtherUser](./policy-csp-mixedreality.md#preferlogonasotheruser) <sup>12</sup>
|
||||
- [MixedReality/SkipCalibrationDuringSetup](./policy-csp-mixedreality.md#skipcalibrationduringsetup) <sup>12</sup>
|
||||
- [MixedReality/SkipTrainingDuringSetup](./policy-csp-mixedreality.md#skiptrainingduringsetup) <sup>12</sup>
|
||||
- [MixedReality/RequireStartIconHold](./policy-csp-mixedreality.md#requirestarticonhold) <sup>12</sup>
|
||||
- [MixedReality/RequireStartIconVisible](./policy-csp-mixedreality.md#requirestarticonvisible) <sup>12</sup>
|
||||
- [MixedReality/VisitorAutoLogon](policy-csp-mixedreality.md#visitorautologon) <sup>10</sup>
|
||||
- [MixedReality/VolumeButtonDisabled](./policy-csp-mixedreality.md#volumebuttondisabled) <sup>9</sup>
|
||||
- [Power/DisplayOffTimeoutOnBattery](./policy-csp-power.md#displayofftimeoutonbattery) <sup>9, 14</sup>
|
||||
@ -91,9 +101,9 @@ ms.date: 02/03/2023
|
||||
- [Privacy/LetAppsAccessGazeInput_ForceDenyTheseApps](policy-csp-privacy.md#letappsaccessgazeinput_forcedenytheseapps) <sup>8</sup>
|
||||
- [Privacy/LetAppsAccessGazeInput_UserInControlOfTheseApps](policy-csp-privacy.md#letappsaccessgazeinput_userincontroloftheseapps) <sup>8</sup>
|
||||
- [Privacy/LetAppsAccessLocation](policy-csp-privacy.md#letappsaccesslocation)
|
||||
- [Privacy/LetAppsAccessLocation_ForceAllowTheseApps](/windows/client-management/mdm/policy-csp-privacy) <sup>12</sup>
|
||||
- [Privacy/LetAppsAccessLocation_ForceDenyTheseApps](/windows/client-management/mdm/policy-csp-privacy) <sup>12</sup>
|
||||
- [Privacy/LetAppsAccessLocation_UserInControlOfTheseApps](/windows/client-management/mdm/policy-csp-privacy) <sup>12</sup>
|
||||
- [Privacy/LetAppsAccessLocation_ForceAllowTheseApps](policy-csp-privacy.md#letappsaccesslocation_forceallowtheseapps) <sup>12</sup>
|
||||
- [Privacy/LetAppsAccessLocation_ForceDenyTheseApps](policy-csp-privacy.md#letappsaccesslocation_forcedenytheseapps) <sup>12</sup>
|
||||
- [Privacy/LetAppsAccessLocation_UserInControlOfTheseApps](policy-csp-privacy.md#letappsaccesslocation_userincontroloftheseapps) <sup>12</sup>
|
||||
- [Privacy/LetAppsAccessMicrophone](policy-csp-privacy.md#letappsaccessmicrophone)
|
||||
- [Privacy/LetAppsAccessMicrophone_ForceAllowTheseApps](policy-csp-privacy.md#letappsaccessmicrophone_forceallowtheseapps) <sup>8</sup>
|
||||
- [Privacy/LetAppsAccessMicrophone_ForceDenyTheseApps](policy-csp-privacy.md#letappsaccessmicrophone_forcedenytheseapps) <sup>8</sup>
|
||||
@ -113,8 +123,8 @@ ms.date: 02/03/2023
|
||||
- [System/AllowLocation](policy-csp-system.md#allowlocation)
|
||||
- [System/AllowStorageCard](policy-csp-system.md#allowstoragecard)
|
||||
- [System/AllowTelemetry](policy-csp-system.md#allowtelemetry)
|
||||
- [System/ConfigureTelemetryOptInSettingsUx](/windows/client-management/mdm/policy-csp-system) <sup>12</sup>
|
||||
- [System/DisableDeviceDelete](/windows/client-management/mdm/policy-csp-system) <sup>12</sup>
|
||||
- [System/ConfigureTelemetryOptInSettingsUx](policy-csp-system.md#configuretelemetryoptinsettingsux) <sup>12</sup>
|
||||
- [System/DisableDeviceDelete](policy-csp-system.md#disabledevicedelete) <sup>12</sup>
|
||||
- [TimeLanguageSettings/ConfigureTimeZone](./policy-csp-timelanguagesettings.md#configuretimezone) <sup>9</sup>
|
||||
- [Update/ActiveHoursEnd](./policy-csp-update.md#activehoursend) <sup>9</sup>
|
||||
- [Update/ActiveHoursMaxRange](./policy-csp-update.md#activehoursmaxrange) <sup>9</sup>
|
||||
@ -165,6 +175,3 @@ Footnotes:
|
||||
[Policy CSP](policy-configuration-service-provider.md)
|
||||
|
||||
[Full HoloLens CSP Details](/windows/client-management/mdm/configuration-service-provider-support)
|
||||
|
||||
|
||||
|
||||
|
@ -24,11 +24,6 @@ $assignedAccessConfiguration = @"
|
||||
</AssignedAccessConfiguration>
|
||||
"@
|
||||
|
||||
$eventLogFilterHashTable = @{
|
||||
ProviderName = "Microsoft-Windows-AssignedAccess";
|
||||
StartTime = Get-Date -Millisecond 0
|
||||
}
|
||||
|
||||
$namespaceName="root\cimv2\mdm\dmmap"
|
||||
$className="MDM_AssignedAccess"
|
||||
$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className
|
||||
|
@ -62,11 +62,6 @@ $assignedAccessConfiguration = @"
|
||||
</AssignedAccessConfiguration>
|
||||
"@
|
||||
|
||||
$eventLogFilterHashTable = @{
|
||||
ProviderName = "Microsoft-Windows-AssignedAccess";
|
||||
StartTime = Get-Date -Millisecond 0
|
||||
}
|
||||
|
||||
$namespaceName="root\cimv2\mdm\dmmap"
|
||||
$className="MDM_AssignedAccess"
|
||||
$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className
|
||||
@ -124,11 +119,6 @@ $assignedAccessConfiguration = @"
|
||||
</AssignedAccessConfiguration>
|
||||
"@
|
||||
|
||||
$eventLogFilterHashTable = @{
|
||||
ProviderName = "Microsoft-Windows-AssignedAccess";
|
||||
StartTime = Get-Date -Millisecond 0
|
||||
}
|
||||
|
||||
$namespaceName="root\cimv2\mdm\dmmap"
|
||||
$className="MDM_AssignedAccess"
|
||||
$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className
|
||||
|
@ -24,7 +24,7 @@ landingContent:
|
||||
- text: Customize the Windows Start menu layout
|
||||
url: start/customize-and-export-start-layout.md
|
||||
- text: Customize the Windows taskbar
|
||||
url: taskbar/configure.md
|
||||
url: taskbar/index.md
|
||||
- text: Configure Windows Spotlight on the lock screen
|
||||
url: lock-screen/windows-spotlight.md
|
||||
- text: Accessibility information for IT pros
|
||||
@ -32,14 +32,16 @@ landingContent:
|
||||
|
||||
- title: Configure a Windows kiosk
|
||||
linkLists:
|
||||
- linkListType: how-to-guide
|
||||
- linkListType: concept
|
||||
links:
|
||||
- text: Configure kiosks and restricted user experiences
|
||||
url: assigned-access/index.md
|
||||
- text: What is Assigned Access?
|
||||
url: assigned-access/overview.md
|
||||
- text: What is Shell Launcher?
|
||||
url: assigned-access/shell-launcher/index.md
|
||||
- linkListType: how-to-guide
|
||||
links:
|
||||
- text: Configure kiosks and restricted user experiences
|
||||
url: assigned-access/index.md
|
||||
- linkListType: quickstart
|
||||
links:
|
||||
- text: Configure a kiosk with Assigned Access
|
||||
@ -48,13 +50,27 @@ landingContent:
|
||||
url: assigned-access/shell-launcher/quickstart-kiosk.md
|
||||
- text: Configure a restricted user experience with Assigned Access
|
||||
url: assigned-access/quickstart-restricted-user-experience.md
|
||||
- linkListType: reference
|
||||
links:
|
||||
- text: Assigned Access XML Schema Definition (XSD)
|
||||
url: assigned-access/xsd.md
|
||||
- text: Shell Launcher XML Schema Definition (XSD)
|
||||
url: assigned-access/shell-launcher/xsd.md
|
||||
|
||||
- title: Configure shared devices
|
||||
linkLists:
|
||||
- linkListType: concept
|
||||
links:
|
||||
- text: Shared devices concepts
|
||||
url: /windows/configuration/shared-pc/shared-devices-concepts
|
||||
- linkListType: how-to-guide
|
||||
links:
|
||||
- text: Manage multi-user and guest devices
|
||||
url: shared-devices-concepts.md
|
||||
- text: Configure a shared or guest Windows device
|
||||
url: /windows/configuration/shared-pc/set-up-shared-or-guest-pc
|
||||
- linkListType: reference
|
||||
links:
|
||||
- text: Shared PC technical reference
|
||||
url: /windows/configuration/shared-pc/shared-pc-technical
|
||||
|
||||
- title: Use provisioning packages
|
||||
linkLists:
|
||||
|
BIN
windows/configuration/store/images/store-blocked.png
Normal file
After Width: | Height: | Size: 78 KiB |
66
windows/configuration/store/index.md
Normal file
@ -0,0 +1,66 @@
|
||||
---
|
||||
title: Configure access to the Microsoft Store app
|
||||
description: Learn how to configure access to the Microsoft Store app.
|
||||
ms.topic: how-to
|
||||
ms.date: 03/13/2024
|
||||
---
|
||||
|
||||
# Configure access to the Microsoft Store app
|
||||
|
||||
Microsoft Store is a digital distribution platform that provides a way for users to install applications on Windows devices. For some organizations, business policies require blocking access to Microsoft Store.
|
||||
|
||||
This article describes how to configure access to the Microsoft Store app in your organization.
|
||||
|
||||
## Prevent access to the Microsoft Store app
|
||||
|
||||
You can use configuration service provider (CSP) or group policy (GPO) settings to configure access to the Microsoft Store app. The CSP configuration is available to Windows Enterprise and Education editions only.
|
||||
|
||||
[!INCLUDE [tab-intro](../../../includes/configure/tab-intro.md)]
|
||||
|
||||
#### [:::image type="icon" source="../images/icons/intune.svg" border="false"::: **Intune/CSP**](#tab/intune)
|
||||
|
||||
[!INCLUDE [intune-settings-catalog-1](../../../includes/configure/intune-settings-catalog-1.md)]
|
||||
|
||||
| Category | Setting name | Value |
|
||||
|--|--|--|
|
||||
| **Administrative Templates > Windows Components > Store** | Turn off the Store application| **Enabled**|
|
||||
|
||||
[!INCLUDE [intune-settings-catalog-2](../../../includes/configure/intune-settings-catalog-2.md)]
|
||||
|
||||
Alternatively, you can configure devices using a [custom policy][INT-1] with the [Policy CSP][CSP-1].
|
||||
|
||||
| Setting |
|
||||
|--|
|
||||
|- **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/ADMX_WindowsStore/RemoveWindowsStore_2`<br>- **Data type:** string<br>- **Value:** `<enabled/>`|
|
||||
|
||||
#### [:::image type="icon" source="../images/icons/group-policy.svg" border="false"::: **GPO**](#tab/gpo)
|
||||
|
||||
[!INCLUDE [gpo-settings-1](../../../includes/configure/gpo-settings-1.md)]
|
||||
|
||||
| Group policy path | Group policy setting | Value |
|
||||
| - | - | - |
|
||||
| **Computer Configuration\Administrative Templates\Windows Components\Store** | Turn off the Store application| **Enabled**|
|
||||
|
||||
[!INCLUDE [gpo-settings-2](../../../includes/configure/gpo-settings-2.md)]
|
||||
|
||||
---
|
||||
|
||||
## User experience
|
||||
|
||||
When you turn off the Microsoft Store application, users get the following message when they open it:
|
||||
|
||||
:::image type="content" source="images/store-blocked.png" alt-text="Screenshot of the Microsoft Store app blocked access." border="false":::
|
||||
|
||||
## Considerations
|
||||
|
||||
Here are some considerations when you prevent access to the Microsoft Store app:
|
||||
|
||||
- Microsoft Store applications keep updating automatically, by default
|
||||
- Users might still be able to install applications using Windows Package Manager (winget), or other methods, if they don't need to acquire the package from Microsoft Store
|
||||
- Devices managed by Microsoft Intune can still install applications sourced from Microsoft Store, even if you block access to the Microsoft Store app. To learn more, see [Add Microsoft Store apps to Microsoft Intune][INT-2]
|
||||
|
||||
<!--links-->
|
||||
|
||||
[CSP-1]: /windows/client-management/mdm/policy-csp-admx-windowsstore
|
||||
[INT-1]: /mem/intune/configuration/settings-catalog
|
||||
[INT-2]: /mem/intune/apps/store-apps-microsoft
|
@ -1,107 +0,0 @@
|
||||
---
|
||||
title: Configure access to Microsoft Store
|
||||
description: Learn how to configure access to Microsoft Store for client computers and mobile devices in your organization.
|
||||
ms.topic: conceptual
|
||||
ms.date: 11/29/2022
|
||||
---
|
||||
|
||||
# Configure access to Microsoft Store
|
||||
|
||||
IT pros can configure access to Microsoft Store for client computers in their organization. For some organizations, business policies require blocking access to Microsoft Store.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> All executable code including Microsoft Store applications should have an update and maintenance plan. Organizations that use Microsoft Store applications should ensure that the applications can be updated through the Microsoft Store over the internet, through the [Private Store](/microsoft-store/distribute-apps-from-your-private-store), or [distributed offline](/microsoft-store/distribute-offline-apps) to keep the applications up to date.
|
||||
|
||||
## Options to configure access to Microsoft Store
|
||||
|
||||
You can use either AppLocker or Group Policy to configure access to Microsoft Store. For Windows 10, configuring access to Microsoft Store is only supported on Windows 10 Enterprise edition.
|
||||
|
||||
## Block Microsoft Store using AppLocker
|
||||
|
||||
Applies to: Windows 10 Enterprise, Windows 10 Education
|
||||
|
||||
AppLocker provides policy-based access control management for applications. You can block access to Microsoft Store app with AppLocker by creating a rule for packaged apps. You'll give the name of the Microsoft Store app as the packaged app that you want to block from client computers.
|
||||
|
||||
For more information on AppLocker, see [What is AppLocker?](/windows/device-security/applocker/what-is-applocker) For more information on creating an AppLocker rule for app packages, see [Create a rule for packaged apps](/windows/device-security/applocker/create-a-rule-for-packaged-apps).
|
||||
|
||||
**To block Microsoft Store using AppLocker:**
|
||||
|
||||
1. Enter **`secpol`** in the search bar to find and start AppLocker.
|
||||
|
||||
1. In the console tree of the snap-in, select **Application Control Policies**, select **AppLocker**, and then select **Packaged app Rules**.
|
||||
|
||||
1. On the **Action** menu, or by right-clicking on **Packaged app Rules**, select **Create New Rule**.
|
||||
|
||||
1. On **Before You Begin**, select **Next**.
|
||||
|
||||
1. On **Permissions**, select the action (allow or deny) and the user or group that the rule should apply to, and then select **Next**.
|
||||
|
||||
1. On **Publisher**, you can select **Use an installed app package as a reference**, and then select **Select**.
|
||||
|
||||
1. On **Select applications**, find and select **Store** under **Applications** column, and then select **OK**. Select **Next**.
|
||||
|
||||
[Create a rule for packaged apps](/windows/device-security/applocker/create-a-rule-for-packaged-apps) has more information on reference options and setting the scope on packaged app rules.
|
||||
|
||||
1. Optional: On **Exceptions**, specify conditions by which to exclude files from being affected by the rule. Conditions allow you to add exceptions based on the same rule reference and rule scope as you set before. Select **Next**.
|
||||
|
||||
## Block Microsoft Store using configuration service provider
|
||||
|
||||
Applies to: Windows 10 Pro, Windows 10 Enterprise, Windows 10 Education
|
||||
|
||||
If you have Windows 10 devices in your organization that are managed using a mobile device management (MDM) system, such as Microsoft Intune, you can block access to Microsoft Store app using the following configuration service providers (CSPs):
|
||||
|
||||
- [Policy CSP](/windows/client-management/mdm/policy-configuration-service-provider)
|
||||
- [AppLocker CSP](/windows/client-management/mdm/applocker-csp)
|
||||
|
||||
For more information, see [Configure an MDM provider](/microsoft-store/configure-mdm-provider-microsoft-store-for-business).
|
||||
|
||||
For more information on the rules available via AppLocker on the different supported operating systems, see [Operating system requirements](/windows/security/threat-protection/windows-defender-application-control/applocker/requirements-to-use-applocker#operating-system-requirements).
|
||||
|
||||
> [!IMPORTANT]
|
||||
> If you block access to the Store using CSP, you need to also configure [AllowAppStoreAutoUpdate](/windows/client-management/mdm/policy-csp-applicationmanagement#applicationmanagement-allowappstoreautoupdate) to enable in-box store apps to update while still blocking access to the store.
|
||||
|
||||
## Block Microsoft Store using Group Policy
|
||||
|
||||
Applies to: Windows 10 Enterprise, Windows 10 Education
|
||||
|
||||
> [!NOTE]
|
||||
> Not supported on Windows 10 Pro, starting with version 151. For more info, see [Knowledge Base article #3135657](/troubleshoot/windows-client/group-policy/cannot-disable-microsoft-store).
|
||||
|
||||
You can also use Group Policy to manage access to Microsoft Store.
|
||||
|
||||
**To block Microsoft Store using Group Policy:**
|
||||
|
||||
1. Enter **`gpedit`** in the search bar to find and start Group Policy Editor.
|
||||
|
||||
1. In the console tree of the snap-in, select **Computer Configuration**, select **Administrative Templates**, select **Windows Components**, and then select **Store**.
|
||||
|
||||
1. In the Setting pane, select **Turn off the Store application**, and then select **Edit policy setting**.
|
||||
|
||||
1. On the **Turn off the Store application** setting page, select **Enabled**, and then select **OK**.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> When you enable the policy to **Turn off the Store application**, it turns off app updates from the Microsoft Store. To allow store apps to update, disable the policy to **Turn off automatic download and install of Updates**. This policy is found under **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Store**. This configuration allows in-box store apps to update while still blocking access to the store.
|
||||
|
||||
## Show private store only using Group Policy
|
||||
|
||||
Applies to Windows 10 Enterprise, Windows 10 Education
|
||||
|
||||
If you're using Microsoft Store for Business and you want employees to only see apps you're managing in your private store, you can use Group Policy to show only the private store. Microsoft Store app will still be available, but employees can't view or purchase apps. Employees can view and install apps that the admin has added to your organization's private store.
|
||||
|
||||
**To show private store only in Microsoft Store app:**
|
||||
|
||||
1. Enter **`gpedit`** in the search bar, and then select **Edit group policy (Control panel)** to find and start Group Policy Editor.
|
||||
|
||||
1. In the console tree of the snap-in, go to **User Configuration** or **Computer Configuration** > **Administrative Templates** > **Windows Components**, and then select **Store**.
|
||||
|
||||
1. Right-click **Only display the private store within the Microsoft Store app** in the right pane, and select **Edit**.
|
||||
|
||||
The **Only display the private store within the Microsoft Store app** policy settings will open.
|
||||
|
||||
1. On the **Only display the private store within the Microsoft Store app** setting page, select **Enabled**, and then select **OK**.
|
||||
|
||||
## Related articles
|
||||
|
||||
[Distribute apps using your private store](/microsoft-store/distribute-apps-from-your-private-store)
|
||||
|
||||
[Manage access to private store](/microsoft-store/manage-access-to-private-store)
|
@ -1,5 +1,5 @@
|
||||
items:
|
||||
- name: Customize the Taskbar
|
||||
href: configure.md
|
||||
href: index.md
|
||||
- name: Supported Taskbar CSPs
|
||||
href: supported-csp-taskbar-windows.md
|
||||
href: policy-settings.md
|
@ -1,32 +0,0 @@
|
||||
---
|
||||
title: Manage Windows 10 and Microsoft Store tips, fun facts, and suggestions
|
||||
description: Windows 10 provides organizations with various options to manage user experiences to provide a consistent and predictable experience for employees.
|
||||
ms.topic: how-to
|
||||
ms.date: 09/20/2017
|
||||
---
|
||||
|
||||
# Manage Windows 10 and Microsoft Store tips, fun fact and suggestions
|
||||
|
||||
Windows includes user experience features that provide useful tips, "fun facts", and suggestions as you use Windows, and app suggestions from the Microsoft Store. These features are designed to help people get the most out of their Windows experience by, for example, sharing new features, providing more details on the features they use, or sharing content available in the Microsoft Store. Examples of such user experiences include:
|
||||
|
||||
* **Windows Spotlight on the lock screen**: Daily updated images on the lock screen that can include more facts and tips in "hotspots" that are revealed on hover.
|
||||
* **Start menu app suggestions**: App suggestions in Start that recommend productivity tool or utilities from the Microsoft Store.
|
||||
* **Additional apps on Start**: More apps preinstalled on the Start screen, which can enhance the user's experience.
|
||||
* **Windows tips**: Contextual tips that appear based on specific user actions to reveal related Windows features or help users complete a scenario.
|
||||
* **Microsoft account notifications**: For users who have a connected Microsoft account, toast notifications about their account like parental control notifications or subscription expiration.
|
||||
|
||||
>[!TIP]
|
||||
> On all Windows desktop editions, users can directly enable and disable Windows tips, "fun facts", and suggestions and Microsoft Store suggestions. For example, users are able to select personal photos for the lock screen as opposed to the images provided by Microsoft, or turn off tips, "fun facts", or suggestions as they use Windows.
|
||||
|
||||
Windows 10 provides organizations the ability to centrally manage the type of content provided by these features through Group Policy or mobile device management (MDM). The following table describes how administrators can manage suggestions and tips in Windows 10 commercial and education editions.
|
||||
|
||||
## Options available to manage Windows 10 tips and "fun facts" and Microsoft Store suggestions
|
||||
|
||||
| Windows 10 edition | Disable | Show Microsoft apps only | Show Microsoft and popular third-party apps |
|
||||
|--|--|--|--|
|
||||
| Windows 10 Pro | No | Yes | Yes (default) |
|
||||
| Windows 10 Enterprise | Yes | Yes | Yes (default) |
|
||||
| Windows 10 Pro Education | Yes (default) | Yes | No (setting can't be changed) |
|
||||
| Windows 10 Education | Yes (default) | Yes | No (setting can't be changed) |
|
||||
|
||||
[Learn more about policy settings for Windows Spotlight.](../lock-screen/windows-spotlight.md)
|
@ -13,12 +13,10 @@ items:
|
||||
href: lock-screen/windows-spotlight.md
|
||||
- name: Microsoft Store
|
||||
items:
|
||||
- name: Configure access to the Microsoft Store
|
||||
href: store/stop-employees-from-using-microsoft-store.md
|
||||
- name: Configure access to Microsoft Store
|
||||
href: store/index.md
|
||||
- name: Find the AUMID of an installed app
|
||||
href: store/find-aumid.md
|
||||
- name: Manage Microsoft Store tips, "fun facts", and suggestions
|
||||
href: tips/manage-tips-and-suggestions.md
|
||||
- name: Cellular settings
|
||||
href: cellular/provisioning-apn.md
|
||||
- name: Kiosks and restricted user experiences
|
||||
|
@ -11,7 +11,7 @@ manager: aaroncz
|
||||
appliesto:
|
||||
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Windows 11</a>
|
||||
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Windows 10</a>
|
||||
ms.date: 03/11/2024
|
||||
ms.date: 03/14/2024
|
||||
---
|
||||
|
||||
# Update other Microsoft products
|
||||
@ -70,7 +70,6 @@ The following is a list of other Microsoft products that might be updated:
|
||||
- Windows Azure Pack
|
||||
- Windows Azure Service Bus
|
||||
- Windows Embedded Developer Update
|
||||
- Windows Intune
|
||||
- Windows Live Sign-in Assistant
|
||||
- Windows Small Business Server
|
||||
- Zune
|
||||
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 10 KiB |
@ -1,3 +1,3 @@
|
||||
<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6.95117 11.3809C6.29362 11.3809 5.64258 11.2962 4.99805 11.127C4.36003 10.9577 3.7513 10.7168 3.17188 10.4043C2.59896 10.0853 2.06836 9.70117 1.58008 9.25195C1.0918 8.80273 0.678385 8.29492 0.339844 7.72852C0.229167 7.55924 0.173828 7.37695 0.173828 7.18164C0.173828 7.04492 0.19987 6.91471 0.251953 6.79102C0.304036 6.66732 0.375651 6.5599 0.466797 6.46875C0.564453 6.3776 0.671875 6.30599 0.789062 6.25391C0.91276 6.20182 1.04297 6.17578 1.17969 6.17578C1.36198 6.17578 1.52474 6.2181 1.66797 6.30273C1.8112 6.38737 1.9349 6.50456 2.03906 6.6543C2.65104 7.53971 3.36719 8.21354 4.1875 8.67578C5.01432 9.13802 5.97786 9.36914 7.07812 9.36914C8.11979 9.36914 9.05078 9.12826 9.87109 8.64648C10.6979 8.1582 11.401 7.49414 11.9805 6.6543C12.0781 6.51107 12.1921 6.39714 12.3223 6.3125C12.459 6.22135 12.6185 6.17578 12.8008 6.17578C13.0938 6.17578 13.3411 6.26693 13.543 6.44922C13.7448 6.63151 13.8457 6.87565 13.8457 7.18164C13.8457 7.2793 13.8327 7.37044 13.8066 7.45508C13.7806 7.5332 13.7415 7.61458 13.6895 7.69922C13.5332 7.98568 13.3444 8.2526 13.123 8.5C12.9082 8.7474 12.6836 8.98503 12.4492 9.21289C11.7005 9.92253 10.8542 10.4629 9.91016 10.834C8.96615 11.1986 7.97982 11.3809 6.95117 11.3809ZM4.95898 1.6543C4.95898 1.86914 4.91667 2.07422 4.83203 2.26953C4.7474 2.46484 4.63346 2.63737 4.49023 2.78711C4.34701 2.93034 4.17773 3.04427 3.98242 3.12891C3.79362 3.21354 3.58854 3.25586 3.36719 3.25586C3.14583 3.25586 2.9375 3.21354 2.74219 3.12891C2.55339 3.04427 2.38737 2.93034 2.24414 2.78711C2.10091 2.64388 1.98698 2.47786 1.90234 2.28906C1.81771 2.09375 1.77539 1.88542 1.77539 1.66406C1.77539 1.44271 1.81445 1.23438 1.89258 1.03906C1.97721 0.84375 2.09115 0.674479 2.23438 0.53125C2.3776 0.38151 2.54362 0.264323 2.73242 0.179688C2.92773 0.0950521 3.13607 0.0527344 3.35742 0.0527344C3.57878 0.0527344 3.78385 0.0950521 3.97266 0.179688C4.16797 0.264323 4.33724 0.38151 4.48047 0.53125C4.63021 0.674479 4.7474 0.84375 4.83203 1.03906C4.91667 1.22786 4.95898 1.43294 4.95898 1.6543ZM9.06055 1.6543C9.06055 1.43294 9.10286 1.22461 9.1875 1.0293C9.27214 0.833984 9.38607 0.664714 9.5293 0.521484C9.67253 0.378255 9.8418 0.264323 10.0371 0.179688C10.2324 0.0950521 10.4408 0.0527344 10.6621 0.0527344C10.8835 0.0527344 11.0885 0.0950521 11.2773 0.179688C11.4727 0.264323 11.6419 0.38151 11.7852 0.53125C11.9284 0.674479 12.0391 0.84375 12.1172 1.03906C12.2018 1.22786 12.2441 1.43294 12.2441 1.6543C12.2441 1.87565 12.2018 2.08398 12.1172 2.2793C12.0326 2.4681 11.9186 2.63737 11.7754 2.78711C11.6322 2.93034 11.4629 3.04427 11.2676 3.12891C11.0788 3.21354 10.8737 3.25586 10.6523 3.25586C10.431 3.25586 10.2227 3.21354 10.0273 3.12891C9.83854 3.04427 9.67253 2.93034 9.5293 2.78711C9.38607 2.63737 9.27214 2.4681 9.1875 2.2793C9.10286 2.08398 9.06055 1.87565 9.06055 1.6543Z" fill="#0883D9"/>
|
||||
<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6.95605 10.8428C6.37598 10.8428 5.7959 10.7666 5.21582 10.6143C4.63574 10.4619 4.08203 10.2451 3.55469 9.96387C3.02734 9.67676 2.54395 9.33105 2.10449 8.92676C1.66504 8.52246 1.29883 8.06543 1.00586 7.55566C0.958984 7.47363 0.920898 7.39746 0.891602 7.32715C0.868164 7.25098 0.856445 7.16309 0.856445 7.06348C0.856445 6.94043 0.879883 6.82617 0.926758 6.7207C0.973633 6.60938 1.03809 6.5127 1.12012 6.43066C1.20801 6.34277 1.30469 6.27539 1.41016 6.22852C1.52148 6.18164 1.63867 6.1582 1.76172 6.1582C1.9375 6.1582 2.08398 6.19629 2.20117 6.27246C2.32422 6.34863 2.43555 6.4541 2.53516 6.58887C2.64648 6.73535 2.75488 6.87891 2.86035 7.01953C2.97168 7.16016 3.08887 7.29785 3.21191 7.43262C3.74512 7.9834 4.33105 8.3877 4.96973 8.64551C5.6084 8.90332 6.30859 9.03223 7.07031 9.03223C7.5625 9.03223 8.01367 8.97656 8.42383 8.86523C8.83984 8.75391 9.22656 8.59277 9.58398 8.38184C9.94141 8.1709 10.2754 7.91602 10.5859 7.61719C10.8965 7.3125 11.1953 6.96973 11.4824 6.58887C11.582 6.45996 11.6875 6.35742 11.7988 6.28125C11.9102 6.19922 12.0508 6.1582 12.2207 6.1582C12.4902 6.1582 12.7129 6.24023 12.8887 6.4043C13.0703 6.56836 13.1611 6.78809 13.1611 7.06348C13.1611 7.16309 13.1494 7.24512 13.126 7.30957C13.1025 7.37402 13.0674 7.44727 13.0205 7.5293C12.874 7.79297 12.7041 8.03613 12.5107 8.25879C12.3174 8.47559 12.1152 8.68652 11.9043 8.8916C11.2305 9.53027 10.4688 10.0166 9.61914 10.3506C8.76953 10.6787 7.88184 10.8428 6.95605 10.8428ZM5.16309 2.08887C5.16309 2.28223 5.125 2.4668 5.04883 2.64258C4.97266 2.81836 4.87012 2.97363 4.74121 3.1084C4.6123 3.2373 4.45996 3.33984 4.28418 3.41602C4.11426 3.49219 3.92969 3.53027 3.73047 3.53027C3.53125 3.53027 3.34375 3.49219 3.16797 3.41602C2.99805 3.33984 2.84863 3.2373 2.71973 3.1084C2.59082 2.97949 2.48828 2.83008 2.41211 2.66016C2.33594 2.48438 2.29785 2.29688 2.29785 2.09766C2.29785 1.89844 2.33301 1.71094 2.40332 1.53516C2.47949 1.35938 2.58203 1.20703 2.71094 1.07812C2.83984 0.943359 2.98926 0.837891 3.15918 0.761719C3.33496 0.685547 3.52246 0.647461 3.72168 0.647461C3.9209 0.647461 4.10547 0.685547 4.27539 0.761719C4.45117 0.837891 4.60352 0.943359 4.73242 1.07812C4.86719 1.20703 4.97266 1.35938 5.04883 1.53516C5.125 1.70508 5.16309 1.88965 5.16309 2.08887ZM8.85449 2.08887C8.85449 1.88965 8.89258 1.70215 8.96875 1.52637C9.04492 1.35059 9.14746 1.19824 9.27637 1.06934C9.40527 0.94043 9.55762 0.837891 9.7334 0.761719C9.90918 0.685547 10.0967 0.647461 10.2959 0.647461C10.4951 0.647461 10.6797 0.685547 10.8496 0.761719C11.0254 0.837891 11.1777 0.943359 11.3066 1.07812C11.4355 1.20703 11.5352 1.35938 11.6055 1.53516C11.6816 1.70508 11.7197 1.88965 11.7197 2.08887C11.7197 2.28809 11.6816 2.47559 11.6055 2.65137C11.5293 2.82129 11.4268 2.97363 11.2979 3.1084C11.1689 3.2373 11.0166 3.33984 10.8408 3.41602C10.6709 3.49219 10.4863 3.53027 10.2871 3.53027C10.0879 3.53027 9.90039 3.49219 9.72461 3.41602C9.55469 3.33984 9.40527 3.2373 9.27637 3.1084C9.14746 2.97363 9.04492 2.82129 8.96875 2.65137C8.89258 2.47559 8.85449 2.28809 8.85449 2.08887Z" fill="#0883D9"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.1 KiB |
@ -1,3 +1,3 @@
|
||||
<svg width="20" height="15" viewBox="0 0 20 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M10.0117 0.816406C10.9023 0.816406 11.793 0.941406 12.6836 1.19141C13.5742 1.43359 14.4141 1.78516 15.2031 2.24609C15.9922 2.70703 16.707 3.26562 17.3477 3.92188C17.9961 4.57031 18.5273 5.29687 18.9414 6.10156C18.9883 6.20312 19.0273 6.30469 19.0586 6.40625C19.0898 6.50781 19.1055 6.61328 19.1055 6.72266C19.1055 6.91797 19.0703 7.09766 19 7.26172C18.9297 7.41797 18.832 7.55469 18.707 7.67188C18.582 7.78125 18.4375 7.86719 18.2734 7.92969C18.1094 7.99219 17.9336 8.02344 17.7461 8.02344C17.5039 8.02344 17.2969 7.96094 17.125 7.83594C16.9531 7.70312 16.8047 7.54297 16.6797 7.35547C16.5781 7.19922 16.4805 7.04297 16.3867 6.88672C16.293 6.73047 16.1914 6.57812 16.082 6.42969C15.7305 5.95312 15.3242 5.52734 14.8633 5.15234C14.4102 4.77734 13.9219 4.46094 13.3984 4.20312C12.8828 3.9375 12.3359 3.73828 11.7578 3.60547C11.1875 3.46484 10.6055 3.39453 10.0117 3.39453C9.36328 3.39453 8.73047 3.47656 8.11328 3.64062C7.49609 3.79687 6.91016 4.02734 6.35547 4.33203C5.80859 4.63672 5.30078 5.00781 4.83203 5.44531C4.36328 5.875 3.95312 6.36328 3.60156 6.91016C3.54688 6.99609 3.5 7.07812 3.46094 7.15625C3.42188 7.22656 3.375 7.30469 3.32031 7.39062C3.20312 7.58594 3.04688 7.74219 2.85156 7.85938C2.65625 7.96875 2.44531 8.02344 2.21875 8.02344C2.03906 8.02344 1.87109 7.98828 1.71484 7.91797C1.55859 7.84766 1.42188 7.75391 1.30469 7.63672C1.1875 7.51953 1.09375 7.38281 1.02344 7.22656C0.953125 7.07031 0.917969 6.90234 0.917969 6.72266C0.917969 6.51172 0.972656 6.30469 1.08203 6.10156C1.53516 5.28125 2.07812 4.54687 2.71094 3.89844C3.35156 3.24219 4.05469 2.6875 4.82031 2.23438C5.59375 1.77344 6.41797 1.42188 7.29297 1.17969C8.16797 0.9375 9.07422 0.816406 10.0117 0.816406ZM10.0117 7.27344C10.5273 7.27344 11.0117 7.37109 11.4648 7.56641C11.918 7.76172 12.3125 8.03125 12.6484 8.375C12.9844 8.71094 13.25 9.10547 13.4453 9.55859C13.6406 10.0117 13.7383 10.4961 13.7383 11.0117C13.7383 11.5352 13.6367 12.0234 13.4336 12.4766C13.2383 12.9297 12.9688 13.3242 12.625 13.6602C12.2891 13.9961 11.8945 14.2617 11.4414 14.457C10.9883 14.6523 10.5039 14.75 9.98828 14.75C9.46484 14.75 8.97656 14.6523 8.52344 14.457C8.07812 14.2617 7.6875 13.9961 7.35156 13.6602C7.02344 13.3164 6.76172 12.918 6.56641 12.4648C6.37891 12.0039 6.28516 11.5156 6.28516 11C6.28516 10.4844 6.38281 10.0039 6.57812 9.55859C6.77344 9.10547 7.03906 8.71094 7.375 8.375C7.71875 8.03125 8.11328 7.76172 8.55859 7.56641C9.01172 7.37109 9.49609 7.27344 10.0117 7.27344Z" fill="#0883D9"/>
|
||||
<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.00879 0.612305C7.6709 0.612305 8.33594 0.706055 9.00391 0.893555C9.67188 1.08105 10.3047 1.34766 10.9023 1.69336C11.5 2.03906 12.042 2.45508 12.5283 2.94141C13.0146 3.42773 13.4072 3.97266 13.7061 4.57617C13.7412 4.64648 13.7705 4.72266 13.7939 4.80469C13.8174 4.88086 13.8291 4.95996 13.8291 5.04199C13.8291 5.33496 13.7295 5.57227 13.5303 5.75391C13.3369 5.92969 13.0967 6.01758 12.8096 6.01758C12.6279 6.01758 12.4727 5.9707 12.3438 5.87695C12.2207 5.77734 12.1094 5.65723 12.0098 5.5166C11.9277 5.39941 11.8516 5.28223 11.7812 5.16504C11.7168 5.04785 11.6436 4.93359 11.5615 4.82227C11.2979 4.46484 10.9961 4.14551 10.6562 3.86426C10.3164 3.58301 9.9502 3.3457 9.55762 3.15234C9.16504 2.95312 8.75195 2.80371 8.31836 2.7041C7.89062 2.59863 7.4541 2.5459 7.00879 2.5459C6.53418 2.5459 6.0625 2.60742 5.59375 2.73047C5.13086 2.84766 4.68848 3.02051 4.2666 3.24902C3.85059 3.47754 3.46387 3.75586 3.10645 4.08398C2.75488 4.40625 2.45312 4.77246 2.20117 5.18262C2.16602 5.24121 2.13086 5.30273 2.0957 5.36719C2.06055 5.42578 2.02539 5.48438 1.99023 5.54297C1.89648 5.68945 1.7793 5.80664 1.63867 5.89453C1.49805 5.97656 1.33984 6.01758 1.16406 6.01758C1.0293 6.01758 0.90332 5.99121 0.786133 5.93848C0.668945 5.88574 0.566406 5.81543 0.478516 5.72754C0.390625 5.63965 0.320312 5.53711 0.267578 5.41992C0.214844 5.30273 0.188477 5.17676 0.188477 5.04199C0.188477 4.88379 0.229492 4.72852 0.311523 4.57617C0.62793 3.9668 1.02637 3.41895 1.50684 2.93262C1.99316 2.44043 2.5293 2.02441 3.11523 1.68457C3.70117 1.33887 4.3252 1.0752 4.9873 0.893555C5.65527 0.706055 6.3291 0.612305 7.00879 0.612305ZM7.00879 5.45508C7.39551 5.45508 7.75879 5.52832 8.09863 5.6748C8.43848 5.82129 8.73438 6.02344 8.98633 6.28125C9.23828 6.5332 9.4375 6.8291 9.58398 7.16895C9.73047 7.50879 9.80371 7.87207 9.80371 8.25879C9.80371 8.64551 9.72754 9.01172 9.5752 9.35742C9.42871 9.69727 9.22656 9.99316 8.96875 10.2451C8.7168 10.4971 8.4209 10.6963 8.08105 10.8428C7.74121 10.9893 7.37793 11.0625 6.99121 11.0625C6.59863 11.0625 6.23242 10.9893 5.89258 10.8428C5.55859 10.6963 5.26562 10.4971 5.01367 10.2451C4.76758 9.9873 4.57129 9.68848 4.4248 9.34863C4.28418 9.00293 4.21387 8.63672 4.21387 8.25C4.21387 7.86328 4.28711 7.50293 4.43359 7.16895C4.58008 6.8291 4.7793 6.5332 5.03125 6.28125C5.28906 6.02344 5.58496 5.82129 5.91895 5.6748C6.25879 5.52832 6.62207 5.45508 7.00879 5.45508Z" fill="#0883D9"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 7.3 KiB |
@ -1,3 +1,3 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M16.3281 2.5C16.8164 2.5 17.2819 2.59766 17.7246 2.79297C18.1673 2.98828 18.5579 3.25521 18.8965 3.59375C19.235 3.93229 19.502 4.32292 19.6973 4.76562C19.8926 5.20833 19.9935 5.67708 20 6.17188V13.8281C20 14.3164 19.9023 14.7819 19.707 15.2246C19.5117 15.6673 19.2448 16.0579 18.9062 16.3965C18.5677 16.735 18.1771 17.002 17.7344 17.1973C17.2917 17.3926 16.8229 17.4935 16.3281 17.5H3.67188C3.18359 17.5 2.7181 17.4023 2.27539 17.207C1.83268 17.0117 1.44206 16.7448 1.10352 16.4062C0.764974 16.0677 0.498047 15.6771 0.302734 15.2344C0.107422 14.7917 0.00651042 14.3229 0 13.8281V6.17188C0 5.68359 0.0976562 5.2181 0.292969 4.77539C0.488281 4.33268 0.755208 3.94206 1.09375 3.60352C1.43229 3.26497 1.82292 2.99805 2.26562 2.80273C2.70833 2.60742 3.17708 2.50651 3.67188 2.5H16.3281ZM18.75 6.20117C18.75 5.87565 18.6849 5.56641 18.5547 5.27344C18.4245 4.98047 18.2454 4.72005 18.0176 4.49219C17.7897 4.26432 17.5293 4.08529 17.2363 3.95508C16.9434 3.82487 16.6309 3.75651 16.2988 3.75H3.70117C3.37565 3.75 3.06641 3.8151 2.77344 3.94531C2.48047 4.07552 2.22005 4.25456 1.99219 4.48242C1.76432 4.71029 1.58529 4.9707 1.45508 5.26367C1.32487 5.55664 1.25651 5.86914 1.25 6.20117V13.7988C1.25 14.1243 1.3151 14.4336 1.44531 14.7266C1.57552 15.0195 1.75456 15.2799 1.98242 15.5078C2.21029 15.7357 2.4707 15.9147 2.76367 16.0449C3.05664 16.1751 3.36914 16.2435 3.70117 16.25H16.2988C16.6243 16.25 16.9336 16.1849 17.2266 16.0547C17.5195 15.9245 17.7799 15.7454 18.0078 15.5176C18.2357 15.2897 18.4147 15.0293 18.5449 14.7363C18.6751 14.4434 18.7435 14.1309 18.75 13.7988V6.20117ZM14.375 6.25C14.6289 6.25 14.8698 6.29883 15.0977 6.39648C15.3255 6.49414 15.5241 6.6276 15.6934 6.79688C15.8626 6.96615 15.9993 7.16797 16.1035 7.40234C16.2077 7.63672 16.2565 7.8776 16.25 8.125V11.875C16.25 12.1289 16.2012 12.3698 16.1035 12.5977C16.0059 12.8255 15.8724 13.0241 15.7031 13.1934C15.5339 13.3626 15.332 13.4993 15.0977 13.6035C14.8633 13.7077 14.6224 13.7565 14.375 13.75H10.625C10.3711 13.75 10.1302 13.7012 9.90234 13.6035C9.67448 13.5059 9.47591 13.3724 9.30664 13.2031C9.13737 13.0339 9.00065 12.832 8.89648 12.5977C8.79232 12.3633 8.74349 12.1224 8.75 11.875V8.125C8.75 7.87109 8.79883 7.63021 8.89648 7.40234C8.99414 7.17448 9.1276 6.97591 9.29688 6.80664C9.46615 6.63737 9.66797 6.50065 9.90234 6.39648C10.1367 6.29232 10.3776 6.24349 10.625 6.25H14.375ZM10.625 7.5C10.4557 7.5 10.3092 7.56185 10.1855 7.68555C10.0618 7.80924 10 7.95573 10 8.125V8.75H15V8.125C15 7.95573 14.9382 7.80924 14.8145 7.68555C14.6908 7.56185 14.5443 7.5 14.375 7.5H10.625ZM10 11.875C10 12.0443 10.0618 12.1908 10.1855 12.3145C10.3092 12.4382 10.4557 12.5 10.625 12.5H11.25V10H10V11.875ZM14.375 12.5C14.5443 12.5 14.6908 12.4382 14.8145 12.3145C14.9382 12.1908 15 12.0443 15 11.875V10H12.5V12.5H14.375Z" fill="#0883D9"/>
|
||||
<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14.6953 0.25C15.1348 0.25 15.5537 0.34082 15.9521 0.522461C16.3564 0.698242 16.708 0.938477 17.0068 1.24316C17.3115 1.54199 17.5518 1.89355 17.7275 2.29785C17.9092 2.69629 18 3.11523 18 3.55469V10.4453C18 10.8848 17.9092 11.3066 17.7275 11.7109C17.5518 12.1094 17.3115 12.4609 17.0068 12.7656C16.708 13.0645 16.3564 13.3047 15.9521 13.4863C15.5537 13.6621 15.1348 13.75 14.6953 13.75H3.30469C2.86523 13.75 2.44336 13.6621 2.03906 13.4863C1.64062 13.3047 1.28906 13.0645 0.984375 12.7656C0.685547 12.4609 0.445312 12.1094 0.263672 11.7109C0.0878906 11.3066 0 10.8848 0 10.4453V3.55469C0 3.11523 0.0878906 2.69629 0.263672 2.29785C0.445312 1.89355 0.685547 1.54199 0.984375 1.24316C1.28906 0.938477 1.64062 0.698242 2.03906 0.522461C2.44336 0.34082 2.86523 0.25 3.30469 0.25H14.6953ZM16.875 3.58105C16.875 3.28809 16.8135 3.00977 16.6904 2.74609C16.5732 2.47656 16.4121 2.24219 16.207 2.04297C16.0078 1.83789 15.7734 1.67676 15.5039 1.55957C15.2402 1.43652 14.9619 1.375 14.6689 1.375H3.33105C3.03809 1.375 2.75684 1.43652 2.4873 1.55957C2.22363 1.67676 1.98926 1.83789 1.78418 2.04297C1.58496 2.24219 1.42383 2.47656 1.30078 2.74609C1.18359 3.00977 1.125 3.28809 1.125 3.58105V10.4189C1.125 10.7119 1.18359 10.9932 1.30078 11.2627C1.42383 11.5264 1.58496 11.7607 1.78418 11.9658C1.98926 12.165 2.22363 12.3262 2.4873 12.4492C2.75684 12.5664 3.03809 12.625 3.33105 12.625H14.6689C14.9619 12.625 15.2402 12.5664 15.5039 12.4492C15.7734 12.3262 16.0078 12.165 16.207 11.9658C16.4121 11.7607 16.5732 11.5264 16.6904 11.2627C16.8135 10.9932 16.875 10.7119 16.875 10.4189V3.58105ZM12.9375 3.625C13.166 3.625 13.3828 3.66895 13.5879 3.75684C13.793 3.84473 13.9717 3.96777 14.124 4.12598C14.2822 4.27832 14.4053 4.45703 14.4932 4.66211C14.5811 4.86719 14.625 5.08398 14.625 5.3125V8.6875C14.625 8.91602 14.5811 9.13281 14.4932 9.33789C14.4053 9.54297 14.2822 9.72461 14.124 9.88281C13.9717 10.0352 13.793 10.1553 13.5879 10.2432C13.3828 10.3311 13.166 10.375 12.9375 10.375H9.5625C9.33398 10.375 9.11719 10.3311 8.91211 10.2432C8.70703 10.1553 8.52539 10.0352 8.36719 9.88281C8.21484 9.72461 8.09473 9.54297 8.00684 9.33789C7.91895 9.13281 7.875 8.91602 7.875 8.6875V5.3125C7.875 5.08398 7.91895 4.86719 8.00684 4.66211C8.09473 4.45703 8.21484 4.27832 8.36719 4.12598C8.52539 3.96777 8.70703 3.84473 8.91211 3.75684C9.11719 3.66895 9.33398 3.625 9.5625 3.625H12.9375ZM9.5625 4.75C9.41016 4.75 9.27832 4.80566 9.16699 4.91699C9.05566 5.02832 9 5.16016 9 5.3125V5.875H13.5V5.3125C13.5 5.16016 13.4443 5.02832 13.333 4.91699C13.2217 4.80566 13.0898 4.75 12.9375 4.75H9.5625ZM9 8.6875C9 8.83984 9.05566 8.97168 9.16699 9.08301C9.27832 9.19434 9.41016 9.25 9.5625 9.25H10.125V7H9V8.6875ZM12.9375 9.25C13.0898 9.25 13.2217 9.19434 13.333 9.08301C13.4443 8.97168 13.5 8.83984 13.5 8.6875V7H11.25V9.25H12.9375Z" fill="#0883D9"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.9 KiB |
@ -1,3 +1,3 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3 7C3 5.89543 3.89543 5 5 5H15C16.1046 5 17 5.89543 17 7V12C17 13.1046 16.1046 14 15 14H5C3.89543 14 3 13.1046 3 12V7ZM5 6C4.44772 6 4 6.44772 4 7V12C4 12.5523 4.44772 13 5 13H15C15.5523 13 16 12.5523 16 12V7C16 6.44772 15.5523 6 15 6H5ZM2 15.5C2 15.2239 2.22386 15 2.5 15H17.5C17.7761 15 18 15.2239 18 15.5C18 15.7761 17.7761 16 17.5 16H2.5C2.22386 16 2 15.7761 2 15.5Z" fill="#0078D4"/>
|
||||
<svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3.33105 10.5C3.03809 10.5 2.75684 10.4414 2.4873 10.3242C2.22363 10.2012 1.98926 10.04 1.78418 9.84082C1.58496 9.63574 1.42383 9.40137 1.30078 9.1377C1.18359 8.86816 1.125 8.58691 1.125 8.29395V2.58105C1.125 2.28809 1.18359 2.00977 1.30078 1.74609C1.42383 1.47656 1.58496 1.24219 1.78418 1.04297C1.98926 0.837891 2.22363 0.676758 2.4873 0.55957C2.75684 0.436523 3.03809 0.375 3.33105 0.375H14.6689C14.9619 0.375 15.2402 0.436523 15.5039 0.55957C15.7734 0.676758 16.0078 0.837891 16.207 1.04297C16.4121 1.24219 16.5732 1.47656 16.6904 1.74609C16.8135 2.00977 16.875 2.28809 16.875 2.58105V8.29395C16.875 8.58691 16.8135 8.86816 16.6904 9.1377C16.5732 9.40137 16.4121 9.63574 16.207 9.84082C16.0078 10.04 15.7734 10.2012 15.5039 10.3242C15.2402 10.4414 14.9619 10.5 14.6689 10.5H3.33105ZM14.625 9.375C14.7832 9.375 14.9297 9.3457 15.0645 9.28711C15.1992 9.22852 15.3164 9.14941 15.416 9.0498C15.5215 8.94434 15.6035 8.82422 15.6621 8.68945C15.7207 8.55469 15.75 8.4082 15.75 8.25V2.625C15.75 2.47266 15.7207 2.3291 15.6621 2.19434C15.6035 2.05371 15.5215 1.93359 15.416 1.83398C15.3164 1.72852 15.1963 1.64648 15.0557 1.58789C14.9209 1.5293 14.7773 1.5 14.625 1.5H3.375C3.2168 1.5 3.07031 1.5293 2.93555 1.58789C2.80078 1.64648 2.68066 1.72852 2.5752 1.83398C2.47559 1.93359 2.39648 2.05078 2.33789 2.18555C2.2793 2.32031 2.25 2.4668 2.25 2.625V8.25C2.25 8.4082 2.2793 8.55762 2.33789 8.69824C2.39648 8.83301 2.47559 8.9502 2.5752 9.0498C2.6748 9.14941 2.79199 9.22852 2.92676 9.28711C3.06738 9.3457 3.2168 9.375 3.375 9.375H14.625ZM0.5625 12.75C0.410156 12.75 0.27832 12.6943 0.166992 12.583C0.0556641 12.4717 0 12.3398 0 12.1875C0 12.0352 0.0556641 11.9033 0.166992 11.792C0.27832 11.6807 0.410156 11.625 0.5625 11.625H17.4375C17.5898 11.625 17.7217 11.6807 17.833 11.792C17.9443 11.9033 18 12.0352 18 12.1875C18 12.3398 17.9443 12.4717 17.833 12.583C17.7217 12.6943 17.5898 12.75 17.4375 12.75H0.5625Z" fill="#0883D9"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 2.0 KiB |
@ -1,3 +1,3 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M9 14C8.72386 14 8.5 14.2239 8.5 14.5C8.5 14.7761 8.72386 15 9 15H11C11.2761 15 11.5 14.7761 11.5 14.5C11.5 14.2239 11.2761 14 11 14H9ZM7 2C5.89543 2 5 2.89543 5 4V16C5 17.1046 5.89543 18 7 18H13C14.1046 18 15 17.1046 15 16V4C15 2.89543 14.1046 2 13 2H7ZM6 4C6 3.44772 6.44772 3 7 3H13C13.5523 3 14 3.44772 14 4V16C14 16.5523 13.5523 17 13 17H7C6.44772 17 6 16.5523 6 16V4Z" fill="#0078D4"/>
|
||||
<svg width="12" height="18" viewBox="0 0 12 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M2.58105 18C2.28809 18 2.00684 17.9414 1.7373 17.8242C1.47363 17.7012 1.23926 17.54 1.03418 17.3408C0.834961 17.1357 0.673828 16.9014 0.550781 16.6377C0.433594 16.3682 0.375 16.0869 0.375 15.7939V2.20605C0.375 1.91309 0.433594 1.63477 0.550781 1.37109C0.673828 1.10156 0.834961 0.867188 1.03418 0.667969C1.23926 0.462891 1.47363 0.301758 1.7373 0.18457C2.00684 0.0615234 2.28809 0 2.58105 0H9.41895C9.71191 0 9.99023 0.0615234 10.2539 0.18457C10.5234 0.301758 10.7578 0.462891 10.957 0.667969C11.1621 0.867188 11.3232 1.10156 11.4404 1.37109C11.5635 1.63477 11.625 1.91309 11.625 2.20605V15.7939C11.625 16.0869 11.5635 16.3682 11.4404 16.6377C11.3232 16.9014 11.1621 17.1357 10.957 17.3408C10.7578 17.54 10.5234 17.7012 10.2539 17.8242C9.99023 17.9414 9.71191 18 9.41895 18H2.58105ZM9.375 16.875C9.5332 16.875 9.67969 16.8457 9.81445 16.7871C9.94922 16.7285 10.0664 16.6494 10.166 16.5498C10.2715 16.4443 10.3535 16.3242 10.4121 16.1895C10.4707 16.0547 10.5 15.9082 10.5 15.75V2.25C10.5 2.09766 10.4707 1.9541 10.4121 1.81934C10.3535 1.67871 10.2715 1.55859 10.166 1.45898C10.0664 1.35352 9.94629 1.27148 9.80566 1.21289C9.6709 1.1543 9.52734 1.125 9.375 1.125H2.625C2.4668 1.125 2.32031 1.1543 2.18555 1.21289C2.05078 1.27148 1.93066 1.35352 1.8252 1.45898C1.72559 1.55859 1.64648 1.67578 1.58789 1.81055C1.5293 1.94531 1.5 2.0918 1.5 2.25V15.75C1.5 15.9082 1.5293 16.0576 1.58789 16.1982C1.64648 16.333 1.72559 16.4502 1.8252 16.5498C1.9248 16.6494 2.04199 16.7285 2.17676 16.7871C2.31738 16.8457 2.4668 16.875 2.625 16.875H9.375ZM4.875 14.625C4.72266 14.625 4.59082 14.5693 4.47949 14.458C4.36816 14.3467 4.3125 14.2148 4.3125 14.0625C4.3125 13.9102 4.36816 13.7783 4.47949 13.667C4.59082 13.5557 4.72266 13.5 4.875 13.5H7.125C7.27734 13.5 7.40918 13.5557 7.52051 13.667C7.63184 13.7783 7.6875 13.9102 7.6875 14.0625C7.6875 14.2148 7.63184 14.3467 7.52051 14.458C7.40918 14.5693 7.27734 14.625 7.125 14.625H4.875Z" fill="#0883D9"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 968 B After Width: | Height: | Size: 5.0 KiB |
@ -1,3 +1,3 @@
|
||||
<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.39062 4.07812C8.27083 4.02604 8.14062 4 8 4V0H0.999999V4C0.859374 4 0.729166 4.02604 0.609375 4.07812C0.489583 4.13021 0.384114 4.20182 0.292968 4.29297C0.201822 4.38411 0.130208 4.48958 0.0781248 4.60937C0.0260416 4.72916 0 4.85937 0 5V15C0 15.1406 0.0260416 15.2708 0.0781248 15.3906C0.130208 15.5104 0.201822 15.6159 0.292968 15.707C0.384114 15.7982 0.489583 15.8698 0.609375 15.9219C0.729166 15.9739 0.859374 16 0.999999 16H8C8.14062 16 8.27083 15.9739 8.39062 15.9219C8.51041 15.8698 8.61588 15.7982 8.70703 15.707C8.79817 15.6159 8.86979 15.5104 8.92187 15.3906C8.97395 15.2708 8.99999 15.1406 8.99999 15V5C8.99999 4.85937 8.97395 4.72916 8.92187 4.60937C8.86979 4.48958 8.79817 4.38411 8.70703 4.29297C8.61588 4.20182 8.51041 4.13021 8.39062 4.07812ZM3 2H4V3H3V2ZM6 2V3H5V2H6ZM2 4H7V0.999999H2V4ZM0.999999 5H8V15H0.999999V5Z" fill="#0078D4"/>
|
||||
<svg width="12" height="18" viewBox="0 0 12 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M2.58105 18C2.28809 18 2.00684 17.9414 1.7373 17.8242C1.47363 17.7012 1.23926 17.54 1.03418 17.3408C0.834961 17.1357 0.673828 16.9014 0.550781 16.6377C0.433594 16.3682 0.375 16.0869 0.375 15.7939V6.70605C0.375 6.41895 0.433594 6.14355 0.550781 5.87988C0.667969 5.61621 0.826172 5.38184 1.02539 5.17676C1.23047 4.97168 1.46191 4.80762 1.71973 4.68457C1.9834 4.56152 2.26172 4.5 2.55469 4.5H2.625V0.5625C2.625 0.410156 2.68066 0.27832 2.79199 0.166992C2.90332 0.0556641 3.03516 0 3.1875 0H8.8125C8.96484 0 9.09668 0.0556641 9.20801 0.166992C9.31934 0.27832 9.375 0.410156 9.375 0.5625V4.5H9.41895C9.71191 4.5 9.99023 4.56152 10.2539 4.68457C10.5234 4.80176 10.7578 4.96289 10.957 5.16797C11.1621 5.36719 11.3232 5.60156 11.4404 5.87109C11.5635 6.13477 11.625 6.41309 11.625 6.70605V15.7939C11.625 16.0869 11.5635 16.3682 11.4404 16.6377C11.3232 16.9014 11.1621 17.1357 10.957 17.3408C10.7578 17.54 10.5234 17.7012 10.2539 17.8242C9.99023 17.9414 9.71191 18 9.41895 18H2.58105ZM3.75 1.125V4.5H8.25V1.125H3.75ZM9.375 16.875C9.5332 16.875 9.67969 16.8457 9.81445 16.7871C9.94922 16.7285 10.0664 16.6494 10.166 16.5498C10.2715 16.4443 10.3535 16.3242 10.4121 16.1895C10.4707 16.0547 10.5 15.9082 10.5 15.75V6.75C10.5 6.59766 10.4707 6.4541 10.4121 6.31934C10.3535 6.17871 10.2715 6.05859 10.166 5.95898C10.0664 5.85352 9.94629 5.77148 9.80566 5.71289C9.6709 5.6543 9.52734 5.625 9.375 5.625H2.625C2.4668 5.625 2.32031 5.6543 2.18555 5.71289C2.05078 5.77148 1.93066 5.85352 1.8252 5.95898C1.72559 6.05859 1.64648 6.17578 1.58789 6.31055C1.5293 6.44531 1.5 6.5918 1.5 6.75V15.75C1.5 15.9082 1.5293 16.0576 1.58789 16.1982C1.64648 16.333 1.72559 16.4502 1.8252 16.5498C1.9248 16.6494 2.04199 16.7285 2.17676 16.7871C2.31738 16.8457 2.4668 16.875 2.625 16.875H9.375Z" fill="#0883D9"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 1002 B After Width: | Height: | Size: 1.8 KiB |
@ -169,7 +169,7 @@ Alternatively, you can configure devices using a [custom policy][INT-3] with the
|
||||
|
||||
| Setting |
|
||||
|--|
|
||||
|- **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/ADMX_CredSsp/RestrictedRemoteAdministration`<br>- **Data type:** string<br>- **Value:** `<enabled/><data id=\"RestrictedRemoteAdministrationDrop\" value=\"2\"/>`<br><br>Possible values for `RestrictedRemoteAdministrationDrop` are:<br>- `0`: Disabled<br>- `1`: Require Restricted Admin<br>- `2`: Require Remote Credential Guard<br>- `3`: Restrict credential delegation |
|
||||
|- **OMA-URI:** `./Device/Vendor/MSFT/Policy/Config/ADMX_CredSsp/RestrictedRemoteAdministration`<br>- **Data type:** string<br>- **Value:** `<enabled/><data id="RestrictedRemoteAdministrationDrop" value="2"/>`<br><br>Possible values for `RestrictedRemoteAdministrationDrop` are:<br>- `0`: Disabled<br>- `1`: Require Restricted Admin<br>- `2`: Require Remote Credential Guard<br>- `3`: Restrict credential delegation |
|
||||
|
||||
#### [:::image type="icon" source="../images/icons/group-policy.svg" border="false"::: **GPO**](#tab/gpo)
|
||||
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 5.6 KiB |
@ -1,3 +0,0 @@
|
||||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3.30469 14.5C2.86523 14.5 2.44629 14.4121 2.04785 14.2363C1.64941 14.0605 1.29785 13.8203 0.993164 13.5156C0.688477 13.2109 0.448242 12.8594 0.272461 12.4609C0.0966797 12.0625 0.00585938 11.6406 0 11.1953V4.30469C0 3.86523 0.0878906 3.44629 0.263672 3.04785C0.439453 2.64941 0.679687 2.29785 0.984375 1.99316C1.28906 1.68848 1.64063 1.44824 2.03906 1.27246C2.4375 1.09668 2.85937 1.00586 3.30469 1H14.6953C15.1348 1 15.5537 1.08789 15.9521 1.26367C16.3506 1.43945 16.7021 1.67969 17.0068 1.98438C17.3115 2.28906 17.5518 2.64063 17.7275 3.03906C17.9033 3.4375 17.9941 3.85937 18 4.30469V4.7002C17.6309 4.30176 17.2236 3.9707 16.7783 3.70703C16.7021 3.47266 16.5938 3.25879 16.4531 3.06543C16.3125 2.87207 16.1484 2.70508 15.9609 2.56445C15.7734 2.42383 15.5654 2.31543 15.3369 2.23926C15.1084 2.16309 14.8711 2.125 14.625 2.125H3.33105C3.03809 2.125 2.75977 2.18359 2.49609 2.30078C2.23242 2.41797 1.99805 2.5791 1.79297 2.78418C1.58789 2.98926 1.42676 3.22363 1.30957 3.4873C1.19238 3.75098 1.13086 4.03223 1.125 4.33105V11.1689C1.125 11.4736 1.18652 11.7578 1.30957 12.0215C1.43262 12.2852 1.59668 12.5195 1.80176 12.7246C2.00684 12.9297 2.24414 13.0879 2.51367 13.1992C2.7832 13.3105 3.07031 13.3691 3.375 13.375H10.125V14.5H3.30469ZM3.9375 5.5C3.78516 5.5 3.65332 5.44434 3.54199 5.33301C3.43066 5.22168 3.375 5.08984 3.375 4.9375C3.375 4.78516 3.43066 4.65332 3.54199 4.54199C3.65332 4.43066 3.78516 4.375 3.9375 4.375H9.5625C9.71484 4.375 9.84668 4.43066 9.95801 4.54199C10.0693 4.65332 10.125 4.78516 10.125 4.9375C10.125 5.08984 10.0693 5.22168 9.95801 5.33301C9.84668 5.44434 9.71484 5.5 9.5625 5.5H3.9375ZM10.125 8.24219C10.125 7.71484 10.2305 7.2168 10.4414 6.74805C10.6523 6.2793 10.9395 5.86914 11.3027 5.51758C11.666 5.16602 12.085 4.8877 12.5596 4.68262C13.0342 4.47754 13.5352 4.375 14.0625 4.375C14.6016 4.375 15.1084 4.47754 15.583 4.68262C16.0576 4.8877 16.4766 5.17188 16.8398 5.53516C17.2031 5.89844 17.4844 6.31445 17.6836 6.7832C17.8828 7.25195 17.9883 7.76172 18 8.3125C18 8.85156 17.8975 9.3584 17.6924 9.83301C17.4873 10.3076 17.2031 10.7266 16.8398 11.0898C16.4766 11.4531 16.0605 11.7344 15.5918 11.9336C15.123 12.1328 14.6133 12.2383 14.0625 12.25C13.5059 12.25 12.9873 12.1445 12.5068 11.9336C12.0264 11.7227 11.6104 11.4355 11.2588 11.0723C10.9072 10.709 10.6318 10.2842 10.4326 9.79785C10.2334 9.31152 10.1309 8.79297 10.125 8.24219ZM3.9375 11.125C3.78516 11.125 3.65332 11.0693 3.54199 10.958C3.43066 10.8467 3.375 10.7148 3.375 10.5625C3.375 10.4102 3.43066 10.2783 3.54199 10.167C3.65332 10.0557 3.78516 10 3.9375 10H8.4375C8.58984 10 8.72168 10.0557 8.83301 10.167C8.94434 10.2783 9 10.4102 9 10.5625C9 10.7148 8.94434 10.8467 8.83301 10.958C8.72168 11.0693 8.58984 11.125 8.4375 11.125H3.9375ZM11.8125 16.7061C11.6543 16.7061 11.5225 16.6533 11.417 16.5479C11.3115 16.4424 11.2559 16.3076 11.25 16.1436V12.8564C11.6719 13.1201 12.1201 13.3193 12.5947 13.4541C13.0693 13.5889 13.5586 13.6562 14.0625 13.6562C14.5605 13.6562 15.0469 13.5889 15.5215 13.4541C15.9961 13.3193 16.4473 13.1201 16.875 12.8564V16.1436C16.875 16.3018 16.8223 16.4336 16.7168 16.5391C16.6113 16.6445 16.4766 16.7002 16.3125 16.7061C16.1777 16.7061 16.0605 16.665 15.9609 16.583L14.4141 15.3438C14.3145 15.2617 14.1973 15.2207 14.0625 15.2207C13.9277 15.2207 13.8105 15.2617 13.7109 15.3438L12.1641 16.583C12.0645 16.665 11.9473 16.7061 11.8125 16.7061Z" fill="#0078D4"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.4 KiB |
@ -1,3 +1,3 @@
|
||||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3.30469 14.5C2.86523 14.5 2.44629 14.4121 2.04785 14.2363C1.64941 14.0605 1.29785 13.8203 0.993164 13.5156C0.688477 13.2109 0.448242 12.8594 0.272461 12.4609C0.0966797 12.0625 0.00585938 11.6406 0 11.1953V4.30469C0 3.86523 0.0878906 3.44629 0.263672 3.04785C0.439453 2.64941 0.679687 2.29785 0.984375 1.99316C1.28906 1.68848 1.64063 1.44824 2.03906 1.27246C2.4375 1.09668 2.85937 1.00586 3.30469 1H14.6953C15.1348 1 15.5537 1.08789 15.9521 1.26367C16.3506 1.43945 16.7021 1.67969 17.0068 1.98438C17.3115 2.28906 17.5518 2.64063 17.7275 3.03906C17.9033 3.4375 17.9941 3.85937 18 4.30469V4.7002C17.6309 4.30176 17.2236 3.9707 16.7783 3.70703C16.7021 3.47266 16.5938 3.25879 16.4531 3.06543C16.3125 2.87207 16.1484 2.70508 15.9609 2.56445C15.7734 2.42383 15.5654 2.31543 15.3369 2.23926C15.1084 2.16309 14.8711 2.125 14.625 2.125H3.33105C3.03809 2.125 2.75977 2.18359 2.49609 2.30078C2.23242 2.41797 1.99805 2.5791 1.79297 2.78418C1.58789 2.98926 1.42676 3.22363 1.30957 3.4873C1.19238 3.75098 1.13086 4.03223 1.125 4.33105V11.1689C1.125 11.4736 1.18652 11.7578 1.30957 12.0215C1.43262 12.2852 1.59668 12.5195 1.80176 12.7246C2.00684 12.9297 2.24414 13.0879 2.51367 13.1992C2.7832 13.3105 3.07031 13.3691 3.375 13.375H10.125V14.5H3.30469ZM3.9375 5.5C3.78516 5.5 3.65332 5.44434 3.54199 5.33301C3.43066 5.22168 3.375 5.08984 3.375 4.9375C3.375 4.78516 3.43066 4.65332 3.54199 4.54199C3.65332 4.43066 3.78516 4.375 3.9375 4.375H9.5625C9.71484 4.375 9.84668 4.43066 9.95801 4.54199C10.0693 4.65332 10.125 4.78516 10.125 4.9375C10.125 5.08984 10.0693 5.22168 9.95801 5.33301C9.84668 5.44434 9.71484 5.5 9.5625 5.5H3.9375ZM10.125 8.24219C10.125 7.71484 10.2305 7.2168 10.4414 6.74805C10.6523 6.2793 10.9395 5.86914 11.3027 5.51758C11.666 5.16602 12.085 4.8877 12.5596 4.68262C13.0342 4.47754 13.5352 4.375 14.0625 4.375C14.6016 4.375 15.1084 4.47754 15.583 4.68262C16.0576 4.8877 16.4766 5.17188 16.8398 5.53516C17.2031 5.89844 17.4844 6.31445 17.6836 6.7832C17.8828 7.25195 17.9883 7.76172 18 8.3125C18 8.85156 17.8975 9.3584 17.6924 9.83301C17.4873 10.3076 17.2031 10.7266 16.8398 11.0898C16.4766 11.4531 16.0605 11.7344 15.5918 11.9336C15.123 12.1328 14.6133 12.2383 14.0625 12.25C13.5059 12.25 12.9873 12.1445 12.5068 11.9336C12.0264 11.7227 11.6104 11.4355 11.2588 11.0723C10.9072 10.709 10.6318 10.2842 10.4326 9.79785C10.2334 9.31152 10.1309 8.79297 10.125 8.24219ZM3.9375 11.125C3.78516 11.125 3.65332 11.0693 3.54199 10.958C3.43066 10.8467 3.375 10.7148 3.375 10.5625C3.375 10.4102 3.43066 10.2783 3.54199 10.167C3.65332 10.0557 3.78516 10 3.9375 10H8.4375C8.58984 10 8.72168 10.0557 8.83301 10.167C8.94434 10.2783 9 10.4102 9 10.5625C9 10.7148 8.94434 10.8467 8.83301 10.958C8.72168 11.0693 8.58984 11.125 8.4375 11.125H3.9375ZM11.8125 16.7061C11.6543 16.7061 11.5225 16.6533 11.417 16.5479C11.3115 16.4424 11.2559 16.3076 11.25 16.1436V12.8564C11.6719 13.1201 12.1201 13.3193 12.5947 13.4541C13.0693 13.5889 13.5586 13.6562 14.0625 13.6562C14.5605 13.6562 15.0469 13.5889 15.5215 13.4541C15.9961 13.3193 16.4473 13.1201 16.875 12.8564V16.1436C16.875 16.3018 16.8223 16.4336 16.7168 16.5391C16.6113 16.6445 16.4766 16.7002 16.3125 16.7061C16.1777 16.7061 16.0605 16.665 15.9609 16.583L14.4141 15.3438C14.3145 15.2617 14.1973 15.2207 14.0625 15.2207C13.9277 15.2207 13.8105 15.2617 13.7109 15.3438L12.1641 16.583C12.0645 16.665 11.9473 16.7061 11.8125 16.7061Z" fill="#0078D4"/>
|
||||
<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3.30469 13.75C2.86523 13.75 2.44336 13.6621 2.03906 13.4863C1.64062 13.3047 1.28906 13.0645 0.984375 12.7656C0.685547 12.4609 0.445312 12.1094 0.263672 11.7109C0.0878906 11.3066 0 10.8848 0 10.4453V3.55469C0 3.11523 0.0878906 2.69629 0.263672 2.29785C0.445312 1.89355 0.685547 1.54199 0.984375 1.24316C1.28906 0.938477 1.64062 0.698242 2.03906 0.522461C2.44336 0.34082 2.86523 0.25 3.30469 0.25H14.6953C15.1348 0.25 15.5537 0.34082 15.9521 0.522461C16.3564 0.698242 16.708 0.938477 17.0068 1.24316C17.3115 1.54199 17.5518 1.89355 17.7275 2.29785C17.9092 2.69629 18 3.11523 18 3.55469V3.9502C17.6309 3.55176 17.2236 3.2207 16.7783 2.95703C16.7021 2.72266 16.5938 2.50879 16.4531 2.31543C16.3125 2.12207 16.1455 1.95508 15.9521 1.81445C15.7646 1.67383 15.5566 1.56543 15.3281 1.48926C15.1055 1.41309 14.8711 1.375 14.625 1.375H3.33105C3.03809 1.375 2.75684 1.43652 2.4873 1.55957C2.22363 1.67676 1.98926 1.83789 1.78418 2.04297C1.58496 2.24219 1.42383 2.47656 1.30078 2.74609C1.18359 3.00977 1.125 3.28809 1.125 3.58105V10.4189C1.125 10.7236 1.18652 11.0107 1.30957 11.2803C1.43262 11.5439 1.59668 11.7754 1.80176 11.9746C2.00684 12.1738 2.24414 12.332 2.51367 12.4492C2.78906 12.5664 3.07617 12.625 3.375 12.625H10.125V13.75H3.30469ZM3.9375 4.75C3.78516 4.75 3.65332 4.69434 3.54199 4.58301C3.43066 4.47168 3.375 4.33984 3.375 4.1875C3.375 4.03516 3.43066 3.90332 3.54199 3.79199C3.65332 3.68066 3.78516 3.625 3.9375 3.625H9.5625C9.71484 3.625 9.84668 3.68066 9.95801 3.79199C10.0693 3.90332 10.125 4.03516 10.125 4.1875C10.125 4.33984 10.0693 4.47168 9.95801 4.58301C9.84668 4.69434 9.71484 4.75 9.5625 4.75H3.9375ZM10.125 7.49219C10.125 6.96484 10.2305 6.4668 10.4414 5.99805C10.6582 5.5293 10.9453 5.11914 11.3027 4.76758C11.666 4.41602 12.085 4.1377 12.5596 3.93262C13.0342 3.72754 13.5352 3.625 14.0625 3.625C14.6016 3.625 15.1084 3.73047 15.583 3.94141C16.0635 4.14648 16.4824 4.42773 16.8398 4.78516C17.1973 5.14258 17.4785 5.56152 17.6836 6.04199C17.8945 6.5166 18 7.02344 18 7.5625C18 8.10156 17.8945 8.61133 17.6836 9.0918C17.4785 9.56641 17.1973 9.98242 16.8398 10.3398C16.4824 10.6973 16.0635 10.9814 15.583 11.1924C15.1084 11.3975 14.6016 11.5 14.0625 11.5C13.5059 11.5 12.9873 11.3945 12.5068 11.1836C12.0264 10.9727 11.6104 10.6855 11.2588 10.3223C10.9072 9.95898 10.6289 9.53418 10.4238 9.04785C10.2246 8.56152 10.125 8.04297 10.125 7.49219ZM3.9375 10.375C3.78516 10.375 3.65332 10.3193 3.54199 10.208C3.43066 10.0967 3.375 9.96484 3.375 9.8125C3.375 9.66016 3.43066 9.52832 3.54199 9.41699C3.65332 9.30566 3.78516 9.25 3.9375 9.25H8.4375C8.58984 9.25 8.72168 9.30566 8.83301 9.41699C8.94434 9.52832 9 9.66016 9 9.8125C9 9.96484 8.94434 10.0967 8.83301 10.208C8.72168 10.3193 8.58984 10.375 8.4375 10.375H3.9375ZM11.8125 15.9561C11.6543 15.9561 11.5195 15.9033 11.4082 15.7979C11.3027 15.6865 11.25 15.5518 11.25 15.3936V12.1064C11.6719 12.3701 12.1201 12.5693 12.5947 12.7041C13.0752 12.8389 13.5645 12.9062 14.0625 12.9062C14.5605 12.9062 15.0469 12.8389 15.5215 12.7041C16.002 12.5693 16.4531 12.3701 16.875 12.1064V15.3936C16.875 15.5518 16.8193 15.6865 16.708 15.7979C16.6025 15.9033 16.4707 15.9561 16.3125 15.9561C16.1777 15.9561 16.0605 15.915 15.9609 15.833L14.4141 14.5938C14.3145 14.5117 14.1973 14.4707 14.0625 14.4707C13.9277 14.4707 13.8105 14.5117 13.7109 14.5938L12.1641 15.833C12.0645 15.915 11.9473 15.9561 11.8125 15.9561Z" fill="#0883D9"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
9
windows/security/images/icons/cmd.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.818176" y="3.7" width="16.3636" height="12.75" fill="black"/>
|
||||
<path d="M3.76093 7.60039C3.64764 7.64596 3.53762 7.67981 3.43085 7.70195C3.32538 7.72409 3.21535 7.73515 3.10077 7.73515C2.91718 7.73515 2.75441 7.70846 2.61249 7.65508C2.47186 7.60039 2.35272 7.51966 2.25507 7.41289C2.15871 7.30612 2.08514 7.17396 2.03436 7.0164C1.98488 6.85755 1.96014 6.6733 1.96014 6.46367C1.96014 6.24883 1.98749 6.05807 2.04218 5.8914C2.09686 5.72343 2.17499 5.58216 2.27655 5.46758C2.37811 5.35169 2.50116 5.2638 2.64569 5.2039C2.79152 5.14271 2.95494 5.11211 3.13593 5.11211C3.19452 5.11211 3.24921 5.11341 3.29999 5.11601C3.35207 5.11862 3.40285 5.12383 3.45233 5.13164C3.50181 5.13815 3.55194 5.14726 3.60272 5.15898C3.6535 5.1707 3.70624 5.18567 3.76093 5.2039V5.68047C3.65025 5.62838 3.54478 5.59127 3.44452 5.56914C3.34426 5.547 3.25311 5.53593 3.17108 5.53593C3.04999 5.53593 2.94647 5.55807 2.86053 5.60234C2.7746 5.64531 2.70363 5.70651 2.64764 5.78593C2.59296 5.86406 2.55259 5.95781 2.52655 6.06718C2.50051 6.17526 2.48749 6.2944 2.48749 6.42461C2.48749 6.56263 2.50051 6.68633 2.52655 6.7957C2.55389 6.90377 2.59556 6.99557 2.65155 7.07109C2.70754 7.14661 2.77915 7.20455 2.86639 7.24492C2.95363 7.28398 3.05715 7.30351 3.17694 7.30351C3.21991 7.30351 3.26613 7.29961 3.31561 7.29179C3.36639 7.28268 3.41718 7.27161 3.46796 7.25859C3.52004 7.24427 3.57082 7.22799 3.6203 7.20976C3.67108 7.19023 3.71796 7.1707 3.76093 7.15117V7.60039ZM5.09882 5.69609C5.1483 5.69609 5.19452 5.70521 5.23749 5.72343C5.28046 5.74166 5.31757 5.76705 5.34882 5.79961C5.38007 5.83086 5.40481 5.86797 5.42303 5.91093C5.44126 5.9539 5.45038 5.99948 5.45038 6.04765C5.45038 6.09713 5.44126 6.14336 5.42303 6.18633C5.40481 6.22929 5.38007 6.2664 5.34882 6.29765C5.31757 6.3289 5.28046 6.35364 5.23749 6.37187C5.19452 6.3901 5.1483 6.39922 5.09882 6.39922C5.04934 6.39922 5.00311 6.3901 4.96014 6.37187C4.91848 6.35364 4.88137 6.3289 4.84882 6.29765C4.81757 6.2664 4.79283 6.22929 4.7746 6.18633C4.75637 6.14336 4.74725 6.09713 4.74725 6.04765C4.74725 5.99948 4.75637 5.9539 4.7746 5.91093C4.79283 5.86797 4.81757 5.83086 4.84882 5.79961C4.88137 5.76705 4.91848 5.74166 4.96014 5.72343C5.00311 5.70521 5.04934 5.69609 5.09882 5.69609ZM5.09882 7.04179C5.1483 7.04179 5.19452 7.05091 5.23749 7.06914C5.28046 7.08737 5.31757 7.11211 5.34882 7.14336C5.38007 7.17461 5.40481 7.21172 5.42303 7.25468C5.44126 7.29765 5.45038 7.34323 5.45038 7.3914C5.45038 7.44088 5.44126 7.48711 5.42303 7.53008C5.40481 7.57304 5.38007 7.6108 5.34882 7.64336C5.31757 7.67461 5.28046 7.69935 5.23749 7.71758C5.19452 7.7358 5.1483 7.74492 5.09882 7.74492C5.04934 7.74492 5.00311 7.7358 4.96014 7.71758C4.91848 7.69935 4.88137 7.67461 4.84882 7.64336C4.81757 7.6108 4.79283 7.57304 4.7746 7.53008C4.75637 7.48711 4.74725 7.44088 4.74725 7.3914C4.74725 7.34323 4.75637 7.29765 4.7746 7.25468C4.79283 7.21172 4.81757 7.17461 4.84882 7.14336C4.88137 7.11211 4.91848 7.08737 4.96014 7.06914C5.00311 7.05091 5.04934 7.04179 5.09882 7.04179ZM6.89374 4.94023L8.25897 8.11992H7.79413L6.43085 4.94023H6.89374ZM8.39764 8.50078V8.12383H10.5969V8.50078H8.39764ZM10.5969 8.50078V8.12383H12.7961V8.50078H10.5969Z" fill="white"/>
|
||||
<rect x="0.818176" y="2.85001" width="16.3636" height="1.7" fill="#D9D9D9"/>
|
||||
<rect x="15.5455" y="2.85001" width="0.818182" height="0.85" fill="#605E5C"/>
|
||||
<rect x="13.9091" y="2.85001" width="0.818182" height="0.85" fill="#605E5C"/>
|
||||
<rect x="12.2727" y="2.85001" width="0.818182" height="0.85" fill="#605E5C"/>
|
||||
<rect x="0.5" y="2.5" width="17" height="14.3" stroke="#CDCDCD"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.6 KiB |
9
windows/security/images/icons/control-panel.svg
Normal file
After Width: | Height: | Size: 11 KiB |
75
windows/security/images/icons/drive.svg
Normal file
@ -0,0 +1,75 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_127_1763)">
|
||||
<g clip-path="url(#clip1_127_1763)">
|
||||
<path d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="#E1E3E6"/>
|
||||
<path opacity="0.5" d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="url(#paint0_linear_127_1763)"/>
|
||||
<path opacity="0.5" d="M1.16016 9.1783L4.76679 5.19317C4.87925 5.07028 5.02383 5.00006 5.18448 5.00006H14.8156C14.9682 5.00006 15.1208 5.07028 15.2333 5.19317L18.8399 9.1783H1.16016Z" fill="url(#paint1_linear_127_1763)"/>
|
||||
<path d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint2_linear_127_1763)"/>
|
||||
<path opacity="0.6" d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint3_linear_127_1763)"/>
|
||||
<path opacity="0.6" d="M1.56477 15H18.4352C18.7499 15 19 14.7309 19 14.3922V9.60785C19 9.26921 18.7499 9.00003 18.4352 9.00003H1.56477C1.25011 9.00003 1 9.26921 1 9.60785V14.3922C1 14.7222 1.25818 15 1.56477 15Z" fill="url(#paint4_linear_127_1763)"/>
|
||||
<path d="M17.4667 14H2.53333C2.23619 14 2 13.752 2 13.44V9.00003H18V13.44C18 13.752 17.7638 14 17.4667 14Z" fill="url(#paint5_linear_127_1763)"/>
|
||||
<path d="M18.4375 9.07717C18.7107 9.07717 18.9277 9.3086 18.9277 9.60003V14.4C18.9277 14.6915 18.7107 14.9229 18.4375 14.9229H1.5625C1.28929 14.9229 1.07232 14.6915 1.07232 14.4V9.60003C1.07232 9.3086 1.28929 9.07717 1.5625 9.07717H18.4375ZM18.4375 9.00003H1.5625C1.24911 9.00003 1 9.26574 1 9.60003V14.4C1 14.7343 1.24911 15 1.5625 15H18.4375C18.7509 15 19 14.7343 19 14.4V9.60003C19 9.26574 18.7509 9.00003 18.4375 9.00003Z" fill="url(#paint6_linear_127_1763)"/>
|
||||
<path opacity="0.15" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.522914" stroke-miterlimit="10"/>
|
||||
<path opacity="0.3" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.261461" stroke-miterlimit="10"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" fill="#00B300"/>
|
||||
<path d="M4.39104 11.9616C4.77592 11.899 5.03549 11.5409 4.97284 11.1561C4.95494 11.0755 4.92808 10.9949 4.89228 10.9233C4.74907 10.8249 4.57005 10.7801 4.38208 10.807C3.9972 10.8696 3.73763 11.2277 3.80028 11.6125C3.81818 11.6931 3.84503 11.7737 3.88084 11.8453C4.02405 11.9437 4.20307 11.9885 4.39104 11.9616Z" fill="url(#paint7_radial_127_1763)"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.0894687" stroke-miterlimit="10"/>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_127_1763" x1="13.9892" y1="4.95508" x2="14.6969" y2="4.35094" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_127_1763" x1="6.00862" y1="4.95507" x2="5.30105" y2="4.35125" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_127_1763" x1="10.0039" y1="14.9968" x2="10.0039" y2="8.9946" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#ABABAB"/>
|
||||
<stop offset="0.1971" stop-color="#A7A7A7"/>
|
||||
<stop offset="0.3984" stop-color="#9B9B9B"/>
|
||||
<stop offset="0.6016" stop-color="#868686"/>
|
||||
<stop offset="0.8047" stop-color="#6A6A6A"/>
|
||||
<stop offset="1" stop-color="#474747"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_127_1763" x1="7.39469" y1="9.18753" x2="6.70448" y2="8.54622" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_127_1763" x1="12.6133" y1="9.18753" x2="13.3035" y2="8.54621" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_127_1763" x1="10" y1="14" x2="10" y2="8.99894" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#666666"/>
|
||||
<stop offset="0.109" stop-color="#5E5E5E"/>
|
||||
<stop offset="0.6917" stop-color="#393939"/>
|
||||
<stop offset="1" stop-color="#2B2B2B"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_127_1763" x1="10" y1="15" x2="10" y2="9.00003" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C9C9C9"/>
|
||||
<stop offset="0.3698" stop-color="#CDCDCD"/>
|
||||
<stop offset="0.7464" stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#E6E6E6"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint7_radial_127_1763" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.33063 11.589) rotate(-117.661) scale(0.94236 0.847944)">
|
||||
<stop stop-color="#BDFFBD"/>
|
||||
<stop offset="1" stop-color="#00FF00"/>
|
||||
</radialGradient>
|
||||
<clipPath id="clip0_127_1763">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip1_127_1763">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 6.5 KiB |
3
windows/security/images/icons/face.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6.95605 10.8428C6.37598 10.8428 5.7959 10.7666 5.21582 10.6143C4.63574 10.4619 4.08203 10.2451 3.55469 9.96387C3.02734 9.67676 2.54395 9.33105 2.10449 8.92676C1.66504 8.52246 1.29883 8.06543 1.00586 7.55566C0.958984 7.47363 0.920898 7.39746 0.891602 7.32715C0.868164 7.25098 0.856445 7.16309 0.856445 7.06348C0.856445 6.94043 0.879883 6.82617 0.926758 6.7207C0.973633 6.60938 1.03809 6.5127 1.12012 6.43066C1.20801 6.34277 1.30469 6.27539 1.41016 6.22852C1.52148 6.18164 1.63867 6.1582 1.76172 6.1582C1.9375 6.1582 2.08398 6.19629 2.20117 6.27246C2.32422 6.34863 2.43555 6.4541 2.53516 6.58887C2.64648 6.73535 2.75488 6.87891 2.86035 7.01953C2.97168 7.16016 3.08887 7.29785 3.21191 7.43262C3.74512 7.9834 4.33105 8.3877 4.96973 8.64551C5.6084 8.90332 6.30859 9.03223 7.07031 9.03223C7.5625 9.03223 8.01367 8.97656 8.42383 8.86523C8.83984 8.75391 9.22656 8.59277 9.58398 8.38184C9.94141 8.1709 10.2754 7.91602 10.5859 7.61719C10.8965 7.3125 11.1953 6.96973 11.4824 6.58887C11.582 6.45996 11.6875 6.35742 11.7988 6.28125C11.9102 6.19922 12.0508 6.1582 12.2207 6.1582C12.4902 6.1582 12.7129 6.24023 12.8887 6.4043C13.0703 6.56836 13.1611 6.78809 13.1611 7.06348C13.1611 7.16309 13.1494 7.24512 13.126 7.30957C13.1025 7.37402 13.0674 7.44727 13.0205 7.5293C12.874 7.79297 12.7041 8.03613 12.5107 8.25879C12.3174 8.47559 12.1152 8.68652 11.9043 8.8916C11.2305 9.53027 10.4688 10.0166 9.61914 10.3506C8.76953 10.6787 7.88184 10.8428 6.95605 10.8428ZM5.16309 2.08887C5.16309 2.28223 5.125 2.4668 5.04883 2.64258C4.97266 2.81836 4.87012 2.97363 4.74121 3.1084C4.6123 3.2373 4.45996 3.33984 4.28418 3.41602C4.11426 3.49219 3.92969 3.53027 3.73047 3.53027C3.53125 3.53027 3.34375 3.49219 3.16797 3.41602C2.99805 3.33984 2.84863 3.2373 2.71973 3.1084C2.59082 2.97949 2.48828 2.83008 2.41211 2.66016C2.33594 2.48438 2.29785 2.29688 2.29785 2.09766C2.29785 1.89844 2.33301 1.71094 2.40332 1.53516C2.47949 1.35938 2.58203 1.20703 2.71094 1.07812C2.83984 0.943359 2.98926 0.837891 3.15918 0.761719C3.33496 0.685547 3.52246 0.647461 3.72168 0.647461C3.9209 0.647461 4.10547 0.685547 4.27539 0.761719C4.45117 0.837891 4.60352 0.943359 4.73242 1.07812C4.86719 1.20703 4.97266 1.35938 5.04883 1.53516C5.125 1.70508 5.16309 1.88965 5.16309 2.08887ZM8.85449 2.08887C8.85449 1.88965 8.89258 1.70215 8.96875 1.52637C9.04492 1.35059 9.14746 1.19824 9.27637 1.06934C9.40527 0.94043 9.55762 0.837891 9.7334 0.761719C9.90918 0.685547 10.0967 0.647461 10.2959 0.647461C10.4951 0.647461 10.6797 0.685547 10.8496 0.761719C11.0254 0.837891 11.1777 0.943359 11.3066 1.07812C11.4355 1.20703 11.5352 1.35938 11.6055 1.53516C11.6816 1.70508 11.7197 1.88965 11.7197 2.08887C11.7197 2.28809 11.6816 2.47559 11.6055 2.65137C11.5293 2.82129 11.4268 2.97363 11.2979 3.1084C11.1689 3.2373 11.0166 3.33984 10.8408 3.41602C10.6709 3.49219 10.4863 3.53027 10.2871 3.53027C10.0879 3.53027 9.90039 3.49219 9.72461 3.41602C9.55469 3.33984 9.40527 3.2373 9.27637 3.1084C9.14746 2.97363 9.04492 2.82129 8.96875 2.65137C8.89258 2.47559 8.85449 2.28809 8.85449 2.08887Z" fill="#0883D9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.1 KiB |
@ -1,3 +1,3 @@
|
||||
<svg width="42" height="40" viewBox="0 0 42 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M27.27 21C27.03 21 26.78 20.96 26.54 20.88C25.6 20.57 25 19.73 25 18.75V15.94C22.74 15.58 21 13.61 21 11.25V4.75C21 2.13 23.13 0 25.75 0H37.25C39.87 0 42 2.13 42 4.75V11.25C42 13.87 39.87 16 37.25 16H32.13L29.05 20.1C28.61 20.68 27.96 21 27.27 21ZM13 23.5C8.86 23.5 5.5 20.14 5.5 16C5.5 11.86 8.86 8.5 13 8.5C17.14 8.5 20.5 11.86 20.5 16C20.5 20.14 17.14 23.5 13 23.5ZM0 30.79C0 30.88 0.15 40 13 40C25.85 40 26 30.88 26 30.79V29.75C26 27.68 24.32 26 22.25 26H3.75C1.68 26 0 27.68 0 29.75V30.79Z" fill="#0078D4"/>
|
||||
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M15.75 10.3496C15.4857 10.2585 15.2441 10.1309 15.0254 9.9668C14.8158 9.80273 14.6335 9.61133 14.4785 9.39258C14.3236 9.17383 14.2051 8.93685 14.123 8.68164C14.041 8.42643 14 8.15755 14 7.875V2.625C14 2.26953 14.0684 1.93229 14.2051 1.61328C14.3418 1.29427 14.5286 1.01628 14.7656 0.779297C15.0117 0.533203 15.2943 0.341797 15.6133 0.205078C15.9323 0.0683594 16.2695 0 16.625 0H25.375C25.7305 0 26.0677 0.0683594 26.3867 0.205078C26.7057 0.341797 26.9837 0.533203 27.2207 0.779297C27.4668 1.01628 27.6582 1.29427 27.7949 1.61328C27.9316 1.93229 28 2.26953 28 2.625V7.875C28 8.23047 27.9316 8.56771 27.7949 8.88672C27.6582 9.20573 27.4668 9.48828 27.2207 9.73438C26.9837 9.97135 26.7057 10.1582 26.3867 10.2949C26.0677 10.4316 25.7305 10.5 25.375 10.5H20.4805L17.9922 13.002C17.737 13.2572 17.4271 13.3848 17.0625 13.3848C16.8984 13.3848 16.7298 13.3483 16.5566 13.2754C16.3014 13.1751 16.1009 13.0156 15.9551 12.7969C15.8184 12.5781 15.75 12.3366 15.75 12.0723V10.3496ZM17.5 11.0059L19.7559 8.75H25.375C25.612 8.75 25.8171 8.66341 25.9902 8.49023C26.1634 8.31706 26.25 8.11198 26.25 7.875V2.625C26.25 2.38802 26.1634 2.18294 25.9902 2.00977C25.8171 1.83659 25.612 1.75 25.375 1.75H16.625C16.388 1.75 16.1829 1.83659 16.0098 2.00977C15.8366 2.18294 15.75 2.38802 15.75 2.625V7.875C15.75 8.07552 15.7865 8.23503 15.8594 8.35352C15.9414 8.47201 16.0417 8.56315 16.1602 8.62695C16.2878 8.68164 16.4245 8.7181 16.5703 8.73633C16.7253 8.75456 16.8802 8.76367 17.0352 8.76367C17.1172 8.76367 17.1947 8.76367 17.2676 8.76367C17.3496 8.75456 17.4271 8.75 17.5 8.75V11.0059ZM3.5 10.5V10.3906C3.5 9.67969 3.64128 9.01432 3.92383 8.39453C4.20638 7.76562 4.58919 7.21875 5.07227 6.75391C5.55534 6.28906 6.11133 5.92448 6.74023 5.66016C7.37826 5.38672 8.04818 5.25 8.75 5.25C9.47917 5.25 10.1628 5.38672 10.8008 5.66016C11.4388 5.93359 11.9948 6.30729 12.4688 6.78125C12.9427 7.25521 13.3164 7.8112 13.5898 8.44922C13.8633 9.08724 14 9.77083 14 10.5C14 11.2292 13.8633 11.9128 13.5898 12.5508C13.3164 13.1888 12.9427 13.7448 12.4688 14.2188C11.9948 14.6927 11.4388 15.0664 10.8008 15.3398C10.1628 15.6133 9.47917 15.75 8.75 15.75C8.02083 15.75 7.33724 15.6133 6.69922 15.3398C6.0612 15.0664 5.50521 14.6927 5.03125 14.2188C4.55729 13.7448 4.18359 13.1888 3.91016 12.5508C3.63672 11.9128 3.5 11.2292 3.5 10.5ZM12.25 10.5V10.4316C12.25 9.95768 12.1543 9.51562 11.9629 9.10547C11.7715 8.6862 11.5163 8.32161 11.1973 8.01172C10.8783 7.70182 10.5046 7.45573 10.0762 7.27344C9.6569 7.09115 9.21484 7 8.75 7C8.26693 7 7.8112 7.0957 7.38281 7.28711C6.96354 7.4694 6.5944 7.72005 6.27539 8.03906C5.96549 8.34896 5.71484 8.7181 5.52344 9.14648C5.34115 9.57487 5.25 10.026 5.25 10.5C5.25 10.9831 5.34115 11.4388 5.52344 11.8672C5.71484 12.2865 5.96549 12.6556 6.27539 12.9746C6.5944 13.2845 6.96354 13.5352 7.38281 13.7266C7.8112 13.9089 8.26693 14 8.75 14C9.22396 14 9.67513 13.9089 10.1035 13.7266C10.5319 13.5352 10.901 13.2845 11.2109 12.9746C11.5299 12.6556 11.7806 12.2865 11.9629 11.8672C12.1543 11.4388 12.25 10.9831 12.25 10.5ZM0 20.5625C0 20.1888 0.0638021 19.8197 0.191406 19.4551C0.31901 19.0814 0.501302 18.7533 0.738281 18.4707C0.97526 18.179 1.25781 17.9466 1.58594 17.7734C1.92318 17.5911 2.29232 17.5 2.69336 17.5H14.8066C15.2077 17.5 15.5723 17.5911 15.9004 17.7734C16.2376 17.9466 16.5247 18.179 16.7617 18.4707C16.9987 18.7533 17.181 19.0814 17.3086 19.4551C17.4362 19.8197 17.5 20.1888 17.5 20.5625C17.5 21.9753 17.1855 23.224 16.5566 24.3086C15.9277 25.3841 14.9935 26.2591 13.7539 26.9336C12.9883 27.3529 12.1771 27.6354 11.3203 27.7812C10.4635 27.9271 9.60677 28 8.75 28C7.98438 28 7.21419 27.9362 6.43945 27.8086C5.67383 27.681 4.9401 27.4714 4.23828 27.1797C3.54557 26.8789 2.90755 26.487 2.32422 26.0039C1.75 25.5117 1.27148 24.9056 0.888672 24.1855C0.597005 23.6204 0.373698 23.0326 0.21875 22.4219C0.0729167 21.8112 0 21.1914 0 20.5625ZM15.75 20.5625C15.75 20.4349 15.7272 20.2936 15.6816 20.1387C15.6452 19.9837 15.5859 19.8424 15.5039 19.7148C15.431 19.5781 15.3353 19.4688 15.2168 19.3867C15.0983 19.2956 14.9616 19.25 14.8066 19.25H2.69336C2.53841 19.25 2.40169 19.2956 2.2832 19.3867C2.16471 19.4688 2.06445 19.5781 1.98242 19.7148C1.90951 19.8424 1.85026 19.9837 1.80469 20.1387C1.76823 20.2936 1.75 20.4349 1.75 20.5625C1.75 21.6016 1.94141 22.4857 2.32422 23.2148C2.70703 23.9349 3.21745 24.5228 3.85547 24.9785C4.5026 25.4251 5.24544 25.7487 6.08398 25.9492C6.93164 26.1497 7.82031 26.25 8.75 26.25C9.67969 26.25 10.5638 26.1497 11.4023 25.9492C12.25 25.7487 12.9928 25.4251 13.6309 24.9785C14.278 24.5228 14.793 23.9349 15.1758 23.2148C15.5586 22.4857 15.75 21.6016 15.75 20.5625Z" fill="#0883D9"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 4.6 KiB |
3
windows/security/images/icons/fingerprint.svg
Normal file
After Width: | Height: | Size: 10 KiB |
3
windows/security/images/icons/folder.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M2.75098 15.875C2.38184 15.875 2.03027 15.8018 1.69629 15.6553C1.3623 15.5029 1.06934 15.3037 0.817383 15.0576C0.571289 14.8057 0.37207 14.5127 0.219727 14.1787C0.0732422 13.8447 0 13.4932 0 13.124V2.87598C0 2.50684 0.0732422 2.15527 0.219727 1.82129C0.37207 1.4873 0.571289 1.19727 0.817383 0.951172C1.06934 0.699219 1.3623 0.5 1.69629 0.353516C2.03027 0.201172 2.38184 0.125 2.75098 0.125H6.1875C6.5918 0.125 6.9375 0.189453 7.22461 0.318359C7.51758 0.441406 7.78125 0.608398 8.01562 0.819336C8.25 1.03027 8.4668 1.27051 8.66602 1.54004C8.86523 1.80957 9.07031 2.08789 9.28125 2.375H15.249C15.6182 2.375 15.9697 2.45117 16.3037 2.60352C16.6377 2.75 16.9277 2.94922 17.1738 3.20117C17.4258 3.44727 17.625 3.7373 17.7715 4.07129C17.9238 4.40527 18 4.75684 18 5.12598V13.124C18 13.4932 17.9238 13.8447 17.7715 14.1787C17.625 14.5127 17.4258 14.8057 17.1738 15.0576C16.9277 15.3037 16.6377 15.5029 16.3037 15.6553C15.9697 15.8018 15.6182 15.875 15.249 15.875H2.75098ZM6.62695 3.5C6.78516 3.5 6.93164 3.47949 7.06641 3.43848C7.20117 3.39746 7.33301 3.34473 7.46191 3.28027C7.59082 3.20996 7.71387 3.13379 7.83105 3.05176C7.94824 2.96973 8.06836 2.88477 8.19141 2.79688C8.05664 2.61523 7.9248 2.43359 7.7959 2.25195C7.66699 2.06445 7.52637 1.89746 7.37402 1.75098C7.22168 1.60449 7.04883 1.48438 6.85547 1.39062C6.66797 1.29687 6.44531 1.25 6.1875 1.25H2.8125C2.58398 1.25 2.36719 1.29395 2.16211 1.38184C1.95703 1.46973 1.77539 1.59277 1.61719 1.75098C1.46484 1.90332 1.34473 2.08203 1.25684 2.28711C1.16895 2.49219 1.125 2.70898 1.125 2.9375V3.5H6.62695ZM15.1875 14.75C15.416 14.75 15.6328 14.7061 15.8379 14.6182C16.043 14.5303 16.2217 14.4102 16.374 14.2578C16.5322 14.0996 16.6553 13.918 16.7432 13.7129C16.8311 13.5078 16.875 13.291 16.875 13.0625V5.1875C16.875 4.95898 16.8311 4.74219 16.7432 4.53711C16.6553 4.33203 16.5322 4.15332 16.374 4.00098C16.2217 3.84277 16.043 3.71973 15.8379 3.63184C15.6328 3.54395 15.416 3.5 15.1875 3.5H9.16699C8.96191 3.64062 8.7627 3.77832 8.56934 3.91309C8.38184 4.04785 8.18555 4.16797 7.98047 4.27344C7.78125 4.37891 7.57031 4.46387 7.34766 4.52832C7.125 4.59277 6.88477 4.625 6.62695 4.625H1.125V13.0625C1.125 13.291 1.16895 13.5078 1.25684 13.7129C1.34473 13.918 1.46484 14.0996 1.61719 14.2578C1.77539 14.4102 1.95703 14.5303 2.16211 14.6182C2.36719 14.7061 2.58398 14.75 2.8125 14.75H15.1875Z" fill="#0883D9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.0 KiB |
@ -1,9 +1,14 @@
|
||||
<svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<rect width="17" height="18" fill="url(#pattern0)"/>
|
||||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g clip-path="url(#clip0_116_430)">
|
||||
<rect width="17.1" height="18" fill="url(#pattern0)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
|
||||
<use xlink:href="#image0_92_347" transform="matrix(0.0227273 0 0 0.0217391 -0.0454545 -0.0869565)"/>
|
||||
<use xlink:href="#image0_116_430" transform="matrix(0.0227273 0 0 0.0222924 -0.0454545 -0.0891697)"/>
|
||||
</pattern>
|
||||
<image id="image0_92_347" width="47" height="52" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAA0CAYAAAAaNmH0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAB3RJTUUH6AEEFgALC7iL4gAABVhJREFUaAXtWb+LJEUUfruMSzde0CMbzIiBAwZusMEazV4gOMcli4IuCIoayIogmohmF8sGsoEYKfgfCCbeRWKmqaCg4WU3EwzbDQ50sze4fq+660f3dFdV98zurWDBbr+pevXe976qelVdvXV5eUlN5eLiQjTt7Ow0qTzR+u0n6n1N5/+DX5PAzt17Hj2fPju999PJe6+Os2Xqob5hlSVRukyE0TAIaPD80Zb0sOVYsPtff/Xlt5NXDsZ7LwyJYIgok32v/JnBFf+lyyl8xfCf0G9/nNPx21+IAFzM/378xoSGuxEh6KIoQVZczRNEMU3pIqEQKFNEkS3O6WD/WeXPBZ76twIAB2CnprK5ESFbhrADtklP1YwDQjCyWCH9eP97Oro7uXbgRAGmS0zxPKFk+hcl9EiAniYxiOzTwTiHbwU/OTzMWZehXuMzTjKazaeUJo8w12cIJqV4gbo/H9LRmx7g8wV6jYgNVwmmRxzHgvGgx9M2ohCPe6dnKttYmTdsXbvITB+9dgKgJ42+W4PPeNXDcG0RqbS2pbEyirAwmdkOxQEeyYoBGVrJPKbpTK94bueURo85H1eCcgUThPTS/oCiqA68sGoNyYBl1VONUdRHMoAzAYwdSMccaKT0WKiEUmrjH5wMAwTQtbQGHyDvD/B3pYWJcY0aVG7oqdI9ZZi81swn2Cg4B5dKwVK2rK8v6Zo/MP1Gz/U77yWe4DWoPNvgtwkU4IWGMdTV3yZmKQecuQY4fsiKlk9P8NrqYDdoyA5ap40UtEagrbfv2gtpHYfa9fpSa/BigzKmh4TAJ77VoqfbahvXYBRv4QFCupTW4BOc9KZzA1QBWoB/rDO7kGoD0jDDMKS9F3mT0nVtJA/wBlBY5jw/rFtiAJpW6x3gOdfpl5w2sHNdD/CaTe4itvJGprrmjbIP3zBu6CbF8MsjXheQB/Plbgk2qAwvBbx9r/BVnSb4bYPAWWvIeb7jcaM1eAbOO6zKLgZgcTWC06V3eSqkPvaNrpOtNXj7JlVZDEZgtQHBe/2CtY2XttQCfGEQNHVlSrutSn5gq708wcO41IS4cgCrWpW/vZgHFdI293P1kbbxNLsZ1c3iDBtUXGxSat6zOpyuXAc65n8gNimMZO2bVDMG2dIaPM/RfjG10ypL4qJImuZgtFwniTNSawTakn/XAki+SW141q8E6bcG/MAL434GNS9dJX9irODr4CYJpgNf3XIxGPM5iOWdjP/wPsR8D/hkuVLqvJeVrOCFqnxjKjR5k5oiAJLXHEUAwpW4/jAcGMEZtUrkGzBxkatqWHCDlupO8GwK155SnyLeEQVTHsPrAN98qtT+lOMawQHeMFIA4QxRP8w11n2rzCAdiEyTdlXTqMG+aeBK5JLfZg928Kofj8DKGVK1blRQwN3+rOBTLNYIl6o4QwKfMYU2ijY3plYQEOWvlG5/VvDEwDNOLTAks0sX4KYXxaxhqHgBZ9D5zQRYl+nYUKuKPfmJHg3bn3720S93JrfHrLQ3GuFFgW+zur3ZVx3ZfvONhPiYMH+I01Ym0meandu6iDbJyfZb77z+zScfvju+fXigO6FVDachaYXNSMw4f2tN/j4XaTmlZ5znIvYswf9zdvr5B8NdZrpprjXVrxnAEvQAvNi1scb4uJ3EYN3jg4MET7TAR6seho0x1s3LNTHauvOuzZ8oYz578NriNRAMbF1EW+kL+M8/fHw5GuqJ4uy9CQXQx6zj8hlfXPABDTYDgD9+/zv14azJjWYeGvcf/Dq78/LIHXKTtTXqObnECxDX61MaRF6WSsx79bhBSjf40snN0n8a/L87FqtbB9OY7gAAAABJRU5ErkJggg=="/>
|
||||
<clipPath id="clip0_116_430">
|
||||
<rect width="18" height="18" fill="white"/>
|
||||
</clipPath>
|
||||
<image id="image0_116_430" width="47" height="52" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAA0CAYAAAAaNmH0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAB3RJTUUH6AEEFgALC7iL4gAABVhJREFUaAXtWb+LJEUUfruMSzde0CMbzIiBAwZusMEazV4gOMcli4IuCIoayIogmohmF8sGsoEYKfgfCCbeRWKmqaCg4WU3EwzbDQ50sze4fq+660f3dFdV98zurWDBbr+pevXe976qelVdvXV5eUlN5eLiQjTt7Ow0qTzR+u0n6n1N5/+DX5PAzt17Hj2fPju999PJe6+Os2Xqob5hlSVRukyE0TAIaPD80Zb0sOVYsPtff/Xlt5NXDsZ7LwyJYIgok32v/JnBFf+lyyl8xfCf0G9/nNPx21+IAFzM/378xoSGuxEh6KIoQVZczRNEMU3pIqEQKFNEkS3O6WD/WeXPBZ76twIAB2CnprK5ESFbhrADtklP1YwDQjCyWCH9eP97Oro7uXbgRAGmS0zxPKFk+hcl9EiAniYxiOzTwTiHbwU/OTzMWZehXuMzTjKazaeUJo8w12cIJqV4gbo/H9LRmx7g8wV6jYgNVwmmRxzHgvGgx9M2ohCPe6dnKttYmTdsXbvITB+9dgKgJ42+W4PPeNXDcG0RqbS2pbEyirAwmdkOxQEeyYoBGVrJPKbpTK94bueURo85H1eCcgUThPTS/oCiqA68sGoNyYBl1VONUdRHMoAzAYwdSMccaKT0WKiEUmrjH5wMAwTQtbQGHyDvD/B3pYWJcY0aVG7oqdI9ZZi81swn2Cg4B5dKwVK2rK8v6Zo/MP1Gz/U77yWe4DWoPNvgtwkU4IWGMdTV3yZmKQecuQY4fsiKlk9P8NrqYDdoyA5ap40UtEagrbfv2gtpHYfa9fpSa/BigzKmh4TAJ77VoqfbahvXYBRv4QFCupTW4BOc9KZzA1QBWoB/rDO7kGoD0jDDMKS9F3mT0nVtJA/wBlBY5jw/rFtiAJpW6x3gOdfpl5w2sHNdD/CaTe4itvJGprrmjbIP3zBu6CbF8MsjXheQB/Plbgk2qAwvBbx9r/BVnSb4bYPAWWvIeb7jcaM1eAbOO6zKLgZgcTWC06V3eSqkPvaNrpOtNXj7JlVZDEZgtQHBe/2CtY2XttQCfGEQNHVlSrutSn5gq708wcO41IS4cgCrWpW/vZgHFdI293P1kbbxNLsZ1c3iDBtUXGxSat6zOpyuXAc65n8gNimMZO2bVDMG2dIaPM/RfjG10ypL4qJImuZgtFwniTNSawTakn/XAki+SW141q8E6bcG/MAL434GNS9dJX9irODr4CYJpgNf3XIxGPM5iOWdjP/wPsR8D/hkuVLqvJeVrOCFqnxjKjR5k5oiAJLXHEUAwpW4/jAcGMEZtUrkGzBxkatqWHCDlupO8GwK155SnyLeEQVTHsPrAN98qtT+lOMawQHeMFIA4QxRP8w11n2rzCAdiEyTdlXTqMG+aeBK5JLfZg928Kofj8DKGVK1blRQwN3+rOBTLNYIl6o4QwKfMYU2ijY3plYQEOWvlG5/VvDEwDNOLTAks0sX4KYXxaxhqHgBZ9D5zQRYl+nYUKuKPfmJHg3bn3720S93JrfHrLQ3GuFFgW+zur3ZVx3ZfvONhPiYMH+I01Ym0meandu6iDbJyfZb77z+zScfvju+fXigO6FVDachaYXNSMw4f2tN/j4XaTmlZ5znIvYswf9zdvr5B8NdZrpprjXVrxnAEvQAvNi1scb4uJ3EYN3jg4MET7TAR6seho0x1s3LNTHauvOuzZ8oYz578NriNRAMbF1EW+kL+M8/fHw5GuqJ4uy9CQXQx6zj8hlfXPABDTYDgD9+/zv14azJjWYeGvcf/Dq78/LIHXKTtTXqObnECxDX61MaRF6WSsx79bhBSjf40snN0n8a/L87FqtbB9OY7gAAAABJRU5ErkJggg=="/>
|
||||
</defs>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.5 KiB |
@ -1,3 +1,3 @@
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8 7C8.27614 7 8.5 7.22386 8.5 7.5V10.5C8.5 10.7761 8.27614 11 8 11C7.72386 11 7.5 10.7761 7.5 10.5V7.5C7.5 7.22386 7.72386 7 8 7ZM8.00001 6.24907C8.41369 6.24907 8.74905 5.91371 8.74905 5.50003C8.74905 5.08635 8.41369 4.751 8.00001 4.751C7.58633 4.751 7.25098 5.08635 7.25098 5.50003C7.25098 5.91371 7.58633 6.24907 8.00001 6.24907ZM2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8ZM8 3C5.23858 3 3 5.23858 3 8C3 10.7614 5.23858 13 8 13C10.7614 13 13 10.7614 13 8C13 5.23858 10.7614 3 8 3Z" fill="#0078D4" />
|
||||
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 8.4375C0 7.6582 0.0996094 6.91113 0.298828 6.19629C0.498047 5.47559 0.779297 4.80176 1.14258 4.1748C1.51172 3.54785 1.95117 2.97949 2.46094 2.46973C2.97656 1.9541 3.54785 1.51465 4.1748 1.15137C4.80176 0.782227 5.47266 0.498047 6.1875 0.298828C6.9082 0.0996094 7.6582 0 8.4375 0C9.2168 0 9.96387 0.0996094 10.6787 0.298828C11.3994 0.498047 12.0732 0.782227 12.7002 1.15137C13.3271 1.51465 13.8955 1.9541 14.4053 2.46973C14.9209 2.97949 15.3604 3.54785 15.7236 4.1748C16.0928 4.80176 16.377 5.47559 16.5762 6.19629C16.7754 6.91113 16.875 7.6582 16.875 8.4375C16.875 9.2168 16.7725 9.9668 16.5674 10.6875C16.3682 11.4023 16.084 12.0732 15.7148 12.7002C15.3516 13.3213 14.9121 13.8896 14.3965 14.4053C13.8867 14.915 13.3184 15.3545 12.6914 15.7236C12.0703 16.0869 11.3994 16.3711 10.6787 16.5762C9.95801 16.7754 9.21094 16.875 8.4375 16.875C7.6582 16.875 6.9082 16.7754 6.1875 16.5762C5.4668 16.377 4.79297 16.0957 4.16602 15.7324C3.54492 15.3633 2.97656 14.9238 2.46094 14.4141C1.95117 13.8984 1.51172 13.3301 1.14258 12.709C0.779297 12.082 0.498047 11.4082 0.298828 10.6875C0.0996094 9.9668 0 9.2168 0 8.4375ZM15.75 8.4375C15.75 7.76367 15.6621 7.11621 15.4863 6.49512C15.3164 5.86816 15.0703 5.28516 14.748 4.74609C14.4316 4.20117 14.0508 3.70898 13.6055 3.26953C13.166 2.82422 12.6738 2.44336 12.1289 2.12695C11.5898 1.80469 11.0068 1.55859 10.3799 1.38867C9.75879 1.21289 9.11133 1.125 8.4375 1.125C7.76367 1.125 7.11328 1.21289 6.48633 1.38867C5.86523 1.55859 5.28223 1.80469 4.7373 2.12695C4.19824 2.44336 3.70605 2.82422 3.26074 3.26953C2.82129 3.70898 2.44043 4.20117 2.11816 4.74609C1.80176 5.28516 1.55566 5.86816 1.37988 6.49512C1.20996 7.11621 1.125 7.76367 1.125 8.4375C1.125 9.11133 1.20996 9.76172 1.37988 10.3887C1.55566 11.0098 1.80176 11.5928 2.11816 12.1377C2.43457 12.6768 2.81543 13.1689 3.26074 13.6143C3.70605 14.0596 4.19824 14.4404 4.7373 14.7568C5.28223 15.0732 5.86523 15.3193 6.48633 15.4951C7.11328 15.665 7.76367 15.75 8.4375 15.75C9.11133 15.75 9.75879 15.665 10.3799 15.4951C11.0068 15.3193 11.5898 15.0732 12.1289 14.7568C12.6738 14.4404 13.1689 14.0596 13.6143 13.6143C14.0596 13.1689 14.4404 12.6768 14.7568 12.1377C15.0732 11.5928 15.3164 11.0098 15.4863 10.3887C15.6621 9.76172 15.75 9.11133 15.75 8.4375ZM7.59375 5.0625C7.59375 4.82812 7.67578 4.62891 7.83984 4.46484C8.00391 4.30078 8.20312 4.21875 8.4375 4.21875C8.67188 4.21875 8.87109 4.30078 9.03516 4.46484C9.19922 4.62891 9.28125 4.82812 9.28125 5.0625C9.28125 5.29688 9.19922 5.49609 9.03516 5.66016C8.87109 5.82422 8.67188 5.90625 8.4375 5.90625C8.20312 5.90625 8.00391 5.82422 7.83984 5.66016C7.67578 5.49609 7.59375 5.29688 7.59375 5.0625ZM7.875 11.8125V7.3125C7.875 7.16016 7.93066 7.02832 8.04199 6.91699C8.15332 6.80566 8.28516 6.75 8.4375 6.75C8.58984 6.75 8.72168 6.80566 8.83301 6.91699C8.94434 7.02832 9 7.16016 9 7.3125V11.8125C9 11.9648 8.94434 12.0967 8.83301 12.208C8.72168 12.3193 8.58984 12.375 8.4375 12.375C8.28516 12.375 8.15332 12.3193 8.04199 12.208C7.93066 12.0967 7.875 11.9648 7.875 11.8125Z" fill="#0883D9"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 680 B After Width: | Height: | Size: 3.1 KiB |
3
windows/security/images/icons/insider.svg
Normal file
After Width: | Height: | Size: 7.6 KiB |
@ -1,24 +1,23 @@
|
||||
<svg id="a9ed4d43-c916-4b9a-b9ca-be76fbdc694c" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
||||
<defs>
|
||||
<linearGradient id="aaede26b-698f-4a65-b6db-859d207e2da6" x1="8.05" y1="11.32" x2="8.05" y2="1.26" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#0078d4" />
|
||||
<stop offset="0.82" stop-color="#5ea0ef" />
|
||||
</linearGradient>
|
||||
<linearGradient id="bc54987f-34ba-4701-8ce4-6eca10aff9e9" x1="8.05" y1="15.21" x2="8.05" y2="11.32" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#1490df" />
|
||||
<stop offset="0.98" stop-color="#1f56a3" />
|
||||
</linearGradient>
|
||||
<linearGradient id="a5434fd8-c18c-472c-be91-f2aa070858b7" x1="8.05" y1="7.87" x2="8.05" y2="4.94" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#d2ebff" />
|
||||
<stop offset="1" stop-color="#f0fffd" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<title>Icon-intune-329</title>
|
||||
<rect x="0.5" y="1.26" width="15.1" height="10.06" rx="0.5" fill="url(#aaede26b-698f-4a65-b6db-859d207e2da6)" />
|
||||
<rect x="1.34" y="2.1" width="13.42" height="8.39" rx="0.28" fill="#fff" />
|
||||
<path d="M11.08,14.37c-1.5-.23-1.56-1.31-1.55-3h-3c0,1.74-.06,2.82-1.55,3a.87.87,0,0,0-.74.84h7.54A.88.88,0,0,0,11.08,14.37Z" fill="url(#bc54987f-34ba-4701-8ce4-6eca10aff9e9)" />
|
||||
<path d="M17.17,5.91H10.29a2.31,2.31,0,1,0,0,.92H11v9.58a.33.33,0,0,0,.33.33h5.83a.33.33,0,0,0,.33-.33V6.24A.33.33,0,0,0,17.17,5.91Z" fill="#32bedd" />
|
||||
<rect x="11.62" y="6.82" width="5.27" height="8.7" rx="0.12" fill="#fff" />
|
||||
<circle cx="8.05" cy="6.41" r="1.46" opacity="0.9" fill="url(#a5434fd8-c18c-472c-be91-f2aa070858b7)" />
|
||||
<path d="M14.88,10.82,13.76,9.7a.06.06,0,0,0-.1.05v.68a.06.06,0,0,1-.06.06H11v.83H13.6a.06.06,0,0,1,.06.06v.69a.06.06,0,0,0,.1,0L14.88,11A.12.12,0,0,0,14.88,10.82Z" fill="#0078d4" />
|
||||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M15.1 1.25999H1C0.723858 1.25999 0.5 1.48385 0.5 1.75999V10.82C0.5 11.0961 0.723858 11.32 1 11.32H15.1C15.3761 11.32 15.6 11.0961 15.6 10.82V1.75999C15.6 1.48385 15.3761 1.25999 15.1 1.25999Z" fill="url(#paint0_linear_116_431)"/>
|
||||
<path d="M14.48 2.10001H1.62C1.46536 2.10001 1.34 2.22537 1.34 2.38001V10.21C1.34 10.3646 1.46536 10.49 1.62 10.49H14.48C14.6346 10.49 14.76 10.3646 14.76 10.21V2.38001C14.76 2.22537 14.6346 2.10001 14.48 2.10001Z" fill="white"/>
|
||||
<path d="M11.08 14.37C9.57999 14.14 9.51999 13.06 9.52999 11.37H6.52999C6.52999 13.11 6.46999 14.19 4.97999 14.37C4.77751 14.4005 4.5923 14.5015 4.45694 14.6552C4.32158 14.8088 4.24476 15.0053 4.23999 15.21H11.78C11.7752 15.0116 11.7034 14.8206 11.5763 14.6681C11.4492 14.5156 11.2743 14.4105 11.08 14.37Z" fill="url(#paint1_linear_116_431)"/>
|
||||
<path d="M17.17 5.91H10.29C10.176 5.34884 9.85759 4.85004 9.3966 4.51035C8.9356 4.17065 8.36487 4.0143 7.79512 4.0716C7.22536 4.1289 6.6972 4.39578 6.31308 4.82047C5.92897 5.24515 5.71628 5.79737 5.71628 6.37C5.71628 6.94263 5.92897 7.49485 6.31308 7.91954C6.6972 8.34422 7.22536 8.6111 7.79512 8.66841C8.36487 8.72571 8.9356 8.56935 9.3966 8.22966C9.85759 7.88997 10.176 7.39116 10.29 6.83H11V16.41C11 16.4975 11.0348 16.5815 11.0967 16.6433C11.1586 16.7052 11.2425 16.74 11.33 16.74H17.16C17.2475 16.74 17.3315 16.7052 17.3934 16.6433C17.4552 16.5815 17.49 16.4975 17.49 16.41V6.24C17.4901 6.15419 17.4567 6.07173 17.3969 6.01012C17.3372 5.94852 17.2558 5.9126 17.17 5.91Z" fill="#32BEDD"/>
|
||||
<path d="M16.77 6.82001H11.74C11.6737 6.82001 11.62 6.87373 11.62 6.94001V15.4C11.62 15.4663 11.6737 15.52 11.74 15.52H16.77C16.8363 15.52 16.89 15.4663 16.89 15.4V6.94001C16.89 6.87373 16.8363 6.82001 16.77 6.82001Z" fill="white"/>
|
||||
<path opacity="0.9" d="M8.05 7.87C8.85633 7.87 9.51 7.21633 9.51 6.41C9.51 5.60366 8.85633 4.95 8.05 4.95C7.24366 4.95 6.59 5.60366 6.59 6.41C6.59 7.21633 7.24366 7.87 8.05 7.87Z" fill="url(#paint2_linear_116_431)"/>
|
||||
<path d="M14.88 10.82L13.76 9.7C13.751 9.6919 13.7398 9.68668 13.7279 9.68505C13.7159 9.68341 13.7037 9.68543 13.6929 9.69083C13.6821 9.69623 13.6732 9.70477 13.6673 9.71533C13.6614 9.72589 13.6589 9.73797 13.66 9.75V10.43C13.66 10.4459 13.6537 10.4612 13.6424 10.4724C13.6312 10.4837 13.6159 10.49 13.6 10.49H11V11.32H13.6C13.6159 11.32 13.6312 11.3263 13.6424 11.3376C13.6537 11.3488 13.66 11.3641 13.66 11.38V12.07C13.6655 12.0783 13.6729 12.085 13.6816 12.0897C13.6904 12.0944 13.7001 12.0968 13.71 12.0968C13.7199 12.0968 13.7296 12.0944 13.7384 12.0897C13.7471 12.085 13.7545 12.0783 13.76 12.07L14.88 11C14.8928 10.9887 14.903 10.9749 14.91 10.9594C14.917 10.9439 14.9206 10.927 14.9206 10.91C14.9206 10.893 14.917 10.8761 14.91 10.8606C14.903 10.8451 14.8928 10.8313 14.88 10.82Z" fill="#0078D4"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_116_431" x1="8.05" y1="11.32" x2="8.05" y2="1.25999" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#0078D4"/>
|
||||
<stop offset="0.82" stop-color="#5EA0EF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_116_431" x1="8.04999" y1="15.21" x2="8.04999" y2="11.32" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#1490DF"/>
|
||||
<stop offset="0.98" stop-color="#1F56A3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_116_431" x1="8.05" y1="7.87" x2="8.05" y2="4.94" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D2EBFF"/>
|
||||
<stop offset="1" stop-color="#F0FFFD"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 3.4 KiB |
3
windows/security/images/icons/iris.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.00879 0.612305C7.6709 0.612305 8.33594 0.706055 9.00391 0.893555C9.67188 1.08105 10.3047 1.34766 10.9023 1.69336C11.5 2.03906 12.042 2.45508 12.5283 2.94141C13.0146 3.42773 13.4072 3.97266 13.7061 4.57617C13.7412 4.64648 13.7705 4.72266 13.7939 4.80469C13.8174 4.88086 13.8291 4.95996 13.8291 5.04199C13.8291 5.33496 13.7295 5.57227 13.5303 5.75391C13.3369 5.92969 13.0967 6.01758 12.8096 6.01758C12.6279 6.01758 12.4727 5.9707 12.3438 5.87695C12.2207 5.77734 12.1094 5.65723 12.0098 5.5166C11.9277 5.39941 11.8516 5.28223 11.7812 5.16504C11.7168 5.04785 11.6436 4.93359 11.5615 4.82227C11.2979 4.46484 10.9961 4.14551 10.6562 3.86426C10.3164 3.58301 9.9502 3.3457 9.55762 3.15234C9.16504 2.95312 8.75195 2.80371 8.31836 2.7041C7.89062 2.59863 7.4541 2.5459 7.00879 2.5459C6.53418 2.5459 6.0625 2.60742 5.59375 2.73047C5.13086 2.84766 4.68848 3.02051 4.2666 3.24902C3.85059 3.47754 3.46387 3.75586 3.10645 4.08398C2.75488 4.40625 2.45312 4.77246 2.20117 5.18262C2.16602 5.24121 2.13086 5.30273 2.0957 5.36719C2.06055 5.42578 2.02539 5.48438 1.99023 5.54297C1.89648 5.68945 1.7793 5.80664 1.63867 5.89453C1.49805 5.97656 1.33984 6.01758 1.16406 6.01758C1.0293 6.01758 0.90332 5.99121 0.786133 5.93848C0.668945 5.88574 0.566406 5.81543 0.478516 5.72754C0.390625 5.63965 0.320312 5.53711 0.267578 5.41992C0.214844 5.30273 0.188477 5.17676 0.188477 5.04199C0.188477 4.88379 0.229492 4.72852 0.311523 4.57617C0.62793 3.9668 1.02637 3.41895 1.50684 2.93262C1.99316 2.44043 2.5293 2.02441 3.11523 1.68457C3.70117 1.33887 4.3252 1.0752 4.9873 0.893555C5.65527 0.706055 6.3291 0.612305 7.00879 0.612305ZM7.00879 5.45508C7.39551 5.45508 7.75879 5.52832 8.09863 5.6748C8.43848 5.82129 8.73438 6.02344 8.98633 6.28125C9.23828 6.5332 9.4375 6.8291 9.58398 7.16895C9.73047 7.50879 9.80371 7.87207 9.80371 8.25879C9.80371 8.64551 9.72754 9.01172 9.5752 9.35742C9.42871 9.69727 9.22656 9.99316 8.96875 10.2451C8.7168 10.4971 8.4209 10.6963 8.08105 10.8428C7.74121 10.9893 7.37793 11.0625 6.99121 11.0625C6.59863 11.0625 6.23242 10.9893 5.89258 10.8428C5.55859 10.6963 5.26562 10.4971 5.01367 10.2451C4.76758 9.9873 4.57129 9.68848 4.4248 9.34863C4.28418 9.00293 4.21387 8.63672 4.21387 8.25C4.21387 7.86328 4.28711 7.50293 4.43359 7.16895C4.58008 6.8291 4.7793 6.5332 5.03125 6.28125C5.28906 6.02344 5.58496 5.82129 5.91895 5.6748C6.25879 5.52832 6.62207 5.45508 7.00879 5.45508Z" fill="#0883D9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
@ -1,3 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2048 2048" width="18" height="18" >
|
||||
<path d="M2048 1573v475h-512v-256h-256v-256h-256v-207q-74 39-155 59t-165 20q-97 0-187-25t-168-71-142-110-111-143-71-168T0 704q0-97 25-187t71-168 110-142T349 96t168-71T704 0q97 0 187 25t168 71 142 110 111 143 71 168 25 187q0 51-8 101t-23 98l671 670zM512 704q40 0 75-15t61-41 41-61 15-75q0-40-15-75t-41-61-61-41-75-15q-40 0-75 15t-61 41-41 61-15 75q0 40 15 75t41 61 61 41 75 15z" fill="#0078D4" />
|
||||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1.6875 18C1.45898 18 1.24219 17.9561 1.03711 17.8682C0.832031 17.7803 0.650391 17.6602 0.492188 17.5078C0.339844 17.3496 0.219727 17.168 0.131836 16.9629C0.0439453 16.7578 0 16.541 0 16.3125V14.5283C0 14.3057 0.0410156 14.0918 0.123047 13.8867C0.210938 13.6758 0.333984 13.4912 0.492188 13.333L5.44922 8.38477C5.55469 8.2793 5.63379 8.15625 5.68652 8.01562C5.73926 7.86914 5.76562 7.72266 5.76562 7.57617C5.76562 7.49414 5.75684 7.40918 5.73926 7.32129C5.70996 7.13379 5.68359 6.94629 5.66016 6.75879C5.63672 6.57129 5.625 6.38379 5.625 6.19629C5.625 5.65137 5.70117 5.12109 5.85352 4.60547C6.00586 4.08398 6.21973 3.59473 6.49512 3.1377C6.77637 2.68066 7.10742 2.25879 7.48828 1.87207C7.86914 1.48535 8.28809 1.1543 8.74512 0.878906C9.20801 0.603516 9.69727 0.389648 10.2129 0.237305C10.7285 0.0791016 11.2588 0 11.8037 0C12.3721 0 12.9199 0.0732422 13.4473 0.219727C13.9805 0.366211 14.4756 0.574219 14.9326 0.84375C15.3896 1.11328 15.8057 1.43848 16.1807 1.81934C16.5615 2.19434 16.8867 2.61035 17.1562 3.06738C17.4258 3.52441 17.6338 4.01953 17.7803 4.55273C17.9268 5.08008 18 5.62793 18 6.19629C18 6.76465 17.9268 7.3125 17.7803 7.83984C17.6338 8.36719 17.4258 8.85938 17.1562 9.31641C16.8867 9.77344 16.5615 10.1895 16.1807 10.5645C15.8057 10.9395 15.3896 11.2617 14.9326 11.5312C14.4756 11.8008 13.9834 12.0088 13.4561 12.1553C12.9287 12.3018 12.3809 12.375 11.8125 12.375C11.2324 12.375 10.6699 12.2959 10.125 12.1377V12.1553C10.125 12.46 10.084 12.7031 10.002 12.8848C9.91992 13.0605 9.80859 13.1953 9.66797 13.2891C9.52734 13.3828 9.36328 13.4443 9.17578 13.4736C8.98828 13.4971 8.78613 13.5088 8.56934 13.5088C8.45801 13.5088 8.34375 13.5088 8.22656 13.5088C8.10938 13.5029 7.99219 13.5 7.875 13.5V14.625C7.875 14.9355 7.76367 15.2021 7.54102 15.4248C7.32422 15.6416 7.06055 15.75 6.75 15.75H5.625V16.3125C5.625 16.541 5.58105 16.7578 5.49316 16.9629C5.40527 17.168 5.28223 17.3496 5.12402 17.5078C4.97168 17.6602 4.79297 17.7803 4.58789 17.8682C4.38281 17.9561 4.16602 18 3.9375 18H1.6875ZM3.9375 16.875C4.06641 16.875 4.16895 16.8516 4.24512 16.8047C4.32129 16.752 4.37695 16.6875 4.41211 16.6113C4.44727 16.5352 4.46777 16.4502 4.47363 16.3564C4.48535 16.2568 4.49121 16.1572 4.49121 16.0576V15.917C4.49121 15.7412 4.51465 15.5771 4.56152 15.4248C4.6084 15.2666 4.67871 15.1289 4.77246 15.0117C4.86621 14.8945 4.9834 14.8008 5.12402 14.7305C5.26465 14.6602 5.43164 14.625 5.625 14.625H6.75V13.5C6.75 13.1895 6.8584 12.9258 7.0752 12.709C7.29785 12.4863 7.56445 12.375 7.875 12.375H9V11.3379C9 11.1797 9.05273 11.0479 9.1582 10.9424C9.26953 10.8311 9.4043 10.7754 9.5625 10.7754C9.63867 10.7754 9.71484 10.79 9.79102 10.8193C9.97266 10.8838 10.1426 10.9424 10.3008 10.9951C10.4648 11.0479 10.623 11.0947 10.7754 11.1357C10.9336 11.1709 11.0947 11.2002 11.2588 11.2236C11.4287 11.2412 11.6133 11.25 11.8125 11.25C12.2754 11.25 12.7207 11.1914 13.1484 11.0742C13.582 10.9512 13.9863 10.7812 14.3613 10.5645C14.7363 10.3418 15.0791 10.0781 15.3896 9.77344C15.7002 9.46289 15.9639 9.12012 16.1807 8.74512C16.4033 8.37012 16.5732 7.96875 16.6904 7.54102C16.8135 7.10742 16.875 6.65918 16.875 6.19629C16.875 5.72754 16.8135 5.2793 16.6904 4.85156C16.5732 4.41797 16.4033 4.01367 16.1807 3.63867C15.9639 3.26367 15.7002 2.9209 15.3896 2.61035C15.085 2.2998 14.7451 2.03613 14.3701 1.81934C13.9951 1.59668 13.5908 1.42676 13.1572 1.30957C12.7295 1.18652 12.2812 1.125 11.8125 1.125H11.6279C11.458 1.125 11.2881 1.13965 11.1182 1.16895C10.9482 1.19824 10.7783 1.23633 10.6084 1.2832C10.0811 1.42969 9.58301 1.66406 9.11426 1.98633C8.64551 2.30273 8.23535 2.68066 7.88379 3.12012C7.53809 3.55957 7.2627 4.04297 7.05762 4.57031C6.85254 5.0918 6.75 5.63086 6.75 6.1875C6.75 6.42188 6.77344 6.65332 6.82031 6.88184C6.86719 7.11035 6.89062 7.3418 6.89062 7.57617C6.89062 7.875 6.83496 8.16504 6.72363 8.44629C6.6123 8.72168 6.45117 8.96484 6.24023 9.17578L1.29199 14.1328C1.18066 14.2441 1.125 14.376 1.125 14.5283V16.3125C1.125 16.4648 1.18066 16.5967 1.29199 16.708C1.40332 16.8193 1.53516 16.875 1.6875 16.875H3.9375ZM12.375 4.5C12.375 4.3418 12.4043 4.19531 12.4629 4.06055C12.5215 3.92578 12.6006 3.80859 12.7002 3.70898C12.8057 3.60352 12.9258 3.52148 13.0605 3.46289C13.1953 3.4043 13.3418 3.375 13.5 3.375C13.6523 3.375 13.7959 3.4043 13.9307 3.46289C14.0713 3.52148 14.1914 3.60352 14.291 3.70898C14.3965 3.80859 14.4785 3.92871 14.5371 4.06934C14.5957 4.2041 14.625 4.34766 14.625 4.5C14.625 4.6582 14.5957 4.80469 14.5371 4.93945C14.4785 5.07422 14.3965 5.19434 14.291 5.2998C14.1914 5.39941 14.0742 5.47852 13.9395 5.53711C13.8047 5.5957 13.6582 5.625 13.5 5.625C13.3418 5.625 13.1924 5.5957 13.0518 5.53711C12.917 5.47852 12.7998 5.39941 12.7002 5.2998C12.6006 5.2002 12.5215 5.08301 12.4629 4.94824C12.4043 4.80762 12.375 4.6582 12.375 4.5Z" fill="#0883D9"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 494 B After Width: | Height: | Size: 4.8 KiB |
3
windows/security/images/icons/kiosk.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="14" height="18" viewBox="0 0 14 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.5615 -0.00878906C11.8545 -0.00878906 12.1328 0.0527344 12.3965 0.175781C12.666 0.292969 12.9004 0.454102 13.0996 0.65918C13.3047 0.858398 13.4658 1.09277 13.583 1.3623C13.7061 1.62598 13.7676 1.9043 13.7676 2.19727V7.91016C13.7676 8.21484 13.7061 8.50195 13.583 8.77148C13.46 9.03516 13.2959 9.2666 13.0908 9.46582C12.8857 9.66504 12.6455 9.82324 12.3701 9.94043C12.1006 10.0576 11.8164 10.1162 11.5176 10.1162H9.26758V16.8662H10.9551C11.1133 16.8662 11.2451 16.9219 11.3506 17.0332C11.4619 17.1387 11.5176 17.2705 11.5176 17.4287C11.5176 17.5811 11.4619 17.7129 11.3506 17.8242C11.2393 17.9355 11.1074 17.9912 10.9551 17.9912H3.08008C2.92773 17.9912 2.7959 17.9355 2.68457 17.8242C2.57324 17.7129 2.51758 17.5811 2.51758 17.4287C2.51758 17.2764 2.57324 17.1445 2.68457 17.0332C2.7959 16.9219 2.92773 16.8662 3.08008 16.8662H4.76758V10.1162H2.47363C2.18066 10.1162 1.89941 10.0576 1.62988 9.94043C1.36621 9.81738 1.13184 9.65625 0.926758 9.45703C0.727539 9.25195 0.566406 9.01758 0.443359 8.75391C0.326172 8.48438 0.267578 8.20312 0.267578 7.91016V2.19727C0.267578 1.9043 0.326172 1.62598 0.443359 1.3623C0.566406 1.09277 0.727539 0.858398 0.926758 0.65918C1.13184 0.454102 1.36621 0.292969 1.62988 0.175781C1.89941 0.0527344 2.18066 -0.00878906 2.47363 -0.00878906H11.5615ZM12.6426 2.24121C12.6426 2.08887 12.6133 1.94531 12.5547 1.81055C12.4961 1.66992 12.4141 1.5498 12.3086 1.4502C12.209 1.34473 12.0889 1.2627 11.9482 1.2041C11.8135 1.14551 11.6699 1.11621 11.5176 1.11621H2.51758C2.36523 1.11621 2.21875 1.14551 2.07812 1.2041C1.94336 1.2627 1.82324 1.34473 1.71777 1.4502C1.61816 1.5498 1.53906 1.66992 1.48047 1.81055C1.42188 1.94531 1.39258 2.08887 1.39258 2.24121V7.86621C1.39258 8.01855 1.42188 8.16211 1.48047 8.29688C1.54492 8.43164 1.62695 8.55176 1.72656 8.65723C1.83203 8.75684 1.95215 8.83887 2.08691 8.90332C2.22168 8.96191 2.36523 8.99121 2.51758 8.99121H11.5176C11.6699 8.99121 11.8135 8.96191 11.9482 8.90332C12.0889 8.84473 12.209 8.76562 12.3086 8.66602C12.4141 8.56055 12.4961 8.44043 12.5547 8.30566C12.6133 8.16504 12.6426 8.01855 12.6426 7.86621V2.24121ZM5.89258 16.8662H8.14258V10.1162H5.89258V16.8662Z" fill="#0883D9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
3
windows/security/images/icons/laptop.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3.33105 10.5C3.03809 10.5 2.75684 10.4414 2.4873 10.3242C2.22363 10.2012 1.98926 10.04 1.78418 9.84082C1.58496 9.63574 1.42383 9.40137 1.30078 9.1377C1.18359 8.86816 1.125 8.58691 1.125 8.29395V2.58105C1.125 2.28809 1.18359 2.00977 1.30078 1.74609C1.42383 1.47656 1.58496 1.24219 1.78418 1.04297C1.98926 0.837891 2.22363 0.676758 2.4873 0.55957C2.75684 0.436523 3.03809 0.375 3.33105 0.375H14.6689C14.9619 0.375 15.2402 0.436523 15.5039 0.55957C15.7734 0.676758 16.0078 0.837891 16.207 1.04297C16.4121 1.24219 16.5732 1.47656 16.6904 1.74609C16.8135 2.00977 16.875 2.28809 16.875 2.58105V8.29395C16.875 8.58691 16.8135 8.86816 16.6904 9.1377C16.5732 9.40137 16.4121 9.63574 16.207 9.84082C16.0078 10.04 15.7734 10.2012 15.5039 10.3242C15.2402 10.4414 14.9619 10.5 14.6689 10.5H3.33105ZM14.625 9.375C14.7832 9.375 14.9297 9.3457 15.0645 9.28711C15.1992 9.22852 15.3164 9.14941 15.416 9.0498C15.5215 8.94434 15.6035 8.82422 15.6621 8.68945C15.7207 8.55469 15.75 8.4082 15.75 8.25V2.625C15.75 2.47266 15.7207 2.3291 15.6621 2.19434C15.6035 2.05371 15.5215 1.93359 15.416 1.83398C15.3164 1.72852 15.1963 1.64648 15.0557 1.58789C14.9209 1.5293 14.7773 1.5 14.625 1.5H3.375C3.2168 1.5 3.07031 1.5293 2.93555 1.58789C2.80078 1.64648 2.68066 1.72852 2.5752 1.83398C2.47559 1.93359 2.39648 2.05078 2.33789 2.18555C2.2793 2.32031 2.25 2.4668 2.25 2.625V8.25C2.25 8.4082 2.2793 8.55762 2.33789 8.69824C2.39648 8.83301 2.47559 8.9502 2.5752 9.0498C2.6748 9.14941 2.79199 9.22852 2.92676 9.28711C3.06738 9.3457 3.2168 9.375 3.375 9.375H14.625ZM0.5625 12.75C0.410156 12.75 0.27832 12.6943 0.166992 12.583C0.0556641 12.4717 0 12.3398 0 12.1875C0 12.0352 0.0556641 11.9033 0.166992 11.792C0.27832 11.6807 0.410156 11.625 0.5625 11.625H17.4375C17.5898 11.625 17.7217 11.6807 17.833 11.792C17.9443 11.9033 18 12.0352 18 12.1875C18 12.3398 17.9443 12.4717 17.833 12.583C17.7217 12.6943 17.5898 12.75 17.4375 12.75H0.5625Z" fill="#0883D9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
@ -1,3 +0,0 @@
|
||||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M17.8 15C17.8 15.1625 17.7406 15.3031 17.6219 15.4219L15.2219 17.8219C15.1031 17.9406 14.9625 18 14.8 18C14.6375 18 14.4969 17.9406 14.3781 17.8219C14.2594 17.7031 14.2 17.5625 14.2 17.4C14.2 17.2375 14.2594 17.0969 14.3781 16.9781L15.7562 15.6H3.93437C3.54062 15.6 3.16562 15.5219 2.80937 15.3656C2.45312 15.2094 2.14375 14.9969 1.88125 14.7281C1.61875 14.4594 1.40625 14.1469 1.24375 13.7906C1.08125 13.4344 1 13.0594 1 12.6656V2.93438C1 2.54063 1.07813 2.16563 1.23437 1.80938C1.39062 1.45313 1.60312 1.14375 1.87187 0.88125C2.14062 0.61875 2.45312 0.40625 2.80937 0.24375C3.16562 0.08125 3.54062 0 3.93437 0H13.6656C14.0594 0 14.4344 0.078125 14.7906 0.234375C15.1469 0.390625 15.4562 0.603125 15.7187 0.871875C15.9812 1.14063 16.1937 1.45313 16.3562 1.80938C16.5187 2.16563 16.6 2.54063 16.6 2.93438V10.2C16.6 10.3625 16.5406 10.5031 16.4219 10.6219C16.3031 10.7406 16.1625 10.8 16 10.8C15.8375 10.8 15.6969 10.7406 15.5781 10.6219C15.4594 10.5031 15.4 10.3625 15.4 10.2V3C15.4 2.75625 15.3531 2.525 15.2594 2.30625C15.1656 2.0875 15.0375 1.89688 14.875 1.73438C14.7125 1.57188 14.5187 1.44063 14.2937 1.34063C14.0687 1.24063 13.8375 1.19375 13.6 1.2H4C3.75625 1.2 3.525 1.24688 3.30625 1.34063C3.0875 1.43438 2.89687 1.5625 2.73437 1.725C2.57187 1.8875 2.44062 2.08125 2.34062 2.30625C2.24062 2.53125 2.19375 2.7625 2.2 3V12.6C2.2 12.8438 2.24687 13.075 2.34062 13.2938C2.43437 13.5125 2.5625 13.7031 2.725 13.8656C2.8875 14.0281 3.08125 14.1594 3.30625 14.2594C3.53125 14.3594 3.7625 14.4063 4 14.4H15.7562L14.3781 13.0219C14.2594 12.9031 14.2 12.7625 14.2 12.6C14.2 12.4375 14.2594 12.2969 14.3781 12.1781C14.4969 12.0594 14.6375 12 14.8 12C14.9625 12 15.1031 12.0594 15.2219 12.1781L17.6219 14.5781C17.7406 14.6969 17.8 14.8375 17.8 15ZM12.4 3.6C12.5625 3.6 12.7031 3.65938 12.8219 3.77813C12.9406 3.89688 13 4.0375 13 4.2C13 4.3625 12.9406 4.50313 12.8219 4.62188C12.7031 4.74063 12.5625 4.8 12.4 4.8H5.2C5.0375 4.8 4.89687 4.74063 4.77812 4.62188C4.65937 4.50313 4.6 4.3625 4.6 4.2C4.6 4.0375 4.65937 3.89688 4.77812 3.77813C4.89687 3.65938 5.0375 3.6 5.2 3.6H12.4ZM12.4 7.2C12.5625 7.2 12.7031 7.25938 12.8219 7.37813C12.9406 7.49688 13 7.6375 13 7.8C13 7.9625 12.9406 8.10313 12.8219 8.22188C12.7031 8.34063 12.5625 8.4 12.4 8.4H5.2C5.0375 8.4 4.89687 8.34063 4.77812 8.22188C4.65937 8.10313 4.6 7.9625 4.6 7.8C4.6 7.6375 4.65937 7.49688 4.77812 7.37813C4.89687 7.25938 5.0375 7.2 5.2 7.2H12.4Z" fill="#0078D4"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.5 KiB |
3
windows/security/images/icons/lock.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="14" height="18" viewBox="0 0 14 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M13.75 9V15.75C13.75 16.0605 13.6914 16.3535 13.5742 16.6289C13.457 16.8984 13.2959 17.1357 13.0908 17.3408C12.8857 17.5459 12.6455 17.707 12.3701 17.8242C12.1006 17.9414 11.8105 18 11.5 18H2.5C2.18945 18 1.89648 17.9414 1.62109 17.8242C1.35156 17.707 1.11426 17.5459 0.90918 17.3408C0.704102 17.1357 0.542969 16.8984 0.425781 16.6289C0.308594 16.3535 0.25 16.0605 0.25 15.75V9C0.25 8.68945 0.308594 8.39941 0.425781 8.12988C0.542969 7.85449 0.704102 7.61426 0.90918 7.40918C1.11426 7.2041 1.35156 7.04297 1.62109 6.92578C1.89648 6.80859 2.18945 6.75 2.5 6.75V4.5C2.5 3.87891 2.61719 3.2959 2.85156 2.75098C3.08594 2.2002 3.40527 1.72266 3.80957 1.31836C4.21973 0.908203 4.69727 0.585938 5.24219 0.351562C5.79297 0.117187 6.37891 0 7 0C7.62109 0 8.2041 0.117187 8.74902 0.351562C9.2998 0.585938 9.77734 0.908203 10.1816 1.31836C10.5918 1.72266 10.9141 2.2002 11.1484 2.75098C11.3828 3.2959 11.5 3.87891 11.5 4.5V6.75C11.8105 6.75 12.1006 6.80859 12.3701 6.92578C12.6455 7.04297 12.8857 7.2041 13.0908 7.40918C13.2959 7.61426 13.457 7.85449 13.5742 8.12988C13.6914 8.39941 13.75 8.68945 13.75 9ZM3.625 6.75H10.375V4.5C10.375 4.03125 10.2871 3.5918 10.1113 3.18164C9.93555 2.77148 9.69531 2.41406 9.39062 2.10938C9.08594 1.80469 8.72852 1.56445 8.31836 1.38867C7.9082 1.21289 7.46875 1.125 7 1.125C6.53125 1.125 6.0918 1.21289 5.68164 1.38867C5.27148 1.56445 4.91406 1.80469 4.60938 2.10938C4.30469 2.41406 4.06445 2.77148 3.88867 3.18164C3.71289 3.5918 3.625 4.03125 3.625 4.5V6.75ZM12.625 9C12.625 8.84766 12.5957 8.7041 12.5371 8.56934C12.4785 8.42871 12.3965 8.30859 12.291 8.20898C12.1914 8.10352 12.0713 8.02148 11.9307 7.96289C11.7959 7.9043 11.6523 7.875 11.5 7.875H2.5C2.3418 7.875 2.19531 7.9043 2.06055 7.96289C1.92578 8.02148 1.80566 8.10352 1.7002 8.20898C1.60059 8.30859 1.52148 8.42578 1.46289 8.56055C1.4043 8.69531 1.375 8.8418 1.375 9V15.75C1.375 15.9082 1.4043 16.0576 1.46289 16.1982C1.52148 16.333 1.60059 16.4502 1.7002 16.5498C1.7998 16.6494 1.91699 16.7285 2.05176 16.7871C2.19238 16.8457 2.3418 16.875 2.5 16.875H11.5C11.6582 16.875 11.8047 16.8457 11.9395 16.7871C12.0742 16.7285 12.1914 16.6494 12.291 16.5498C12.3965 16.4443 12.4785 16.3242 12.5371 16.1895C12.5957 16.0547 12.625 15.9082 12.625 15.75V9ZM8.125 12.375C8.125 12.5332 8.0957 12.6797 8.03711 12.8145C7.97852 12.9492 7.89648 13.0693 7.79102 13.1748C7.69141 13.2744 7.57422 13.3535 7.43945 13.4121C7.30469 13.4707 7.1582 13.5 7 13.5C6.8418 13.5 6.69238 13.4707 6.55176 13.4121C6.41699 13.3535 6.2998 13.2744 6.2002 13.1748C6.10059 13.0752 6.02148 12.958 5.96289 12.8232C5.9043 12.6826 5.875 12.5332 5.875 12.375C5.875 12.2168 5.9043 12.0703 5.96289 11.9355C6.02148 11.8008 6.10059 11.6836 6.2002 11.584C6.30566 11.4785 6.42578 11.3965 6.56055 11.3379C6.69531 11.2793 6.8418 11.25 7 11.25C7.15234 11.25 7.2959 11.2793 7.43066 11.3379C7.57129 11.3965 7.69141 11.4785 7.79102 11.584C7.89648 11.6836 7.97852 11.8037 8.03711 11.9443C8.0957 12.0791 8.125 12.2227 8.125 12.375Z" fill="#0883D9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.0 KiB |
351
windows/security/images/icons/locked-drive.svg
Normal file
@ -0,0 +1,351 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_127_1784)">
|
||||
<g clip-path="url(#clip1_127_1784)">
|
||||
<path d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="#E1E3E6"/>
|
||||
<path opacity="0.5" d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="url(#paint0_linear_127_1784)"/>
|
||||
<path opacity="0.5" d="M1.16016 9.1783L4.76679 5.19317C4.87925 5.07028 5.02383 5.00006 5.18448 5.00006H14.8156C14.9682 5.00006 15.1208 5.07028 15.2333 5.19317L18.8399 9.1783H1.16016Z" fill="url(#paint1_linear_127_1784)"/>
|
||||
<path d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint2_linear_127_1784)"/>
|
||||
<path opacity="0.6" d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint3_linear_127_1784)"/>
|
||||
<path opacity="0.6" d="M1.56477 15H18.4352C18.7499 15 19 14.7309 19 14.3922V9.60785C19 9.26921 18.7499 9.00003 18.4352 9.00003H1.56477C1.25011 9.00003 1 9.26921 1 9.60785V14.3922C1 14.7222 1.25818 15 1.56477 15Z" fill="url(#paint4_linear_127_1784)"/>
|
||||
<path d="M17.4667 14H2.53333C2.23619 14 2 13.752 2 13.44V9.00003H18V13.44C18 13.752 17.7638 14 17.4667 14Z" fill="url(#paint5_linear_127_1784)"/>
|
||||
<path d="M18.4375 9.07717C18.7107 9.07717 18.9277 9.3086 18.9277 9.60003V14.4C18.9277 14.6915 18.7107 14.9229 18.4375 14.9229H1.5625C1.28929 14.9229 1.07232 14.6915 1.07232 14.4V9.60003C1.07232 9.3086 1.28929 9.07717 1.5625 9.07717H18.4375ZM18.4375 9.00003H1.5625C1.24911 9.00003 1 9.26574 1 9.60003V14.4C1 14.7343 1.24911 15 1.5625 15H18.4375C18.7509 15 19 14.7343 19 14.4V9.60003C19 9.26574 18.7509 9.00003 18.4375 9.00003Z" fill="url(#paint6_linear_127_1784)"/>
|
||||
<path opacity="0.15" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.522914" stroke-miterlimit="10"/>
|
||||
<path opacity="0.3" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.261461" stroke-miterlimit="10"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" fill="#00B300"/>
|
||||
<path d="M4.39104 11.9616C4.77592 11.899 5.03549 11.5409 4.97284 11.1561C4.95494 11.0755 4.92808 10.9949 4.89228 10.9233C4.74907 10.8249 4.57005 10.7801 4.38208 10.807C3.9972 10.8696 3.73763 11.2277 3.80028 11.6125C3.81818 11.6931 3.84503 11.7737 3.88084 11.8453C4.02405 11.9437 4.20307 11.9885 4.39104 11.9616Z" fill="url(#paint7_radial_127_1784)"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.0894687" stroke-miterlimit="10"/>
|
||||
<path d="M8.00439 6C8.00439 5.44772 8.45211 5 9.00439 5H15.0044C15.5567 5 16.0044 5.44772 16.0044 6V11C16.0044 11.5523 15.5567 12 15.0044 12H9.00439C8.45211 12 8.00439 11.5523 8.00439 11V6Z" fill="#FFC225"/>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.5">
|
||||
<path d="M10.5097 5.01077H8.50539C8.22866 5.01077 8.00432 5.23511 8.00432 5.51185V11.5248C8.00432 11.8015 8.22866 12.0259 8.50539 12.0259H10.5097V5.01077Z" fill="url(#paint8_linear_127_1784)" fill-opacity="0.5"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.5">
|
||||
<path d="M16.0215 5.51185C16.0215 5.23511 15.7972 5.01077 15.5205 5.01077H8.50538C8.22864 5.01077 8.0043 5.23511 8.0043 5.51185V11.5248C8.0043 11.8015 8.22864 12.0259 8.50538 12.0259H15.5205C15.7972 12.0259 16.0215 11.8015 16.0215 11.5248V5.51185Z" fill="url(#paint9_linear_127_1784)" fill-opacity="0.5"/>
|
||||
</g>
|
||||
<path d="M10.0086 5.01077L10.0086 3.00646C10.0086 1.89951 10.906 1.00215 12.0129 1.00215V1.00215C13.1199 1.00215 14.0172 1.89951 14.0172 3.00646V5.01077" stroke="#FFD400" stroke-width="1.5"/>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<path d="M7.99991 5.99997H15.9999V11H7.99991V5.99997Z" fill="white"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="7.99991" y="11" width="8" height="1" fill="black"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="7.99991" y="9.99997" width="8" height="1" fill="white"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="7.99991" y="4.99997" width="8" height="1" fill="black"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="7.99991" y="5.99997" width="8" height="1" fill="white"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M12.2264 7.5C11.7002 7.50298 11.1967 7.71448 10.8262 8.08812C10.4557 8.46177 10.2485 8.96707 10.25 9.49325C10.2552 9.9027 10.3822 10.3013 10.6148 10.6383C10.8475 10.9753 11.1753 11.2353 11.5563 11.3851L13.009 11.3345C13.4254 11.1485 13.766 10.8261 13.9745 10.4204C14.1829 10.0148 14.2468 9.55019 14.1556 9.10333C14.0644 8.65648 13.8235 8.25408 13.4728 7.96259C13.122 7.67109 12.6824 7.50791 12.2264 7.5V7.5ZM12.2264 9.0991C12.1324 9.10022 12.0401 9.07328 11.9615 9.02174C11.8829 8.9702 11.8214 8.8964 11.7849 8.80975C11.7484 8.72309 11.7385 8.62753 11.7566 8.53526C11.7747 8.44299 11.8198 8.3582 11.8863 8.29172C11.9528 8.22524 12.0376 8.18008 12.1299 8.16201C12.2221 8.14394 12.3177 8.15378 12.4044 8.19027C12.491 8.22676 12.5648 8.28826 12.6164 8.36689C12.6679 8.44553 12.6948 8.53774 12.6937 8.63176C12.6937 8.75571 12.6445 8.87458 12.5568 8.96222C12.4692 9.04987 12.3503 9.0991 12.2264 9.0991V9.0991Z" fill="url(#paint10_linear_127_1784)"/>
|
||||
<path d="M12.2264 7.5C11.7002 7.50298 11.1967 7.71448 10.8262 8.08812C10.4557 8.46177 10.2485 8.96707 10.25 9.49325C10.2552 9.9027 10.3822 10.3013 10.6148 10.6383C10.8475 10.9753 11.1753 11.2353 11.5563 11.3851L13.009 11.3345C13.4254 11.1485 13.766 10.8261 13.9745 10.4204C14.1829 10.0148 14.2468 9.55019 14.1556 9.10333C14.0644 8.65648 13.8235 8.25408 13.4728 7.96259C13.122 7.67109 12.6824 7.50791 12.2264 7.5V7.5ZM12.2264 9.07658C11.9842 9.07658 11.4156 8.87388 11.4156 8.63176C11.4156 8.38964 11.9786 8.18694 12.2264 8.18694C12.3443 8.18694 12.4575 8.2338 12.5409 8.31722C12.6243 8.40064 12.6712 8.51379 12.6712 8.63176C12.6712 8.74973 12.6243 8.86288 12.5409 8.9463C12.4575 9.02972 12.3443 9.07658 12.2264 9.07658V9.07658Z" fill="url(#paint11_linear_127_1784)"/>
|
||||
<path d="M12.2263 7.83691C11.8611 7.86375 11.5144 8.00856 11.2387 8.24951C10.9629 8.49046 10.7729 8.81451 10.6973 9.17284C10.6217 9.53116 10.6646 9.90435 10.8195 10.2362C10.9744 10.568 11.233 10.8405 11.5562 11.0126V11.5757C11.5562 11.5757 11.5562 14.9822 11.5562 15.6128C11.697 15.7536 12.1193 16.0802 12.2882 16.2547C12.3727 16.1928 12.3502 16.0689 12.4909 15.6128C12.4395 15.4531 12.4018 15.2892 12.3783 15.123C12.3783 15.0836 12.3051 14.802 12.3051 14.7851C12.3415 14.6871 12.3661 14.585 12.3783 14.4811C12.3783 14.3572 12.4515 14.2277 12.4515 14.0982C12.4515 14.0982 12.4065 13.8786 12.4121 13.873C12.4177 13.8673 12.3783 13.6534 12.3783 13.6477C12.3783 12.9214 12.3783 12.2063 12.3783 11.7953C12.5979 11.7953 13.0089 11.8516 13.0089 11.6095V10.9563C13.3124 10.7672 13.5481 10.4868 13.6821 10.1552C13.816 9.82371 13.8413 9.45823 13.7543 9.11141C13.6673 8.7646 13.4724 8.45434 13.1978 8.22531C12.9233 7.99628 12.5831 7.86029 12.2263 7.83691V7.83691ZM12.2263 9.09818C12.1323 9.09929 12.0401 9.07236 11.9614 9.02082C11.8828 8.96928 11.8213 8.89547 11.7848 8.80882C11.7483 8.72217 11.7385 8.62661 11.7565 8.53434C11.7746 8.44207 11.8198 8.35728 11.8862 8.29079C11.9527 8.22431 12.0375 8.17915 12.1298 8.16108C12.2221 8.14301 12.3176 8.15285 12.4043 8.18935C12.4909 8.22584 12.5647 8.28733 12.6163 8.36597C12.6678 8.44461 12.6947 8.53682 12.6936 8.63084C12.6936 8.75478 12.6444 8.87365 12.5567 8.9613C12.4691 9.04894 12.3502 9.09818 12.2263 9.09818Z" fill="url(#paint12_linear_127_1784)"/>
|
||||
<path d="M12.2263 7.83691C11.8611 7.86375 11.5144 8.00856 11.2387 8.24951C10.9629 8.49046 10.7729 8.81451 10.6973 9.17284C10.6217 9.53116 10.6646 9.90435 10.8195 10.2362C10.9744 10.568 11.233 10.8405 11.5562 11.0126V11.5757C11.5562 11.5757 11.5562 14.909 11.5562 15.5171" stroke="url(#paint13_linear_127_1784)" stroke-width="0.0337839" stroke-miterlimit="10"/>
|
||||
<path d="M12.3049 16.2497C12.3894 16.1878 12.4457 16.0133 12.7441 15.6078C12.7441 15.5234 12.7441 15.1968 12.7441 14.966C12.6772 14.8814 12.6151 14.793 12.5583 14.7013C12.6143 14.6249 12.6745 14.5516 12.7385 14.4817C12.7385 14.3578 12.7385 14.2283 12.7385 14.0988C12.7385 14.0988 12.547 13.8792 12.5583 13.8736C12.5696 13.868 12.7385 13.654 12.7385 13.6484C12.7385 12.922 12.7385 12.2069 12.7385 11.7959H12.3049V16.2497Z" fill="#EBB850"/>
|
||||
<path d="M11.7812 15.7993V11.7959H12.0403V16.0245L11.7812 15.7993Z" fill="#EBB850"/>
|
||||
<path d="M11.7812 15.7993V11.7959H11.8939H12.0403L11.8939 11.9479V15.895L11.7812 15.7993Z" fill="url(#paint14_linear_127_1784)"/>
|
||||
<path d="M12.3049 16.2497V11.7959H12.4119H12.7103L12.4119 11.9479V16.0977L12.3049 16.2497Z" fill="url(#paint15_linear_127_1784)"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<path d="M12.2264 7.51689C12.678 7.52524 13.1134 7.68718 13.4607 7.97605C13.808 8.26492 14.0465 8.66347 14.137 9.10605C14.2275 9.54863 14.1645 10.0088 13.9584 10.4108C13.7524 10.8128 13.4155 11.1326 13.0034 11.3176V11.3176V11.6047C13.0034 11.7061 12.9246 11.7624 12.75 11.7737C12.75 12.2297 12.75 12.8998 12.75 13.6149C12.75 13.6149 12.6487 13.7444 12.6092 13.7951C12.6072 13.8081 12.6072 13.8214 12.6092 13.8345C12.6473 13.8928 12.6906 13.9475 12.7387 13.9978L12.7894 14.0597V14.2117C12.7894 14.2849 12.7894 14.3581 12.7894 14.4313C12.7272 14.4992 12.6689 14.5707 12.6149 14.6453V14.6453C12.6656 14.7426 12.728 14.8334 12.8007 14.9156C12.8007 15.2703 12.8007 15.4786 12.8007 15.5462C12.6917 15.6899 12.5921 15.8403 12.5023 15.9967C12.4701 16.0515 12.4344 16.1042 12.3953 16.1543V16.1543H12.3615C12.2874 16.0762 12.2084 16.0028 12.125 15.9347V15.9347L11.8153 15.7883L11.6858 15.687L11.5732 15.5912C11.5732 15.3435 11.5732 14.7016 11.5732 14.0259C11.5732 13.6487 11.5732 13.2602 11.5732 12.8998V11.3739C11.1939 11.2247 10.8673 10.9664 10.6348 10.6317C10.4023 10.2969 10.2743 9.90077 10.2669 9.49325C10.2654 8.97155 10.4708 8.47054 10.8381 8.10007C11.2054 7.72959 11.7047 7.51987 12.2264 7.51689V7.51689ZM12.2264 7.51689C11.7031 7.51985 11.2021 7.72902 10.8321 8.09902C10.4621 8.46902 10.253 8.97 10.25 9.49325C10.2551 9.9027 10.3822 10.3013 10.6148 10.6383C10.8475 10.9753 11.1752 11.2353 11.5563 11.3851V12.9167C11.5563 13.9415 11.5563 15.2421 11.5563 15.6081C11.6014 15.6532 11.6914 15.7207 11.7815 15.7996L12.0405 16.0248C12.1419 16.1093 12.2264 16.1937 12.2883 16.2557C12.3728 16.1937 12.4291 16.0192 12.7275 15.6138C12.7275 15.5293 12.7275 15.2027 12.7275 14.9719C12.6605 14.8873 12.5985 14.7989 12.5417 14.7072C12.5977 14.6308 12.6579 14.5575 12.7219 14.4876C12.7219 14.3638 12.7219 14.2343 12.7219 14.1048C12.7219 14.1048 12.536 13.8852 12.5417 13.8795L12.7219 13.6543C12.7219 12.9336 12.7219 12.2185 12.7219 11.8074C12.8739 11.8074 12.9921 11.7511 12.9921 11.616V11.3345C13.4074 11.1492 13.7474 10.8282 13.9562 10.4242C14.165 10.0202 14.2302 9.55725 14.1412 9.1113C14.0521 8.66535 13.814 8.26294 13.4661 7.97013C13.1181 7.67733 12.681 7.51155 12.2264 7.5V7.51689Z" fill="black"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M13.0088 10.9678V11.3112C13.0881 11.2759 13.1636 11.2325 13.234 11.1817L13.0088 10.9678Z" fill="url(#paint16_linear_127_1784)"/>
|
||||
<path d="M12.2263 8.01182C12.1034 8.00959 11.9825 8.044 11.8792 8.11069C11.7759 8.17737 11.6948 8.2733 11.6461 8.38626C11.5975 8.49922 11.5837 8.6241 11.6063 8.74497C11.6289 8.86585 11.687 8.97727 11.7731 9.06502C11.8593 9.15277 11.9696 9.21288 12.09 9.23771C12.2105 9.26254 12.3356 9.25095 12.4494 9.20442C12.5633 9.15789 12.6607 9.07852 12.7292 8.97644C12.7978 8.87435 12.8344 8.75417 12.8344 8.63119C12.8352 8.55059 12.82 8.47064 12.7899 8.39589C12.7597 8.32114 12.7151 8.25307 12.6587 8.19556C12.6022 8.13804 12.535 8.09221 12.4608 8.06069C12.3866 8.02916 12.3069 8.01256 12.2263 8.01182V8.01182ZM12.2263 9.07601C12.1368 9.07825 12.0486 9.05375 11.9731 9.00563C11.8975 8.95752 11.8381 8.88798 11.8022 8.80589C11.7664 8.7238 11.7559 8.6329 11.7719 8.54479C11.788 8.45668 11.83 8.37537 11.8926 8.31124C11.9551 8.24711 12.0353 8.20308 12.123 8.18477C12.2106 8.16645 12.3018 8.17469 12.3848 8.20843C12.4677 8.24217 12.5387 8.29987 12.5888 8.37417C12.6388 8.44847 12.6655 8.536 12.6655 8.62556C12.667 8.74258 12.6224 8.85549 12.5412 8.9398C12.4601 9.02412 12.349 9.07306 12.232 9.07601H12.2263Z" fill="url(#paint17_linear_127_1784)"/>
|
||||
<g opacity="0.5">
|
||||
<path opacity="0.5" d="M12.2264 8.10191C12.3313 8.1008 12.4342 8.13089 12.522 8.18836C12.6097 8.24584 12.6785 8.32811 12.7194 8.42472C12.7603 8.52133 12.7716 8.62792 12.7518 8.73096C12.732 8.834 12.6821 8.92883 12.6083 9.00342C12.5345 9.078 12.4402 9.12897 12.3374 9.14986C12.2346 9.17074 12.1278 9.16059 12.0308 9.1207C11.9338 9.08081 11.8508 9.01298 11.7924 8.92583C11.7339 8.83867 11.7028 8.73612 11.7027 8.6312C11.702 8.56196 11.715 8.49326 11.741 8.42907C11.767 8.36489 11.8054 8.3065 11.8541 8.25727C11.9028 8.20805 11.9608 8.16897 12.0247 8.14231C12.0886 8.11564 12.1572 8.10191 12.2264 8.10191V8.10191ZM12.2264 8.0625C12.115 8.0625 12.0062 8.09552 11.9136 8.15739C11.821 8.21926 11.7488 8.3072 11.7062 8.41009C11.6636 8.51298 11.6524 8.62619 11.6741 8.73541C11.6959 8.84464 11.7495 8.94497 11.8282 9.02371C11.907 9.10246 12.0073 9.15609 12.1165 9.17781C12.2258 9.19954 12.339 9.18839 12.4419 9.14577C12.5448 9.10315 12.6327 9.03098 12.6946 8.93839C12.7564 8.84579 12.7895 8.73693 12.7895 8.62557C12.7895 8.47623 12.7301 8.33301 12.6245 8.22742C12.5189 8.12182 12.3757 8.0625 12.2264 8.0625V8.0625Z" fill="url(#paint18_linear_127_1784)"/>
|
||||
</g>
|
||||
<path d="M11.6487 7.5C11.1226 7.50298 10.619 7.71448 10.2486 8.08812C9.87808 8.46177 9.67087 8.96707 9.67237 9.49325C9.67752 9.9027 9.80452 10.3013 10.0372 10.6383C10.2698 10.9753 10.5976 11.2353 10.9787 11.3851L12.4314 11.3345C12.8478 11.1485 13.1884 10.8261 13.3968 10.4204C13.6053 10.0148 13.6692 9.55019 13.578 9.10333C13.4868 8.65648 13.2459 8.25408 12.8951 7.96259C12.5444 7.67109 12.1047 7.50791 11.6487 7.5V7.5ZM11.6487 9.0991C11.5547 9.10022 11.4625 9.07328 11.3839 9.02174C11.3052 8.9702 11.2437 8.8964 11.2072 8.80975C11.1707 8.72309 11.1609 8.62753 11.179 8.53526C11.197 8.44299 11.2422 8.3582 11.3087 8.29172C11.3752 8.22524 11.46 8.18008 11.5522 8.16201C11.6445 8.14394 11.7401 8.15378 11.8267 8.19027C11.9134 8.22676 11.9872 8.28826 12.0387 8.36689C12.0903 8.44553 12.1172 8.53774 12.1161 8.63176C12.1161 8.75571 12.0668 8.87458 11.9792 8.96222C11.8915 9.04987 11.7727 9.0991 11.6487 9.0991V9.0991Z" fill="url(#paint19_linear_127_1784)"/>
|
||||
<path d="M11.6487 7.5C11.1226 7.50298 10.619 7.71448 10.2486 8.08812C9.87808 8.46177 9.67087 8.96707 9.67237 9.49325C9.67752 9.9027 9.80452 10.3013 10.0372 10.6383C10.2698 10.9753 10.5976 11.2353 10.9787 11.3851L12.4314 11.3345C12.8478 11.1485 13.1884 10.8261 13.3968 10.4204C13.6053 10.0148 13.6692 9.55019 13.578 9.10333C13.4868 8.65648 13.2459 8.25408 12.8951 7.96259C12.5444 7.67109 12.1047 7.50791 11.6487 7.5V7.5ZM11.6487 9.07658C11.4066 9.07658 10.8379 8.87388 10.8379 8.63176C10.8379 8.38964 11.401 8.18694 11.6487 8.18694C11.7667 8.18694 11.8798 8.2338 11.9633 8.31722C12.0467 8.40064 12.0936 8.51379 12.0936 8.63176C12.0936 8.74973 12.0467 8.86288 11.9633 8.9463C11.8798 9.02972 11.7667 9.07658 11.6487 9.07658V9.07658Z" fill="url(#paint20_linear_127_1784)"/>
|
||||
<path d="M11.6486 7.83691C11.2834 7.86375 10.9368 8.00856 10.661 8.24951C10.3853 8.49046 10.1952 8.81451 10.1196 9.17284C10.044 9.53116 10.0869 9.90435 10.2419 10.2362C10.3968 10.568 10.6553 10.8405 10.9786 11.0126V11.5757C10.9786 11.5757 10.9786 14.9822 10.9786 15.6128C11.1194 15.7536 11.5417 16.0802 11.7106 16.2547C11.795 16.1928 11.7725 16.0689 11.9133 15.6128C11.8619 15.4531 11.8242 15.2892 11.8007 15.123C11.8007 15.0836 11.7275 14.802 11.7275 14.7851C11.7639 14.6871 11.7885 14.585 11.8007 14.4811C11.8007 14.3572 11.8739 14.2277 11.8739 14.0982C11.8739 14.0982 11.8288 13.8786 11.8345 13.873C11.8401 13.8673 11.8007 13.6534 11.8007 13.6477C11.8007 12.9214 11.8007 12.2063 11.8007 11.7953C12.0203 11.7953 12.4313 11.8516 12.4313 11.6095V10.9563C12.7348 10.7672 12.9705 10.4868 13.1044 10.1552C13.2384 9.82371 13.2637 9.45823 13.1766 9.11141C13.0896 8.7646 12.8948 8.45434 12.6202 8.22531C12.3456 7.99628 12.0054 7.86029 11.6486 7.83691V7.83691ZM11.6486 9.09818C11.5546 9.09929 11.4624 9.07236 11.3838 9.02082C11.3051 8.96928 11.2437 8.89547 11.2072 8.80882C11.1707 8.72217 11.1608 8.62661 11.1789 8.53434C11.197 8.44207 11.2421 8.35728 11.3086 8.29079C11.3751 8.22431 11.4599 8.17915 11.5521 8.16108C11.6444 8.14301 11.74 8.15285 11.8266 8.18935C11.9133 8.22584 11.9871 8.28733 12.0386 8.36597C12.0902 8.44461 12.1171 8.53682 12.116 8.63084C12.116 8.75478 12.0668 8.87365 11.9791 8.9613C11.8915 9.04894 11.7726 9.09818 11.6486 9.09818Z" fill="url(#paint21_linear_127_1784)"/>
|
||||
<path d="M11.6486 7.83691C11.2834 7.86375 10.9368 8.00856 10.661 8.24951C10.3853 8.49046 10.1952 8.81451 10.1196 9.17284C10.044 9.53116 10.0869 9.90435 10.2419 10.2362C10.3968 10.568 10.6553 10.8405 10.9786 11.0126V11.5757C10.9786 11.5757 10.9786 14.909 10.9786 15.5171" stroke="url(#paint22_linear_127_1784)" stroke-width="0.0337839" stroke-miterlimit="10"/>
|
||||
<path d="M11.7273 16.2497C11.8118 16.1878 11.8681 16.0133 12.1665 15.6078C12.1665 15.5234 12.1665 15.1968 12.1665 14.966C12.0995 14.8814 12.0375 14.793 11.9807 14.7013C12.0367 14.6249 12.0969 14.5516 12.1609 14.4817C12.1609 14.3578 12.1609 14.2283 12.1609 14.0988C12.1609 14.0988 11.9694 13.8792 11.9807 13.8736C11.9919 13.868 12.1609 13.654 12.1609 13.6484C12.1609 12.922 12.1609 12.2069 12.1609 11.7959H11.7273V16.2497Z" fill="#EBB850"/>
|
||||
<path d="M11.2036 15.7993V11.7959H11.4626V16.0245L11.2036 15.7993Z" fill="#EBB850"/>
|
||||
<path d="M11.2036 15.7993V11.7959H11.3162H11.4626L11.3162 11.9479V15.895L11.2036 15.7993Z" fill="url(#paint23_linear_127_1784)"/>
|
||||
<path d="M11.7273 16.2497V11.7959H11.8343H12.1327L11.8343 11.9479V16.0977L11.7273 16.2497Z" fill="url(#paint24_linear_127_1784)"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<path d="M11.6487 7.51689C12.1004 7.52524 12.5357 7.68718 12.883 7.97605C13.2303 8.26492 13.4689 8.66347 13.5593 9.10605C13.6498 9.54863 13.5869 10.0088 13.3808 10.4108C13.1747 10.8128 12.8379 11.1326 12.4258 11.3176V11.3176V11.6047C12.4258 11.7061 12.3469 11.7624 12.1724 11.7737C12.1724 12.2297 12.1724 12.8998 12.1724 13.6149C12.1724 13.6149 12.071 13.7444 12.0316 13.7951C12.0296 13.8081 12.0296 13.8214 12.0316 13.8345C12.0696 13.8928 12.113 13.9475 12.1611 13.9978L12.2118 14.0597V14.2117C12.2118 14.2849 12.2118 14.3581 12.2118 14.4313C12.1495 14.4992 12.0912 14.5707 12.0372 14.6453V14.6453C12.0879 14.7426 12.1503 14.8334 12.223 14.9156C12.223 15.2703 12.223 15.4786 12.223 15.5462C12.1141 15.6899 12.0144 15.8403 11.9246 15.9967C11.8925 16.0515 11.8567 16.1042 11.8176 16.1543V16.1543H11.7839C11.7098 16.0762 11.6308 16.0028 11.5474 15.9347V15.9347L11.2377 15.7883L11.1082 15.687L10.9956 15.5912C10.9956 15.3435 10.9956 14.7016 10.9956 14.0259C10.9956 13.6487 10.9956 13.2602 10.9956 12.8998V11.3739C10.6163 11.2247 10.2897 10.9664 10.0572 10.6317C9.82465 10.2969 9.69662 9.90077 9.68926 9.49325C9.68776 8.97155 9.89318 8.47054 10.2605 8.10007C10.6278 7.72959 11.127 7.51987 11.6487 7.51689V7.51689ZM11.6487 7.51689C11.1255 7.51985 10.6245 7.72902 10.2545 8.09902C9.88449 8.46902 9.67532 8.97 9.67236 9.49325C9.67751 9.9027 9.80451 10.3013 10.0372 10.6383C10.2698 10.9753 10.5976 11.2353 10.9787 11.3851V12.9167C10.9787 13.9415 10.9787 15.2421 10.9787 15.6081C11.0237 15.6532 11.1138 15.7207 11.2039 15.7996L11.4629 16.0248C11.5643 16.1093 11.6487 16.1937 11.7107 16.2557C11.7951 16.1937 11.8514 16.0192 12.1498 15.6138C12.1498 15.5293 12.1498 15.2027 12.1498 14.9719C12.0829 14.8873 12.0209 14.7989 11.964 14.7072C12.0201 14.6308 12.0802 14.5575 12.1442 14.4876C12.1442 14.3638 12.1442 14.2343 12.1442 14.1048C12.1442 14.1048 11.9584 13.8852 11.964 13.8795L12.1442 13.6543C12.1442 12.9336 12.1442 12.2185 12.1442 11.8074C12.2962 11.8074 12.4145 11.7511 12.4145 11.616V11.3345C12.8298 11.1492 13.1698 10.8282 13.3786 10.4242C13.5874 10.0202 13.6526 9.55725 13.5635 9.1113C13.4745 8.66535 13.2364 8.26294 12.8885 7.97013C12.5405 7.67733 12.1033 7.51155 11.6487 7.5V7.51689Z" fill="black"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M12.4312 10.9678V11.3112C12.5104 11.2759 12.5859 11.2325 12.6564 11.1817L12.4312 10.9678Z" fill="url(#paint25_linear_127_1784)"/>
|
||||
<path d="M11.6487 8.01182C11.5257 8.00959 11.4049 8.044 11.3016 8.11069C11.1983 8.17737 11.1171 8.2733 11.0685 8.38626C11.0199 8.49922 11.006 8.6241 11.0286 8.74497C11.0512 8.86585 11.1093 8.97727 11.1955 9.06502C11.2816 9.15277 11.392 9.21288 11.5124 9.23771C11.6328 9.26254 11.758 9.25095 11.8718 9.20442C11.9856 9.15789 12.083 9.07852 12.1516 8.97644C12.2202 8.87435 12.2568 8.75417 12.2568 8.63119C12.2576 8.55059 12.2424 8.47064 12.2123 8.39589C12.1821 8.32114 12.1375 8.25307 12.081 8.19556C12.0246 8.13804 11.9573 8.09221 11.8831 8.06069C11.809 8.02916 11.7293 8.01256 11.6487 8.01182V8.01182ZM11.6487 9.07601C11.5592 9.07825 11.471 9.05375 11.3954 9.00563C11.3199 8.95752 11.2604 8.88798 11.2246 8.80589C11.1888 8.7238 11.1782 8.6329 11.1943 8.54479C11.2104 8.45668 11.2524 8.37537 11.3149 8.31124C11.3774 8.24711 11.4577 8.20308 11.5453 8.18477C11.633 8.16645 11.7241 8.17469 11.8071 8.20843C11.8901 8.24217 11.9611 8.29987 12.0111 8.37417C12.0611 8.44847 12.0879 8.536 12.0879 8.62556C12.0894 8.74258 12.0448 8.85549 11.9636 8.9398C11.8824 9.02412 11.7713 9.07306 11.6543 9.07601H11.6487Z" fill="url(#paint26_linear_127_1784)"/>
|
||||
<g opacity="0.5">
|
||||
<path opacity="0.5" d="M11.6488 8.10191C11.7537 8.1008 11.8566 8.13089 11.9443 8.18836C12.0321 8.24584 12.1008 8.32811 12.1417 8.42472C12.1827 8.52133 12.194 8.62792 12.1742 8.73096C12.1544 8.834 12.1044 8.92883 12.0306 9.00342C11.9569 9.078 11.8626 9.12897 11.7597 9.14986C11.6569 9.17074 11.5502 9.16059 11.4532 9.1207C11.3561 9.08081 11.2731 9.01298 11.2147 8.92583C11.1563 8.83867 11.1251 8.73612 11.1251 8.6312C11.1244 8.56196 11.1374 8.49326 11.1633 8.42907C11.1893 8.36489 11.2278 8.3065 11.2765 8.25727C11.3252 8.20805 11.3832 8.16897 11.4471 8.14231C11.511 8.11564 11.5795 8.10191 11.6488 8.10191V8.10191ZM11.6488 8.0625C11.5374 8.0625 11.4285 8.09552 11.3359 8.15739C11.2433 8.21926 11.1712 8.3072 11.1286 8.41009C11.0859 8.51298 11.0748 8.62619 11.0965 8.73541C11.1182 8.84464 11.1719 8.94497 11.2506 9.02371C11.3294 9.10246 11.4297 9.15609 11.5389 9.17781C11.6481 9.19954 11.7613 9.18839 11.8642 9.14577C11.9671 9.10315 12.0551 9.03098 12.1169 8.93839C12.1788 8.84579 12.2118 8.73693 12.2118 8.62557C12.2118 8.47623 12.1525 8.33301 12.0469 8.22742C11.9413 8.12182 11.7981 8.0625 11.6488 8.0625V8.0625Z" fill="url(#paint27_linear_127_1784)"/>
|
||||
</g>
|
||||
<path d="M11.1613 8.58772C10.794 8.96422 10.5884 9.46938 10.5884 9.99538C10.5884 10.5214 10.794 11.0265 11.1613 11.403C11.452 11.69 11.823 11.8819 12.2252 11.9533C12.6274 12.0247 13.0419 11.9722 13.4136 11.8028L14.382 10.7611C14.5314 10.3972 14.571 9.99746 14.496 9.61126C14.421 9.22506 14.2345 8.86925 13.9597 8.58772C13.7773 8.40163 13.5596 8.25381 13.3193 8.15289C13.0791 8.05198 12.8211 8 12.5605 8C12.2999 8 12.042 8.05198 11.8017 8.15289C11.5614 8.25381 11.3437 8.40163 11.1613 8.58772V8.58772ZM12.248 9.71385C12.1652 9.76276 12.0683 9.78197 11.9731 9.76829C11.8779 9.75461 11.7903 9.70888 11.7246 9.63863C11.659 9.56839 11.6193 9.47785 11.6121 9.38198C11.6048 9.28611 11.6306 9.19064 11.6849 9.11137C11.7612 9.03971 11.8619 8.99981 11.9665 8.99981C12.0711 8.99981 12.1718 9.03971 12.248 9.11137C12.3261 9.1922 12.3698 9.30021 12.3698 9.41261C12.3698 9.525 12.3261 9.63301 12.248 9.71385V9.71385Z" fill="#C6C6C6"/>
|
||||
<path d="M11.1613 8.58772C10.794 8.96422 10.5884 9.46938 10.5884 9.99538C10.5884 10.5214 10.794 11.0265 11.1613 11.403C11.452 11.69 11.823 11.8819 12.2252 11.9533C12.6274 12.0247 13.0419 11.9722 13.4136 11.8028L14.382 10.7611C14.5314 10.3972 14.571 9.99746 14.496 9.61126C14.421 9.22506 14.2345 8.86925 13.9597 8.58772C13.7773 8.40163 13.5596 8.25381 13.3193 8.15289C13.0791 8.05198 12.8211 8 12.5605 8C12.2999 8 12.042 8.05198 11.8017 8.15289C11.5614 8.25381 11.3437 8.40163 11.1613 8.58772V8.58772ZM12.2874 9.77015C12.246 9.81254 12.1965 9.84623 12.1419 9.86923C12.0872 9.89223 12.0286 9.90407 11.9693 9.90407C11.91 9.90407 11.8513 9.89223 11.7967 9.86923C11.7421 9.84623 11.6926 9.81254 11.6512 9.77015C11.6036 9.68361 11.5854 9.58396 11.5993 9.48619C11.6132 9.38841 11.6585 9.2978 11.7284 9.22797C11.7982 9.15814 11.8888 9.11286 11.9866 9.09894C12.0843 9.08502 12.184 9.10321 12.2705 9.15078C12.3525 9.23754 12.3982 9.35237 12.3982 9.47173C12.3982 9.59108 12.3525 9.70592 12.2705 9.79267L12.2874 9.77015Z" fill="url(#paint28_linear_127_1784)"/>
|
||||
<path d="M11.398 8.85257C11.0935 9.16755 10.9233 9.58849 10.9233 10.0266C10.9233 10.4646 11.0935 10.8856 11.398 11.2006C11.6213 11.4255 11.905 11.5809 12.2148 11.6479C12.5246 11.7148 12.8472 11.6905 13.1435 11.5778L13.5376 11.972C13.5376 11.972 15.9081 14.3875 16.353 14.8154C16.55 14.8154 17.0681 14.7479 17.3045 14.7591C17.3045 14.6521 17.2201 14.5789 17.0005 14.1566C16.9442 14.0947 16.7415 14.0553 16.5782 13.892C16.5782 13.8639 16.3023 13.7175 16.2854 13.7062C16.2487 13.6107 16.1974 13.5214 16.1334 13.4416C16.0433 13.3571 16.0095 13.2107 15.9194 13.1206C15.8552 13.0788 15.7932 13.0336 15.7336 12.9855C15.6687 12.9447 15.6066 12.8995 15.5478 12.8503C15.041 12.3436 14.5399 11.8368 14.2584 11.544C14.416 11.3864 14.7426 11.1274 14.5737 10.981L14.4611 10.8402L14.1345 10.5136C14.2162 10.2272 14.2206 9.9242 14.1475 9.63545C14.0743 9.34671 13.9261 9.08244 13.7178 8.86946C13.5675 8.71446 13.3879 8.59091 13.1893 8.50603C12.9908 8.42114 12.7774 8.37662 12.5614 8.37504C12.3455 8.37347 12.1315 8.41488 11.9317 8.49687C11.732 8.57885 11.5505 8.69977 11.398 8.85257V8.85257ZM12.2876 9.74785C12.2445 9.79334 12.1925 9.82957 12.1349 9.85433C12.0773 9.87908 12.0153 9.89185 11.9526 9.89185C11.8899 9.89185 11.8279 9.87908 11.7703 9.85433C11.7127 9.82957 11.6607 9.79334 11.6176 9.74785C11.5282 9.65814 11.478 9.53665 11.478 9.41001C11.478 9.28336 11.5282 9.16188 11.6176 9.07217C11.6615 9.02807 11.7137 8.99309 11.7712 8.96922C11.8287 8.94534 11.8904 8.93306 11.9526 8.93306C12.0149 8.93306 12.0765 8.94534 12.134 8.96922C12.1915 8.99309 12.2437 9.02807 12.2876 9.07217C12.377 9.16188 12.4272 9.28336 12.4272 9.41001C12.4272 9.53665 12.377 9.65814 12.2876 9.74785V9.74785Z" fill="url(#paint29_linear_127_1784)"/>
|
||||
<path d="M11.398 8.85254C11.0935 9.16752 10.9233 9.58846 10.9233 10.0265C10.9233 10.4646 11.0935 10.8855 11.398 11.2005C11.6213 11.4255 11.905 11.5809 12.2148 11.6478C12.5246 11.7148 12.8472 11.6905 13.1435 11.5778L13.5376 11.9719C13.5376 11.9719 15.8575 14.3312 16.3135 14.7872" stroke="url(#paint30_linear_127_1784)" stroke-width="0.0337839" stroke-miterlimit="10"/>
|
||||
<path d="M17.3327 14.748C17.303 14.4884 17.2578 14.2308 17.1976 13.9766L16.7528 13.5205L16.4375 13.4642C16.4375 13.4642 16.4093 13.2052 16.4093 13.1771L16.139 12.9124C16.0434 12.9185 15.9475 12.9185 15.8519 12.9124C15.8519 12.9124 15.8519 12.6309 15.8181 12.6253L14.5287 11.2852L14.219 11.6005L17.3327 14.748Z" fill="#C2C5C7"/>
|
||||
<path d="M16.6456 14.7985L13.8528 11.9719L14.0386 11.7861L16.9891 14.7704L16.6456 14.7985Z" fill="#C2C5C7"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.4">
|
||||
<path d="M16.6456 14.7985L13.8528 11.9719L13.9316 11.8931L14.0386 11.7861V12.0001L16.7976 14.7873L16.6456 14.7985Z" fill="black"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.4">
|
||||
<path d="M17.3327 14.7479L14.219 11.6004L14.2978 11.516L14.5118 11.3076L14.4048 11.6229L17.3102 14.5565L17.3327 14.7479Z" fill="black"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<path d="M12.5577 8.02451C12.8144 8.02191 13.069 8.07034 13.3068 8.167C13.5446 8.26367 13.7608 8.40663 13.9428 8.58758C14.2213 8.86558 14.4115 9.21957 14.4896 9.6052C14.5677 9.99082 14.5303 10.3909 14.382 10.7554L14.4214 10.7948L14.5566 10.9299C14.6298 11.0031 14.6073 11.0988 14.4946 11.234C14.8156 11.5606 15.2886 12.0504 15.7841 12.5403C15.7841 12.5403 15.7841 12.7092 15.7841 12.7712C15.7841 12.8331 15.7841 12.8106 15.7841 12.8218C15.7841 12.8218 15.7841 12.8218 16.0037 12.8612H16.0769C16.1153 12.894 16.1511 12.9298 16.1838 12.9682L16.3415 13.1203C16.3365 13.2122 16.3365 13.3043 16.3415 13.3962V13.3962C16.4461 13.4276 16.5536 13.4483 16.6624 13.4581C16.9102 13.7058 17.051 13.8522 17.096 13.9029C17.1203 14.0829 17.1542 14.2614 17.1974 14.4378C17.2153 14.5005 17.2285 14.5645 17.2368 14.6293V14.6293V14.6687H17.203H16.9215H16.882L16.6343 14.7813H16.364C16.0937 14.5223 15.1872 13.6157 14.4721 12.895L13.5487 11.966L13.4136 11.8308C13.0405 11.9942 12.6267 12.0408 12.2267 11.9644C11.8267 11.888 11.4591 11.6923 11.1726 11.4029C10.8012 11.0285 10.5928 10.5226 10.5928 9.99524C10.5928 9.46792 10.8012 8.96196 11.1726 8.58758C11.355 8.40713 11.5713 8.2645 11.809 8.16787C12.0467 8.07125 12.3011 8.02253 12.5577 8.02451V8.02451ZM12.5577 8.02451C12.2994 8.02197 12.043 8.07039 11.8034 8.167C11.5638 8.26362 11.3456 8.40654 11.1613 8.58758C10.794 8.96408 10.5884 9.46924 10.5884 9.99524C10.5884 10.5212 10.794 11.0264 11.1613 11.4029C11.3478 11.5857 11.5688 11.7296 11.8114 11.8263C12.054 11.923 12.3135 11.9704 12.5746 11.966C12.8602 11.9654 13.1423 11.904 13.4023 11.7858L13.5374 11.966L14.4721 12.9232C15.1928 13.6495 16.105 14.5673 16.3696 14.8151L16.6343 14.7813H16.9778H17.2593H17.31C17.289 14.5108 17.2514 14.2419 17.1974 13.9761L16.7525 13.52L16.4372 13.4637C16.4372 13.4637 16.4091 13.2047 16.4091 13.1766L16.1388 12.9119C16.0432 12.9177 15.9473 12.9177 15.8516 12.9119C15.8456 12.8157 15.8343 12.7198 15.8178 12.6248L14.5341 11.2847C14.6298 11.172 14.6805 11.0538 14.5904 10.9581L14.4609 10.8398L14.382 10.761C14.5314 10.397 14.571 9.99733 14.496 9.61112C14.421 9.22492 14.2345 8.86912 13.9597 8.58758C13.5851 8.22214 13.0811 8.01973 12.5577 8.02451V8.02451Z" fill="black"/>
|
||||
</g>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.3">
|
||||
<path d="M14.1401 10.502L14.3766 10.7441C14.4255 10.6722 14.4547 10.5887 14.4611 10.502H14.1401Z" fill="#808080"/>
|
||||
</g>
|
||||
<g opacity="0.5">
|
||||
<path opacity="0.5" d="M11.9499 8.86875C12.091 8.87218 12.2256 8.92845 12.3271 9.02641C12.4237 9.13053 12.4774 9.26729 12.4774 9.4093C12.4774 9.5513 12.4237 9.68806 12.3271 9.79218C12.2782 9.84381 12.2193 9.88492 12.1539 9.91302C12.0886 9.94112 12.0182 9.95561 11.9471 9.95561C11.8759 9.95561 11.8056 9.94112 11.7402 9.91302C11.6749 9.88492 11.6159 9.84381 11.567 9.79218C11.4704 9.68806 11.4168 9.5513 11.4168 9.4093C11.4168 9.26729 11.4704 9.13053 11.567 9.02641C11.6652 8.92683 11.7988 8.87015 11.9386 8.86875H11.9499ZM11.9386 8.83497C11.8641 8.83528 11.7904 8.85037 11.7218 8.87937C11.6532 8.90836 11.591 8.95069 11.5389 9.00389C11.4861 9.05828 11.4449 9.12275 11.4177 9.19344C11.3905 9.26413 11.3778 9.33958 11.3805 9.41529C11.3831 9.49099 11.401 9.56538 11.433 9.63401C11.4651 9.70264 11.5106 9.7641 11.567 9.8147C11.6194 9.86833 11.6821 9.91095 11.7512 9.94004C11.8203 9.96913 11.8946 9.98412 11.9696 9.98412C12.0446 9.98412 12.1189 9.96913 12.188 9.94004C12.2571 9.91095 12.3197 9.86833 12.3722 9.8147C12.4267 9.76218 12.47 9.69921 12.4996 9.62955C12.5292 9.55989 12.5445 9.48498 12.5445 9.4093C12.5445 9.33361 12.5292 9.2587 12.4996 9.18904C12.47 9.11939 12.4267 9.05641 12.3722 9.00389C12.3194 8.95001 12.2563 8.90729 12.1866 8.87827C12.117 8.84926 12.0422 8.83453 11.9668 8.83497H11.9386Z" fill="url(#paint31_linear_127_1784)"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.3">
|
||||
<path d="M8.84172 10.4687C8.88113 10.5982 9.90591 10.0746 10.0354 10.0352C10.0261 10.2235 10.0374 10.4123 10.0692 10.5982L10.362 10.4124L10.6717 10.3054V10.221L11.0039 10.0352L11.9048 9.71423L12.13 9.62414C12.023 9.65792 11.9273 9.66355 11.8879 9.53968L12.1751 9.37076C12.13 9.24125 12.13 9.15116 11.978 9.20184L8.99374 10.1647C8.93354 10.1852 8.88384 10.2286 8.8554 10.2855C8.82695 10.3424 8.82203 10.4082 8.84172 10.4687V10.4687Z" fill="black"/>
|
||||
</g>
|
||||
<path style="mix-blend-mode:multiply" d="M11.5218 8.98202C11.408 9.09875 11.3442 9.25535 11.3442 9.4184C11.3442 9.58145 11.408 9.73805 11.5218 9.85477C11.6366 9.96791 11.7913 10.0313 11.9525 10.0313C12.1137 10.0313 12.2685 9.96791 12.3833 9.85477C12.4971 9.73805 12.5608 9.58145 12.5608 9.4184C12.5608 9.25535 12.4971 9.09875 12.3833 8.98202C12.3272 8.92465 12.2602 8.87906 12.1862 8.84794C12.1122 8.81681 12.0328 8.80078 11.9525 8.80078C11.8723 8.80078 11.7929 8.81681 11.7189 8.84794C11.6449 8.87906 11.5779 8.92465 11.5218 8.98202V8.98202ZM12.265 9.71401C12.2242 9.75538 12.1755 9.78822 12.1219 9.81064C12.0682 9.83306 12.0107 9.8446 11.9525 9.8446C11.8944 9.8446 11.8368 9.83306 11.7832 9.81064C11.7296 9.78822 11.6809 9.75538 11.64 9.71401C11.5985 9.67267 11.5655 9.62354 11.543 9.56943C11.5206 9.51532 11.509 9.45729 11.509 9.39869C11.509 9.34009 11.5206 9.28207 11.543 9.22796C11.5655 9.17384 11.5985 9.12471 11.64 9.08338C11.6809 9.04201 11.7296 9.00916 11.7832 8.98674C11.8368 8.96432 11.8944 8.95278 11.9525 8.95278C12.0107 8.95278 12.0682 8.96432 12.1219 8.98674C12.1755 9.00916 12.2242 9.04201 12.265 9.08338C12.3066 9.12471 12.3395 9.17384 12.362 9.22796C12.3845 9.28207 12.3961 9.34009 12.3961 9.39869C12.3961 9.45729 12.3845 9.51532 12.362 9.56943C12.3395 9.62354 12.3066 9.67267 12.265 9.71401Z" fill="url(#paint32_linear_127_1784)"/>
|
||||
<path d="M11.1613 7.93928C10.794 8.31578 10.5884 8.82094 10.5884 9.34694C10.5884 9.87294 10.794 10.3781 11.1613 10.7546C11.452 11.0416 11.823 11.2335 12.2252 11.3049C12.6274 11.3763 13.0419 11.3238 13.4136 11.1544L14.382 10.1127C14.5314 9.74875 14.571 9.34903 14.496 8.96282C14.421 8.57662 14.2345 8.22082 13.9597 7.93928C13.7773 7.7532 13.5596 7.60537 13.3193 7.50446C13.0791 7.40354 12.8211 7.35156 12.5605 7.35156C12.2999 7.35156 12.042 7.40354 11.8017 7.50446C11.5614 7.60537 11.3437 7.7532 11.1613 7.93928V7.93928ZM12.248 9.06541C12.1652 9.11432 12.0683 9.13353 11.9731 9.11985C11.8779 9.10618 11.7903 9.06044 11.7246 8.9902C11.659 8.91995 11.6193 8.82941 11.6121 8.73354C11.6048 8.63767 11.6306 8.5422 11.6849 8.46293C11.7612 8.39127 11.8619 8.35138 11.9665 8.35138C12.0711 8.35138 12.1718 8.39127 12.248 8.46293C12.3261 8.54376 12.3698 8.65177 12.3698 8.76417C12.3698 8.87657 12.3261 8.98457 12.248 9.06541V9.06541Z" fill="#C6C6C6"/>
|
||||
<path d="M11.1613 7.93928C10.794 8.31578 10.5884 8.82094 10.5884 9.34694C10.5884 9.87294 10.794 10.3781 11.1613 10.7546C11.452 11.0416 11.823 11.2335 12.2252 11.3049C12.6274 11.3763 13.0419 11.3238 13.4136 11.1544L14.382 10.1127C14.5314 9.74875 14.571 9.34903 14.496 8.96282C14.421 8.57662 14.2345 8.22082 13.9597 7.93928C13.7773 7.7532 13.5596 7.60537 13.3193 7.50446C13.0791 7.40354 12.8211 7.35156 12.5605 7.35156C12.2999 7.35156 12.042 7.40354 11.8017 7.50446C11.5614 7.60537 11.3437 7.7532 11.1613 7.93928V7.93928ZM12.2874 9.12171C12.246 9.16411 12.1965 9.19779 12.1419 9.22079C12.0872 9.24379 12.0286 9.25564 11.9693 9.25564C11.91 9.25564 11.8513 9.24379 11.7967 9.22079C11.7421 9.19779 11.6926 9.16411 11.6512 9.12171C11.6036 9.03517 11.5854 8.93552 11.5993 8.83775C11.6132 8.73998 11.6585 8.64936 11.7284 8.57953C11.7982 8.5097 11.8888 8.46442 11.9866 8.4505C12.0843 8.43658 12.184 8.45477 12.2705 8.50234C12.3525 8.5891 12.3982 8.70393 12.3982 8.82329C12.3982 8.94265 12.3525 9.05748 12.2705 9.14424L12.2874 9.12171Z" fill="url(#paint33_linear_127_1784)"/>
|
||||
<path d="M11.398 8.20414C11.0935 8.51911 10.9233 8.94005 10.9233 9.37813C10.9233 9.8162 11.0935 10.2371 11.398 10.5521C11.6213 10.7771 11.905 10.9325 12.2148 10.9994C12.5246 11.0664 12.8472 11.0421 13.1435 10.9294L13.5376 11.3235C13.5376 11.3235 15.9081 13.7391 16.353 14.167C16.55 14.167 17.0681 14.0994 17.3045 14.1107C17.3045 14.0037 17.2201 13.9305 17.0005 13.5082C16.9442 13.4463 16.7415 13.4069 16.5782 13.2436C16.5782 13.2154 16.3023 13.069 16.2854 13.0578C16.2487 12.9622 16.1974 12.8729 16.1334 12.7931C16.0433 12.7087 16.0095 12.5623 15.9194 12.4722C15.8552 12.4303 15.7932 12.3852 15.7336 12.337C15.6687 12.2963 15.6066 12.2511 15.5478 12.2019C15.041 11.6951 14.5399 11.1884 14.2584 10.8956C14.416 10.7379 14.7426 10.4789 14.5737 10.3325L14.4611 10.1918L14.1345 9.86518C14.2162 9.57872 14.2206 9.27576 14.1475 8.98701C14.0743 8.69827 13.9261 8.43401 13.7178 8.22103C13.5675 8.06602 13.3879 7.94247 13.1893 7.85759C12.9908 7.7727 12.7774 7.72818 12.5614 7.72661C12.3455 7.72503 12.1315 7.76645 11.9317 7.84843C11.732 7.93041 11.5505 8.05133 11.398 8.20414V8.20414ZM12.2876 9.09941C12.2445 9.1449 12.1925 9.18113 12.1349 9.20589C12.0773 9.23065 12.0153 9.24341 11.9526 9.24341C11.8899 9.24341 11.8279 9.23065 11.7703 9.20589C11.7127 9.18113 11.6607 9.1449 11.6176 9.09941C11.5282 9.0097 11.478 8.88822 11.478 8.76157C11.478 8.63492 11.5282 8.51344 11.6176 8.42373C11.6615 8.37964 11.7137 8.34465 11.7712 8.32078C11.8287 8.29691 11.8904 8.28462 11.9526 8.28462C12.0149 8.28462 12.0765 8.29691 12.134 8.32078C12.1915 8.34465 12.2437 8.37964 12.2876 8.42373C12.377 8.51344 12.4272 8.63492 12.4272 8.76157C12.4272 8.88822 12.377 9.0097 12.2876 9.09941V9.09941Z" fill="url(#paint34_linear_127_1784)"/>
|
||||
<path d="M11.398 8.2041C11.0935 8.51908 10.9233 8.94002 10.9233 9.37809C10.9233 9.81616 11.0935 10.2371 11.398 10.5521C11.6213 10.7771 11.905 10.9324 12.2148 10.9994C12.5246 11.0664 12.8472 11.042 13.1435 10.9293L13.5376 11.3235C13.5376 11.3235 15.8575 13.6827 16.3135 14.1388" stroke="url(#paint35_linear_127_1784)" stroke-width="0.0337839" stroke-miterlimit="10"/>
|
||||
<path d="M17.3327 14.0996C17.303 13.84 17.2578 13.5824 17.1976 13.3282L16.7528 12.8721L16.4375 12.8158C16.4375 12.8158 16.4093 12.5568 16.4093 12.5286L16.139 12.264C16.0434 12.2701 15.9475 12.2701 15.8519 12.264C15.8519 12.264 15.8519 11.9824 15.8181 11.9768L14.5287 10.6367L14.219 10.952L17.3327 14.0996Z" fill="#C2C5C7"/>
|
||||
<path d="M16.6456 14.1501L13.8528 11.3235L14.0386 11.1377L16.9891 14.1219L16.6456 14.1501Z" fill="#C2C5C7"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.4">
|
||||
<path d="M16.6456 14.1501L13.8528 11.3235L13.9316 11.2447L14.0386 11.1377V11.3517L16.7976 14.1388L16.6456 14.1501Z" fill="black"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.4">
|
||||
<path d="M17.3327 14.0995L14.219 10.952L14.2978 10.8675L14.5118 10.6592L14.4048 10.9745L17.3102 13.9081L17.3327 14.0995Z" fill="black"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<path d="M12.5577 7.37608C12.8144 7.37347 13.069 7.4219 13.3068 7.51857C13.5446 7.61523 13.7608 7.75819 13.9428 7.93914C14.2213 8.21714 14.4115 8.57113 14.4896 8.95676C14.5677 9.34238 14.5303 9.74249 14.382 10.1069L14.4214 10.1464L14.5566 10.2815C14.6298 10.3547 14.6073 10.4504 14.4946 10.5855C14.8156 10.9121 15.2886 11.402 15.7841 11.8919C15.7841 11.8919 15.7841 12.0608 15.7841 12.1227C15.7841 12.1847 15.7841 12.1621 15.7841 12.1734C15.7841 12.1734 15.7841 12.1734 16.0037 12.2128H16.0769C16.1153 12.2456 16.1511 12.2814 16.1838 12.3198L16.3415 12.4718C16.3365 12.5637 16.3365 12.6558 16.3415 12.7477V12.7477C16.4461 12.7792 16.5536 12.7999 16.6624 12.8097C16.9102 13.0574 17.051 13.2038 17.096 13.2545C17.1203 13.4344 17.1542 13.613 17.1974 13.7894C17.2153 13.8521 17.2285 13.9161 17.2368 13.9808V13.9808V14.0202H17.203H16.9215H16.882L16.6343 14.1329H16.364C16.0937 13.8738 15.1872 12.9673 14.4721 12.2466L13.5487 11.3175L13.4136 11.1824C13.0405 11.3458 12.6267 11.3924 12.2267 11.316C11.8267 11.2396 11.4591 11.0438 11.1726 10.7545C10.8012 10.3801 10.5928 9.87412 10.5928 9.3468C10.5928 8.81948 10.8012 8.31353 11.1726 7.93914C11.355 7.7587 11.5713 7.61606 11.809 7.51944C12.0467 7.42281 12.3011 7.37409 12.5577 7.37608V7.37608ZM12.5577 7.37608C12.2994 7.37353 12.043 7.42195 11.8034 7.51857C11.5638 7.61518 11.3456 7.7581 11.1613 7.93914C10.794 8.31564 10.5884 8.82081 10.5884 9.3468C10.5884 9.8728 10.794 10.378 11.1613 10.7545C11.3478 10.9373 11.5688 11.0812 11.8114 11.1779C12.054 11.2745 12.3135 11.322 12.5746 11.3175C12.8602 11.3169 13.1423 11.2555 13.4023 11.1374L13.5374 11.3175L14.4721 12.2747C15.1928 13.0011 16.105 13.9189 16.3696 14.1666L16.6343 14.1329H16.9778H17.2593H17.31C17.289 13.8624 17.2514 13.5935 17.1974 13.3277L16.7525 12.8716L16.4372 12.8153C16.4372 12.8153 16.4091 12.5563 16.4091 12.5281L16.1388 12.2635C16.0432 12.2693 15.9473 12.2693 15.8516 12.2635C15.8456 12.1672 15.8343 12.0714 15.8178 11.9763L14.5341 10.6362C14.6298 10.5236 14.6805 10.4054 14.5904 10.3096L14.4609 10.1914L14.382 10.1126C14.5314 9.74861 14.571 9.34889 14.496 8.96269C14.421 8.57648 14.2345 8.22068 13.9597 7.93914C13.5851 7.5737 13.0811 7.37129 12.5577 7.37608V7.37608Z" fill="black"/>
|
||||
</g>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.3">
|
||||
<path d="M14.1401 9.85352L14.3766 10.0956C14.4255 10.0237 14.4547 9.94023 14.4611 9.85352H14.1401Z" fill="#808080"/>
|
||||
</g>
|
||||
<g opacity="0.5">
|
||||
<path opacity="0.5" d="M11.9499 8.22032C12.091 8.22374 12.2256 8.28001 12.3271 8.37798C12.4237 8.48209 12.4774 8.61885 12.4774 8.76086C12.4774 8.90286 12.4237 9.03962 12.3271 9.14374C12.2782 9.19537 12.2193 9.23649 12.1539 9.26459C12.0886 9.29268 12.0182 9.30718 11.9471 9.30718C11.8759 9.30718 11.8056 9.29268 11.7402 9.26459C11.6749 9.23649 11.6159 9.19537 11.567 9.14374C11.4704 9.03962 11.4168 8.90286 11.4168 8.76086C11.4168 8.61885 11.4704 8.48209 11.567 8.37798C11.6652 8.27839 11.7988 8.22171 11.9386 8.22032H11.9499ZM11.9386 8.18653C11.8641 8.18684 11.7904 8.20193 11.7218 8.23093C11.6532 8.25992 11.591 8.30225 11.5389 8.35545C11.4861 8.40985 11.4449 8.47432 11.4177 8.54501C11.3905 8.61569 11.3778 8.69115 11.3805 8.76685C11.3831 8.84255 11.401 8.91694 11.433 8.98557C11.4651 9.0542 11.5106 9.11566 11.567 9.16627C11.6194 9.2199 11.6821 9.26251 11.7512 9.2916C11.8203 9.32069 11.8946 9.33568 11.9696 9.33568C12.0446 9.33568 12.1189 9.32069 12.188 9.2916C12.2571 9.26251 12.3197 9.2199 12.3722 9.16627C12.4267 9.11374 12.47 9.05077 12.4996 8.98111C12.5292 8.91146 12.5445 8.83655 12.5445 8.76086C12.5445 8.68517 12.5292 8.61026 12.4996 8.54061C12.47 8.47095 12.4267 8.40798 12.3722 8.35545C12.3194 8.30157 12.2563 8.25885 12.1866 8.22984C12.117 8.20082 12.0422 8.18609 11.9668 8.18653H11.9386Z" fill="url(#paint36_linear_127_1784)"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.3">
|
||||
<path d="M8.84172 9.8203C8.88113 9.9498 9.90591 9.42615 10.0354 9.38674C10.0261 9.5751 10.0374 9.76391 10.0692 9.9498L10.362 9.76399L10.6717 9.65701V9.57255L11.0039 9.38674L11.9048 9.06579L12.13 8.9757C12.023 9.00948 11.9273 9.01512 11.8879 8.89124L12.1751 8.72232C12.13 8.59282 12.13 8.50273 11.978 8.5534L8.99374 9.51624C8.93354 9.53679 8.88384 9.58021 8.8554 9.6371C8.82695 9.694 8.82203 9.75981 8.84172 9.8203V9.8203Z" fill="black"/>
|
||||
</g>
|
||||
<path style="mix-blend-mode:multiply" d="M11.5218 8.33359C11.408 8.45032 11.3442 8.60691 11.3442 8.76996C11.3442 8.93301 11.408 9.08961 11.5218 9.20634C11.6366 9.31947 11.7913 9.38289 11.9525 9.38289C12.1137 9.38289 12.2685 9.31947 12.3833 9.20634C12.4971 9.08961 12.5608 8.93301 12.5608 8.76996C12.5608 8.60691 12.4971 8.45032 12.3833 8.33359C12.3272 8.27621 12.2602 8.23062 12.1862 8.1995C12.1122 8.16838 12.0328 8.15234 11.9525 8.15234C11.8723 8.15234 11.7929 8.16838 11.7189 8.1995C11.6449 8.23062 11.5779 8.27621 11.5218 8.33359V8.33359ZM12.265 9.06557C12.2242 9.10694 12.1755 9.13979 12.1219 9.1622C12.0682 9.18462 12.0107 9.19617 11.9525 9.19617C11.8944 9.19617 11.8368 9.18462 11.7832 9.1622C11.7296 9.13979 11.6809 9.10694 11.64 9.06557C11.5985 9.02424 11.5655 8.9751 11.543 8.92099C11.5206 8.86688 11.509 8.80886 11.509 8.75025C11.509 8.69165 11.5206 8.63363 11.543 8.57952C11.5655 8.52541 11.5985 8.47627 11.64 8.43494C11.6809 8.39357 11.7296 8.36072 11.7832 8.33831C11.8368 8.31589 11.8944 8.30434 11.9525 8.30434C12.0107 8.30434 12.0682 8.31589 12.1219 8.33831C12.1755 8.36072 12.2242 8.39357 12.265 8.43494C12.3066 8.47627 12.3395 8.52541 12.362 8.57952C12.3845 8.63363 12.3961 8.69165 12.3961 8.75025C12.3961 8.80886 12.3845 8.86688 12.362 8.92099C12.3395 8.9751 12.3066 9.02424 12.265 9.06557Z" fill="url(#paint37_linear_127_1784)"/>
|
||||
<path d="M8.75152 9.78612C8.76105 9.81637 8.77656 9.84439 8.79714 9.86853C8.81773 9.89266 8.84295 9.9124 8.87132 9.92659C8.89969 9.94077 8.93062 9.9491 8.96227 9.95109C8.99393 9.95307 9.02566 9.94867 9.05557 9.93815L12.0398 8.98094C12.1004 8.9592 12.1502 8.91471 12.1786 8.8569C12.207 8.79909 12.2117 8.7325 12.1918 8.67125C12.1846 8.64158 12.1716 8.61365 12.1534 8.58906C12.1353 8.56448 12.1125 8.54373 12.0863 8.52802C12.0602 8.51231 12.0311 8.50195 12.0009 8.49754C11.9707 8.49313 11.9399 8.49476 11.9103 8.50233L8.92044 9.47643C8.88889 9.48548 8.85945 9.5007 8.83383 9.52122C8.80822 9.54174 8.78693 9.56714 8.77122 9.59595C8.7555 9.62476 8.74567 9.65641 8.74229 9.68906C8.7389 9.7217 8.74204 9.7547 8.75152 9.78612V9.78612Z" fill="url(#paint38_linear_127_1784)"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.85">
|
||||
<g style="mix-blend-mode:multiply" opacity="0.85">
|
||||
<path d="M8.75158 9.78604C8.7611 9.81629 8.77662 9.84432 8.7972 9.86845C8.81778 9.89258 8.84301 9.91232 8.87138 9.92651C8.89974 9.94069 8.93067 9.94902 8.96233 9.95101C8.99398 9.953 9.02571 9.94859 9.05563 9.93807L12.0286 8.98086C12.0589 8.97125 12.0871 8.95577 12.1114 8.93529C12.1357 8.9148 12.1558 8.88973 12.1704 8.86149C12.1851 8.83326 12.194 8.80241 12.1967 8.77072C12.1994 8.73903 12.1959 8.70712 12.1863 8.6768C12.1703 8.61498 12.1306 8.56196 12.0758 8.52927C12.021 8.49658 11.9554 8.48687 11.8935 8.50225L8.91486 9.48198C8.88404 9.491 8.85531 9.50606 8.83036 9.52629C8.80541 9.54652 8.78473 9.57151 8.76954 9.59981C8.75434 9.62811 8.74492 9.65915 8.74184 9.69112C8.73876 9.72309 8.74207 9.75536 8.75158 9.78604V9.78604Z" fill="white"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.85">
|
||||
<g style="mix-blend-mode:multiply" opacity="0.4">
|
||||
<g style="mix-blend-mode:multiply" opacity="0.4">
|
||||
<path d="M8.75158 9.78604C8.7611 9.81629 8.77662 9.84432 8.7972 9.86845C8.81778 9.89258 8.84301 9.91232 8.87138 9.92651C8.89974 9.94069 8.93067 9.94902 8.96233 9.95101C8.99398 9.953 9.02571 9.94859 9.05563 9.93807L12.0286 8.98086C12.0589 8.97125 12.0871 8.95577 12.1114 8.93529C12.1357 8.9148 12.1558 8.88973 12.1704 8.86149C12.1851 8.83326 12.194 8.80241 12.1967 8.77072C12.1994 8.73903 12.1959 8.70712 12.1863 8.6768C12.1703 8.61498 12.1306 8.56196 12.0758 8.52927C12.021 8.49658 11.9554 8.48687 11.8935 8.50225L8.91486 9.48198C8.88404 9.491 8.85531 9.50606 8.83036 9.52629C8.80541 9.54652 8.78473 9.57151 8.76954 9.59981C8.75434 9.62811 8.74492 9.65915 8.74184 9.69112C8.73876 9.72309 8.74207 9.75536 8.75158 9.78604V9.78604Z" fill="black"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.4">
|
||||
<g style="mix-blend-mode:multiply" opacity="0.4">
|
||||
<path d="M12.2087 8.70508C12.2284 8.76557 12.2235 8.83138 12.195 8.88827C12.1666 8.94517 12.1169 8.98859 12.0567 9.00913L9.07804 9.96634C9.04679 9.97968 9.01308 9.98628 8.97911 9.98573C8.94514 9.98518 8.91166 9.97748 8.88086 9.96314C8.85005 9.9488 8.82261 9.92814 8.80032 9.9025C8.77803 9.87686 8.76138 9.84681 8.75146 9.81432V9.81432C8.78755 9.84474 8.83112 9.86496 8.87765 9.87289C8.92418 9.88081 8.97199 9.87614 9.01611 9.85936C9.21881 9.80869 12.0623 8.89652 12.0623 8.89652C12.0623 8.89652 12.2143 8.82895 12.2087 8.70508Z" fill="black"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_127_1784" x1="13.9892" y1="4.95508" x2="14.6969" y2="4.35094" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_127_1784" x1="6.00862" y1="4.95507" x2="5.30105" y2="4.35125" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_127_1784" x1="10.0039" y1="14.9968" x2="10.0039" y2="8.9946" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#ABABAB"/>
|
||||
<stop offset="0.1971" stop-color="#A7A7A7"/>
|
||||
<stop offset="0.3984" stop-color="#9B9B9B"/>
|
||||
<stop offset="0.6016" stop-color="#868686"/>
|
||||
<stop offset="0.8047" stop-color="#6A6A6A"/>
|
||||
<stop offset="1" stop-color="#474747"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_127_1784" x1="7.39469" y1="9.18753" x2="6.70448" y2="8.54622" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_127_1784" x1="12.6133" y1="9.18753" x2="13.3035" y2="8.54621" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_127_1784" x1="10" y1="14" x2="10" y2="8.99894" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#666666"/>
|
||||
<stop offset="0.109" stop-color="#5E5E5E"/>
|
||||
<stop offset="0.6917" stop-color="#393939"/>
|
||||
<stop offset="1" stop-color="#2B2B2B"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_127_1784" x1="10" y1="15" x2="10" y2="9.00003" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C9C9C9"/>
|
||||
<stop offset="0.3698" stop-color="#CDCDCD"/>
|
||||
<stop offset="0.7464" stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#E6E6E6"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint7_radial_127_1784" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.33063 11.589) rotate(-117.661) scale(0.94236 0.847944)">
|
||||
<stop stop-color="#BDFFBD"/>
|
||||
<stop offset="1" stop-color="#00FF00"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint8_linear_127_1784" x1="10.5097" y1="8.51832" x2="8.00432" y2="8.51832" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_127_1784" x1="16.0215" y1="8.51832" x2="8.0043" y2="8.51832" gradientUnits="userSpaceOnUse">
|
||||
<stop/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear_127_1784" x1="13.634" y1="10.9009" x2="10.8243" y2="8.08559" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D68731"/>
|
||||
<stop offset="1" stop-color="#FECA54"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint11_linear_127_1784" x1="12.2264" y1="10.884" x2="12.2264" y2="6.88626" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E6B035"/>
|
||||
<stop offset="1" stop-color="#F0DA86"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear_127_1784" x1="13.6058" y1="13.1016" x2="9.03371" y2="8.52948" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.18" stop-color="#FFBC35"/>
|
||||
<stop offset="1" stop-color="#F7F1AF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint13_linear_127_1784" x1="10.5652" y1="11.677" x2="12.2263" y2="11.677" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.5"/>
|
||||
<stop offset="0.78" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint14_linear_127_1784" x1="11.9108" y1="15.895" x2="11.9108" y2="11.7959" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF8D3A"/>
|
||||
<stop offset="0.46" stop-color="#C68234"/>
|
||||
<stop offset="1" stop-color="#BF7B30"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint15_linear_127_1784" x1="-11.1357" y1="-38.7998" x2="-11.1357" y2="-74.0297" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF8D3A"/>
|
||||
<stop offset="0.46" stop-color="#C68234"/>
|
||||
<stop offset="1" stop-color="#BF7B30"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint16_linear_127_1784" x1="86.575" y1="-179.494" x2="86.6658" y2="-179.403" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF8D3A"/>
|
||||
<stop offset="0.46" stop-color="#C68234"/>
|
||||
<stop offset="1" stop-color="#BF7B30"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint17_linear_127_1784" x1="12.2263" y1="8.09628" x2="12.2263" y2="9.32939" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.21" stop-color="#D47C1D" stop-opacity="0.6"/>
|
||||
<stop offset="0.32" stop-color="#D47C1D" stop-opacity="0.39"/>
|
||||
<stop offset="0.44" stop-color="#D47C1D" stop-opacity="0.22"/>
|
||||
<stop offset="0.54" stop-color="#D47C1D" stop-opacity="0.1"/>
|
||||
<stop offset="0.64" stop-color="#D47C1D" stop-opacity="0.03"/>
|
||||
<stop offset="0.71" stop-color="#D47C1D" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint18_linear_127_1784" x1="12.6262" y1="9.02534" x2="11.8322" y2="8.23142" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0.7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint19_linear_127_1784" x1="13.0564" y1="10.9009" x2="10.2467" y2="8.08559" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D68731"/>
|
||||
<stop offset="1" stop-color="#FECA54"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint20_linear_127_1784" x1="11.6487" y1="10.884" x2="11.6487" y2="6.88626" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E6B035"/>
|
||||
<stop offset="1" stop-color="#F0DA86"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint21_linear_127_1784" x1="13.0282" y1="13.1016" x2="8.45607" y2="8.52948" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.18" stop-color="#FFBC35"/>
|
||||
<stop offset="1" stop-color="#F7F1AF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint22_linear_127_1784" x1="9.98761" y1="11.677" x2="11.6486" y2="11.677" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.5"/>
|
||||
<stop offset="0.78" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint23_linear_127_1784" x1="11.3331" y1="15.895" x2="11.3331" y2="11.7959" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF8D3A"/>
|
||||
<stop offset="0.46" stop-color="#C68234"/>
|
||||
<stop offset="1" stop-color="#BF7B30"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint24_linear_127_1784" x1="-11.7133" y1="-38.7998" x2="-11.7133" y2="-74.0297" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF8D3A"/>
|
||||
<stop offset="0.46" stop-color="#C68234"/>
|
||||
<stop offset="1" stop-color="#BF7B30"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint25_linear_127_1784" x1="85.9973" y1="-179.494" x2="86.0881" y2="-179.403" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF8D3A"/>
|
||||
<stop offset="0.46" stop-color="#C68234"/>
|
||||
<stop offset="1" stop-color="#BF7B30"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint26_linear_127_1784" x1="11.6487" y1="8.09628" x2="11.6487" y2="9.32939" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.21" stop-color="#D47C1D" stop-opacity="0.6"/>
|
||||
<stop offset="0.32" stop-color="#D47C1D" stop-opacity="0.39"/>
|
||||
<stop offset="0.44" stop-color="#D47C1D" stop-opacity="0.22"/>
|
||||
<stop offset="0.54" stop-color="#D47C1D" stop-opacity="0.1"/>
|
||||
<stop offset="0.64" stop-color="#D47C1D" stop-opacity="0.03"/>
|
||||
<stop offset="0.71" stop-color="#D47C1D" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint27_linear_127_1784" x1="12.0485" y1="9.02534" x2="11.2546" y2="8.23142" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0.7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint28_linear_127_1784" x1="13.5572" y1="11.019" x2="10.7462" y2="8.20806" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.12" stop-color="#909899"/>
|
||||
<stop offset="1" stop-color="#C1CACC"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint29_linear_127_1784" x1="15.7352" y1="13.1971" x2="11.1804" y2="8.64226" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.16" stop-color="#B1B4B5"/>
|
||||
<stop offset="1" stop-color="#D0D6D9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint30_linear_127_1784" x1="-1726.64" y1="-4955.06" x2="-1715.29" y2="-4966.42" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.5"/>
|
||||
<stop offset="0.78" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint31_linear_127_1784" x1="19.1814" y1="11.6619" x2="16.8178" y2="11.6619" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0.7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint32_linear_127_1784" x1="11.5771" y1="9.04428" x2="12.4411" y2="9.90826" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.22" stop-opacity="0.5"/>
|
||||
<stop offset="0.71" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint33_linear_127_1784" x1="13.5572" y1="10.3705" x2="10.7462" y2="7.55963" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.12" stop-color="#909899"/>
|
||||
<stop offset="1" stop-color="#C1CACC"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint34_linear_127_1784" x1="15.7352" y1="12.5486" x2="11.1804" y2="7.99382" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.16" stop-color="#B1B4B5"/>
|
||||
<stop offset="1" stop-color="#D0D6D9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint35_linear_127_1784" x1="-1726.64" y1="-4955.71" x2="-1715.29" y2="-4967.06" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.5"/>
|
||||
<stop offset="0.78" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint36_linear_127_1784" x1="19.1814" y1="11.0134" x2="16.8178" y2="11.0134" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0.7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint37_linear_127_1784" x1="11.5771" y1="8.39585" x2="12.4411" y2="9.25983" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.22" stop-opacity="0.5"/>
|
||||
<stop offset="0.71" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint38_linear_127_1784" x1="11.0103" y1="7.47412" x2="11.1593" y2="7.93076" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1ECF0"/>
|
||||
<stop offset="0.25" stop-color="#EEFAFF"/>
|
||||
<stop offset="0.48" stop-color="#D8E3E8"/>
|
||||
<stop offset="0.57" stop-color="#D4DFE4"/>
|
||||
<stop offset="0.66" stop-color="#C9D3D7"/>
|
||||
<stop offset="0.76" stop-color="#B5BEC2"/>
|
||||
<stop offset="0.85" stop-color="#9AA2A4"/>
|
||||
<stop offset="0.95" stop-color="#787D7F"/>
|
||||
<stop offset="1" stop-color="#646869"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_127_1784">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip1_127_1784">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 58 KiB |
129
windows/security/images/icons/os-drive.svg
Normal file
@ -0,0 +1,129 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_127_1771)">
|
||||
<g clip-path="url(#clip1_127_1771)">
|
||||
<path d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="#E1E3E6"/>
|
||||
<path opacity="0.5" d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="url(#paint0_linear_127_1771)"/>
|
||||
<path opacity="0.5" d="M1.16016 9.1783L4.76679 5.19317C4.87925 5.07028 5.02383 5.00006 5.18448 5.00006H14.8156C14.9682 5.00006 15.1208 5.07028 15.2333 5.19317L18.8399 9.1783H1.16016Z" fill="url(#paint1_linear_127_1771)"/>
|
||||
<path d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint2_linear_127_1771)"/>
|
||||
<path opacity="0.6" d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint3_linear_127_1771)"/>
|
||||
<path opacity="0.6" d="M1.56477 15H18.4352C18.7499 15 19 14.7309 19 14.3922V9.60785C19 9.26921 18.7499 9.00003 18.4352 9.00003H1.56477C1.25011 9.00003 1 9.26921 1 9.60785V14.3922C1 14.7222 1.25818 15 1.56477 15Z" fill="url(#paint4_linear_127_1771)"/>
|
||||
<path d="M17.4667 14H2.53333C2.23619 14 2 13.752 2 13.44V9.00003H18V13.44C18 13.752 17.7638 14 17.4667 14Z" fill="url(#paint5_linear_127_1771)"/>
|
||||
<path d="M18.4375 9.07717C18.7107 9.07717 18.9277 9.3086 18.9277 9.60003V14.4C18.9277 14.6915 18.7107 14.9229 18.4375 14.9229H1.5625C1.28929 14.9229 1.07232 14.6915 1.07232 14.4V9.60003C1.07232 9.3086 1.28929 9.07717 1.5625 9.07717H18.4375ZM18.4375 9.00003H1.5625C1.24911 9.00003 1 9.26574 1 9.60003V14.4C1 14.7343 1.24911 15 1.5625 15H18.4375C18.7509 15 19 14.7343 19 14.4V9.60003C19 9.26574 18.7509 9.00003 18.4375 9.00003Z" fill="url(#paint6_linear_127_1771)"/>
|
||||
<path opacity="0.15" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.522914" stroke-miterlimit="10"/>
|
||||
<path opacity="0.3" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.261461" stroke-miterlimit="10"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" fill="#00B300"/>
|
||||
<path d="M4.39104 11.9616C4.77592 11.899 5.03549 11.5409 4.97284 11.1561C4.95494 11.0755 4.92808 10.9949 4.89228 10.9233C4.74907 10.8249 4.57005 10.7801 4.38208 10.807C3.9972 10.8696 3.73763 11.2277 3.80028 11.6125C3.81818 11.6931 3.84503 11.7737 3.88084 11.8453C4.02405 11.9437 4.20307 11.9885 4.39104 11.9616Z" fill="url(#paint7_radial_127_1771)"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.0894687" stroke-miterlimit="10"/>
|
||||
</g>
|
||||
<mask id="path-14-inside-1_127_1771" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.9999 16C17.3806 16 18.4999 14.8807 18.4999 13.5C18.4999 12.1193 17.3806 11 15.9999 11C14.6192 11 13.4999 12.1193 13.4999 13.5C13.4999 14.8807 14.6192 16 15.9999 16ZM16.0002 15.5C16.2073 15.5 16.3752 15.3321 16.3752 15.125C16.3752 14.9179 16.2073 14.75 16.0002 14.75C15.7931 14.75 15.6252 14.9179 15.6252 15.125C15.6252 15.3321 15.7931 15.5 16.0002 15.5Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.9999 16C17.3806 16 18.4999 14.8807 18.4999 13.5C18.4999 12.1193 17.3806 11 15.9999 11C14.6192 11 13.4999 12.1193 13.4999 13.5C13.4999 14.8807 14.6192 16 15.9999 16ZM16.0002 15.5C16.2073 15.5 16.3752 15.3321 16.3752 15.125C16.3752 14.9179 16.2073 14.75 16.0002 14.75C15.7931 14.75 15.6252 14.9179 15.6252 15.125C15.6252 15.3321 15.7931 15.5 16.0002 15.5Z" fill="url(#paint8_linear_127_1771)"/>
|
||||
<path d="M18.3746 13.5C18.3746 14.8115 17.3114 15.8747 15.9999 15.8747V16.1253C17.4498 16.1253 18.6252 14.9499 18.6252 13.5H18.3746ZM15.9999 11.1253C17.3114 11.1253 18.3746 12.1885 18.3746 13.5H18.6252C18.6252 12.0501 17.4498 10.8747 15.9999 10.8747V11.1253ZM13.6252 13.5C13.6252 12.1885 14.6884 11.1253 15.9999 11.1253V10.8747C14.55 10.8747 13.3746 12.0501 13.3746 13.5H13.6252ZM15.9999 15.8747C14.6884 15.8747 13.6252 14.8115 13.6252 13.5H13.3746C13.3746 14.9499 14.55 16.1253 15.9999 16.1253V15.8747ZM16.2499 15.125C16.2499 15.2629 16.1381 15.3747 16.0002 15.3747V15.6254C16.2766 15.6254 16.5006 15.4014 16.5006 15.125H16.2499ZM16.0002 14.8754C16.1381 14.8754 16.2499 14.9871 16.2499 15.125H16.5006C16.5006 14.8487 16.2766 14.6247 16.0002 14.6247V14.8754ZM15.7506 15.125C15.7506 14.9871 15.8624 14.8754 16.0002 14.8754V14.6247C15.7239 14.6247 15.4999 14.8487 15.4999 15.125H15.7506ZM16.0002 15.3747C15.8624 15.3747 15.7506 15.2629 15.7506 15.125H15.4999C15.4999 15.4014 15.7239 15.6254 16.0002 15.6254V15.3747Z" fill="#8A9299" mask="url(#path-14-inside-1_127_1771)"/>
|
||||
<path d="M12.0044 6C12.0044 5.44772 12.4521 5 13.0044 5H19.0044C19.5567 5 20.0044 5.44772 20.0044 6V11C20.0044 11.5523 19.5567 12 19.0044 12H13.0044C12.4521 12 12.0044 11.5523 12.0044 11V6Z" fill="#A1AAB3"/>
|
||||
<mask id="mask0_127_1771" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="5" width="9" height="7">
|
||||
<path d="M12.0044 6C12.0044 5.44772 12.4521 5 13.0044 5H19.0044C19.5567 5 20.0044 5.44772 20.0044 6V11C20.0044 11.5523 19.5567 12 19.0044 12H13.0044C12.4521 12 12.0044 11.5523 12.0044 11V6Z" fill="#FFC225"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_127_1771)">
|
||||
<g style="mix-blend-mode:overlay" opacity="0.5">
|
||||
<path d="M14.5097 5.01074H12.501C12.2243 5.01074 11.9999 5.23508 11.9999 5.51182V11.5248C11.9999 11.8015 12.2243 12.0258 12.501 12.0258H14.5097V5.01074Z" fill="url(#paint9_linear_127_1771)" fill-opacity="0.5"/>
|
||||
</g>
|
||||
</g>
|
||||
<mask id="mask1_127_1771" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="5" width="9" height="7">
|
||||
<path d="M12.0044 6C12.0044 5.44772 12.4521 5 13.0044 5H19.0044C19.5567 5 20.0044 5.44772 20.0044 6V11C20.0044 11.5523 19.5567 12 19.0044 12H13.0044C12.4521 12 12.0044 11.5523 12.0044 11V6Z" fill="#FFC225"/>
|
||||
</mask>
|
||||
<g mask="url(#mask1_127_1771)">
|
||||
<g style="mix-blend-mode:overlay" opacity="0.5">
|
||||
<path d="M20.0215 5.51182C20.0215 5.23508 19.7971 5.01074 19.5204 5.01074H12.5053C12.2286 5.01074 12.0042 5.23508 12.0042 5.51182V11.5248C12.0042 11.8015 12.2286 12.0258 12.5053 12.0258H19.5204C19.7971 12.0258 20.0215 11.8015 20.0215 11.5248V5.51182Z" fill="url(#paint10_linear_127_1771)" fill-opacity="0.5"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M14.0086 5.01077L14.0086 3.00646C14.0086 1.89951 14.906 1.00215 16.0129 1.00215V1.00215C17.1199 1.00215 18.0172 1.89951 18.0172 3.00646V3.04842" stroke="#B8C2CC" stroke-width="1.5"/>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<path d="M11.9999 5.99997H19.9999V11H11.9999V5.99997Z" fill="white"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay">
|
||||
<rect x="11.9999" y="11" width="8" height="1" fill="#0078D4"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="11.9999" y="9.99997" width="8" height="1" fill="white"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay">
|
||||
<path d="M11.9999 4.99997H19.9999V5.99997H11.9999V4.99997Z" fill="#0078D4"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="11.9999" y="5.99997" width="8" height="1" fill="white"/>
|
||||
</g>
|
||||
<rect width="3.34783" height="3.34783" transform="matrix(-1 0 0 1 7 0)" fill="#0883D9"/>
|
||||
<rect width="3.34783" height="3.34783" transform="matrix(-1 0 0 1 7 3.65218)" fill="#0883D9"/>
|
||||
<rect width="3.34783" height="3.34783" transform="matrix(-1 0 0 1 3.3479 0)" fill="#0883D9"/>
|
||||
<rect width="3.34783" height="3.34783" transform="matrix(-1 0 0 1 3.3479 3.65218)" fill="#0883D9"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_127_1771" x1="13.9892" y1="4.95508" x2="14.6969" y2="4.35094" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_127_1771" x1="6.00862" y1="4.95507" x2="5.30105" y2="4.35125" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_127_1771" x1="10.0039" y1="14.9968" x2="10.0039" y2="8.9946" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#ABABAB"/>
|
||||
<stop offset="0.1971" stop-color="#A7A7A7"/>
|
||||
<stop offset="0.3984" stop-color="#9B9B9B"/>
|
||||
<stop offset="0.6016" stop-color="#868686"/>
|
||||
<stop offset="0.8047" stop-color="#6A6A6A"/>
|
||||
<stop offset="1" stop-color="#474747"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_127_1771" x1="7.39469" y1="9.18753" x2="6.70448" y2="8.54622" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_127_1771" x1="12.6133" y1="9.18753" x2="13.3035" y2="8.54621" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_127_1771" x1="10" y1="14" x2="10" y2="8.99894" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#666666"/>
|
||||
<stop offset="0.109" stop-color="#5E5E5E"/>
|
||||
<stop offset="0.6917" stop-color="#393939"/>
|
||||
<stop offset="1" stop-color="#2B2B2B"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_127_1771" x1="10" y1="15" x2="10" y2="9.00003" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C9C9C9"/>
|
||||
<stop offset="0.3698" stop-color="#CDCDCD"/>
|
||||
<stop offset="0.7464" stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#E6E6E6"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint7_radial_127_1771" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.33063 11.589) rotate(-117.661) scale(0.94236 0.847944)">
|
||||
<stop stop-color="#BDFFBD"/>
|
||||
<stop offset="1" stop-color="#00FF00"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint8_linear_127_1771" x1="15.4675" y1="11" x2="16.3628" y2="16.0117" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CAD2D9"/>
|
||||
<stop offset="1" stop-color="#A1AAB3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_127_1771" x1="14.5097" y1="8.51829" x2="11.9999" y2="8.51829" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear_127_1771" x1="20.0215" y1="8.51829" x2="12.0042" y2="8.51829" gradientUnits="userSpaceOnUse">
|
||||
<stop/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_127_1771">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip1_127_1771">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 12 KiB |
3
windows/security/images/icons/phone.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="12" height="18" viewBox="0 0 12 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M2.58105 18C2.28809 18 2.00684 17.9414 1.7373 17.8242C1.47363 17.7012 1.23926 17.54 1.03418 17.3408C0.834961 17.1357 0.673828 16.9014 0.550781 16.6377C0.433594 16.3682 0.375 16.0869 0.375 15.7939V2.20605C0.375 1.91309 0.433594 1.63477 0.550781 1.37109C0.673828 1.10156 0.834961 0.867188 1.03418 0.667969C1.23926 0.462891 1.47363 0.301758 1.7373 0.18457C2.00684 0.0615234 2.28809 0 2.58105 0H9.41895C9.71191 0 9.99023 0.0615234 10.2539 0.18457C10.5234 0.301758 10.7578 0.462891 10.957 0.667969C11.1621 0.867188 11.3232 1.10156 11.4404 1.37109C11.5635 1.63477 11.625 1.91309 11.625 2.20605V15.7939C11.625 16.0869 11.5635 16.3682 11.4404 16.6377C11.3232 16.9014 11.1621 17.1357 10.957 17.3408C10.7578 17.54 10.5234 17.7012 10.2539 17.8242C9.99023 17.9414 9.71191 18 9.41895 18H2.58105ZM9.375 16.875C9.5332 16.875 9.67969 16.8457 9.81445 16.7871C9.94922 16.7285 10.0664 16.6494 10.166 16.5498C10.2715 16.4443 10.3535 16.3242 10.4121 16.1895C10.4707 16.0547 10.5 15.9082 10.5 15.75V2.25C10.5 2.09766 10.4707 1.9541 10.4121 1.81934C10.3535 1.67871 10.2715 1.55859 10.166 1.45898C10.0664 1.35352 9.94629 1.27148 9.80566 1.21289C9.6709 1.1543 9.52734 1.125 9.375 1.125H2.625C2.4668 1.125 2.32031 1.1543 2.18555 1.21289C2.05078 1.27148 1.93066 1.35352 1.8252 1.45898C1.72559 1.55859 1.64648 1.67578 1.58789 1.81055C1.5293 1.94531 1.5 2.0918 1.5 2.25V15.75C1.5 15.9082 1.5293 16.0576 1.58789 16.1982C1.64648 16.333 1.72559 16.4502 1.8252 16.5498C1.9248 16.6494 2.04199 16.7285 2.17676 16.7871C2.31738 16.8457 2.4668 16.875 2.625 16.875H9.375ZM4.875 14.625C4.72266 14.625 4.59082 14.5693 4.47949 14.458C4.36816 14.3467 4.3125 14.2148 4.3125 14.0625C4.3125 13.9102 4.36816 13.7783 4.47949 13.667C4.59082 13.5557 4.72266 13.5 4.875 13.5H7.125C7.27734 13.5 7.40918 13.5557 7.52051 13.667C7.63184 13.7783 7.6875 13.9102 7.6875 14.0625C7.6875 14.2148 7.63184 14.3467 7.52051 14.458C7.40918 14.5693 7.27734 14.625 7.125 14.625H4.875Z" fill="#0883D9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
3
windows/security/images/icons/pin-code.svg
Normal file
After Width: | Height: | Size: 7.3 KiB |
3
windows/security/images/icons/pin.svg
Normal file
@ -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="M17.7012 7.49707C17.7012 7.83691 17.6074 8.14746 17.4199 8.42871C17.2324 8.70996 16.9805 8.91504 16.6641 9.04395L11.9619 11.0039C11.8857 11.0332 11.8184 11.0801 11.7598 11.1445C11.7012 11.2031 11.6602 11.2734 11.6367 11.3555L10.0986 16.4707C10.0635 16.5879 9.99609 16.6846 9.89648 16.7607C9.80273 16.8369 9.69141 16.875 9.5625 16.875C9.41016 16.875 9.27832 16.8193 9.16699 16.708L5.625 13.166L0.791016 18H0V17.2002L4.83398 12.375L1.29199 8.83301C1.18066 8.72168 1.125 8.58691 1.125 8.42871C1.125 8.31738 1.15723 8.21484 1.22168 8.12109C1.28613 8.02734 1.37109 7.95996 1.47656 7.91895L6.68848 5.83594C6.82324 5.7832 6.92285 5.68652 6.9873 5.5459L8.93848 1.24805C9.07324 0.943359 9.28125 0.703125 9.5625 0.527344C9.84375 0.345703 10.1514 0.254883 10.4854 0.254883C10.708 0.254883 10.9219 0.298828 11.127 0.386719C11.3379 0.474609 11.5195 0.594727 11.6719 0.74707L17.209 6.29297C17.3672 6.45117 17.4873 6.63574 17.5693 6.84668C17.6572 7.05762 17.7012 7.27441 17.7012 7.49707ZM10.4854 1.37988C10.3682 1.37988 10.2627 1.40918 10.1689 1.46777C10.0811 1.52637 10.0137 1.6084 9.9668 1.71387L8.01562 6.01172C7.92773 6.21094 7.80469 6.38672 7.64648 6.53906C7.48828 6.68555 7.30664 6.7998 7.10156 6.88184L2.68945 8.63965L9.29004 15.249L10.5557 11.0391C10.626 10.7988 10.7461 10.585 10.916 10.3975C11.0918 10.21 11.2939 10.0664 11.5225 9.9668L16.2334 7.99805C16.3389 7.95117 16.4209 7.88379 16.4795 7.7959C16.5439 7.70215 16.5762 7.59668 16.5762 7.47949C16.5762 7.32129 16.5234 7.18945 16.418 7.08398L10.8721 1.54688C10.7607 1.43555 10.6318 1.37988 10.4854 1.37988Z" fill="#0883D9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
3
windows/security/images/icons/power.svg
Normal file
@ -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="M8.4375 7.3125V0.5625C8.4375 0.410156 8.49316 0.27832 8.60449 0.166992C8.71582 0.0556641 8.84766 0 9 0C9.15234 0 9.28418 0.0556641 9.39551 0.166992C9.50684 0.27832 9.5625 0.410156 9.5625 0.5625V7.3125C9.5625 7.46484 9.50684 7.59668 9.39551 7.70801C9.28418 7.81934 9.15234 7.875 9 7.875C8.84766 7.875 8.71582 7.81934 8.60449 7.70801C8.49316 7.59668 8.4375 7.46484 8.4375 7.3125ZM0.5625 9.5625C0.5625 8.83008 0.65918 8.10938 0.852539 7.40039C1.0459 6.68555 1.32129 6.01172 1.67871 5.37891C2.04199 4.74023 2.47852 4.15723 2.98828 3.62988C3.50391 3.09668 4.08105 2.64844 4.71973 2.28516C4.80762 2.23242 4.9043 2.20605 5.00977 2.20605C5.16211 2.20605 5.29395 2.26172 5.40527 2.37305C5.5166 2.48438 5.57227 2.61621 5.57227 2.76855C5.57227 2.88574 5.5459 2.97949 5.49316 3.0498C5.44629 3.12012 5.37891 3.1875 5.29102 3.25195C5.08594 3.39258 4.88379 3.53027 4.68457 3.66504C4.49121 3.79395 4.30078 3.94336 4.11328 4.11328C3.73828 4.45313 3.40137 4.83105 3.10254 5.24707C2.80371 5.66309 2.54883 6.10254 2.33789 6.56543C2.12695 7.02832 1.96582 7.50879 1.85449 8.00684C1.74316 8.50488 1.6875 9.00879 1.6875 9.51855C1.6875 10.1982 1.77246 10.8516 1.94238 11.4785C2.11816 12.0996 2.36133 12.6826 2.67188 13.2275C2.98828 13.7725 3.36914 14.2705 3.81445 14.7217C4.25977 15.167 4.75195 15.5508 5.29102 15.873C5.83594 16.1895 6.41895 16.4355 7.04004 16.6113C7.66699 16.7871 8.32031 16.875 9 16.875C9.67969 16.875 10.3301 16.7871 10.9512 16.6113C11.5781 16.4355 12.1611 16.1895 12.7002 15.873C13.2451 15.5508 13.7402 15.167 14.1855 14.7217C14.6309 14.2705 15.0088 13.7725 15.3193 13.2275C15.6357 12.6826 15.8789 12.0967 16.0488 11.4697C16.2246 10.8428 16.3125 10.1924 16.3125 9.51855C16.3125 9.00879 16.2568 8.50488 16.1455 8.00684C16.0342 7.50879 15.873 7.02832 15.6621 6.56543C15.4512 6.10254 15.1963 5.66309 14.8975 5.24707C14.5986 4.83105 14.2617 4.45313 13.8867 4.11328C13.6992 3.94336 13.5059 3.79395 13.3066 3.66504C13.1133 3.53027 12.9141 3.39258 12.709 3.25195C12.6211 3.1875 12.5508 3.12012 12.498 3.0498C12.4512 2.97949 12.4277 2.88574 12.4277 2.76855C12.4277 2.61621 12.4834 2.48438 12.5947 2.37305C12.7061 2.26172 12.8379 2.20605 12.9902 2.20605C13.0957 2.20605 13.1924 2.23242 13.2803 2.28516C13.9189 2.64844 14.4932 3.09668 15.0029 3.62988C15.5186 4.15723 15.9551 4.74023 16.3125 5.37891C16.6758 6.01172 16.9541 6.68555 17.1475 7.40039C17.3408 8.10938 17.4375 8.83008 17.4375 9.5625C17.4375 10.3359 17.335 11.083 17.1299 11.8037C16.9307 12.5186 16.6465 13.1895 16.2773 13.8164C15.9141 14.4434 15.4746 15.0146 14.959 15.5303C14.4492 16.04 13.8809 16.4795 13.2539 16.8486C12.627 17.2119 11.9531 17.4961 11.2324 17.7012C10.5176 17.9004 9.77344 18 9 18C8.2207 18 7.4707 17.9004 6.75 17.7012C6.03516 17.4961 5.36426 17.2119 4.7373 16.8486C4.11621 16.4795 3.54785 16.04 3.03223 15.5303C2.52246 15.0146 2.08301 14.4463 1.71387 13.8252C1.35059 13.1982 1.06641 12.5244 0.861328 11.8037C0.662109 11.083 0.5625 10.3359 0.5625 9.5625Z" fill="#0883D9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 9.8 KiB |
3
windows/security/images/icons/qr-code.svg
Normal file
After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
155
windows/security/images/icons/rocket.svg
Normal file
@ -0,0 +1,155 @@
|
||||
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_116_367)">
|
||||
<path d="M9.25873 11.9743C10.3092 11.5886 11.3305 12.6074 10.9438 13.6554L8.65238 19.8655C8.43175 20.4634 7.66413 20.6317 7.21252 20.1812L2.71722 15.6967C2.2656 15.2461 2.43432 14.4804 3.03367 14.2603L9.25873 11.9743Z" fill="url(#paint0_linear_116_367)"/>
|
||||
<path d="M9.25873 11.9743C10.3092 11.5886 11.3305 12.6074 10.9438 13.6554L8.65238 19.8655C8.43175 20.4634 7.66413 20.6317 7.21252 20.1812L2.71722 15.6967C2.2656 15.2461 2.43432 14.4804 3.03367 14.2603L9.25873 11.9743Z" fill="url(#paint1_radial_116_367)"/>
|
||||
<path d="M9.25873 11.9743C10.3092 11.5886 11.3305 12.6074 10.9438 13.6554L8.65238 19.8655C8.43175 20.4634 7.66413 20.6317 7.21252 20.1812L2.71722 15.6967C2.2656 15.2461 2.43432 14.4804 3.03367 14.2603L9.25873 11.9743Z" fill="url(#paint2_linear_116_367)"/>
|
||||
<path d="M14.5087 17.2117C15.5592 16.826 16.5805 17.8448 16.1938 18.8928L13.9024 25.1029C13.6818 25.7008 12.9141 25.8691 12.4625 25.4186L7.96722 20.934C7.5156 20.4835 7.68432 19.7177 8.28367 19.4977L14.5087 17.2117Z" fill="url(#paint3_linear_116_367)"/>
|
||||
<path d="M14.5087 17.2117C15.5592 16.826 16.5805 17.8448 16.1938 18.8928L13.9024 25.1029C13.6818 25.7008 12.9141 25.8691 12.4625 25.4186L7.96722 20.934C7.5156 20.4835 7.68432 19.7177 8.28367 19.4977L14.5087 17.2117Z" fill="url(#paint4_radial_116_367)"/>
|
||||
<path d="M14.5087 17.2117C15.5592 16.826 16.5805 17.8448 16.1938 18.8928L13.9024 25.1029C13.6818 25.7008 12.9141 25.8691 12.4625 25.4186L7.96722 20.934C7.5156 20.4835 7.68432 19.7177 8.28367 19.4977L14.5087 17.2117Z" fill="url(#paint5_radial_116_367)"/>
|
||||
<path d="M19.6174 3.09226C19.6572 3.0761 19.702 3.07799 19.7405 3.09727L23.2202 4.8401L24.9229 8.30628C24.9418 8.34466 24.9435 8.38909 24.9273 8.42868C23.6935 11.4536 21.9911 14.674 19.7099 16.9497C17.4928 19.1614 13.7428 21.0465 10.3569 22.4327L5.55164 17.639C6.94115 14.2612 8.83078 10.5202 11.0478 8.30847C13.336 6.02578 16.5771 4.32398 19.6174 3.09226Z" fill="url(#paint6_linear_116_367)"/>
|
||||
<path d="M19.6174 3.09226C19.6572 3.0761 19.702 3.07799 19.7405 3.09727L23.2202 4.8401L24.9229 8.30628C24.9418 8.34466 24.9435 8.38909 24.9273 8.42868C23.6935 11.4536 21.9911 14.674 19.7099 16.9497C17.4928 19.1614 13.7428 21.0465 10.3569 22.4327L5.55164 17.639C6.94115 14.2612 8.83078 10.5202 11.0478 8.30847C13.336 6.02578 16.5771 4.32398 19.6174 3.09226Z" fill="url(#paint7_radial_116_367)"/>
|
||||
<path d="M19.6174 3.09226C19.6572 3.0761 19.702 3.07799 19.7405 3.09727L23.2202 4.8401L24.9229 8.30628C24.9418 8.34466 24.9435 8.38909 24.9273 8.42868C23.6935 11.4536 21.9911 14.674 19.7099 16.9497C17.4928 19.1614 13.7428 21.0465 10.3569 22.4327L5.55164 17.639C6.94115 14.2612 8.83078 10.5202 11.0478 8.30847C13.336 6.02578 16.5771 4.32398 19.6174 3.09226Z" fill="url(#paint8_radial_116_367)"/>
|
||||
<path d="M19.6174 3.09226C19.6572 3.0761 19.702 3.07799 19.7405 3.09727L23.2202 4.8401L24.9229 8.30628C24.9418 8.34466 24.9435 8.38909 24.9273 8.42868C23.6935 11.4536 21.9911 14.674 19.7099 16.9497C17.4928 19.1614 13.7428 21.0465 10.3569 22.4327L5.55164 17.639C6.94115 14.2612 8.83078 10.5202 11.0478 8.30847C13.336 6.02578 16.5771 4.32398 19.6174 3.09226Z" fill="url(#paint9_radial_116_367)"/>
|
||||
<path d="M19.6174 3.09226C19.6572 3.0761 19.702 3.07799 19.7405 3.09727L23.2202 4.8401L24.9229 8.30628C24.9418 8.34466 24.9435 8.38909 24.9273 8.42868C23.6935 11.4536 21.9911 14.674 19.7099 16.9497C17.4928 19.1614 13.7428 21.0465 10.3569 22.4327L5.55164 17.639C6.94115 14.2612 8.83078 10.5202 11.0478 8.30847C13.336 6.02578 16.5771 4.32398 19.6174 3.09226Z" fill="url(#paint10_radial_116_367)"/>
|
||||
<path d="M21.4375 9.65633C21.4375 11.2758 20.1215 12.5887 18.498 12.5887C16.8746 12.5887 15.5586 11.2758 15.5586 9.65633C15.5586 8.03681 16.8746 6.72394 18.498 6.72394C20.1215 6.72394 21.4375 8.03681 21.4375 9.65633Z" fill="url(#paint11_linear_116_367)"/>
|
||||
<path d="M21.4375 9.65633C21.4375 11.2758 20.1215 12.5887 18.498 12.5887C16.8746 12.5887 15.5586 11.2758 15.5586 9.65633C15.5586 8.03681 16.8746 6.72394 18.498 6.72394C20.1215 6.72394 21.4375 8.03681 21.4375 9.65633Z" fill="url(#paint12_linear_116_367)"/>
|
||||
<path d="M21.4375 9.65633C21.4375 11.2758 20.1215 12.5887 18.498 12.5887C16.8746 12.5887 15.5586 11.2758 15.5586 9.65633C15.5586 8.03681 16.8746 6.72394 18.498 6.72394C20.1215 6.72394 21.4375 8.03681 21.4375 9.65633Z" fill="url(#paint13_radial_116_367)"/>
|
||||
<path d="M21.4375 9.65633C21.4375 11.2758 20.1215 12.5887 18.498 12.5887C16.8746 12.5887 15.5586 11.2758 15.5586 9.65633C15.5586 8.03681 16.8746 6.72394 18.498 6.72394C20.1215 6.72394 21.4375 8.03681 21.4375 9.65633Z" fill="url(#paint14_radial_116_367)"/>
|
||||
<path d="M20.5331 9.65637C20.5331 10.7776 19.622 11.6865 18.4981 11.6865C17.3742 11.6865 16.4631 10.7776 16.4631 9.65637C16.4631 8.53517 17.3742 7.62625 18.4981 7.62625C19.622 7.62625 20.5331 8.53517 20.5331 9.65637Z" fill="url(#paint15_radial_116_367)"/>
|
||||
<path d="M2.12062 25.7789C1.5019 25.1617 1.75012 20.8812 3.9376 20.0083C3.9376 20.0083 6.1251 19.1354 7.53474 20.5326C8.94437 21.9297 8.3126 23.4999 8.3126 23.4999C7.6939 25.3516 5.05984 26.0876 4.75049 25.779C4.57964 25.6086 4.88731 25.2983 4.7505 25.1618C4.6137 25.0253 4.40247 25.1811 3.82242 25.4704C3.40995 25.6762 2.36811 26.0258 2.12062 25.7789Z" fill="url(#paint16_radial_116_367)"/>
|
||||
<path d="M2.12062 25.7789C1.5019 25.1617 1.75012 20.8812 3.9376 20.0083C3.9376 20.0083 6.1251 19.1354 7.53474 20.5326C8.94437 21.9297 8.3126 23.4999 8.3126 23.4999C7.6939 25.3516 5.05984 26.0876 4.75049 25.779C4.57964 25.6086 4.88731 25.2983 4.7505 25.1618C4.6137 25.0253 4.40247 25.1811 3.82242 25.4704C3.40995 25.6762 2.36811 26.0258 2.12062 25.7789Z" fill="url(#paint17_radial_116_367)"/>
|
||||
<path d="M5.30309 18.3155C5.81566 17.8042 6.64669 17.8042 7.15925 18.3155L10.2528 21.4017C10.7654 21.913 10.7654 22.742 10.2528 23.2534C9.74028 23.7647 8.90925 23.7647 8.39669 23.2534L5.30309 20.1672C4.79053 19.6559 4.79053 18.8268 5.30309 18.3155Z" fill="url(#paint18_linear_116_367)"/>
|
||||
<path d="M5.30309 18.3155C5.81566 17.8042 6.64669 17.8042 7.15925 18.3155L10.2528 21.4017C10.7654 21.913 10.7654 22.742 10.2528 23.2534C9.74028 23.7647 8.90925 23.7647 8.39669 23.2534L5.30309 20.1672C4.79053 19.6559 4.79053 18.8268 5.30309 18.3155Z" fill="url(#paint19_radial_116_367)"/>
|
||||
<path d="M5.30309 18.3155C5.81566 17.8042 6.64669 17.8042 7.15925 18.3155L10.2528 21.4017C10.7654 21.913 10.7654 22.742 10.2528 23.2534C9.74028 23.7647 8.90925 23.7647 8.39669 23.2534L5.30309 20.1672C4.79053 19.6559 4.79053 18.8268 5.30309 18.3155Z" fill="url(#paint20_radial_116_367)"/>
|
||||
<path d="M25.5258 2.50653C24.6971 1.67982 23.2439 1.77341 22.1847 2.13621C21.4298 2.39481 20.6367 2.68465 19.8274 3.00783C19.7609 3.03437 19.7433 3.11993 19.7938 3.17059L24.8498 8.24908C24.9004 8.29993 24.9867 8.28259 25.0134 8.21607C25.3414 7.40009 25.6352 6.60041 25.8971 5.8396C26.2559 4.79719 26.5444 3.52269 25.5258 2.50653Z" fill="url(#paint21_linear_116_367)"/>
|
||||
<path d="M25.5258 2.50653C24.6971 1.67982 23.2439 1.77341 22.1847 2.13621C21.4298 2.39481 20.6367 2.68465 19.8274 3.00783C19.7609 3.03437 19.7433 3.11993 19.7938 3.17059L24.8498 8.24908C24.9004 8.29993 24.9867 8.28259 25.0134 8.21607C25.3414 7.40009 25.6352 6.60041 25.8971 5.8396C26.2559 4.79719 26.5444 3.52269 25.5258 2.50653Z" fill="url(#paint22_radial_116_367)"/>
|
||||
<path d="M25.5258 2.50653C24.6971 1.67982 23.2439 1.77341 22.1847 2.13621C21.4298 2.39481 20.6367 2.68465 19.8274 3.00783C19.7609 3.03437 19.7433 3.11993 19.7938 3.17059L24.8498 8.24908C24.9004 8.29993 24.9867 8.28259 25.0134 8.21607C25.3414 7.40009 25.6352 6.60041 25.8971 5.8396C26.2559 4.79719 26.5444 3.52269 25.5258 2.50653Z" fill="url(#paint23_linear_116_367)"/>
|
||||
<path d="M11.8837 14.593C12.9342 14.2073 13.9555 15.2261 13.5688 16.2741L11.2774 22.4842C11.0568 23.0821 10.2891 23.2504 9.83752 22.7999L5.34222 18.3154C4.8906 17.8648 5.05932 17.0991 5.65867 16.879L11.8837 14.593Z" fill="url(#paint24_linear_116_367)"/>
|
||||
<path d="M11.8837 14.593C12.9342 14.2073 13.9555 15.2261 13.5688 16.2741L11.2774 22.4842C11.0568 23.0821 10.2891 23.2504 9.83752 22.7999L5.34222 18.3154C4.8906 17.8648 5.05932 17.0991 5.65867 16.879L11.8837 14.593Z" fill="url(#paint25_radial_116_367)"/>
|
||||
<path d="M11.8837 14.593C12.9342 14.2073 13.9555 15.2261 13.5688 16.2741L11.2774 22.4842C11.0568 23.0821 10.2891 23.2504 9.83752 22.7999L5.34222 18.3154C4.8906 17.8648 5.05932 17.0991 5.65867 16.879L11.8837 14.593Z" fill="url(#paint26_radial_116_367)"/>
|
||||
<path d="M11.8837 14.593C12.9342 14.2073 13.9555 15.2261 13.5688 16.2741L11.2774 22.4842C11.0568 23.0821 10.2891 23.2504 9.83752 22.7999L5.34222 18.3154C4.8906 17.8648 5.05932 17.0991 5.65867 16.879L11.8837 14.593Z" fill="url(#paint27_radial_116_367)"/>
|
||||
<path d="M11.8837 14.593C12.9342 14.2073 13.9555 15.2261 13.5688 16.2741L11.2774 22.4842C11.0568 23.0821 10.2891 23.2504 9.83752 22.7999L5.34222 18.3154C4.8906 17.8648 5.05932 17.0991 5.65867 16.879L11.8837 14.593Z" fill="url(#paint28_radial_116_367)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_116_367" x1="7.09695" y1="15.1081" x2="2.72251" y2="14.3857" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#EE2452"/>
|
||||
<stop offset="1" stop-color="#F63E7A"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint1_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(2.09777 14.8944) rotate(-19.9134) scale(6.99951 1.18786)">
|
||||
<stop offset="0.163866" stop-color="#FF8DB0"/>
|
||||
<stop offset="1" stop-color="#FF8DB0" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint2_linear_116_367" x1="4.29158" y1="17.225" x2="5.00327" y2="16.5295" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.491189" stop-color="#DD467C"/>
|
||||
<stop offset="1" stop-color="#DD467C" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_116_367" x1="15.6555" y1="18.9172" x2="10.2248" y2="23.189" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F83267"/>
|
||||
<stop offset="1" stop-color="#FF3190"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint4_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(12.7571 19.381) rotate(86.4735) scale(6.66819 5.76275)">
|
||||
<stop offset="0.756562" stop-color="#E76CBE" stop-opacity="0"/>
|
||||
<stop offset="0.951296" stop-color="#E76CBE"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint5_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(11.7727 22.8998) rotate(-57.2838) scale(4.60385 2.02427)">
|
||||
<stop stop-color="#FF5898"/>
|
||||
<stop offset="1" stop-color="#FF5898" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint6_linear_116_367" x1="11.8002" y1="7.5695" x2="19.4925" y2="15.335" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CCBBC0"/>
|
||||
<stop offset="1" stop-color="#EAD2EC"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint7_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(20.9733 18.8346) rotate(-142.514) scale(14.5793 27.3883)">
|
||||
<stop offset="0.811143" stop-color="#E7E5E5" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="#E7E5E5"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint8_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(8.03379 18.6011) rotate(-56.8663) scale(8.56387 4.02885)">
|
||||
<stop offset="0.281006" stop-color="#B5A3A5"/>
|
||||
<stop offset="1" stop-color="#B5A3A5" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint9_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.55164 17.5374) rotate(-73.5877) scale(7.58797 1.28837)">
|
||||
<stop offset="0.207885" stop-color="#B28F96"/>
|
||||
<stop offset="1" stop-color="#B28F96" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint10_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(23.7221 6.2056) rotate(137.353) scale(11.5154 3.5747)">
|
||||
<stop stop-color="#FAECF1"/>
|
||||
<stop offset="1" stop-color="#FAECF1" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint11_linear_116_367" x1="15.5586" y1="9.15783" x2="21.4373" y2="9.65872" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#A796A0"/>
|
||||
<stop offset="1" stop-color="#A5959F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear_116_367" x1="20.5625" y1="7.41964" x2="16.6363" y2="12.2298" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#B7AFB2"/>
|
||||
<stop offset="1" stop-color="#9D8FA6"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint13_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(18.498 9.65633) rotate(90) scale(2.93239 2.93945)">
|
||||
<stop offset="0.586538" stop-color="#93859B"/>
|
||||
<stop offset="1" stop-color="#93859B" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint14_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(18.498 9.65633) rotate(90) scale(2.93239 2.93945)">
|
||||
<stop offset="0.874455" stop-color="#93859B"/>
|
||||
<stop offset="1" stop-color="#93859B" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint15_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(18.4981 11.6865) rotate(-90) scale(4.22971 3.89923)">
|
||||
<stop stop-color="#72CDFF"/>
|
||||
<stop offset="0.738019" stop-color="#66ACFF"/>
|
||||
<stop offset="1" stop-color="#3B57F4"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint16_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(7.16735 21.1641) rotate(135.069) scale(5.07454 3.98871)">
|
||||
<stop stop-color="#D46213"/>
|
||||
<stop offset="1" stop-color="#FF9542"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint17_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(7.26577 25.2881) rotate(-131.254) scale(6.26917 6.60876)">
|
||||
<stop offset="0.870944" stop-color="#FFC484" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="#FFC484"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint18_linear_116_367" x1="5.07362" y1="19.1627" x2="9.87474" y2="23.8934" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#452860"/>
|
||||
<stop offset="1" stop-color="#51509F"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint19_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.97596 18.7263) rotate(77.8001) scale(1.42333 1.2603)">
|
||||
<stop stop-color="#8E839A"/>
|
||||
<stop offset="1" stop-color="#8E839A" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint20_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6.30604 19.5685) rotate(47.8671) scale(5.42857 2.84624)">
|
||||
<stop offset="0.860492" stop-color="#6175B9" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="#6175B9"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint21_linear_116_367" x1="25.5297" y1="2.51036" x2="22.3208" y2="5.72693" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF3745"/>
|
||||
<stop offset="1" stop-color="#ED224B"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint22_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(25.1463 3.79488) rotate(135.069) scale(7.20726 1.73016)">
|
||||
<stop offset="0.189394" stop-color="#FF5971"/>
|
||||
<stop offset="1" stop-color="#FF5971" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint23_linear_116_367" x1="22.5942" y1="5.9329" x2="22.9147" y2="5.59797" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D2575E"/>
|
||||
<stop offset="1" stop-color="#F93251" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint24_linear_116_367" x1="13.2652" y1="14.8959" x2="7.60352" y2="20.5712" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF2644"/>
|
||||
<stop offset="1" stop-color="#FF2982"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint25_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.45632 16.9532) rotate(-20.8193) scale(6.52361 1.70475)">
|
||||
<stop stop-color="#FF95AF"/>
|
||||
<stop offset="1" stop-color="#FF95AF" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint26_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.72277 17.7268) rotate(44.6355) scale(4.02914 1.19014)">
|
||||
<stop offset="0.381871" stop-color="#E14678"/>
|
||||
<stop offset="1" stop-color="#E14678" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint27_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(10.1321 16.7077) rotate(84.6615) scale(6.46567 6.90642)">
|
||||
<stop offset="0.831791" stop-color="#E67BC7" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="#E67BC7"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint28_radial_116_367" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(9.18739 19.2038) rotate(44.9311) scale(2.4719 8.41989)">
|
||||
<stop stop-color="#FF739D"/>
|
||||
<stop offset="0.796875" stop-color="#FF739D" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<clipPath id="clip0_116_367">
|
||||
<rect width="28" height="27.9327" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 16 KiB |
3
windows/security/images/icons/sc.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14.6953 0.25C15.1348 0.25 15.5537 0.34082 15.9521 0.522461C16.3564 0.698242 16.708 0.938477 17.0068 1.24316C17.3115 1.54199 17.5518 1.89355 17.7275 2.29785C17.9092 2.69629 18 3.11523 18 3.55469V10.4453C18 10.8848 17.9092 11.3066 17.7275 11.7109C17.5518 12.1094 17.3115 12.4609 17.0068 12.7656C16.708 13.0645 16.3564 13.3047 15.9521 13.4863C15.5537 13.6621 15.1348 13.75 14.6953 13.75H3.30469C2.86523 13.75 2.44336 13.6621 2.03906 13.4863C1.64062 13.3047 1.28906 13.0645 0.984375 12.7656C0.685547 12.4609 0.445312 12.1094 0.263672 11.7109C0.0878906 11.3066 0 10.8848 0 10.4453V3.55469C0 3.11523 0.0878906 2.69629 0.263672 2.29785C0.445312 1.89355 0.685547 1.54199 0.984375 1.24316C1.28906 0.938477 1.64062 0.698242 2.03906 0.522461C2.44336 0.34082 2.86523 0.25 3.30469 0.25H14.6953ZM16.875 3.58105C16.875 3.28809 16.8135 3.00977 16.6904 2.74609C16.5732 2.47656 16.4121 2.24219 16.207 2.04297C16.0078 1.83789 15.7734 1.67676 15.5039 1.55957C15.2402 1.43652 14.9619 1.375 14.6689 1.375H3.33105C3.03809 1.375 2.75684 1.43652 2.4873 1.55957C2.22363 1.67676 1.98926 1.83789 1.78418 2.04297C1.58496 2.24219 1.42383 2.47656 1.30078 2.74609C1.18359 3.00977 1.125 3.28809 1.125 3.58105V10.4189C1.125 10.7119 1.18359 10.9932 1.30078 11.2627C1.42383 11.5264 1.58496 11.7607 1.78418 11.9658C1.98926 12.165 2.22363 12.3262 2.4873 12.4492C2.75684 12.5664 3.03809 12.625 3.33105 12.625H14.6689C14.9619 12.625 15.2402 12.5664 15.5039 12.4492C15.7734 12.3262 16.0078 12.165 16.207 11.9658C16.4121 11.7607 16.5732 11.5264 16.6904 11.2627C16.8135 10.9932 16.875 10.7119 16.875 10.4189V3.58105ZM12.9375 3.625C13.166 3.625 13.3828 3.66895 13.5879 3.75684C13.793 3.84473 13.9717 3.96777 14.124 4.12598C14.2822 4.27832 14.4053 4.45703 14.4932 4.66211C14.5811 4.86719 14.625 5.08398 14.625 5.3125V8.6875C14.625 8.91602 14.5811 9.13281 14.4932 9.33789C14.4053 9.54297 14.2822 9.72461 14.124 9.88281C13.9717 10.0352 13.793 10.1553 13.5879 10.2432C13.3828 10.3311 13.166 10.375 12.9375 10.375H9.5625C9.33398 10.375 9.11719 10.3311 8.91211 10.2432C8.70703 10.1553 8.52539 10.0352 8.36719 9.88281C8.21484 9.72461 8.09473 9.54297 8.00684 9.33789C7.91895 9.13281 7.875 8.91602 7.875 8.6875V5.3125C7.875 5.08398 7.91895 4.86719 8.00684 4.66211C8.09473 4.45703 8.21484 4.27832 8.36719 4.12598C8.52539 3.96777 8.70703 3.84473 8.91211 3.75684C9.11719 3.66895 9.33398 3.625 9.5625 3.625H12.9375ZM9.5625 4.75C9.41016 4.75 9.27832 4.80566 9.16699 4.91699C9.05566 5.02832 9 5.16016 9 5.3125V5.875H13.5V5.3125C13.5 5.16016 13.4443 5.02832 13.333 4.91699C13.2217 4.80566 13.0898 4.75 12.9375 4.75H9.5625ZM9 8.6875C9 8.83984 9.05566 8.97168 9.16699 9.08301C9.27832 9.19434 9.41016 9.25 9.5625 9.25H10.125V7H9V8.6875ZM12.9375 9.25C13.0898 9.25 13.2217 9.19434 13.333 9.08301C13.4443 8.97168 13.5 8.83984 13.5 8.6875V7H11.25V9.25H12.9375Z" fill="#0883D9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
24
windows/security/images/icons/settings-app.svg
Normal file
@ -0,0 +1,24 @@
|
||||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_114_48)">
|
||||
<path d="M12.0339 0.609499C11.8466 0.534589 11.6593 0.609499 11.5469 0.796775C11.0226 1.6957 10.0487 2.29498 8.92509 2.29498C7.80143 2.29498 6.8276 1.6957 6.30323 0.759321C6.19086 0.6095 6.00359 0.53459 5.81631 0.572045C4.84248 0.909141 3.94355 1.43351 3.15699 2.10771C3.00717 2.22007 2.96971 2.4448 3.08208 2.63208C3.60645 3.531 3.68136 4.69211 3.11954 5.62849C2.55771 6.60233 1.54642 7.1267 0.497675 7.1267C0.310399 7.1267 0.123124 7.27652 0.123124 7.4638C-0.0641522 8.47509 -0.0266947 9.52383 0.160581 10.5351C0.198036 10.7224 0.347859 10.8722 0.57259 10.8722C1.62133 10.8722 2.63262 11.3966 3.19445 12.3704C3.75628 13.3443 3.71882 14.4679 3.19445 15.3668C3.08209 15.5167 3.11953 15.7414 3.26936 15.8912C3.64391 16.2283 4.09338 16.5279 4.54284 16.7901C4.9923 17.0523 5.47921 17.2771 5.96613 17.4643C6.15341 17.5392 6.34068 17.4643 6.45304 17.2771C6.97742 16.3781 7.95125 15.7788 9.07491 15.7788C10.1986 15.7788 11.1724 16.3781 11.6968 17.3145C11.8091 17.4643 11.9964 17.5392 12.1837 17.5018C13.1575 17.1647 14.0565 16.6403 14.843 15.9661C14.9928 15.8538 15.0303 15.629 14.9179 15.4792C14.3936 14.5803 14.3186 13.4192 14.8805 12.4828C15.4423 11.509 16.4536 10.9846 17.5023 10.9846C17.6896 10.9846 17.8769 10.8348 17.8769 10.6475C18.0641 9.6362 18.0267 8.58745 17.8394 7.57616C17.802 7.38888 17.6521 7.23907 17.4274 7.23907C16.3787 7.23907 15.3674 6.71469 14.8055 5.74086C14.2437 4.76702 14.2812 3.64337 14.8055 2.74445C14.9179 2.59462 14.8805 2.36989 14.7307 2.22007C14.3561 1.88298 13.9066 1.58333 13.4572 1.32115C12.9702 0.984052 12.5208 0.796775 12.0339 0.609499Z" fill="url(#paint0_linear_114_48)"/>
|
||||
<path d="M9 13.6875C11.4853 13.6875 13.5 11.6728 13.5 9.1875C13.5 6.70222 11.4853 4.6875 9 4.6875C6.51472 4.6875 4.5 6.70222 4.5 9.1875C4.5 11.6728 6.51472 13.6875 9 13.6875Z" fill="url(#paint1_linear_114_48)"/>
|
||||
<path d="M9 12.1875C10.6569 12.1875 12 10.8444 12 9.1875C12 7.53065 10.6569 6.1875 9 6.1875C7.34315 6.1875 6 7.53065 6 9.1875C6 10.8444 7.34315 12.1875 9 12.1875Z" fill="url(#paint2_linear_114_48)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_114_48" x1="13.4572" y1="16.7994" x2="4.46792" y2="1.22961" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#626F7A"/>
|
||||
<stop offset="1" stop-color="#8B9299"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_114_48" x1="11.2504" y1="13.1004" x2="6.74962" y2="5.30482" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="#CCCCCC"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_114_48" x1="10.5002" y1="11.8011" x2="7.49977" y2="6.60409" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#114A8B"/>
|
||||
<stop offset="1" stop-color="#0669BC"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_114_48">
|
||||
<rect width="18" height="18" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 9.0 KiB |
3
windows/security/images/icons/start.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14.6953 0.25C15.1348 0.25 15.5537 0.34082 15.9521 0.522461C16.3564 0.698242 16.708 0.938477 17.0068 1.24316C17.3115 1.54199 17.5518 1.89355 17.7275 2.29785C17.9092 2.69629 18 3.11523 18 3.55469V10.4453C18 10.8848 17.9092 11.3066 17.7275 11.7109C17.5518 12.1094 17.3115 12.4609 17.0068 12.7656C16.708 13.0645 16.3564 13.3047 15.9521 13.4863C15.5537 13.6621 15.1348 13.75 14.6953 13.75H3.30469C2.86523 13.75 2.44336 13.6621 2.03906 13.4863C1.64062 13.3047 1.28906 13.0645 0.984375 12.7656C0.685547 12.4609 0.445312 12.1094 0.263672 11.7109C0.0878906 11.3066 0 10.8848 0 10.4453V3.55469C0 3.11523 0.0878906 2.69629 0.263672 2.29785C0.445312 1.89355 0.685547 1.54199 0.984375 1.24316C1.28906 0.938477 1.64062 0.698242 2.03906 0.522461C2.44336 0.34082 2.86523 0.25 3.30469 0.25H14.6953ZM16.875 3.58105C16.875 3.28809 16.8135 3.00977 16.6904 2.74609C16.5732 2.47656 16.4121 2.24219 16.207 2.04297C16.0078 1.83789 15.7734 1.67676 15.5039 1.55957C15.2402 1.43652 14.9619 1.375 14.6689 1.375H3.33105C3.03809 1.375 2.75684 1.43652 2.4873 1.55957C2.22363 1.67676 1.98926 1.83789 1.78418 2.04297C1.58496 2.24219 1.42383 2.47656 1.30078 2.74609C1.18359 3.00977 1.125 3.28809 1.125 3.58105V10.4189C1.125 10.7178 1.18652 11.002 1.30957 11.2715C1.43262 11.541 1.59668 11.7754 1.80176 11.9746C2.00684 12.1738 2.24414 12.332 2.51367 12.4492C2.78906 12.5664 3.07617 12.625 3.375 12.625V5.3125C3.375 5.08398 3.41895 4.86719 3.50684 4.66211C3.59473 4.45703 3.71484 4.27832 3.86719 4.12598C4.02539 3.96777 4.20703 3.84473 4.41211 3.75684C4.61719 3.66895 4.83398 3.625 5.0625 3.625H12.9375C13.166 3.625 13.3828 3.66895 13.5879 3.75684C13.793 3.84473 13.9717 3.96777 14.124 4.12598C14.2822 4.27832 14.4053 4.45703 14.4932 4.66211C14.5811 4.86719 14.625 5.08398 14.625 5.3125V12.625H14.6689C14.9619 12.625 15.2402 12.5664 15.5039 12.4492C15.7734 12.3262 16.0078 12.165 16.207 11.9658C16.4121 11.7607 16.5732 11.5264 16.6904 11.2627C16.8135 10.9932 16.875 10.7119 16.875 10.4189V3.58105ZM13.5 12.625V5.3125C13.5 5.16016 13.4443 5.02832 13.333 4.91699C13.2217 4.80566 13.0898 4.75 12.9375 4.75H5.0625C4.91016 4.75 4.77832 4.80566 4.66699 4.91699C4.55566 5.02832 4.5 5.16016 4.5 5.3125V12.625H13.5ZM8.15625 6.71875C8.15625 6.95312 8.07422 7.15234 7.91016 7.31641C7.74609 7.48047 7.54688 7.5625 7.3125 7.5625C7.07812 7.5625 6.87891 7.48047 6.71484 7.31641C6.55078 7.15234 6.46875 6.95312 6.46875 6.71875C6.46875 6.48438 6.55078 6.28516 6.71484 6.12109C6.87891 5.95703 7.07812 5.875 7.3125 5.875C7.54688 5.875 7.74609 5.95703 7.91016 6.12109C8.07422 6.28516 8.15625 6.48438 8.15625 6.71875ZM11.5312 6.71875C11.5312 6.95312 11.4492 7.15234 11.2852 7.31641C11.1211 7.48047 10.9219 7.5625 10.6875 7.5625C10.4531 7.5625 10.2539 7.48047 10.0898 7.31641C9.92578 7.15234 9.84375 6.95312 9.84375 6.71875C9.84375 6.48438 9.92578 6.28516 10.0898 6.12109C10.2539 5.95703 10.4531 5.875 10.6875 5.875C10.9219 5.875 11.1211 5.95703 11.2852 6.12109C11.4492 6.28516 11.5312 6.48438 11.5312 6.71875ZM8.15625 10.0938C8.15625 10.3281 8.07422 10.5273 7.91016 10.6914C7.74609 10.8555 7.54688 10.9375 7.3125 10.9375C7.07812 10.9375 6.87891 10.8555 6.71484 10.6914C6.55078 10.5273 6.46875 10.3281 6.46875 10.0938C6.46875 9.85938 6.55078 9.66016 6.71484 9.49609C6.87891 9.33203 7.07812 9.25 7.3125 9.25C7.54688 9.25 7.74609 9.33203 7.91016 9.49609C8.07422 9.66016 8.15625 9.85938 8.15625 10.0938ZM11.5312 10.0938C11.5312 10.3281 11.4492 10.5273 11.2852 10.6914C11.1211 10.8555 10.9219 10.9375 10.6875 10.9375C10.4531 10.9375 10.2539 10.8555 10.0898 10.6914C9.92578 10.5273 9.84375 10.3281 9.84375 10.0938C9.84375 9.85938 9.92578 9.66016 10.0898 9.49609C10.2539 9.33203 10.4531 9.25 10.6875 9.25C10.9219 9.25 11.1211 9.33203 11.2852 9.49609C11.4492 9.66016 11.5312 9.85938 11.5312 10.0938Z" fill="#0883D9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
@ -1,3 +1,3 @@
|
||||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M17.8 15C17.8 15.1625 17.7406 15.3031 17.6219 15.4219L15.2219 17.8219C15.1031 17.9406 14.9625 18 14.8 18C14.6375 18 14.4969 17.9406 14.3781 17.8219C14.2594 17.7031 14.2 17.5625 14.2 17.4C14.2 17.2375 14.2594 17.0969 14.3781 16.9781L15.7562 15.6H3.93437C3.54062 15.6 3.16562 15.5219 2.80937 15.3656C2.45312 15.2094 2.14375 14.9969 1.88125 14.7281C1.61875 14.4594 1.40625 14.1469 1.24375 13.7906C1.08125 13.4344 1 13.0594 1 12.6656V2.93438C1 2.54063 1.07813 2.16563 1.23437 1.80938C1.39062 1.45313 1.60312 1.14375 1.87187 0.88125C2.14062 0.61875 2.45312 0.40625 2.80937 0.24375C3.16562 0.08125 3.54062 0 3.93437 0H13.6656C14.0594 0 14.4344 0.078125 14.7906 0.234375C15.1469 0.390625 15.4562 0.603125 15.7187 0.871875C15.9812 1.14063 16.1937 1.45313 16.3562 1.80938C16.5187 2.16563 16.6 2.54063 16.6 2.93438V10.2C16.6 10.3625 16.5406 10.5031 16.4219 10.6219C16.3031 10.7406 16.1625 10.8 16 10.8C15.8375 10.8 15.6969 10.7406 15.5781 10.6219C15.4594 10.5031 15.4 10.3625 15.4 10.2V3C15.4 2.75625 15.3531 2.525 15.2594 2.30625C15.1656 2.0875 15.0375 1.89688 14.875 1.73438C14.7125 1.57188 14.5187 1.44063 14.2937 1.34063C14.0687 1.24063 13.8375 1.19375 13.6 1.2H4C3.75625 1.2 3.525 1.24688 3.30625 1.34063C3.0875 1.43438 2.89687 1.5625 2.73437 1.725C2.57187 1.8875 2.44062 2.08125 2.34062 2.30625C2.24062 2.53125 2.19375 2.7625 2.2 3V12.6C2.2 12.8438 2.24687 13.075 2.34062 13.2938C2.43437 13.5125 2.5625 13.7031 2.725 13.8656C2.8875 14.0281 3.08125 14.1594 3.30625 14.2594C3.53125 14.3594 3.7625 14.4063 4 14.4H15.7562L14.3781 13.0219C14.2594 12.9031 14.2 12.7625 14.2 12.6C14.2 12.4375 14.2594 12.2969 14.3781 12.1781C14.4969 12.0594 14.6375 12 14.8 12C14.9625 12 15.1031 12.0594 15.2219 12.1781L17.6219 14.5781C17.7406 14.6969 17.8 14.8375 17.8 15ZM12.4 3.6C12.5625 3.6 12.7031 3.65938 12.8219 3.77813C12.9406 3.89688 13 4.0375 13 4.2C13 4.3625 12.9406 4.50313 12.8219 4.62188C12.7031 4.74063 12.5625 4.8 12.4 4.8H5.2C5.0375 4.8 4.89687 4.74063 4.77812 4.62188C4.65937 4.50313 4.6 4.3625 4.6 4.2C4.6 4.0375 4.65937 3.89688 4.77812 3.77813C4.89687 3.65938 5.0375 3.6 5.2 3.6H12.4ZM12.4 7.2C12.5625 7.2 12.7031 7.25938 12.8219 7.37813C12.9406 7.49688 13 7.6375 13 7.8C13 7.9625 12.9406 8.10313 12.8219 8.22188C12.7031 8.34063 12.5625 8.4 12.4 8.4H5.2C5.0375 8.4 4.89687 8.34063 4.77812 8.22188C4.65937 8.10313 4.6 7.9625 4.6 7.8C4.6 7.6375 4.65937 7.49688 4.77812 7.37813C4.89687 7.25938 5.0375 7.2 5.2 7.2H12.4Z" fill="#0078D4"/>
|
||||
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M2.87598 14.75C2.50684 14.75 2.15527 14.6768 1.82129 14.5303C1.4873 14.3779 1.19434 14.1787 0.942383 13.9326C0.696289 13.6807 0.49707 13.3877 0.344727 13.0537C0.198242 12.7197 0.125 12.3682 0.125 11.999V2.87598C0.125 2.50684 0.198242 2.15527 0.344727 1.82129C0.49707 1.4873 0.696289 1.19727 0.942383 0.951172C1.19434 0.699219 1.4873 0.5 1.82129 0.353516C2.15527 0.201172 2.50684 0.125 2.87598 0.125H11.999C12.3682 0.125 12.7197 0.201172 13.0537 0.353516C13.3877 0.5 13.6777 0.699219 13.9238 0.951172C14.1758 1.19727 14.375 1.4873 14.5215 1.82129C14.6738 2.15527 14.75 2.50684 14.75 2.87598V6.11035C14.3926 5.93457 14.0176 5.79395 13.625 5.68848V2.9375C13.625 2.70898 13.5811 2.49219 13.4932 2.28711C13.4053 2.08203 13.2822 1.90332 13.124 1.75098C12.9717 1.59277 12.793 1.46973 12.5879 1.38184C12.3828 1.29395 12.166 1.25 11.9375 1.25H2.9375C2.70898 1.25 2.49219 1.29395 2.28711 1.38184C2.08203 1.46973 1.90039 1.59277 1.74219 1.75098C1.58984 1.90332 1.46973 2.08203 1.38184 2.28711C1.29395 2.49219 1.25 2.70898 1.25 2.9375V11.9375C1.25 12.166 1.29395 12.3828 1.38184 12.5879C1.46973 12.793 1.58984 12.9746 1.74219 13.1328C1.90039 13.2852 2.08203 13.4053 2.28711 13.4932C2.49219 13.5811 2.70898 13.625 2.9375 13.625H5.68848C5.79395 14.0176 5.93457 14.3926 6.11035 14.75H2.87598ZM4.0625 4.625C3.91016 4.625 3.77832 4.56934 3.66699 4.45801C3.55566 4.34668 3.5 4.21484 3.5 4.0625C3.5 3.91016 3.55566 3.77832 3.66699 3.66699C3.77832 3.55566 3.91016 3.5 4.0625 3.5H10.8125C10.9648 3.5 11.0967 3.55566 11.208 3.66699C11.3193 3.77832 11.375 3.91016 11.375 4.0625C11.375 4.21484 11.3193 4.34668 11.208 4.45801C11.0967 4.56934 10.9648 4.625 10.8125 4.625H4.0625ZM4.0625 8C3.91016 8 3.77832 7.94434 3.66699 7.83301C3.55566 7.72168 3.5 7.58984 3.5 7.4375C3.5 7.28516 3.55566 7.15332 3.66699 7.04199C3.77832 6.93066 3.91016 6.875 4.0625 6.875H7.91211C7.70703 7.03906 7.51074 7.21484 7.32324 7.40234C7.13574 7.58984 6.96289 7.78906 6.80469 8H4.0625ZM6.875 11.9375C6.875 11.2402 7.00684 10.584 7.27051 9.96875C7.54004 9.35352 7.90332 8.81738 8.36035 8.36035C8.81738 7.90332 9.35352 7.54297 9.96875 7.2793C10.584 7.00977 11.2402 6.875 11.9375 6.875C12.4004 6.875 12.8457 6.93652 13.2734 7.05957C13.707 7.17676 14.1113 7.34668 14.4863 7.56934C14.8613 7.78613 15.2041 8.0498 15.5146 8.36035C15.8252 8.6709 16.0889 9.01367 16.3057 9.38867C16.5283 9.76367 16.6982 10.168 16.8154 10.6016C16.9385 11.0293 17 11.4746 17 11.9375C17 12.6348 16.8652 13.291 16.5957 13.9062C16.332 14.5215 15.9717 15.0576 15.5146 15.5146C15.0576 15.9717 14.5215 16.335 13.9062 16.6045C13.291 16.8682 12.6348 17 11.9375 17C11.2344 17 10.5752 16.8682 9.95996 16.6045C9.34473 16.3408 8.80859 15.9805 8.35156 15.5234C7.89453 15.0664 7.53418 14.5303 7.27051 13.915C7.00684 13.2998 6.875 12.6406 6.875 11.9375ZM12.5 12.5H14.1875C14.3398 12.5 14.4717 12.4443 14.583 12.333C14.6943 12.2217 14.75 12.0898 14.75 11.9375C14.75 11.7852 14.6943 11.6533 14.583 11.542C14.4717 11.4307 14.3398 11.375 14.1875 11.375H12.5V9.6875C12.5 9.53516 12.4443 9.40332 12.333 9.29199C12.2217 9.18066 12.0898 9.125 11.9375 9.125C11.7852 9.125 11.6533 9.18066 11.542 9.29199C11.4307 9.40332 11.375 9.53516 11.375 9.6875V11.375H9.6875C9.53516 11.375 9.40332 11.4307 9.29199 11.542C9.18066 11.6533 9.125 11.7852 9.125 11.9375C9.125 12.0898 9.18066 12.2217 9.29199 12.333C9.40332 12.4443 9.53516 12.5 9.6875 12.5H11.375V14.1875C11.375 14.3398 11.4307 14.4717 11.542 14.583C11.6533 14.6943 11.7852 14.75 11.9375 14.75C12.0898 14.75 12.2217 14.6943 12.333 14.583C12.4443 14.4717 12.5 14.3398 12.5 14.1875V12.5Z" fill="#0883D9"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.6 KiB |
120
windows/security/images/icons/unlocked-drive.svg
Normal file
@ -0,0 +1,120 @@
|
||||
<svg width="23" height="20" viewBox="0 0 23 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_127_1764)">
|
||||
<path d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="#E1E3E6"/>
|
||||
<path opacity="0.5" d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="url(#paint0_linear_127_1764)"/>
|
||||
<path opacity="0.5" d="M1.16016 9.1783L4.76679 5.19317C4.87925 5.07028 5.02383 5.00006 5.18448 5.00006H14.8156C14.9682 5.00006 15.1208 5.07028 15.2333 5.19317L18.8399 9.1783H1.16016Z" fill="url(#paint1_linear_127_1764)"/>
|
||||
<path d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint2_linear_127_1764)"/>
|
||||
<path opacity="0.6" d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint3_linear_127_1764)"/>
|
||||
<path opacity="0.6" d="M1.56477 15H18.4352C18.7499 15 19 14.7309 19 14.3922V9.60785C19 9.26921 18.7499 9.00003 18.4352 9.00003H1.56477C1.25011 9.00003 1 9.26921 1 9.60785V14.3922C1 14.7222 1.25818 15 1.56477 15Z" fill="url(#paint4_linear_127_1764)"/>
|
||||
<path d="M17.4667 14H2.53333C2.23619 14 2 13.752 2 13.44V9.00003H18V13.44C18 13.752 17.7638 14 17.4667 14Z" fill="url(#paint5_linear_127_1764)"/>
|
||||
<path d="M18.4375 9.07717C18.7107 9.07717 18.9277 9.3086 18.9277 9.60003V14.4C18.9277 14.6915 18.7107 14.9229 18.4375 14.9229H1.5625C1.28929 14.9229 1.07232 14.6915 1.07232 14.4V9.60003C1.07232 9.3086 1.28929 9.07717 1.5625 9.07717H18.4375ZM18.4375 9.00003H1.5625C1.24911 9.00003 1 9.26574 1 9.60003V14.4C1 14.7343 1.24911 15 1.5625 15H18.4375C18.7509 15 19 14.7343 19 14.4V9.60003C19 9.26574 18.7509 9.00003 18.4375 9.00003Z" fill="url(#paint6_linear_127_1764)"/>
|
||||
<path opacity="0.15" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.522914" stroke-miterlimit="10"/>
|
||||
<path opacity="0.3" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.261461" stroke-miterlimit="10"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" fill="#00B300"/>
|
||||
<path d="M4.39104 11.9616C4.77592 11.899 5.03549 11.5409 4.97284 11.1561C4.95494 11.0755 4.92808 10.9949 4.89228 10.9233C4.74907 10.8249 4.57005 10.7801 4.38208 10.807C3.9972 10.8696 3.73763 11.2277 3.80028 11.6125C3.81818 11.6931 3.84503 11.7737 3.88084 11.8453C4.02405 11.9437 4.20307 11.9885 4.39104 11.9616Z" fill="url(#paint7_radial_127_1764)"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.0894687" stroke-miterlimit="10"/>
|
||||
</g>
|
||||
<mask id="path-14-inside-1_127_1764" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.9999 16C17.3806 16 18.4999 14.8807 18.4999 13.5C18.4999 12.1193 17.3806 11 15.9999 11C14.6192 11 13.4999 12.1193 13.4999 13.5C13.4999 14.8807 14.6192 16 15.9999 16ZM16.0002 15.5C16.2073 15.5 16.3752 15.3321 16.3752 15.125C16.3752 14.9179 16.2073 14.75 16.0002 14.75C15.7931 14.75 15.6252 14.9179 15.6252 15.125C15.6252 15.3321 15.7931 15.5 16.0002 15.5Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.9999 16C17.3806 16 18.4999 14.8807 18.4999 13.5C18.4999 12.1193 17.3806 11 15.9999 11C14.6192 11 13.4999 12.1193 13.4999 13.5C13.4999 14.8807 14.6192 16 15.9999 16ZM16.0002 15.5C16.2073 15.5 16.3752 15.3321 16.3752 15.125C16.3752 14.9179 16.2073 14.75 16.0002 14.75C15.7931 14.75 15.6252 14.9179 15.6252 15.125C15.6252 15.3321 15.7931 15.5 16.0002 15.5Z" fill="url(#paint8_linear_127_1764)"/>
|
||||
<path d="M18.3746 13.5C18.3746 14.8115 17.3114 15.8747 15.9999 15.8747V16.1253C17.4498 16.1253 18.6252 14.9499 18.6252 13.5H18.3746ZM15.9999 11.1253C17.3114 11.1253 18.3746 12.1885 18.3746 13.5H18.6252C18.6252 12.0501 17.4498 10.8747 15.9999 10.8747V11.1253ZM13.6252 13.5C13.6252 12.1885 14.6884 11.1253 15.9999 11.1253V10.8747C14.55 10.8747 13.3746 12.0501 13.3746 13.5H13.6252ZM15.9999 15.8747C14.6884 15.8747 13.6252 14.8115 13.6252 13.5H13.3746C13.3746 14.9499 14.55 16.1253 15.9999 16.1253V15.8747ZM16.2499 15.125C16.2499 15.2629 16.1381 15.3747 16.0002 15.3747V15.6254C16.2766 15.6254 16.5006 15.4014 16.5006 15.125H16.2499ZM16.0002 14.8754C16.1381 14.8754 16.2499 14.9871 16.2499 15.125H16.5006C16.5006 14.8487 16.2766 14.6247 16.0002 14.6247V14.8754ZM15.7506 15.125C15.7506 14.9871 15.8624 14.8754 16.0002 14.8754V14.6247C15.7239 14.6247 15.4999 14.8487 15.4999 15.125H15.7506ZM16.0002 15.3747C15.8624 15.3747 15.7506 15.2629 15.7506 15.125H15.4999C15.4999 15.4014 15.7239 15.6254 16.0002 15.6254V15.3747Z" fill="#8A9299" mask="url(#path-14-inside-1_127_1764)"/>
|
||||
<path d="M12.0044 6C12.0044 5.44772 12.4521 5 13.0044 5H19.0044C19.5567 5 20.0044 5.44772 20.0044 6V11C20.0044 11.5523 19.5567 12 19.0044 12H13.0044C12.4521 12 12.0044 11.5523 12.0044 11V6Z" fill="#A1AAB3"/>
|
||||
<mask id="mask0_127_1764" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="5" width="9" height="7">
|
||||
<path d="M12.0044 6C12.0044 5.44772 12.4521 5 13.0044 5H19.0044C19.5567 5 20.0044 5.44772 20.0044 6V11C20.0044 11.5523 19.5567 12 19.0044 12H13.0044C12.4521 12 12.0044 11.5523 12.0044 11V6Z" fill="#FFC225"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_127_1764)">
|
||||
<g style="mix-blend-mode:overlay" opacity="0.5">
|
||||
<path d="M14.5097 5.01074H12.501C12.2243 5.01074 11.9999 5.23508 11.9999 5.51182V11.5248C11.9999 11.8015 12.2243 12.0258 12.501 12.0258H14.5097V5.01074Z" fill="url(#paint9_linear_127_1764)" fill-opacity="0.5"/>
|
||||
</g>
|
||||
</g>
|
||||
<mask id="mask1_127_1764" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="5" width="9" height="7">
|
||||
<path d="M12.0044 6C12.0044 5.44772 12.4521 5 13.0044 5H19.0044C19.5567 5 20.0044 5.44772 20.0044 6V11C20.0044 11.5523 19.5567 12 19.0044 12H13.0044C12.4521 12 12.0044 11.5523 12.0044 11V6Z" fill="#FFC225"/>
|
||||
</mask>
|
||||
<g mask="url(#mask1_127_1764)">
|
||||
<g style="mix-blend-mode:overlay" opacity="0.5">
|
||||
<path d="M20.0215 5.51182C20.0215 5.23508 19.7972 5.01074 19.5205 5.01074H12.5054C12.2286 5.01074 12.0043 5.23508 12.0043 5.51182V11.5248C12.0043 11.8015 12.2286 12.0258 12.5054 12.0258H19.5205C19.7972 12.0258 20.0215 11.8015 20.0215 11.5248V5.51182Z" fill="url(#paint10_linear_127_1764)" fill-opacity="0.5"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M14.0086 5.01077L14.0086 3.00646C14.0086 1.89951 14.906 1.00215 16.0129 1.00215V1.00215C17.1199 1.00215 18.0172 1.89951 18.0172 3.00646V3.04842" stroke="#B8C2CC" stroke-width="1.5"/>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<path d="M11.9999 5.99997H19.9999V11H11.9999V5.99997Z" fill="white"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay">
|
||||
<rect x="11.9999" y="11" width="8" height="1" fill="#0078D4"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="11.9999" y="9.99997" width="8" height="1" fill="white"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay">
|
||||
<path d="M11.9999 4.99997H19.9999V5.99997H11.9999V4.99997Z" fill="#0078D4"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="11.9999" y="5.99997" width="8" height="1" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_127_1764" x1="13.9892" y1="4.95508" x2="14.6969" y2="4.35094" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_127_1764" x1="6.00862" y1="4.95507" x2="5.30105" y2="4.35125" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_127_1764" x1="10.0039" y1="14.9968" x2="10.0039" y2="8.9946" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#ABABAB"/>
|
||||
<stop offset="0.1971" stop-color="#A7A7A7"/>
|
||||
<stop offset="0.3984" stop-color="#9B9B9B"/>
|
||||
<stop offset="0.6016" stop-color="#868686"/>
|
||||
<stop offset="0.8047" stop-color="#6A6A6A"/>
|
||||
<stop offset="1" stop-color="#474747"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_127_1764" x1="7.39469" y1="9.18753" x2="6.70448" y2="8.54622" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_127_1764" x1="12.6133" y1="9.18753" x2="13.3035" y2="8.54621" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_127_1764" x1="10" y1="14" x2="10" y2="8.99894" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#666666"/>
|
||||
<stop offset="0.109" stop-color="#5E5E5E"/>
|
||||
<stop offset="0.6917" stop-color="#393939"/>
|
||||
<stop offset="1" stop-color="#2B2B2B"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_127_1764" x1="10" y1="15" x2="10" y2="9.00003" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C9C9C9"/>
|
||||
<stop offset="0.3698" stop-color="#CDCDCD"/>
|
||||
<stop offset="0.7464" stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#E6E6E6"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint7_radial_127_1764" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.33063 11.589) rotate(-117.661) scale(0.94236 0.847944)">
|
||||
<stop stop-color="#BDFFBD"/>
|
||||
<stop offset="1" stop-color="#00FF00"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint8_linear_127_1764" x1="15.4675" y1="11" x2="16.3628" y2="16.0117" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CAD2D9"/>
|
||||
<stop offset="1" stop-color="#A1AAB3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_127_1764" x1="14.5097" y1="8.51829" x2="11.9999" y2="8.51829" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear_127_1764" x1="20.0215" y1="8.51829" x2="12.0043" y2="8.51829" gradientUnits="userSpaceOnUse">
|
||||
<stop/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_127_1764">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 11 KiB |
3
windows/security/images/icons/usb.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="12" height="18" viewBox="0 0 12 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M2.58105 18C2.28809 18 2.00684 17.9414 1.7373 17.8242C1.47363 17.7012 1.23926 17.54 1.03418 17.3408C0.834961 17.1357 0.673828 16.9014 0.550781 16.6377C0.433594 16.3682 0.375 16.0869 0.375 15.7939V6.70605C0.375 6.41895 0.433594 6.14355 0.550781 5.87988C0.667969 5.61621 0.826172 5.38184 1.02539 5.17676C1.23047 4.97168 1.46191 4.80762 1.71973 4.68457C1.9834 4.56152 2.26172 4.5 2.55469 4.5H2.625V0.5625C2.625 0.410156 2.68066 0.27832 2.79199 0.166992C2.90332 0.0556641 3.03516 0 3.1875 0H8.8125C8.96484 0 9.09668 0.0556641 9.20801 0.166992C9.31934 0.27832 9.375 0.410156 9.375 0.5625V4.5H9.41895C9.71191 4.5 9.99023 4.56152 10.2539 4.68457C10.5234 4.80176 10.7578 4.96289 10.957 5.16797C11.1621 5.36719 11.3232 5.60156 11.4404 5.87109C11.5635 6.13477 11.625 6.41309 11.625 6.70605V15.7939C11.625 16.0869 11.5635 16.3682 11.4404 16.6377C11.3232 16.9014 11.1621 17.1357 10.957 17.3408C10.7578 17.54 10.5234 17.7012 10.2539 17.8242C9.99023 17.9414 9.71191 18 9.41895 18H2.58105ZM3.75 1.125V4.5H8.25V1.125H3.75ZM9.375 16.875C9.5332 16.875 9.67969 16.8457 9.81445 16.7871C9.94922 16.7285 10.0664 16.6494 10.166 16.5498C10.2715 16.4443 10.3535 16.3242 10.4121 16.1895C10.4707 16.0547 10.5 15.9082 10.5 15.75V6.75C10.5 6.59766 10.4707 6.4541 10.4121 6.31934C10.3535 6.17871 10.2715 6.05859 10.166 5.95898C10.0664 5.85352 9.94629 5.77148 9.80566 5.71289C9.6709 5.6543 9.52734 5.625 9.375 5.625H2.625C2.4668 5.625 2.32031 5.6543 2.18555 5.71289C2.05078 5.77148 1.93066 5.85352 1.8252 5.95898C1.72559 6.05859 1.64648 6.17578 1.58789 6.31055C1.5293 6.44531 1.5 6.5918 1.5 6.75V15.75C1.5 15.9082 1.5293 16.0576 1.58789 16.1982C1.64648 16.333 1.72559 16.4502 1.8252 16.5498C1.9248 16.6494 2.04199 16.7285 2.17676 16.7871C2.31738 16.8457 2.4668 16.875 2.625 16.875H9.375Z" fill="#0883D9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
3
windows/security/images/icons/user.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M3.5 4.41211C3.5 3.80273 3.62012 3.23145 3.86035 2.69824C4.10645 2.15918 4.43457 1.69043 4.84473 1.29199C5.26074 0.893555 5.73828 0.580078 6.27734 0.351562C6.82227 0.117187 7.39648 0 8 0C8.62109 0 9.2041 0.117187 9.74902 0.351562C10.2998 0.585938 10.7773 0.908203 11.1816 1.31836C11.5918 1.72266 11.9141 2.2002 12.1484 2.75098C12.3828 3.2959 12.5 3.87891 12.5 4.5C12.5 5.12109 12.3828 5.70703 12.1484 6.25781C11.9141 6.80273 11.5918 7.28027 11.1816 7.69043C10.7773 8.09473 10.2998 8.41406 9.74902 8.64844C9.2041 8.88281 8.62109 9 8 9C7.36133 9 6.7666 8.87988 6.21582 8.63965C5.6709 8.39941 5.19629 8.07129 4.79199 7.65527C4.3877 7.23926 4.07129 6.75293 3.84277 6.19629C3.61426 5.63965 3.5 5.04492 3.5 4.41211ZM11.375 4.42969C11.375 3.97266 11.2842 3.54492 11.1025 3.14648C10.9209 2.74219 10.6748 2.39062 10.3643 2.0918C10.0596 1.79297 9.70215 1.55859 9.29199 1.38867C8.88184 1.21289 8.45117 1.125 8 1.125C7.53125 1.125 7.0918 1.21289 6.68164 1.38867C6.27148 1.56445 5.91406 1.80469 5.60938 2.10938C5.30469 2.41406 5.06445 2.77148 4.88867 3.18164C4.71289 3.5918 4.625 4.03125 4.625 4.5C4.625 4.96875 4.71289 5.4082 4.88867 5.81836C5.06445 6.22852 5.30469 6.58594 5.60938 6.89062C5.91406 7.19531 6.27148 7.43555 6.68164 7.61133C7.0918 7.78711 7.53125 7.875 8 7.875C8.48047 7.875 8.92578 7.78711 9.33594 7.61133C9.75195 7.42969 10.1094 7.18359 10.4082 6.87305C10.7129 6.55664 10.9502 6.19043 11.1201 5.77441C11.29 5.35254 11.375 4.9043 11.375 4.42969ZM0.125 12.375C0.125 12.0762 0.183594 11.792 0.300781 11.5225C0.417969 11.2471 0.576172 11.0068 0.775391 10.8018C0.974609 10.5967 1.20605 10.4326 1.46973 10.3096C1.73926 10.1865 2.02637 10.125 2.33105 10.125H13.625C13.9238 10.125 14.208 10.1836 14.4775 10.3008C14.7529 10.418 14.9932 10.5762 15.1982 10.7754C15.4033 10.9746 15.5674 11.209 15.6904 11.4785C15.8135 11.7422 15.875 12.0264 15.875 12.3311C15.875 13.0518 15.7637 13.6934 15.541 14.2559C15.3184 14.8184 15.0166 15.3105 14.6357 15.7324C14.2549 16.1484 13.8066 16.5029 13.291 16.7959C12.7812 17.083 12.2334 17.3174 11.6475 17.499C11.0674 17.6748 10.4639 17.8037 9.83691 17.8857C9.21582 17.9619 8.60352 18 8 18C7.41992 18 6.84277 17.9707 6.26855 17.9121C5.69434 17.8477 5.12891 17.7363 4.57227 17.5781C3.93945 17.3965 3.35059 17.1533 2.80566 16.8486C2.2666 16.5439 1.79785 16.1777 1.39941 15.75C1.00098 15.3164 0.6875 14.8213 0.458984 14.2646C0.236328 13.7021 0.125 13.0723 0.125 12.375ZM14.75 12.375C14.75 12.2227 14.7207 12.0791 14.6621 11.9443C14.6035 11.8037 14.5215 11.6836 14.416 11.584C14.3164 11.4785 14.1963 11.3965 14.0557 11.3379C13.9209 11.2793 13.7773 11.25 13.625 11.25H2.375C2.2168 11.25 2.07031 11.2793 1.93555 11.3379C1.80078 11.3965 1.68066 11.4785 1.5752 11.584C1.47559 11.6836 1.39648 11.8008 1.33789 11.9355C1.2793 12.0703 1.25 12.2168 1.25 12.375C1.25 12.9785 1.34961 13.5088 1.54883 13.9658C1.74805 14.417 2.01758 14.8096 2.35742 15.1436C2.69727 15.4775 3.08984 15.7559 3.53516 15.9785C3.98633 16.2012 4.46094 16.3799 4.95898 16.5146C5.46289 16.6436 5.97559 16.7373 6.49707 16.7959C7.01855 16.8486 7.51953 16.875 8 16.875C8.48047 16.875 8.98145 16.8486 9.50293 16.7959C10.0244 16.7373 10.5342 16.6436 11.0322 16.5146C11.5361 16.3799 12.0107 16.2012 12.4561 15.9785C12.9072 15.7559 13.3027 15.4775 13.6426 15.1436C13.9824 14.8096 14.252 14.4141 14.4512 13.957C14.6504 13.5 14.75 12.9727 14.75 12.375Z" fill="#0883D9"/>
|
||||
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
3
windows/security/images/icons/vsc.svg
Normal file
After Width: | Height: | Size: 7.7 KiB |
@ -19,7 +19,7 @@ Select one of the two tabs to learn about licensing requirements to use the secu
|
||||
|
||||
[!INCLUDE [licensing-requirements](../../includes/licensing/_licensing-requirements.md)]
|
||||
|
||||
#### [:::image type="icon" source="images/icons/activation.svg" border="false"::: **Edition requirements**](#tab/edition)
|
||||
#### [:::image type="icon" source="images/icons/subscription.svg" border="false"::: **Edition requirements**](#tab/edition)
|
||||
|
||||
[!INCLUDE [_edition-requirements](../../includes/licensing/_edition-requirements.md)]
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.90909" y="1.88889" width="18.1818" height="14.1667" fill="black"/>
|
||||
<path d="M4.45117 6.87549C4.30957 6.93245 4.17204 6.97477 4.03857 7.00244C3.90674 7.03011 3.76921 7.04395 3.62598 7.04395C3.39648 7.04395 3.19303 7.01058 3.01562 6.94385C2.83984 6.87549 2.69092 6.77458 2.56885 6.64111C2.4484 6.50765 2.35645 6.34245 2.29297 6.14551C2.23112 5.94694 2.2002 5.71663 2.2002 5.45459C2.2002 5.18604 2.23438 4.94759 2.30273 4.73926C2.37109 4.5293 2.46875 4.3527 2.5957 4.20947C2.72266 4.06462 2.87646 3.95475 3.05713 3.87988C3.23942 3.80339 3.44368 3.76514 3.66992 3.76514C3.74316 3.76514 3.81152 3.76676 3.875 3.77002C3.9401 3.77327 4.00358 3.77979 4.06543 3.78955C4.12728 3.79769 4.18994 3.80908 4.25342 3.82373C4.31689 3.83838 4.38281 3.8571 4.45117 3.87988V4.47559C4.31283 4.41048 4.18099 4.3641 4.05566 4.33643C3.93034 4.30876 3.81641 4.29492 3.71387 4.29492C3.5625 4.29492 3.43311 4.32259 3.32568 4.37793C3.21826 4.43164 3.12956 4.50814 3.05957 4.60742C2.99121 4.70508 2.94076 4.82227 2.9082 4.95898C2.87565 5.09408 2.85938 5.243 2.85938 5.40576C2.85938 5.57829 2.87565 5.73291 2.9082 5.86963C2.94238 6.00472 2.99447 6.11947 3.06445 6.21387C3.13444 6.30827 3.22396 6.3807 3.33301 6.43115C3.44206 6.47998 3.57145 6.50439 3.72119 6.50439C3.7749 6.50439 3.83268 6.49951 3.89453 6.48975C3.95801 6.47835 4.02148 6.46452 4.08496 6.44824C4.15007 6.43034 4.21354 6.40999 4.27539 6.38721C4.33887 6.36279 4.39746 6.33838 4.45117 6.31396V6.87549ZM6.12354 4.49512C6.18538 4.49512 6.24316 4.50651 6.29688 4.5293C6.35059 4.55208 6.39697 4.58382 6.43604 4.62451C6.4751 4.66357 6.50602 4.70996 6.52881 4.76367C6.5516 4.81738 6.56299 4.87435 6.56299 4.93457C6.56299 4.99642 6.5516 5.0542 6.52881 5.10791C6.50602 5.16162 6.4751 5.20801 6.43604 5.24707C6.39697 5.28613 6.35059 5.31706 6.29688 5.33984C6.24316 5.36263 6.18538 5.37402 6.12354 5.37402C6.06169 5.37402 6.00391 5.36263 5.9502 5.33984C5.89811 5.31706 5.85173 5.28613 5.81104 5.24707C5.77197 5.20801 5.74105 5.16162 5.71826 5.10791C5.69548 5.0542 5.68408 4.99642 5.68408 4.93457C5.68408 4.87435 5.69548 4.81738 5.71826 4.76367C5.74105 4.70996 5.77197 4.66357 5.81104 4.62451C5.85173 4.58382 5.89811 4.55208 5.9502 4.5293C6.00391 4.50651 6.06169 4.49512 6.12354 4.49512ZM6.12354 6.17725C6.18538 6.17725 6.24316 6.18864 6.29688 6.21143C6.35059 6.23421 6.39697 6.26514 6.43604 6.3042C6.4751 6.34326 6.50602 6.38965 6.52881 6.44336C6.5516 6.49707 6.56299 6.55404 6.56299 6.61426C6.56299 6.67611 6.5516 6.73389 6.52881 6.7876C6.50602 6.84131 6.4751 6.88851 6.43604 6.9292C6.39697 6.96826 6.35059 6.99919 6.29688 7.02197C6.24316 7.04476 6.18538 7.05615 6.12354 7.05615C6.06169 7.05615 6.00391 7.04476 5.9502 7.02197C5.89811 6.99919 5.85173 6.96826 5.81104 6.9292C5.77197 6.88851 5.74105 6.84131 5.71826 6.7876C5.69548 6.73389 5.68408 6.67611 5.68408 6.61426C5.68408 6.55404 5.69548 6.49707 5.71826 6.44336C5.74105 6.38965 5.77197 6.34326 5.81104 6.3042C5.85173 6.26514 5.89811 6.23421 5.9502 6.21143C6.00391 6.18864 6.06169 6.17725 6.12354 6.17725ZM8.36719 3.55029L10.0737 7.5249H9.49268L7.78857 3.55029H8.36719ZM10.2471 8.00098V7.52979H12.9961V8.00098H10.2471ZM12.9961 8.00098V7.52979H15.7451V8.00098H12.9961Z" fill="white"/>
|
||||
<rect x="0.90909" y="0.944443" width="18.1818" height="1.88889" fill="#D9D9D9"/>
|
||||
<rect x="17.2727" y="0.944443" width="0.909091" height="0.944444" fill="#605E5C"/>
|
||||
<rect x="15.4545" y="0.944443" width="0.909091" height="0.944444" fill="#605E5C"/>
|
||||
<rect x="13.6364" y="0.944443" width="0.909091" height="0.944444" fill="#605E5C"/>
|
||||
<rect x="0.5" y="0.5" width="19" height="16" stroke="#CDCDCD"/>
|
||||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0.818176" y="3.7" width="16.3636" height="12.75" fill="black"/>
|
||||
<path d="M3.76093 7.60039C3.64764 7.64596 3.53762 7.67981 3.43085 7.70195C3.32538 7.72409 3.21535 7.73515 3.10077 7.73515C2.91718 7.73515 2.75441 7.70846 2.61249 7.65508C2.47186 7.60039 2.35272 7.51966 2.25507 7.41289C2.15871 7.30612 2.08514 7.17396 2.03436 7.0164C1.98488 6.85755 1.96014 6.6733 1.96014 6.46367C1.96014 6.24883 1.98749 6.05807 2.04218 5.8914C2.09686 5.72343 2.17499 5.58216 2.27655 5.46758C2.37811 5.35169 2.50116 5.2638 2.64569 5.2039C2.79152 5.14271 2.95494 5.11211 3.13593 5.11211C3.19452 5.11211 3.24921 5.11341 3.29999 5.11601C3.35207 5.11862 3.40285 5.12383 3.45233 5.13164C3.50181 5.13815 3.55194 5.14726 3.60272 5.15898C3.6535 5.1707 3.70624 5.18567 3.76093 5.2039V5.68047C3.65025 5.62838 3.54478 5.59127 3.44452 5.56914C3.34426 5.547 3.25311 5.53593 3.17108 5.53593C3.04999 5.53593 2.94647 5.55807 2.86053 5.60234C2.7746 5.64531 2.70363 5.70651 2.64764 5.78593C2.59296 5.86406 2.55259 5.95781 2.52655 6.06718C2.50051 6.17526 2.48749 6.2944 2.48749 6.42461C2.48749 6.56263 2.50051 6.68633 2.52655 6.7957C2.55389 6.90377 2.59556 6.99557 2.65155 7.07109C2.70754 7.14661 2.77915 7.20455 2.86639 7.24492C2.95363 7.28398 3.05715 7.30351 3.17694 7.30351C3.21991 7.30351 3.26613 7.29961 3.31561 7.29179C3.36639 7.28268 3.41718 7.27161 3.46796 7.25859C3.52004 7.24427 3.57082 7.22799 3.6203 7.20976C3.67108 7.19023 3.71796 7.1707 3.76093 7.15117V7.60039ZM5.09882 5.69609C5.1483 5.69609 5.19452 5.70521 5.23749 5.72343C5.28046 5.74166 5.31757 5.76705 5.34882 5.79961C5.38007 5.83086 5.40481 5.86797 5.42303 5.91093C5.44126 5.9539 5.45038 5.99948 5.45038 6.04765C5.45038 6.09713 5.44126 6.14336 5.42303 6.18633C5.40481 6.22929 5.38007 6.2664 5.34882 6.29765C5.31757 6.3289 5.28046 6.35364 5.23749 6.37187C5.19452 6.3901 5.1483 6.39922 5.09882 6.39922C5.04934 6.39922 5.00311 6.3901 4.96014 6.37187C4.91848 6.35364 4.88137 6.3289 4.84882 6.29765C4.81757 6.2664 4.79283 6.22929 4.7746 6.18633C4.75637 6.14336 4.74725 6.09713 4.74725 6.04765C4.74725 5.99948 4.75637 5.9539 4.7746 5.91093C4.79283 5.86797 4.81757 5.83086 4.84882 5.79961C4.88137 5.76705 4.91848 5.74166 4.96014 5.72343C5.00311 5.70521 5.04934 5.69609 5.09882 5.69609ZM5.09882 7.04179C5.1483 7.04179 5.19452 7.05091 5.23749 7.06914C5.28046 7.08737 5.31757 7.11211 5.34882 7.14336C5.38007 7.17461 5.40481 7.21172 5.42303 7.25468C5.44126 7.29765 5.45038 7.34323 5.45038 7.3914C5.45038 7.44088 5.44126 7.48711 5.42303 7.53008C5.40481 7.57304 5.38007 7.6108 5.34882 7.64336C5.31757 7.67461 5.28046 7.69935 5.23749 7.71758C5.19452 7.7358 5.1483 7.74492 5.09882 7.74492C5.04934 7.74492 5.00311 7.7358 4.96014 7.71758C4.91848 7.69935 4.88137 7.67461 4.84882 7.64336C4.81757 7.6108 4.79283 7.57304 4.7746 7.53008C4.75637 7.48711 4.74725 7.44088 4.74725 7.3914C4.74725 7.34323 4.75637 7.29765 4.7746 7.25468C4.79283 7.21172 4.81757 7.17461 4.84882 7.14336C4.88137 7.11211 4.91848 7.08737 4.96014 7.06914C5.00311 7.05091 5.04934 7.04179 5.09882 7.04179ZM6.89374 4.94023L8.25897 8.11992H7.79413L6.43085 4.94023H6.89374ZM8.39764 8.50078V8.12383H10.5969V8.50078H8.39764ZM10.5969 8.50078V8.12383H12.7961V8.50078H10.5969Z" fill="white"/>
|
||||
<rect x="0.818176" y="2.85001" width="16.3636" height="1.7" fill="#D9D9D9"/>
|
||||
<rect x="15.5455" y="2.85001" width="0.818182" height="0.85" fill="#605E5C"/>
|
||||
<rect x="13.9091" y="2.85001" width="0.818182" height="0.85" fill="#605E5C"/>
|
||||
<rect x="12.2727" y="2.85001" width="0.818182" height="0.85" fill="#605E5C"/>
|
||||
<rect x="0.5" y="2.5" width="17" height="14.3" stroke="#CDCDCD"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -1,35 +1,35 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_49_3935)">
|
||||
<g clip-path="url(#clip1_49_3935)">
|
||||
<g clip-path="url(#clip0_127_1763)">
|
||||
<g clip-path="url(#clip1_127_1763)">
|
||||
<path d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="#E1E3E6"/>
|
||||
<path opacity="0.5" d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="url(#paint0_linear_49_3935)"/>
|
||||
<path opacity="0.5" d="M1.16016 9.1783L4.76679 5.19317C4.87925 5.07028 5.02383 5.00006 5.18448 5.00006H14.8156C14.9682 5.00006 15.1208 5.07028 15.2333 5.19317L18.8399 9.1783H1.16016Z" fill="url(#paint1_linear_49_3935)"/>
|
||||
<path d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint2_linear_49_3935)"/>
|
||||
<path opacity="0.6" d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint3_linear_49_3935)"/>
|
||||
<path opacity="0.6" d="M1.56477 15H18.4352C18.7499 15 19 14.7309 19 14.3922V9.60785C19 9.26921 18.7499 9.00003 18.4352 9.00003H1.56477C1.25011 9.00003 1 9.26921 1 9.60785V14.3922C1 14.7222 1.25818 15 1.56477 15Z" fill="url(#paint4_linear_49_3935)"/>
|
||||
<path d="M17.4667 14H2.53333C2.23619 14 2 13.752 2 13.44V9.00003H18V13.44C18 13.752 17.7638 14 17.4667 14Z" fill="url(#paint5_linear_49_3935)"/>
|
||||
<path d="M18.4375 9.07717C18.7107 9.07717 18.9277 9.3086 18.9277 9.60003V14.4C18.9277 14.6915 18.7107 14.9229 18.4375 14.9229H1.5625C1.28929 14.9229 1.07232 14.6915 1.07232 14.4V9.60003C1.07232 9.3086 1.28929 9.07717 1.5625 9.07717H18.4375ZM18.4375 9.00003H1.5625C1.24911 9.00003 1 9.26574 1 9.60003V14.4C1 14.7343 1.24911 15 1.5625 15H18.4375C18.7509 15 19 14.7343 19 14.4V9.60003C19 9.26574 18.7509 9.00003 18.4375 9.00003Z" fill="url(#paint6_linear_49_3935)"/>
|
||||
<path opacity="0.5" d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="url(#paint0_linear_127_1763)"/>
|
||||
<path opacity="0.5" d="M1.16016 9.1783L4.76679 5.19317C4.87925 5.07028 5.02383 5.00006 5.18448 5.00006H14.8156C14.9682 5.00006 15.1208 5.07028 15.2333 5.19317L18.8399 9.1783H1.16016Z" fill="url(#paint1_linear_127_1763)"/>
|
||||
<path d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint2_linear_127_1763)"/>
|
||||
<path opacity="0.6" d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint3_linear_127_1763)"/>
|
||||
<path opacity="0.6" d="M1.56477 15H18.4352C18.7499 15 19 14.7309 19 14.3922V9.60785C19 9.26921 18.7499 9.00003 18.4352 9.00003H1.56477C1.25011 9.00003 1 9.26921 1 9.60785V14.3922C1 14.7222 1.25818 15 1.56477 15Z" fill="url(#paint4_linear_127_1763)"/>
|
||||
<path d="M17.4667 14H2.53333C2.23619 14 2 13.752 2 13.44V9.00003H18V13.44C18 13.752 17.7638 14 17.4667 14Z" fill="url(#paint5_linear_127_1763)"/>
|
||||
<path d="M18.4375 9.07717C18.7107 9.07717 18.9277 9.3086 18.9277 9.60003V14.4C18.9277 14.6915 18.7107 14.9229 18.4375 14.9229H1.5625C1.28929 14.9229 1.07232 14.6915 1.07232 14.4V9.60003C1.07232 9.3086 1.28929 9.07717 1.5625 9.07717H18.4375ZM18.4375 9.00003H1.5625C1.24911 9.00003 1 9.26574 1 9.60003V14.4C1 14.7343 1.24911 15 1.5625 15H18.4375C18.7509 15 19 14.7343 19 14.4V9.60003C19 9.26574 18.7509 9.00003 18.4375 9.00003Z" fill="url(#paint6_linear_127_1763)"/>
|
||||
<path opacity="0.15" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.522914" stroke-miterlimit="10"/>
|
||||
<path opacity="0.3" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.261461" stroke-miterlimit="10"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" fill="#00B300"/>
|
||||
<path d="M4.3911 11.9616C4.77598 11.899 5.03555 11.5409 4.9729 11.1561C4.955 11.0755 4.92814 10.9949 4.89234 10.9233C4.74913 10.8249 4.57011 10.7801 4.38214 10.807C3.99726 10.8696 3.73769 11.2277 3.80034 11.6125C3.81824 11.6931 3.8451 11.7737 3.8809 11.8453C4.02411 11.9437 4.20313 11.9885 4.3911 11.9616Z" fill="url(#paint7_radial_49_3935)"/>
|
||||
<path d="M4.39104 11.9616C4.77592 11.899 5.03549 11.5409 4.97284 11.1561C4.95494 11.0755 4.92808 10.9949 4.89228 10.9233C4.74907 10.8249 4.57005 10.7801 4.38208 10.807C3.9972 10.8696 3.73763 11.2277 3.80028 11.6125C3.81818 11.6931 3.84503 11.7737 3.88084 11.8453C4.02405 11.9437 4.20307 11.9885 4.39104 11.9616Z" fill="url(#paint7_radial_127_1763)"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.0894687" stroke-miterlimit="10"/>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_49_3935" x1="13.9892" y1="4.95508" x2="14.6969" y2="4.35094" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint0_linear_127_1763" x1="13.9892" y1="4.95508" x2="14.6969" y2="4.35094" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_49_3935" x1="6.00862" y1="4.95507" x2="5.30105" y2="4.35125" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint1_linear_127_1763" x1="6.00862" y1="4.95507" x2="5.30105" y2="4.35125" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_49_3935" x1="10.0039" y1="14.9968" x2="10.0039" y2="8.9946" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint2_linear_127_1763" x1="10.0039" y1="14.9968" x2="10.0039" y2="8.9946" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#ABABAB"/>
|
||||
<stop offset="0.1971" stop-color="#A7A7A7"/>
|
||||
<stop offset="0.3984" stop-color="#9B9B9B"/>
|
||||
@ -37,38 +37,38 @@
|
||||
<stop offset="0.8047" stop-color="#6A6A6A"/>
|
||||
<stop offset="1" stop-color="#474747"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_49_3935" x1="7.39469" y1="9.18753" x2="6.70448" y2="8.54622" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint3_linear_127_1763" x1="7.39469" y1="9.18753" x2="6.70448" y2="8.54622" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_49_3935" x1="12.6133" y1="9.18753" x2="13.3035" y2="8.54621" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint4_linear_127_1763" x1="12.6133" y1="9.18753" x2="13.3035" y2="8.54621" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_49_3935" x1="10" y1="14" x2="10" y2="8.99894" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint5_linear_127_1763" x1="10" y1="14" x2="10" y2="8.99894" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#666666"/>
|
||||
<stop offset="0.109" stop-color="#5E5E5E"/>
|
||||
<stop offset="0.6917" stop-color="#393939"/>
|
||||
<stop offset="1" stop-color="#2B2B2B"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_49_3935" x1="10" y1="15" x2="10" y2="9.00003" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint6_linear_127_1763" x1="10" y1="15" x2="10" y2="9.00003" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C9C9C9"/>
|
||||
<stop offset="0.3698" stop-color="#CDCDCD"/>
|
||||
<stop offset="0.7464" stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#E6E6E6"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint7_radial_49_3935" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.33069 11.589) rotate(-117.661) scale(0.94236 0.847944)">
|
||||
<radialGradient id="paint7_radial_127_1763" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.33063 11.589) rotate(-117.661) scale(0.94236 0.847944)">
|
||||
<stop stop-color="#BDFFBD"/>
|
||||
<stop offset="1" stop-color="#00FF00"/>
|
||||
</radialGradient>
|
||||
<clipPath id="clip0_49_3935">
|
||||
<clipPath id="clip0_127_1763">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip1_49_3935">
|
||||
<clipPath id="clip1_127_1763">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.5 KiB |
@ -1,83 +1,83 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_49_4097)">
|
||||
<g clip-path="url(#clip1_49_4097)">
|
||||
<g clip-path="url(#clip0_127_1784)">
|
||||
<g clip-path="url(#clip1_127_1784)">
|
||||
<path d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="#E1E3E6"/>
|
||||
<path opacity="0.5" d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="url(#paint0_linear_49_4097)"/>
|
||||
<path opacity="0.5" d="M1.16016 9.1783L4.76679 5.19317C4.87925 5.07028 5.02383 5.00006 5.18448 5.00006H14.8156C14.9682 5.00006 15.1208 5.07028 15.2333 5.19317L18.8399 9.1783H1.16016Z" fill="url(#paint1_linear_49_4097)"/>
|
||||
<path d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint2_linear_49_4097)"/>
|
||||
<path opacity="0.6" d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint3_linear_49_4097)"/>
|
||||
<path opacity="0.6" d="M1.56477 15H18.4352C18.7499 15 19 14.7309 19 14.3922V9.60785C19 9.26921 18.7499 9.00003 18.4352 9.00003H1.56477C1.25011 9.00003 1 9.26921 1 9.60785V14.3922C1 14.7222 1.25818 15 1.56477 15Z" fill="url(#paint4_linear_49_4097)"/>
|
||||
<path d="M17.4667 14H2.53333C2.23619 14 2 13.752 2 13.44V9.00003H18V13.44C18 13.752 17.7638 14 17.4667 14Z" fill="url(#paint5_linear_49_4097)"/>
|
||||
<path d="M18.4375 9.07717C18.7107 9.07717 18.9277 9.3086 18.9277 9.60003V14.4C18.9277 14.6915 18.7107 14.9229 18.4375 14.9229H1.5625C1.28929 14.9229 1.07232 14.6915 1.07232 14.4V9.60003C1.07232 9.3086 1.28929 9.07717 1.5625 9.07717H18.4375ZM18.4375 9.00003H1.5625C1.24911 9.00003 1 9.26574 1 9.60003V14.4C1 14.7343 1.24911 15 1.5625 15H18.4375C18.7509 15 19 14.7343 19 14.4V9.60003C19 9.26574 18.7509 9.00003 18.4375 9.00003Z" fill="url(#paint6_linear_49_4097)"/>
|
||||
<path opacity="0.5" d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="url(#paint0_linear_127_1784)"/>
|
||||
<path opacity="0.5" d="M1.16016 9.1783L4.76679 5.19317C4.87925 5.07028 5.02383 5.00006 5.18448 5.00006H14.8156C14.9682 5.00006 15.1208 5.07028 15.2333 5.19317L18.8399 9.1783H1.16016Z" fill="url(#paint1_linear_127_1784)"/>
|
||||
<path d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint2_linear_127_1784)"/>
|
||||
<path opacity="0.6" d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint3_linear_127_1784)"/>
|
||||
<path opacity="0.6" d="M1.56477 15H18.4352C18.7499 15 19 14.7309 19 14.3922V9.60785C19 9.26921 18.7499 9.00003 18.4352 9.00003H1.56477C1.25011 9.00003 1 9.26921 1 9.60785V14.3922C1 14.7222 1.25818 15 1.56477 15Z" fill="url(#paint4_linear_127_1784)"/>
|
||||
<path d="M17.4667 14H2.53333C2.23619 14 2 13.752 2 13.44V9.00003H18V13.44C18 13.752 17.7638 14 17.4667 14Z" fill="url(#paint5_linear_127_1784)"/>
|
||||
<path d="M18.4375 9.07717C18.7107 9.07717 18.9277 9.3086 18.9277 9.60003V14.4C18.9277 14.6915 18.7107 14.9229 18.4375 14.9229H1.5625C1.28929 14.9229 1.07232 14.6915 1.07232 14.4V9.60003C1.07232 9.3086 1.28929 9.07717 1.5625 9.07717H18.4375ZM18.4375 9.00003H1.5625C1.24911 9.00003 1 9.26574 1 9.60003V14.4C1 14.7343 1.24911 15 1.5625 15H18.4375C18.7509 15 19 14.7343 19 14.4V9.60003C19 9.26574 18.7509 9.00003 18.4375 9.00003Z" fill="url(#paint6_linear_127_1784)"/>
|
||||
<path opacity="0.15" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.522914" stroke-miterlimit="10"/>
|
||||
<path opacity="0.3" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.261461" stroke-miterlimit="10"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" fill="#00B300"/>
|
||||
<path d="M4.3911 11.9616C4.77598 11.899 5.03555 11.5409 4.9729 11.1561C4.955 11.0755 4.92814 10.9949 4.89234 10.9233C4.74913 10.8249 4.57011 10.7801 4.38214 10.807C3.99726 10.8696 3.73769 11.2277 3.80034 11.6125C3.81824 11.6931 3.8451 11.7737 3.8809 11.8453C4.02411 11.9437 4.20313 11.9885 4.3911 11.9616Z" fill="url(#paint7_radial_49_4097)"/>
|
||||
<path d="M4.39104 11.9616C4.77592 11.899 5.03549 11.5409 4.97284 11.1561C4.95494 11.0755 4.92808 10.9949 4.89228 10.9233C4.74907 10.8249 4.57005 10.7801 4.38208 10.807C3.9972 10.8696 3.73763 11.2277 3.80028 11.6125C3.81818 11.6931 3.84503 11.7737 3.88084 11.8453C4.02405 11.9437 4.20307 11.9885 4.39104 11.9616Z" fill="url(#paint7_radial_127_1784)"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.0894687" stroke-miterlimit="10"/>
|
||||
<path d="M8.00439 6C8.00439 5.44772 8.45211 5 9.00439 5H15.0044C15.5567 5 16.0044 5.44772 16.0044 6V11C16.0044 11.5523 15.5567 12 15.0044 12H9.00439C8.45211 12 8.00439 11.5523 8.00439 11V6Z" fill="#FFC225"/>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.5">
|
||||
<path d="M10.5098 5.01077H8.50546C8.22872 5.01077 8.00438 5.23511 8.00438 5.51185V11.5248C8.00438 11.8015 8.22872 12.0259 8.50546 12.0259H10.5098V5.01077Z" fill="url(#paint8_linear_49_4097)" fill-opacity="0.5"/>
|
||||
<path d="M10.5097 5.01077H8.50539C8.22866 5.01077 8.00432 5.23511 8.00432 5.51185V11.5248C8.00432 11.8015 8.22866 12.0259 8.50539 12.0259H10.5097V5.01077Z" fill="url(#paint8_linear_127_1784)" fill-opacity="0.5"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.5">
|
||||
<path d="M16.0215 5.51185C16.0215 5.23511 15.7971 5.01077 15.5204 5.01077H8.50532C8.22858 5.01077 8.00424 5.23511 8.00424 5.51185V11.5248C8.00424 11.8015 8.22858 12.0259 8.50532 12.0259H15.5204C15.7971 12.0259 16.0215 11.8015 16.0215 11.5248V5.51185Z" fill="url(#paint9_linear_49_4097)" fill-opacity="0.5"/>
|
||||
<path d="M16.0215 5.51185C16.0215 5.23511 15.7972 5.01077 15.5205 5.01077H8.50538C8.22864 5.01077 8.0043 5.23511 8.0043 5.51185V11.5248C8.0043 11.8015 8.22864 12.0259 8.50538 12.0259H15.5205C15.7972 12.0259 16.0215 11.8015 16.0215 11.5248V5.51185Z" fill="url(#paint9_linear_127_1784)" fill-opacity="0.5"/>
|
||||
</g>
|
||||
<path d="M10.0085 5.01077L10.0085 3.00646C10.0085 1.89951 10.9059 1.00215 12.0129 1.00215V1.00215C13.1198 1.00215 14.0172 1.89951 14.0172 3.00646V5.01077" stroke="#FFD400" stroke-width="1.5"/>
|
||||
<path d="M10.0086 5.01077L10.0086 3.00646C10.0086 1.89951 10.906 1.00215 12.0129 1.00215V1.00215C13.1199 1.00215 14.0172 1.89951 14.0172 3.00646V5.01077" stroke="#FFD400" stroke-width="1.5"/>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<path d="M8 5.99997H16V11H8V5.99997Z" fill="white"/>
|
||||
<path d="M7.99991 5.99997H15.9999V11H7.99991V5.99997Z" fill="white"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="8" y="11" width="8" height="1" fill="black"/>
|
||||
<rect x="7.99991" y="11" width="8" height="1" fill="black"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="8" y="9.99997" width="8" height="1" fill="white"/>
|
||||
<rect x="7.99991" y="9.99997" width="8" height="1" fill="white"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="8" y="4.99997" width="8" height="1" fill="black"/>
|
||||
<rect x="7.99991" y="4.99997" width="8" height="1" fill="black"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="8" y="5.99997" width="8" height="1" fill="white"/>
|
||||
<rect x="7.99991" y="5.99997" width="8" height="1" fill="white"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M12.2264 7.5C11.7002 7.50298 11.1967 7.71448 10.8262 8.08812C10.4557 8.46177 10.2485 8.96707 10.25 9.49325C10.2552 9.9027 10.3822 10.3013 10.6148 10.6383C10.8475 10.9753 11.1753 11.2353 11.5563 11.3851L13.009 11.3345C13.4254 11.1485 13.766 10.8261 13.9745 10.4204C14.1829 10.0148 14.2468 9.55019 14.1556 9.10333C14.0644 8.65648 13.8235 8.25408 13.4728 7.96259C13.122 7.67109 12.6824 7.50791 12.2264 7.5V7.5ZM12.2264 9.0991C12.1324 9.10022 12.0401 9.07328 11.9615 9.02174C11.8829 8.9702 11.8214 8.8964 11.7849 8.80975C11.7484 8.72309 11.7385 8.62753 11.7566 8.53526C11.7747 8.44299 11.8198 8.3582 11.8863 8.29172C11.9528 8.22524 12.0376 8.18008 12.1299 8.16201C12.2221 8.14394 12.3177 8.15378 12.4044 8.19027C12.491 8.22676 12.5648 8.28826 12.6164 8.36689C12.6679 8.44553 12.6948 8.53774 12.6937 8.63176C12.6937 8.75571 12.6445 8.87458 12.5568 8.96222C12.4692 9.04987 12.3503 9.0991 12.2264 9.0991V9.0991Z" fill="url(#paint10_linear_49_4097)"/>
|
||||
<path d="M12.2264 7.5C11.7002 7.50298 11.1967 7.71448 10.8262 8.08812C10.4557 8.46177 10.2485 8.96707 10.25 9.49325C10.2552 9.9027 10.3822 10.3013 10.6148 10.6383C10.8475 10.9753 11.1753 11.2353 11.5563 11.3851L13.009 11.3345C13.4254 11.1485 13.766 10.8261 13.9745 10.4204C14.1829 10.0148 14.2468 9.55019 14.1556 9.10333C14.0644 8.65648 13.8235 8.25408 13.4728 7.96259C13.122 7.67109 12.6824 7.50791 12.2264 7.5V7.5ZM12.2264 9.07658C11.9842 9.07658 11.4156 8.87388 11.4156 8.63176C11.4156 8.38964 11.9786 8.18694 12.2264 8.18694C12.3443 8.18694 12.4575 8.2338 12.5409 8.31722C12.6243 8.40064 12.6712 8.51379 12.6712 8.63176C12.6712 8.74973 12.6243 8.86288 12.5409 8.9463C12.4575 9.02972 12.3443 9.07658 12.2264 9.07658V9.07658Z" fill="url(#paint11_linear_49_4097)"/>
|
||||
<path d="M12.2263 7.83691C11.8611 7.86375 11.5144 8.00856 11.2387 8.24951C10.9629 8.49046 10.7729 8.81451 10.6973 9.17284C10.6217 9.53116 10.6646 9.90435 10.8195 10.2362C10.9744 10.568 11.233 10.8405 11.5562 11.0126V11.5757C11.5562 11.5757 11.5562 14.9822 11.5562 15.6128C11.697 15.7536 12.1193 16.0802 12.2882 16.2547C12.3727 16.1928 12.3502 16.0689 12.4909 15.6128C12.4395 15.4531 12.4018 15.2892 12.3783 15.123C12.3783 15.0836 12.3051 14.802 12.3051 14.7851C12.3415 14.6871 12.3661 14.585 12.3783 14.4811C12.3783 14.3572 12.4515 14.2277 12.4515 14.0982C12.4515 14.0982 12.4065 13.8786 12.4121 13.873C12.4177 13.8673 12.3783 13.6534 12.3783 13.6477C12.3783 12.9214 12.3783 12.2063 12.3783 11.7953C12.5979 11.7953 13.0089 11.8516 13.0089 11.6095V10.9563C13.3124 10.7672 13.5481 10.4868 13.6821 10.1552C13.816 9.82371 13.8413 9.45823 13.7543 9.11141C13.6673 8.7646 13.4724 8.45434 13.1978 8.22531C12.9233 7.99628 12.5831 7.86029 12.2263 7.83691V7.83691ZM12.2263 9.09818C12.1323 9.09929 12.0401 9.07236 11.9614 9.02082C11.8828 8.96928 11.8213 8.89547 11.7848 8.80882C11.7483 8.72217 11.7385 8.62661 11.7565 8.53434C11.7746 8.44207 11.8198 8.35728 11.8862 8.29079C11.9527 8.22431 12.0375 8.17915 12.1298 8.16108C12.2221 8.14301 12.3176 8.15285 12.4043 8.18935C12.4909 8.22584 12.5647 8.28733 12.6163 8.36597C12.6678 8.44461 12.6947 8.53682 12.6936 8.63084C12.6936 8.75478 12.6444 8.87365 12.5567 8.9613C12.4691 9.04894 12.3502 9.09818 12.2263 9.09818Z" fill="url(#paint12_linear_49_4097)"/>
|
||||
<path d="M12.2263 7.83691C11.8611 7.86375 11.5144 8.00856 11.2387 8.24951C10.9629 8.49046 10.7729 8.81451 10.6973 9.17284C10.6217 9.53116 10.6646 9.90435 10.8195 10.2362C10.9744 10.568 11.233 10.8405 11.5562 11.0126V11.5757C11.5562 11.5757 11.5562 14.909 11.5562 15.5171" stroke="url(#paint13_linear_49_4097)" stroke-width="0.0337839" stroke-miterlimit="10"/>
|
||||
<path d="M12.2264 7.5C11.7002 7.50298 11.1967 7.71448 10.8262 8.08812C10.4557 8.46177 10.2485 8.96707 10.25 9.49325C10.2552 9.9027 10.3822 10.3013 10.6148 10.6383C10.8475 10.9753 11.1753 11.2353 11.5563 11.3851L13.009 11.3345C13.4254 11.1485 13.766 10.8261 13.9745 10.4204C14.1829 10.0148 14.2468 9.55019 14.1556 9.10333C14.0644 8.65648 13.8235 8.25408 13.4728 7.96259C13.122 7.67109 12.6824 7.50791 12.2264 7.5V7.5ZM12.2264 9.0991C12.1324 9.10022 12.0401 9.07328 11.9615 9.02174C11.8829 8.9702 11.8214 8.8964 11.7849 8.80975C11.7484 8.72309 11.7385 8.62753 11.7566 8.53526C11.7747 8.44299 11.8198 8.3582 11.8863 8.29172C11.9528 8.22524 12.0376 8.18008 12.1299 8.16201C12.2221 8.14394 12.3177 8.15378 12.4044 8.19027C12.491 8.22676 12.5648 8.28826 12.6164 8.36689C12.6679 8.44553 12.6948 8.53774 12.6937 8.63176C12.6937 8.75571 12.6445 8.87458 12.5568 8.96222C12.4692 9.04987 12.3503 9.0991 12.2264 9.0991V9.0991Z" fill="url(#paint10_linear_127_1784)"/>
|
||||
<path d="M12.2264 7.5C11.7002 7.50298 11.1967 7.71448 10.8262 8.08812C10.4557 8.46177 10.2485 8.96707 10.25 9.49325C10.2552 9.9027 10.3822 10.3013 10.6148 10.6383C10.8475 10.9753 11.1753 11.2353 11.5563 11.3851L13.009 11.3345C13.4254 11.1485 13.766 10.8261 13.9745 10.4204C14.1829 10.0148 14.2468 9.55019 14.1556 9.10333C14.0644 8.65648 13.8235 8.25408 13.4728 7.96259C13.122 7.67109 12.6824 7.50791 12.2264 7.5V7.5ZM12.2264 9.07658C11.9842 9.07658 11.4156 8.87388 11.4156 8.63176C11.4156 8.38964 11.9786 8.18694 12.2264 8.18694C12.3443 8.18694 12.4575 8.2338 12.5409 8.31722C12.6243 8.40064 12.6712 8.51379 12.6712 8.63176C12.6712 8.74973 12.6243 8.86288 12.5409 8.9463C12.4575 9.02972 12.3443 9.07658 12.2264 9.07658V9.07658Z" fill="url(#paint11_linear_127_1784)"/>
|
||||
<path d="M12.2263 7.83691C11.8611 7.86375 11.5144 8.00856 11.2387 8.24951C10.9629 8.49046 10.7729 8.81451 10.6973 9.17284C10.6217 9.53116 10.6646 9.90435 10.8195 10.2362C10.9744 10.568 11.233 10.8405 11.5562 11.0126V11.5757C11.5562 11.5757 11.5562 14.9822 11.5562 15.6128C11.697 15.7536 12.1193 16.0802 12.2882 16.2547C12.3727 16.1928 12.3502 16.0689 12.4909 15.6128C12.4395 15.4531 12.4018 15.2892 12.3783 15.123C12.3783 15.0836 12.3051 14.802 12.3051 14.7851C12.3415 14.6871 12.3661 14.585 12.3783 14.4811C12.3783 14.3572 12.4515 14.2277 12.4515 14.0982C12.4515 14.0982 12.4065 13.8786 12.4121 13.873C12.4177 13.8673 12.3783 13.6534 12.3783 13.6477C12.3783 12.9214 12.3783 12.2063 12.3783 11.7953C12.5979 11.7953 13.0089 11.8516 13.0089 11.6095V10.9563C13.3124 10.7672 13.5481 10.4868 13.6821 10.1552C13.816 9.82371 13.8413 9.45823 13.7543 9.11141C13.6673 8.7646 13.4724 8.45434 13.1978 8.22531C12.9233 7.99628 12.5831 7.86029 12.2263 7.83691V7.83691ZM12.2263 9.09818C12.1323 9.09929 12.0401 9.07236 11.9614 9.02082C11.8828 8.96928 11.8213 8.89547 11.7848 8.80882C11.7483 8.72217 11.7385 8.62661 11.7565 8.53434C11.7746 8.44207 11.8198 8.35728 11.8862 8.29079C11.9527 8.22431 12.0375 8.17915 12.1298 8.16108C12.2221 8.14301 12.3176 8.15285 12.4043 8.18935C12.4909 8.22584 12.5647 8.28733 12.6163 8.36597C12.6678 8.44461 12.6947 8.53682 12.6936 8.63084C12.6936 8.75478 12.6444 8.87365 12.5567 8.9613C12.4691 9.04894 12.3502 9.09818 12.2263 9.09818Z" fill="url(#paint12_linear_127_1784)"/>
|
||||
<path d="M12.2263 7.83691C11.8611 7.86375 11.5144 8.00856 11.2387 8.24951C10.9629 8.49046 10.7729 8.81451 10.6973 9.17284C10.6217 9.53116 10.6646 9.90435 10.8195 10.2362C10.9744 10.568 11.233 10.8405 11.5562 11.0126V11.5757C11.5562 11.5757 11.5562 14.909 11.5562 15.5171" stroke="url(#paint13_linear_127_1784)" stroke-width="0.0337839" stroke-miterlimit="10"/>
|
||||
<path d="M12.3049 16.2497C12.3894 16.1878 12.4457 16.0133 12.7441 15.6078C12.7441 15.5234 12.7441 15.1968 12.7441 14.966C12.6772 14.8814 12.6151 14.793 12.5583 14.7013C12.6143 14.6249 12.6745 14.5516 12.7385 14.4817C12.7385 14.3578 12.7385 14.2283 12.7385 14.0988C12.7385 14.0988 12.547 13.8792 12.5583 13.8736C12.5696 13.868 12.7385 13.654 12.7385 13.6484C12.7385 12.922 12.7385 12.2069 12.7385 11.7959H12.3049V16.2497Z" fill="#EBB850"/>
|
||||
<path d="M11.7812 15.7993V11.7959H12.0403V16.0245L11.7812 15.7993Z" fill="#EBB850"/>
|
||||
<path d="M11.7812 15.7993V11.7959H11.8939H12.0403L11.8939 11.9479V15.895L11.7812 15.7993Z" fill="url(#paint14_linear_49_4097)"/>
|
||||
<path d="M12.3049 16.2497V11.7959H12.4119H12.7103L12.4119 11.9479V16.0977L12.3049 16.2497Z" fill="url(#paint15_linear_49_4097)"/>
|
||||
<path d="M11.7812 15.7993V11.7959H11.8939H12.0403L11.8939 11.9479V15.895L11.7812 15.7993Z" fill="url(#paint14_linear_127_1784)"/>
|
||||
<path d="M12.3049 16.2497V11.7959H12.4119H12.7103L12.4119 11.9479V16.0977L12.3049 16.2497Z" fill="url(#paint15_linear_127_1784)"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<path d="M12.2264 7.51689C12.678 7.52524 13.1134 7.68718 13.4607 7.97605C13.808 8.26492 14.0465 8.66347 14.137 9.10605C14.2275 9.54863 14.1645 10.0088 13.9584 10.4108C13.7524 10.8128 13.4155 11.1326 13.0034 11.3176V11.3176V11.6047C13.0034 11.7061 12.9246 11.7624 12.75 11.7737C12.75 12.2297 12.75 12.8998 12.75 13.6149C12.75 13.6149 12.6487 13.7444 12.6092 13.7951C12.6072 13.8081 12.6072 13.8214 12.6092 13.8345C12.6473 13.8928 12.6906 13.9475 12.7387 13.9978L12.7894 14.0597V14.2117C12.7894 14.2849 12.7894 14.3581 12.7894 14.4313C12.7272 14.4992 12.6689 14.5707 12.6149 14.6453V14.6453C12.6656 14.7426 12.728 14.8334 12.8007 14.9156C12.8007 15.2703 12.8007 15.4786 12.8007 15.5462C12.6917 15.6899 12.5921 15.8403 12.5023 15.9967C12.4701 16.0515 12.4344 16.1042 12.3953 16.1543V16.1543H12.3615C12.2874 16.0762 12.2084 16.0028 12.125 15.9347V15.9347L11.8153 15.7883L11.6858 15.687L11.5732 15.5912C11.5732 15.3435 11.5732 14.7016 11.5732 14.0259C11.5732 13.6487 11.5732 13.2602 11.5732 12.8998V11.3739C11.1939 11.2247 10.8673 10.9664 10.6348 10.6317C10.4023 10.2969 10.2743 9.90077 10.2669 9.49325C10.2654 8.97155 10.4708 8.47054 10.8381 8.10007C11.2054 7.72959 11.7047 7.51987 12.2264 7.51689V7.51689ZM12.2264 7.51689C11.7031 7.51985 11.2021 7.72902 10.8321 8.09902C10.4621 8.46902 10.253 8.97 10.25 9.49325C10.2551 9.9027 10.3822 10.3013 10.6148 10.6383C10.8475 10.9753 11.1752 11.2353 11.5563 11.3851V12.9167C11.5563 13.9415 11.5563 15.2421 11.5563 15.6081C11.6014 15.6532 11.6914 15.7207 11.7815 15.7996L12.0405 16.0248C12.1419 16.1093 12.2264 16.1937 12.2883 16.2557C12.3728 16.1937 12.4291 16.0192 12.7275 15.6138C12.7275 15.5293 12.7275 15.2027 12.7275 14.9719C12.6605 14.8873 12.5985 14.7989 12.5417 14.7072C12.5977 14.6308 12.6579 14.5575 12.7219 14.4876C12.7219 14.3638 12.7219 14.2343 12.7219 14.1048C12.7219 14.1048 12.536 13.8852 12.5417 13.8795L12.7219 13.6543C12.7219 12.9336 12.7219 12.2185 12.7219 11.8074C12.8739 11.8074 12.9921 11.7511 12.9921 11.616V11.3345C13.4074 11.1492 13.7474 10.8282 13.9562 10.4242C14.165 10.0202 14.2302 9.55725 14.1412 9.1113C14.0521 8.66535 13.814 8.26294 13.4661 7.97013C13.1181 7.67733 12.681 7.51155 12.2264 7.5V7.51689Z" fill="black"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M13.0088 10.9678V11.3112C13.0881 11.2759 13.1636 11.2325 13.234 11.1817L13.0088 10.9678Z" fill="url(#paint16_linear_49_4097)"/>
|
||||
<path d="M12.2263 8.01182C12.1034 8.00959 11.9825 8.044 11.8792 8.11069C11.7759 8.17737 11.6948 8.2733 11.6461 8.38626C11.5975 8.49922 11.5837 8.6241 11.6063 8.74497C11.6289 8.86585 11.687 8.97727 11.7731 9.06502C11.8593 9.15277 11.9696 9.21288 12.09 9.23771C12.2105 9.26254 12.3356 9.25095 12.4494 9.20442C12.5633 9.15789 12.6607 9.07852 12.7292 8.97644C12.7978 8.87435 12.8344 8.75417 12.8344 8.63119C12.8352 8.55059 12.82 8.47064 12.7899 8.39589C12.7597 8.32114 12.7151 8.25307 12.6587 8.19556C12.6022 8.13804 12.535 8.09221 12.4608 8.06069C12.3866 8.02916 12.3069 8.01256 12.2263 8.01182V8.01182ZM12.2263 9.07601C12.1368 9.07825 12.0486 9.05375 11.9731 9.00563C11.8975 8.95752 11.8381 8.88798 11.8022 8.80589C11.7664 8.7238 11.7559 8.6329 11.7719 8.54479C11.788 8.45668 11.83 8.37537 11.8926 8.31124C11.9551 8.24711 12.0353 8.20308 12.123 8.18477C12.2106 8.16645 12.3018 8.17469 12.3848 8.20843C12.4677 8.24217 12.5387 8.29987 12.5888 8.37417C12.6388 8.44847 12.6655 8.536 12.6655 8.62556C12.667 8.74258 12.6224 8.85549 12.5412 8.9398C12.4601 9.02412 12.349 9.07306 12.232 9.07601H12.2263Z" fill="url(#paint17_linear_49_4097)"/>
|
||||
<path d="M13.0088 10.9678V11.3112C13.0881 11.2759 13.1636 11.2325 13.234 11.1817L13.0088 10.9678Z" fill="url(#paint16_linear_127_1784)"/>
|
||||
<path d="M12.2263 8.01182C12.1034 8.00959 11.9825 8.044 11.8792 8.11069C11.7759 8.17737 11.6948 8.2733 11.6461 8.38626C11.5975 8.49922 11.5837 8.6241 11.6063 8.74497C11.6289 8.86585 11.687 8.97727 11.7731 9.06502C11.8593 9.15277 11.9696 9.21288 12.09 9.23771C12.2105 9.26254 12.3356 9.25095 12.4494 9.20442C12.5633 9.15789 12.6607 9.07852 12.7292 8.97644C12.7978 8.87435 12.8344 8.75417 12.8344 8.63119C12.8352 8.55059 12.82 8.47064 12.7899 8.39589C12.7597 8.32114 12.7151 8.25307 12.6587 8.19556C12.6022 8.13804 12.535 8.09221 12.4608 8.06069C12.3866 8.02916 12.3069 8.01256 12.2263 8.01182V8.01182ZM12.2263 9.07601C12.1368 9.07825 12.0486 9.05375 11.9731 9.00563C11.8975 8.95752 11.8381 8.88798 11.8022 8.80589C11.7664 8.7238 11.7559 8.6329 11.7719 8.54479C11.788 8.45668 11.83 8.37537 11.8926 8.31124C11.9551 8.24711 12.0353 8.20308 12.123 8.18477C12.2106 8.16645 12.3018 8.17469 12.3848 8.20843C12.4677 8.24217 12.5387 8.29987 12.5888 8.37417C12.6388 8.44847 12.6655 8.536 12.6655 8.62556C12.667 8.74258 12.6224 8.85549 12.5412 8.9398C12.4601 9.02412 12.349 9.07306 12.232 9.07601H12.2263Z" fill="url(#paint17_linear_127_1784)"/>
|
||||
<g opacity="0.5">
|
||||
<path opacity="0.5" d="M12.2264 8.10191C12.3313 8.1008 12.4342 8.13089 12.522 8.18836C12.6097 8.24584 12.6785 8.32811 12.7194 8.42472C12.7603 8.52133 12.7716 8.62792 12.7518 8.73096C12.732 8.834 12.6821 8.92883 12.6083 9.00342C12.5345 9.078 12.4402 9.12897 12.3374 9.14986C12.2346 9.17074 12.1278 9.16059 12.0308 9.1207C11.9338 9.08081 11.8508 9.01298 11.7924 8.92583C11.7339 8.83867 11.7028 8.73612 11.7027 8.6312C11.702 8.56196 11.715 8.49326 11.741 8.42907C11.767 8.36489 11.8054 8.3065 11.8541 8.25727C11.9028 8.20805 11.9608 8.16897 12.0247 8.14231C12.0886 8.11564 12.1572 8.10191 12.2264 8.10191V8.10191ZM12.2264 8.0625C12.115 8.0625 12.0062 8.09552 11.9136 8.15739C11.821 8.21926 11.7488 8.3072 11.7062 8.41009C11.6636 8.51298 11.6524 8.62619 11.6741 8.73541C11.6959 8.84464 11.7495 8.94497 11.8282 9.02371C11.907 9.10246 12.0073 9.15609 12.1165 9.17781C12.2258 9.19954 12.339 9.18839 12.4419 9.14577C12.5448 9.10315 12.6327 9.03098 12.6946 8.93839C12.7564 8.84579 12.7895 8.73693 12.7895 8.62557C12.7895 8.47623 12.7301 8.33301 12.6245 8.22742C12.5189 8.12182 12.3757 8.0625 12.2264 8.0625V8.0625Z" fill="url(#paint18_linear_49_4097)"/>
|
||||
<path opacity="0.5" d="M12.2264 8.10191C12.3313 8.1008 12.4342 8.13089 12.522 8.18836C12.6097 8.24584 12.6785 8.32811 12.7194 8.42472C12.7603 8.52133 12.7716 8.62792 12.7518 8.73096C12.732 8.834 12.6821 8.92883 12.6083 9.00342C12.5345 9.078 12.4402 9.12897 12.3374 9.14986C12.2346 9.17074 12.1278 9.16059 12.0308 9.1207C11.9338 9.08081 11.8508 9.01298 11.7924 8.92583C11.7339 8.83867 11.7028 8.73612 11.7027 8.6312C11.702 8.56196 11.715 8.49326 11.741 8.42907C11.767 8.36489 11.8054 8.3065 11.8541 8.25727C11.9028 8.20805 11.9608 8.16897 12.0247 8.14231C12.0886 8.11564 12.1572 8.10191 12.2264 8.10191V8.10191ZM12.2264 8.0625C12.115 8.0625 12.0062 8.09552 11.9136 8.15739C11.821 8.21926 11.7488 8.3072 11.7062 8.41009C11.6636 8.51298 11.6524 8.62619 11.6741 8.73541C11.6959 8.84464 11.7495 8.94497 11.8282 9.02371C11.907 9.10246 12.0073 9.15609 12.1165 9.17781C12.2258 9.19954 12.339 9.18839 12.4419 9.14577C12.5448 9.10315 12.6327 9.03098 12.6946 8.93839C12.7564 8.84579 12.7895 8.73693 12.7895 8.62557C12.7895 8.47623 12.7301 8.33301 12.6245 8.22742C12.5189 8.12182 12.3757 8.0625 12.2264 8.0625V8.0625Z" fill="url(#paint18_linear_127_1784)"/>
|
||||
</g>
|
||||
<path d="M11.6487 7.5C11.1226 7.50298 10.619 7.71448 10.2486 8.08812C9.87808 8.46177 9.67087 8.96707 9.67237 9.49325C9.67752 9.9027 9.80452 10.3013 10.0372 10.6383C10.2698 10.9753 10.5976 11.2353 10.9787 11.3851L12.4314 11.3345C12.8478 11.1485 13.1884 10.8261 13.3968 10.4204C13.6053 10.0148 13.6692 9.55019 13.578 9.10333C13.4868 8.65648 13.2459 8.25408 12.8951 7.96259C12.5444 7.67109 12.1047 7.50791 11.6487 7.5V7.5ZM11.6487 9.0991C11.5547 9.10022 11.4625 9.07328 11.3839 9.02174C11.3052 8.9702 11.2437 8.8964 11.2072 8.80975C11.1707 8.72309 11.1609 8.62753 11.179 8.53526C11.197 8.44299 11.2422 8.3582 11.3087 8.29172C11.3752 8.22524 11.46 8.18008 11.5522 8.16201C11.6445 8.14394 11.7401 8.15378 11.8267 8.19027C11.9134 8.22676 11.9872 8.28826 12.0387 8.36689C12.0903 8.44553 12.1172 8.53774 12.1161 8.63176C12.1161 8.75571 12.0668 8.87458 11.9792 8.96222C11.8915 9.04987 11.7727 9.0991 11.6487 9.0991V9.0991Z" fill="url(#paint19_linear_49_4097)"/>
|
||||
<path d="M11.6487 7.5C11.1226 7.50298 10.619 7.71448 10.2486 8.08812C9.87808 8.46177 9.67087 8.96707 9.67237 9.49325C9.67752 9.9027 9.80452 10.3013 10.0372 10.6383C10.2698 10.9753 10.5976 11.2353 10.9787 11.3851L12.4314 11.3345C12.8478 11.1485 13.1884 10.8261 13.3968 10.4204C13.6053 10.0148 13.6692 9.55019 13.578 9.10333C13.4868 8.65648 13.2459 8.25408 12.8951 7.96259C12.5444 7.67109 12.1047 7.50791 11.6487 7.5V7.5ZM11.6487 9.07658C11.4066 9.07658 10.8379 8.87388 10.8379 8.63176C10.8379 8.38964 11.401 8.18694 11.6487 8.18694C11.7667 8.18694 11.8798 8.2338 11.9633 8.31722C12.0467 8.40064 12.0936 8.51379 12.0936 8.63176C12.0936 8.74973 12.0467 8.86288 11.9633 8.9463C11.8798 9.02972 11.7667 9.07658 11.6487 9.07658V9.07658Z" fill="url(#paint20_linear_49_4097)"/>
|
||||
<path d="M11.6486 7.83691C11.2834 7.86375 10.9368 8.00856 10.661 8.24951C10.3853 8.49046 10.1952 8.81451 10.1196 9.17284C10.044 9.53116 10.0869 9.90435 10.2419 10.2362C10.3968 10.568 10.6553 10.8405 10.9786 11.0126V11.5757C10.9786 11.5757 10.9786 14.9822 10.9786 15.6128C11.1194 15.7536 11.5417 16.0802 11.7106 16.2547C11.795 16.1928 11.7725 16.0689 11.9133 15.6128C11.8619 15.4531 11.8242 15.2892 11.8007 15.123C11.8007 15.0836 11.7275 14.802 11.7275 14.7851C11.7639 14.6871 11.7885 14.585 11.8007 14.4811C11.8007 14.3572 11.8739 14.2277 11.8739 14.0982C11.8739 14.0982 11.8288 13.8786 11.8345 13.873C11.8401 13.8673 11.8007 13.6534 11.8007 13.6477C11.8007 12.9214 11.8007 12.2063 11.8007 11.7953C12.0203 11.7953 12.4313 11.8516 12.4313 11.6095V10.9563C12.7348 10.7672 12.9705 10.4868 13.1044 10.1552C13.2384 9.82371 13.2637 9.45823 13.1766 9.11141C13.0896 8.7646 12.8948 8.45434 12.6202 8.22531C12.3456 7.99628 12.0054 7.86029 11.6486 7.83691V7.83691ZM11.6486 9.09818C11.5546 9.09929 11.4624 9.07236 11.3838 9.02082C11.3051 8.96928 11.2437 8.89547 11.2072 8.80882C11.1707 8.72217 11.1608 8.62661 11.1789 8.53434C11.197 8.44207 11.2421 8.35728 11.3086 8.29079C11.3751 8.22431 11.4599 8.17915 11.5521 8.16108C11.6444 8.14301 11.74 8.15285 11.8266 8.18935C11.9133 8.22584 11.9871 8.28733 12.0386 8.36597C12.0902 8.44461 12.1171 8.53682 12.116 8.63084C12.116 8.75478 12.0668 8.87365 11.9791 8.9613C11.8915 9.04894 11.7726 9.09818 11.6486 9.09818Z" fill="url(#paint21_linear_49_4097)"/>
|
||||
<path d="M11.6486 7.83691C11.2834 7.86375 10.9368 8.00856 10.661 8.24951C10.3853 8.49046 10.1952 8.81451 10.1196 9.17284C10.044 9.53116 10.0869 9.90435 10.2419 10.2362C10.3968 10.568 10.6553 10.8405 10.9786 11.0126V11.5757C10.9786 11.5757 10.9786 14.909 10.9786 15.5171" stroke="url(#paint22_linear_49_4097)" stroke-width="0.0337839" stroke-miterlimit="10"/>
|
||||
<path d="M11.6487 7.5C11.1226 7.50298 10.619 7.71448 10.2486 8.08812C9.87808 8.46177 9.67087 8.96707 9.67237 9.49325C9.67752 9.9027 9.80452 10.3013 10.0372 10.6383C10.2698 10.9753 10.5976 11.2353 10.9787 11.3851L12.4314 11.3345C12.8478 11.1485 13.1884 10.8261 13.3968 10.4204C13.6053 10.0148 13.6692 9.55019 13.578 9.10333C13.4868 8.65648 13.2459 8.25408 12.8951 7.96259C12.5444 7.67109 12.1047 7.50791 11.6487 7.5V7.5ZM11.6487 9.0991C11.5547 9.10022 11.4625 9.07328 11.3839 9.02174C11.3052 8.9702 11.2437 8.8964 11.2072 8.80975C11.1707 8.72309 11.1609 8.62753 11.179 8.53526C11.197 8.44299 11.2422 8.3582 11.3087 8.29172C11.3752 8.22524 11.46 8.18008 11.5522 8.16201C11.6445 8.14394 11.7401 8.15378 11.8267 8.19027C11.9134 8.22676 11.9872 8.28826 12.0387 8.36689C12.0903 8.44553 12.1172 8.53774 12.1161 8.63176C12.1161 8.75571 12.0668 8.87458 11.9792 8.96222C11.8915 9.04987 11.7727 9.0991 11.6487 9.0991V9.0991Z" fill="url(#paint19_linear_127_1784)"/>
|
||||
<path d="M11.6487 7.5C11.1226 7.50298 10.619 7.71448 10.2486 8.08812C9.87808 8.46177 9.67087 8.96707 9.67237 9.49325C9.67752 9.9027 9.80452 10.3013 10.0372 10.6383C10.2698 10.9753 10.5976 11.2353 10.9787 11.3851L12.4314 11.3345C12.8478 11.1485 13.1884 10.8261 13.3968 10.4204C13.6053 10.0148 13.6692 9.55019 13.578 9.10333C13.4868 8.65648 13.2459 8.25408 12.8951 7.96259C12.5444 7.67109 12.1047 7.50791 11.6487 7.5V7.5ZM11.6487 9.07658C11.4066 9.07658 10.8379 8.87388 10.8379 8.63176C10.8379 8.38964 11.401 8.18694 11.6487 8.18694C11.7667 8.18694 11.8798 8.2338 11.9633 8.31722C12.0467 8.40064 12.0936 8.51379 12.0936 8.63176C12.0936 8.74973 12.0467 8.86288 11.9633 8.9463C11.8798 9.02972 11.7667 9.07658 11.6487 9.07658V9.07658Z" fill="url(#paint20_linear_127_1784)"/>
|
||||
<path d="M11.6486 7.83691C11.2834 7.86375 10.9368 8.00856 10.661 8.24951C10.3853 8.49046 10.1952 8.81451 10.1196 9.17284C10.044 9.53116 10.0869 9.90435 10.2419 10.2362C10.3968 10.568 10.6553 10.8405 10.9786 11.0126V11.5757C10.9786 11.5757 10.9786 14.9822 10.9786 15.6128C11.1194 15.7536 11.5417 16.0802 11.7106 16.2547C11.795 16.1928 11.7725 16.0689 11.9133 15.6128C11.8619 15.4531 11.8242 15.2892 11.8007 15.123C11.8007 15.0836 11.7275 14.802 11.7275 14.7851C11.7639 14.6871 11.7885 14.585 11.8007 14.4811C11.8007 14.3572 11.8739 14.2277 11.8739 14.0982C11.8739 14.0982 11.8288 13.8786 11.8345 13.873C11.8401 13.8673 11.8007 13.6534 11.8007 13.6477C11.8007 12.9214 11.8007 12.2063 11.8007 11.7953C12.0203 11.7953 12.4313 11.8516 12.4313 11.6095V10.9563C12.7348 10.7672 12.9705 10.4868 13.1044 10.1552C13.2384 9.82371 13.2637 9.45823 13.1766 9.11141C13.0896 8.7646 12.8948 8.45434 12.6202 8.22531C12.3456 7.99628 12.0054 7.86029 11.6486 7.83691V7.83691ZM11.6486 9.09818C11.5546 9.09929 11.4624 9.07236 11.3838 9.02082C11.3051 8.96928 11.2437 8.89547 11.2072 8.80882C11.1707 8.72217 11.1608 8.62661 11.1789 8.53434C11.197 8.44207 11.2421 8.35728 11.3086 8.29079C11.3751 8.22431 11.4599 8.17915 11.5521 8.16108C11.6444 8.14301 11.74 8.15285 11.8266 8.18935C11.9133 8.22584 11.9871 8.28733 12.0386 8.36597C12.0902 8.44461 12.1171 8.53682 12.116 8.63084C12.116 8.75478 12.0668 8.87365 11.9791 8.9613C11.8915 9.04894 11.7726 9.09818 11.6486 9.09818Z" fill="url(#paint21_linear_127_1784)"/>
|
||||
<path d="M11.6486 7.83691C11.2834 7.86375 10.9368 8.00856 10.661 8.24951C10.3853 8.49046 10.1952 8.81451 10.1196 9.17284C10.044 9.53116 10.0869 9.90435 10.2419 10.2362C10.3968 10.568 10.6553 10.8405 10.9786 11.0126V11.5757C10.9786 11.5757 10.9786 14.909 10.9786 15.5171" stroke="url(#paint22_linear_127_1784)" stroke-width="0.0337839" stroke-miterlimit="10"/>
|
||||
<path d="M11.7273 16.2497C11.8118 16.1878 11.8681 16.0133 12.1665 15.6078C12.1665 15.5234 12.1665 15.1968 12.1665 14.966C12.0995 14.8814 12.0375 14.793 11.9807 14.7013C12.0367 14.6249 12.0969 14.5516 12.1609 14.4817C12.1609 14.3578 12.1609 14.2283 12.1609 14.0988C12.1609 14.0988 11.9694 13.8792 11.9807 13.8736C11.9919 13.868 12.1609 13.654 12.1609 13.6484C12.1609 12.922 12.1609 12.2069 12.1609 11.7959H11.7273V16.2497Z" fill="#EBB850"/>
|
||||
<path d="M11.2036 15.7993V11.7959H11.4626V16.0245L11.2036 15.7993Z" fill="#EBB850"/>
|
||||
<path d="M11.2036 15.7993V11.7959H11.3162H11.4626L11.3162 11.9479V15.895L11.2036 15.7993Z" fill="url(#paint23_linear_49_4097)"/>
|
||||
<path d="M11.7273 16.2497V11.7959H11.8343H12.1327L11.8343 11.9479V16.0977L11.7273 16.2497Z" fill="url(#paint24_linear_49_4097)"/>
|
||||
<path d="M11.2036 15.7993V11.7959H11.3162H11.4626L11.3162 11.9479V15.895L11.2036 15.7993Z" fill="url(#paint23_linear_127_1784)"/>
|
||||
<path d="M11.7273 16.2497V11.7959H11.8343H12.1327L11.8343 11.9479V16.0977L11.7273 16.2497Z" fill="url(#paint24_linear_127_1784)"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<path d="M11.6487 7.51689C12.1004 7.52524 12.5357 7.68718 12.883 7.97605C13.2303 8.26492 13.4689 8.66347 13.5593 9.10605C13.6498 9.54863 13.5869 10.0088 13.3808 10.4108C13.1747 10.8128 12.8379 11.1326 12.4258 11.3176V11.3176V11.6047C12.4258 11.7061 12.3469 11.7624 12.1724 11.7737C12.1724 12.2297 12.1724 12.8998 12.1724 13.6149C12.1724 13.6149 12.071 13.7444 12.0316 13.7951C12.0296 13.8081 12.0296 13.8214 12.0316 13.8345C12.0696 13.8928 12.113 13.9475 12.1611 13.9978L12.2118 14.0597V14.2117C12.2118 14.2849 12.2118 14.3581 12.2118 14.4313C12.1495 14.4992 12.0912 14.5707 12.0372 14.6453V14.6453C12.0879 14.7426 12.1503 14.8334 12.223 14.9156C12.223 15.2703 12.223 15.4786 12.223 15.5462C12.1141 15.6899 12.0144 15.8403 11.9246 15.9967C11.8925 16.0515 11.8567 16.1042 11.8176 16.1543V16.1543H11.7839C11.7098 16.0762 11.6308 16.0028 11.5474 15.9347V15.9347L11.2377 15.7883L11.1082 15.687L10.9956 15.5912C10.9956 15.3435 10.9956 14.7016 10.9956 14.0259C10.9956 13.6487 10.9956 13.2602 10.9956 12.8998V11.3739C10.6163 11.2247 10.2897 10.9664 10.0572 10.6317C9.82465 10.2969 9.69662 9.90077 9.68926 9.49325C9.68776 8.97155 9.89318 8.47054 10.2605 8.10007C10.6278 7.72959 11.127 7.51987 11.6487 7.51689V7.51689ZM11.6487 7.51689C11.1255 7.51985 10.6245 7.72902 10.2545 8.09902C9.88449 8.46902 9.67532 8.97 9.67236 9.49325C9.67751 9.9027 9.80451 10.3013 10.0372 10.6383C10.2698 10.9753 10.5976 11.2353 10.9787 11.3851V12.9167C10.9787 13.9415 10.9787 15.2421 10.9787 15.6081C11.0237 15.6532 11.1138 15.7207 11.2039 15.7996L11.4629 16.0248C11.5643 16.1093 11.6487 16.1937 11.7107 16.2557C11.7951 16.1937 11.8514 16.0192 12.1498 15.6138C12.1498 15.5293 12.1498 15.2027 12.1498 14.9719C12.0829 14.8873 12.0209 14.7989 11.964 14.7072C12.0201 14.6308 12.0802 14.5575 12.1442 14.4876C12.1442 14.3638 12.1442 14.2343 12.1442 14.1048C12.1442 14.1048 11.9584 13.8852 11.964 13.8795L12.1442 13.6543C12.1442 12.9336 12.1442 12.2185 12.1442 11.8074C12.2962 11.8074 12.4145 11.7511 12.4145 11.616V11.3345C12.8298 11.1492 13.1698 10.8282 13.3786 10.4242C13.5874 10.0202 13.6526 9.55725 13.5635 9.1113C13.4745 8.66535 13.2364 8.26294 12.8885 7.97013C12.5405 7.67733 12.1033 7.51155 11.6487 7.5V7.51689Z" fill="black"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M12.4312 10.9678V11.3112C12.5104 11.2759 12.5859 11.2325 12.6564 11.1817L12.4312 10.9678Z" fill="url(#paint25_linear_49_4097)"/>
|
||||
<path d="M11.6487 8.01182C11.5257 8.00959 11.4049 8.044 11.3016 8.11069C11.1983 8.17737 11.1171 8.2733 11.0685 8.38626C11.0199 8.49922 11.006 8.6241 11.0286 8.74497C11.0512 8.86585 11.1093 8.97727 11.1955 9.06502C11.2816 9.15277 11.392 9.21288 11.5124 9.23771C11.6328 9.26254 11.758 9.25095 11.8718 9.20442C11.9856 9.15789 12.083 9.07852 12.1516 8.97644C12.2202 8.87435 12.2568 8.75417 12.2568 8.63119C12.2576 8.55059 12.2424 8.47064 12.2123 8.39589C12.1821 8.32114 12.1375 8.25307 12.081 8.19556C12.0246 8.13804 11.9573 8.09221 11.8831 8.06069C11.809 8.02916 11.7293 8.01256 11.6487 8.01182V8.01182ZM11.6487 9.07601C11.5592 9.07825 11.471 9.05375 11.3954 9.00563C11.3199 8.95752 11.2604 8.88798 11.2246 8.80589C11.1888 8.7238 11.1782 8.6329 11.1943 8.54479C11.2104 8.45668 11.2524 8.37537 11.3149 8.31124C11.3774 8.24711 11.4577 8.20308 11.5453 8.18477C11.633 8.16645 11.7241 8.17469 11.8071 8.20843C11.8901 8.24217 11.9611 8.29987 12.0111 8.37417C12.0611 8.44847 12.0879 8.536 12.0879 8.62556C12.0894 8.74258 12.0448 8.85549 11.9636 8.9398C11.8824 9.02412 11.7713 9.07306 11.6543 9.07601H11.6487Z" fill="url(#paint26_linear_49_4097)"/>
|
||||
<path d="M12.4312 10.9678V11.3112C12.5104 11.2759 12.5859 11.2325 12.6564 11.1817L12.4312 10.9678Z" fill="url(#paint25_linear_127_1784)"/>
|
||||
<path d="M11.6487 8.01182C11.5257 8.00959 11.4049 8.044 11.3016 8.11069C11.1983 8.17737 11.1171 8.2733 11.0685 8.38626C11.0199 8.49922 11.006 8.6241 11.0286 8.74497C11.0512 8.86585 11.1093 8.97727 11.1955 9.06502C11.2816 9.15277 11.392 9.21288 11.5124 9.23771C11.6328 9.26254 11.758 9.25095 11.8718 9.20442C11.9856 9.15789 12.083 9.07852 12.1516 8.97644C12.2202 8.87435 12.2568 8.75417 12.2568 8.63119C12.2576 8.55059 12.2424 8.47064 12.2123 8.39589C12.1821 8.32114 12.1375 8.25307 12.081 8.19556C12.0246 8.13804 11.9573 8.09221 11.8831 8.06069C11.809 8.02916 11.7293 8.01256 11.6487 8.01182V8.01182ZM11.6487 9.07601C11.5592 9.07825 11.471 9.05375 11.3954 9.00563C11.3199 8.95752 11.2604 8.88798 11.2246 8.80589C11.1888 8.7238 11.1782 8.6329 11.1943 8.54479C11.2104 8.45668 11.2524 8.37537 11.3149 8.31124C11.3774 8.24711 11.4577 8.20308 11.5453 8.18477C11.633 8.16645 11.7241 8.17469 11.8071 8.20843C11.8901 8.24217 11.9611 8.29987 12.0111 8.37417C12.0611 8.44847 12.0879 8.536 12.0879 8.62556C12.0894 8.74258 12.0448 8.85549 11.9636 8.9398C11.8824 9.02412 11.7713 9.07306 11.6543 9.07601H11.6487Z" fill="url(#paint26_linear_127_1784)"/>
|
||||
<g opacity="0.5">
|
||||
<path opacity="0.5" d="M11.6488 8.10191C11.7537 8.1008 11.8566 8.13089 11.9443 8.18836C12.0321 8.24584 12.1008 8.32811 12.1417 8.42472C12.1827 8.52133 12.194 8.62792 12.1742 8.73096C12.1544 8.834 12.1044 8.92883 12.0306 9.00342C11.9569 9.078 11.8626 9.12897 11.7597 9.14986C11.6569 9.17074 11.5502 9.16059 11.4532 9.1207C11.3561 9.08081 11.2731 9.01298 11.2147 8.92583C11.1563 8.83867 11.1251 8.73612 11.1251 8.6312C11.1244 8.56196 11.1374 8.49326 11.1633 8.42907C11.1893 8.36489 11.2278 8.3065 11.2765 8.25727C11.3252 8.20805 11.3832 8.16897 11.4471 8.14231C11.511 8.11564 11.5795 8.10191 11.6488 8.10191V8.10191ZM11.6488 8.0625C11.5374 8.0625 11.4285 8.09552 11.3359 8.15739C11.2433 8.21926 11.1712 8.3072 11.1286 8.41009C11.0859 8.51298 11.0748 8.62619 11.0965 8.73541C11.1182 8.84464 11.1719 8.94497 11.2506 9.02371C11.3294 9.10246 11.4297 9.15609 11.5389 9.17781C11.6481 9.19954 11.7613 9.18839 11.8642 9.14577C11.9671 9.10315 12.0551 9.03098 12.1169 8.93839C12.1788 8.84579 12.2118 8.73693 12.2118 8.62557C12.2118 8.47623 12.1525 8.33301 12.0469 8.22742C11.9413 8.12182 11.7981 8.0625 11.6488 8.0625V8.0625Z" fill="url(#paint27_linear_49_4097)"/>
|
||||
<path opacity="0.5" d="M11.6488 8.10191C11.7537 8.1008 11.8566 8.13089 11.9443 8.18836C12.0321 8.24584 12.1008 8.32811 12.1417 8.42472C12.1827 8.52133 12.194 8.62792 12.1742 8.73096C12.1544 8.834 12.1044 8.92883 12.0306 9.00342C11.9569 9.078 11.8626 9.12897 11.7597 9.14986C11.6569 9.17074 11.5502 9.16059 11.4532 9.1207C11.3561 9.08081 11.2731 9.01298 11.2147 8.92583C11.1563 8.83867 11.1251 8.73612 11.1251 8.6312C11.1244 8.56196 11.1374 8.49326 11.1633 8.42907C11.1893 8.36489 11.2278 8.3065 11.2765 8.25727C11.3252 8.20805 11.3832 8.16897 11.4471 8.14231C11.511 8.11564 11.5795 8.10191 11.6488 8.10191V8.10191ZM11.6488 8.0625C11.5374 8.0625 11.4285 8.09552 11.3359 8.15739C11.2433 8.21926 11.1712 8.3072 11.1286 8.41009C11.0859 8.51298 11.0748 8.62619 11.0965 8.73541C11.1182 8.84464 11.1719 8.94497 11.2506 9.02371C11.3294 9.10246 11.4297 9.15609 11.5389 9.17781C11.6481 9.19954 11.7613 9.18839 11.8642 9.14577C11.9671 9.10315 12.0551 9.03098 12.1169 8.93839C12.1788 8.84579 12.2118 8.73693 12.2118 8.62557C12.2118 8.47623 12.1525 8.33301 12.0469 8.22742C11.9413 8.12182 11.7981 8.0625 11.6488 8.0625V8.0625Z" fill="url(#paint27_linear_127_1784)"/>
|
||||
</g>
|
||||
<path d="M11.1613 8.58772C10.794 8.96422 10.5884 9.46938 10.5884 9.99538C10.5884 10.5214 10.794 11.0265 11.1613 11.403C11.452 11.69 11.823 11.8819 12.2252 11.9533C12.6274 12.0247 13.0419 11.9722 13.4136 11.8028L14.382 10.7611C14.5314 10.3972 14.571 9.99746 14.496 9.61126C14.421 9.22506 14.2345 8.86925 13.9597 8.58772C13.7773 8.40163 13.5596 8.25381 13.3193 8.15289C13.0791 8.05198 12.8211 8 12.5605 8C12.2999 8 12.042 8.05198 11.8017 8.15289C11.5614 8.25381 11.3437 8.40163 11.1613 8.58772V8.58772ZM12.248 9.71385C12.1652 9.76276 12.0683 9.78197 11.9731 9.76829C11.8779 9.75461 11.7903 9.70888 11.7246 9.63863C11.659 9.56839 11.6193 9.47785 11.6121 9.38198C11.6048 9.28611 11.6306 9.19064 11.6849 9.11137C11.7612 9.03971 11.8619 8.99981 11.9665 8.99981C12.0711 8.99981 12.1718 9.03971 12.248 9.11137C12.3261 9.1922 12.3698 9.30021 12.3698 9.41261C12.3698 9.525 12.3261 9.63301 12.248 9.71385V9.71385Z" fill="#C6C6C6"/>
|
||||
<path d="M11.1613 8.58772C10.794 8.96422 10.5884 9.46938 10.5884 9.99538C10.5884 10.5214 10.794 11.0265 11.1613 11.403C11.452 11.69 11.823 11.8819 12.2252 11.9533C12.6274 12.0247 13.0419 11.9722 13.4136 11.8028L14.382 10.7611C14.5314 10.3972 14.571 9.99746 14.496 9.61126C14.421 9.22506 14.2345 8.86925 13.9597 8.58772C13.7773 8.40163 13.5596 8.25381 13.3193 8.15289C13.0791 8.05198 12.8211 8 12.5605 8C12.2999 8 12.042 8.05198 11.8017 8.15289C11.5614 8.25381 11.3437 8.40163 11.1613 8.58772V8.58772ZM12.2874 9.77015C12.246 9.81254 12.1965 9.84623 12.1419 9.86923C12.0872 9.89223 12.0286 9.90407 11.9693 9.90407C11.91 9.90407 11.8513 9.89223 11.7967 9.86923C11.7421 9.84623 11.6926 9.81254 11.6512 9.77015C11.6036 9.68361 11.5854 9.58396 11.5993 9.48619C11.6132 9.38841 11.6585 9.2978 11.7284 9.22797C11.7982 9.15814 11.8888 9.11286 11.9866 9.09894C12.0843 9.08502 12.184 9.10321 12.2705 9.15078C12.3525 9.23754 12.3982 9.35237 12.3982 9.47173C12.3982 9.59108 12.3525 9.70592 12.2705 9.79267L12.2874 9.77015Z" fill="url(#paint28_linear_49_4097)"/>
|
||||
<path d="M11.398 8.85257C11.0935 9.16755 10.9233 9.58849 10.9233 10.0266C10.9233 10.4646 11.0935 10.8856 11.398 11.2006C11.6213 11.4255 11.905 11.5809 12.2148 11.6479C12.5246 11.7148 12.8472 11.6905 13.1435 11.5778L13.5376 11.972C13.5376 11.972 15.9081 14.3875 16.353 14.8154C16.55 14.8154 17.0681 14.7479 17.3045 14.7591C17.3045 14.6521 17.2201 14.5789 17.0005 14.1566C16.9442 14.0947 16.7415 14.0553 16.5782 13.892C16.5782 13.8639 16.3023 13.7175 16.2854 13.7062C16.2487 13.6107 16.1974 13.5214 16.1334 13.4416C16.0433 13.3571 16.0095 13.2107 15.9194 13.1206C15.8552 13.0788 15.7932 13.0336 15.7336 12.9855C15.6687 12.9447 15.6066 12.8995 15.5478 12.8503C15.041 12.3436 14.5399 11.8368 14.2584 11.544C14.416 11.3864 14.7426 11.1274 14.5737 10.981L14.4611 10.8402L14.1345 10.5136C14.2162 10.2272 14.2206 9.9242 14.1475 9.63545C14.0743 9.34671 13.9261 9.08244 13.7178 8.86946C13.5675 8.71446 13.3879 8.59091 13.1893 8.50603C12.9908 8.42114 12.7774 8.37662 12.5614 8.37504C12.3455 8.37347 12.1315 8.41488 11.9317 8.49687C11.732 8.57885 11.5505 8.69977 11.398 8.85257V8.85257ZM12.2876 9.74785C12.2445 9.79334 12.1925 9.82957 12.1349 9.85433C12.0773 9.87908 12.0153 9.89185 11.9526 9.89185C11.8899 9.89185 11.8279 9.87908 11.7703 9.85433C11.7127 9.82957 11.6607 9.79334 11.6176 9.74785C11.5282 9.65814 11.478 9.53665 11.478 9.41001C11.478 9.28336 11.5282 9.16188 11.6176 9.07217C11.6615 9.02807 11.7137 8.99309 11.7712 8.96922C11.8287 8.94534 11.8904 8.93306 11.9526 8.93306C12.0149 8.93306 12.0765 8.94534 12.134 8.96922C12.1915 8.99309 12.2437 9.02807 12.2876 9.07217C12.377 9.16188 12.4272 9.28336 12.4272 9.41001C12.4272 9.53665 12.377 9.65814 12.2876 9.74785V9.74785Z" fill="url(#paint29_linear_49_4097)"/>
|
||||
<path d="M11.398 8.85254C11.0935 9.16752 10.9233 9.58846 10.9233 10.0265C10.9233 10.4646 11.0935 10.8855 11.398 11.2005C11.6213 11.4255 11.905 11.5809 12.2148 11.6478C12.5246 11.7148 12.8472 11.6905 13.1435 11.5778L13.5376 11.9719C13.5376 11.9719 15.8575 14.3312 16.3135 14.7872" stroke="url(#paint30_linear_49_4097)" stroke-width="0.0337839" stroke-miterlimit="10"/>
|
||||
<path d="M11.1613 8.58772C10.794 8.96422 10.5884 9.46938 10.5884 9.99538C10.5884 10.5214 10.794 11.0265 11.1613 11.403C11.452 11.69 11.823 11.8819 12.2252 11.9533C12.6274 12.0247 13.0419 11.9722 13.4136 11.8028L14.382 10.7611C14.5314 10.3972 14.571 9.99746 14.496 9.61126C14.421 9.22506 14.2345 8.86925 13.9597 8.58772C13.7773 8.40163 13.5596 8.25381 13.3193 8.15289C13.0791 8.05198 12.8211 8 12.5605 8C12.2999 8 12.042 8.05198 11.8017 8.15289C11.5614 8.25381 11.3437 8.40163 11.1613 8.58772V8.58772ZM12.2874 9.77015C12.246 9.81254 12.1965 9.84623 12.1419 9.86923C12.0872 9.89223 12.0286 9.90407 11.9693 9.90407C11.91 9.90407 11.8513 9.89223 11.7967 9.86923C11.7421 9.84623 11.6926 9.81254 11.6512 9.77015C11.6036 9.68361 11.5854 9.58396 11.5993 9.48619C11.6132 9.38841 11.6585 9.2978 11.7284 9.22797C11.7982 9.15814 11.8888 9.11286 11.9866 9.09894C12.0843 9.08502 12.184 9.10321 12.2705 9.15078C12.3525 9.23754 12.3982 9.35237 12.3982 9.47173C12.3982 9.59108 12.3525 9.70592 12.2705 9.79267L12.2874 9.77015Z" fill="url(#paint28_linear_127_1784)"/>
|
||||
<path d="M11.398 8.85257C11.0935 9.16755 10.9233 9.58849 10.9233 10.0266C10.9233 10.4646 11.0935 10.8856 11.398 11.2006C11.6213 11.4255 11.905 11.5809 12.2148 11.6479C12.5246 11.7148 12.8472 11.6905 13.1435 11.5778L13.5376 11.972C13.5376 11.972 15.9081 14.3875 16.353 14.8154C16.55 14.8154 17.0681 14.7479 17.3045 14.7591C17.3045 14.6521 17.2201 14.5789 17.0005 14.1566C16.9442 14.0947 16.7415 14.0553 16.5782 13.892C16.5782 13.8639 16.3023 13.7175 16.2854 13.7062C16.2487 13.6107 16.1974 13.5214 16.1334 13.4416C16.0433 13.3571 16.0095 13.2107 15.9194 13.1206C15.8552 13.0788 15.7932 13.0336 15.7336 12.9855C15.6687 12.9447 15.6066 12.8995 15.5478 12.8503C15.041 12.3436 14.5399 11.8368 14.2584 11.544C14.416 11.3864 14.7426 11.1274 14.5737 10.981L14.4611 10.8402L14.1345 10.5136C14.2162 10.2272 14.2206 9.9242 14.1475 9.63545C14.0743 9.34671 13.9261 9.08244 13.7178 8.86946C13.5675 8.71446 13.3879 8.59091 13.1893 8.50603C12.9908 8.42114 12.7774 8.37662 12.5614 8.37504C12.3455 8.37347 12.1315 8.41488 11.9317 8.49687C11.732 8.57885 11.5505 8.69977 11.398 8.85257V8.85257ZM12.2876 9.74785C12.2445 9.79334 12.1925 9.82957 12.1349 9.85433C12.0773 9.87908 12.0153 9.89185 11.9526 9.89185C11.8899 9.89185 11.8279 9.87908 11.7703 9.85433C11.7127 9.82957 11.6607 9.79334 11.6176 9.74785C11.5282 9.65814 11.478 9.53665 11.478 9.41001C11.478 9.28336 11.5282 9.16188 11.6176 9.07217C11.6615 9.02807 11.7137 8.99309 11.7712 8.96922C11.8287 8.94534 11.8904 8.93306 11.9526 8.93306C12.0149 8.93306 12.0765 8.94534 12.134 8.96922C12.1915 8.99309 12.2437 9.02807 12.2876 9.07217C12.377 9.16188 12.4272 9.28336 12.4272 9.41001C12.4272 9.53665 12.377 9.65814 12.2876 9.74785V9.74785Z" fill="url(#paint29_linear_127_1784)"/>
|
||||
<path d="M11.398 8.85254C11.0935 9.16752 10.9233 9.58846 10.9233 10.0265C10.9233 10.4646 11.0935 10.8855 11.398 11.2005C11.6213 11.4255 11.905 11.5809 12.2148 11.6478C12.5246 11.7148 12.8472 11.6905 13.1435 11.5778L13.5376 11.9719C13.5376 11.9719 15.8575 14.3312 16.3135 14.7872" stroke="url(#paint30_linear_127_1784)" stroke-width="0.0337839" stroke-miterlimit="10"/>
|
||||
<path d="M17.3327 14.748C17.303 14.4884 17.2578 14.2308 17.1976 13.9766L16.7528 13.5205L16.4375 13.4642C16.4375 13.4642 16.4093 13.2052 16.4093 13.1771L16.139 12.9124C16.0434 12.9185 15.9475 12.9185 15.8519 12.9124C15.8519 12.9124 15.8519 12.6309 15.8181 12.6253L14.5287 11.2852L14.219 11.6005L17.3327 14.748Z" fill="#C2C5C7"/>
|
||||
<path d="M16.6456 14.7985L13.8528 11.9719L14.0386 11.7861L16.9891 14.7704L16.6456 14.7985Z" fill="#C2C5C7"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.4">
|
||||
@ -95,16 +95,16 @@
|
||||
<path d="M14.1401 10.502L14.3766 10.7441C14.4255 10.6722 14.4547 10.5887 14.4611 10.502H14.1401Z" fill="#808080"/>
|
||||
</g>
|
||||
<g opacity="0.5">
|
||||
<path opacity="0.5" d="M11.9499 8.86875C12.091 8.87218 12.2256 8.92845 12.3271 9.02641C12.4237 9.13053 12.4774 9.26729 12.4774 9.4093C12.4774 9.5513 12.4237 9.68806 12.3271 9.79218C12.2782 9.84381 12.2193 9.88492 12.1539 9.91302C12.0886 9.94112 12.0182 9.95561 11.9471 9.95561C11.8759 9.95561 11.8056 9.94112 11.7402 9.91302C11.6749 9.88492 11.6159 9.84381 11.567 9.79218C11.4704 9.68806 11.4168 9.5513 11.4168 9.4093C11.4168 9.26729 11.4704 9.13053 11.567 9.02641C11.6652 8.92683 11.7988 8.87015 11.9386 8.86875H11.9499ZM11.9386 8.83497C11.8641 8.83528 11.7904 8.85037 11.7218 8.87937C11.6532 8.90836 11.591 8.95069 11.5389 9.00389C11.4861 9.05828 11.4449 9.12275 11.4177 9.19344C11.3905 9.26413 11.3778 9.33958 11.3805 9.41529C11.3831 9.49099 11.401 9.56538 11.433 9.63401C11.4651 9.70264 11.5106 9.7641 11.567 9.8147C11.6194 9.86833 11.6821 9.91095 11.7512 9.94004C11.8203 9.96913 11.8946 9.98412 11.9696 9.98412C12.0446 9.98412 12.1189 9.96913 12.188 9.94004C12.2571 9.91095 12.3197 9.86833 12.3722 9.8147C12.4267 9.76218 12.47 9.69921 12.4996 9.62955C12.5292 9.55989 12.5445 9.48498 12.5445 9.4093C12.5445 9.33361 12.5292 9.2587 12.4996 9.18904C12.47 9.11939 12.4267 9.05641 12.3722 9.00389C12.3194 8.95001 12.2563 8.90729 12.1866 8.87827C12.117 8.84926 12.0422 8.83453 11.9668 8.83497H11.9386Z" fill="url(#paint31_linear_49_4097)"/>
|
||||
<path opacity="0.5" d="M11.9499 8.86875C12.091 8.87218 12.2256 8.92845 12.3271 9.02641C12.4237 9.13053 12.4774 9.26729 12.4774 9.4093C12.4774 9.5513 12.4237 9.68806 12.3271 9.79218C12.2782 9.84381 12.2193 9.88492 12.1539 9.91302C12.0886 9.94112 12.0182 9.95561 11.9471 9.95561C11.8759 9.95561 11.8056 9.94112 11.7402 9.91302C11.6749 9.88492 11.6159 9.84381 11.567 9.79218C11.4704 9.68806 11.4168 9.5513 11.4168 9.4093C11.4168 9.26729 11.4704 9.13053 11.567 9.02641C11.6652 8.92683 11.7988 8.87015 11.9386 8.86875H11.9499ZM11.9386 8.83497C11.8641 8.83528 11.7904 8.85037 11.7218 8.87937C11.6532 8.90836 11.591 8.95069 11.5389 9.00389C11.4861 9.05828 11.4449 9.12275 11.4177 9.19344C11.3905 9.26413 11.3778 9.33958 11.3805 9.41529C11.3831 9.49099 11.401 9.56538 11.433 9.63401C11.4651 9.70264 11.5106 9.7641 11.567 9.8147C11.6194 9.86833 11.6821 9.91095 11.7512 9.94004C11.8203 9.96913 11.8946 9.98412 11.9696 9.98412C12.0446 9.98412 12.1189 9.96913 12.188 9.94004C12.2571 9.91095 12.3197 9.86833 12.3722 9.8147C12.4267 9.76218 12.47 9.69921 12.4996 9.62955C12.5292 9.55989 12.5445 9.48498 12.5445 9.4093C12.5445 9.33361 12.5292 9.2587 12.4996 9.18904C12.47 9.11939 12.4267 9.05641 12.3722 9.00389C12.3194 8.95001 12.2563 8.90729 12.1866 8.87827C12.117 8.84926 12.0422 8.83453 11.9668 8.83497H11.9386Z" fill="url(#paint31_linear_127_1784)"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.3">
|
||||
<path d="M8.84172 10.4687C8.88113 10.5982 9.90591 10.0746 10.0354 10.0352C10.0261 10.2235 10.0374 10.4123 10.0692 10.5982L10.362 10.4124L10.6717 10.3054V10.221L11.0039 10.0352L11.9048 9.71423L12.13 9.62414C12.023 9.65792 11.9273 9.66355 11.8879 9.53968L12.1751 9.37076C12.13 9.24125 12.13 9.15116 11.978 9.20184L8.99374 10.1647C8.93354 10.1852 8.88384 10.2286 8.8554 10.2855C8.82695 10.3424 8.82203 10.4082 8.84172 10.4687V10.4687Z" fill="black"/>
|
||||
</g>
|
||||
<path style="mix-blend-mode:multiply" d="M11.5218 8.98202C11.408 9.09875 11.3442 9.25535 11.3442 9.4184C11.3442 9.58145 11.408 9.73805 11.5218 9.85477C11.6366 9.96791 11.7913 10.0313 11.9525 10.0313C12.1137 10.0313 12.2685 9.96791 12.3833 9.85477C12.4971 9.73805 12.5608 9.58145 12.5608 9.4184C12.5608 9.25535 12.4971 9.09875 12.3833 8.98202C12.3272 8.92465 12.2602 8.87906 12.1862 8.84794C12.1122 8.81681 12.0328 8.80078 11.9525 8.80078C11.8723 8.80078 11.7929 8.81681 11.7189 8.84794C11.6449 8.87906 11.5779 8.92465 11.5218 8.98202V8.98202ZM12.265 9.71401C12.2242 9.75538 12.1755 9.78822 12.1219 9.81064C12.0682 9.83306 12.0107 9.8446 11.9525 9.8446C11.8944 9.8446 11.8368 9.83306 11.7832 9.81064C11.7296 9.78822 11.6809 9.75538 11.64 9.71401C11.5985 9.67267 11.5655 9.62354 11.543 9.56943C11.5206 9.51532 11.509 9.45729 11.509 9.39869C11.509 9.34009 11.5206 9.28207 11.543 9.22796C11.5655 9.17384 11.5985 9.12471 11.64 9.08338C11.6809 9.04201 11.7296 9.00916 11.7832 8.98674C11.8368 8.96432 11.8944 8.95278 11.9525 8.95278C12.0107 8.95278 12.0682 8.96432 12.1219 8.98674C12.1755 9.00916 12.2242 9.04201 12.265 9.08338C12.3066 9.12471 12.3395 9.17384 12.362 9.22796C12.3845 9.28207 12.3961 9.34009 12.3961 9.39869C12.3961 9.45729 12.3845 9.51532 12.362 9.56943C12.3395 9.62354 12.3066 9.67267 12.265 9.71401Z" fill="url(#paint32_linear_49_4097)"/>
|
||||
<path style="mix-blend-mode:multiply" d="M11.5218 8.98202C11.408 9.09875 11.3442 9.25535 11.3442 9.4184C11.3442 9.58145 11.408 9.73805 11.5218 9.85477C11.6366 9.96791 11.7913 10.0313 11.9525 10.0313C12.1137 10.0313 12.2685 9.96791 12.3833 9.85477C12.4971 9.73805 12.5608 9.58145 12.5608 9.4184C12.5608 9.25535 12.4971 9.09875 12.3833 8.98202C12.3272 8.92465 12.2602 8.87906 12.1862 8.84794C12.1122 8.81681 12.0328 8.80078 11.9525 8.80078C11.8723 8.80078 11.7929 8.81681 11.7189 8.84794C11.6449 8.87906 11.5779 8.92465 11.5218 8.98202V8.98202ZM12.265 9.71401C12.2242 9.75538 12.1755 9.78822 12.1219 9.81064C12.0682 9.83306 12.0107 9.8446 11.9525 9.8446C11.8944 9.8446 11.8368 9.83306 11.7832 9.81064C11.7296 9.78822 11.6809 9.75538 11.64 9.71401C11.5985 9.67267 11.5655 9.62354 11.543 9.56943C11.5206 9.51532 11.509 9.45729 11.509 9.39869C11.509 9.34009 11.5206 9.28207 11.543 9.22796C11.5655 9.17384 11.5985 9.12471 11.64 9.08338C11.6809 9.04201 11.7296 9.00916 11.7832 8.98674C11.8368 8.96432 11.8944 8.95278 11.9525 8.95278C12.0107 8.95278 12.0682 8.96432 12.1219 8.98674C12.1755 9.00916 12.2242 9.04201 12.265 9.08338C12.3066 9.12471 12.3395 9.17384 12.362 9.22796C12.3845 9.28207 12.3961 9.34009 12.3961 9.39869C12.3961 9.45729 12.3845 9.51532 12.362 9.56943C12.3395 9.62354 12.3066 9.67267 12.265 9.71401Z" fill="url(#paint32_linear_127_1784)"/>
|
||||
<path d="M11.1613 7.93928C10.794 8.31578 10.5884 8.82094 10.5884 9.34694C10.5884 9.87294 10.794 10.3781 11.1613 10.7546C11.452 11.0416 11.823 11.2335 12.2252 11.3049C12.6274 11.3763 13.0419 11.3238 13.4136 11.1544L14.382 10.1127C14.5314 9.74875 14.571 9.34903 14.496 8.96282C14.421 8.57662 14.2345 8.22082 13.9597 7.93928C13.7773 7.7532 13.5596 7.60537 13.3193 7.50446C13.0791 7.40354 12.8211 7.35156 12.5605 7.35156C12.2999 7.35156 12.042 7.40354 11.8017 7.50446C11.5614 7.60537 11.3437 7.7532 11.1613 7.93928V7.93928ZM12.248 9.06541C12.1652 9.11432 12.0683 9.13353 11.9731 9.11985C11.8779 9.10618 11.7903 9.06044 11.7246 8.9902C11.659 8.91995 11.6193 8.82941 11.6121 8.73354C11.6048 8.63767 11.6306 8.5422 11.6849 8.46293C11.7612 8.39127 11.8619 8.35138 11.9665 8.35138C12.0711 8.35138 12.1718 8.39127 12.248 8.46293C12.3261 8.54376 12.3698 8.65177 12.3698 8.76417C12.3698 8.87657 12.3261 8.98457 12.248 9.06541V9.06541Z" fill="#C6C6C6"/>
|
||||
<path d="M11.1613 7.93928C10.794 8.31578 10.5884 8.82094 10.5884 9.34694C10.5884 9.87294 10.794 10.3781 11.1613 10.7546C11.452 11.0416 11.823 11.2335 12.2252 11.3049C12.6274 11.3763 13.0419 11.3238 13.4136 11.1544L14.382 10.1127C14.5314 9.74875 14.571 9.34903 14.496 8.96282C14.421 8.57662 14.2345 8.22082 13.9597 7.93928C13.7773 7.7532 13.5596 7.60537 13.3193 7.50446C13.0791 7.40354 12.8211 7.35156 12.5605 7.35156C12.2999 7.35156 12.042 7.40354 11.8017 7.50446C11.5614 7.60537 11.3437 7.7532 11.1613 7.93928V7.93928ZM12.2874 9.12171C12.246 9.16411 12.1965 9.19779 12.1419 9.22079C12.0872 9.24379 12.0286 9.25564 11.9693 9.25564C11.91 9.25564 11.8513 9.24379 11.7967 9.22079C11.7421 9.19779 11.6926 9.16411 11.6512 9.12171C11.6036 9.03517 11.5854 8.93552 11.5993 8.83775C11.6132 8.73998 11.6585 8.64936 11.7284 8.57953C11.7982 8.5097 11.8888 8.46442 11.9866 8.4505C12.0843 8.43658 12.184 8.45477 12.2705 8.50234C12.3525 8.5891 12.3982 8.70393 12.3982 8.82329C12.3982 8.94265 12.3525 9.05748 12.2705 9.14424L12.2874 9.12171Z" fill="url(#paint33_linear_49_4097)"/>
|
||||
<path d="M11.398 8.20414C11.0935 8.51911 10.9233 8.94005 10.9233 9.37813C10.9233 9.8162 11.0935 10.2371 11.398 10.5521C11.6213 10.7771 11.905 10.9325 12.2148 10.9994C12.5246 11.0664 12.8472 11.0421 13.1435 10.9294L13.5376 11.3235C13.5376 11.3235 15.9081 13.7391 16.353 14.167C16.55 14.167 17.0681 14.0994 17.3045 14.1107C17.3045 14.0037 17.2201 13.9305 17.0005 13.5082C16.9442 13.4463 16.7415 13.4069 16.5782 13.2436C16.5782 13.2154 16.3023 13.069 16.2854 13.0578C16.2487 12.9622 16.1974 12.8729 16.1334 12.7931C16.0433 12.7087 16.0095 12.5623 15.9194 12.4722C15.8552 12.4303 15.7932 12.3852 15.7336 12.337C15.6687 12.2963 15.6066 12.2511 15.5478 12.2019C15.041 11.6951 14.5399 11.1884 14.2584 10.8956C14.416 10.7379 14.7426 10.4789 14.5737 10.3325L14.4611 10.1918L14.1345 9.86518C14.2162 9.57872 14.2206 9.27576 14.1475 8.98701C14.0743 8.69827 13.9261 8.43401 13.7178 8.22103C13.5675 8.06602 13.3879 7.94247 13.1893 7.85759C12.9908 7.7727 12.7774 7.72818 12.5614 7.72661C12.3455 7.72503 12.1315 7.76645 11.9317 7.84843C11.732 7.93041 11.5505 8.05133 11.398 8.20414V8.20414ZM12.2876 9.09941C12.2445 9.1449 12.1925 9.18113 12.1349 9.20589C12.0773 9.23065 12.0153 9.24341 11.9526 9.24341C11.8899 9.24341 11.8279 9.23065 11.7703 9.20589C11.7127 9.18113 11.6607 9.1449 11.6176 9.09941C11.5282 9.0097 11.478 8.88822 11.478 8.76157C11.478 8.63492 11.5282 8.51344 11.6176 8.42373C11.6615 8.37964 11.7137 8.34465 11.7712 8.32078C11.8287 8.29691 11.8904 8.28462 11.9526 8.28462C12.0149 8.28462 12.0765 8.29691 12.134 8.32078C12.1915 8.34465 12.2437 8.37964 12.2876 8.42373C12.377 8.51344 12.4272 8.63492 12.4272 8.76157C12.4272 8.88822 12.377 9.0097 12.2876 9.09941V9.09941Z" fill="url(#paint34_linear_49_4097)"/>
|
||||
<path d="M11.398 8.2041C11.0935 8.51908 10.9233 8.94002 10.9233 9.37809C10.9233 9.81616 11.0935 10.2371 11.398 10.5521C11.6213 10.7771 11.905 10.9324 12.2148 10.9994C12.5246 11.0664 12.8472 11.042 13.1435 10.9293L13.5376 11.3235C13.5376 11.3235 15.8575 13.6827 16.3135 14.1388" stroke="url(#paint35_linear_49_4097)" stroke-width="0.0337839" stroke-miterlimit="10"/>
|
||||
<path d="M11.1613 7.93928C10.794 8.31578 10.5884 8.82094 10.5884 9.34694C10.5884 9.87294 10.794 10.3781 11.1613 10.7546C11.452 11.0416 11.823 11.2335 12.2252 11.3049C12.6274 11.3763 13.0419 11.3238 13.4136 11.1544L14.382 10.1127C14.5314 9.74875 14.571 9.34903 14.496 8.96282C14.421 8.57662 14.2345 8.22082 13.9597 7.93928C13.7773 7.7532 13.5596 7.60537 13.3193 7.50446C13.0791 7.40354 12.8211 7.35156 12.5605 7.35156C12.2999 7.35156 12.042 7.40354 11.8017 7.50446C11.5614 7.60537 11.3437 7.7532 11.1613 7.93928V7.93928ZM12.2874 9.12171C12.246 9.16411 12.1965 9.19779 12.1419 9.22079C12.0872 9.24379 12.0286 9.25564 11.9693 9.25564C11.91 9.25564 11.8513 9.24379 11.7967 9.22079C11.7421 9.19779 11.6926 9.16411 11.6512 9.12171C11.6036 9.03517 11.5854 8.93552 11.5993 8.83775C11.6132 8.73998 11.6585 8.64936 11.7284 8.57953C11.7982 8.5097 11.8888 8.46442 11.9866 8.4505C12.0843 8.43658 12.184 8.45477 12.2705 8.50234C12.3525 8.5891 12.3982 8.70393 12.3982 8.82329C12.3982 8.94265 12.3525 9.05748 12.2705 9.14424L12.2874 9.12171Z" fill="url(#paint33_linear_127_1784)"/>
|
||||
<path d="M11.398 8.20414C11.0935 8.51911 10.9233 8.94005 10.9233 9.37813C10.9233 9.8162 11.0935 10.2371 11.398 10.5521C11.6213 10.7771 11.905 10.9325 12.2148 10.9994C12.5246 11.0664 12.8472 11.0421 13.1435 10.9294L13.5376 11.3235C13.5376 11.3235 15.9081 13.7391 16.353 14.167C16.55 14.167 17.0681 14.0994 17.3045 14.1107C17.3045 14.0037 17.2201 13.9305 17.0005 13.5082C16.9442 13.4463 16.7415 13.4069 16.5782 13.2436C16.5782 13.2154 16.3023 13.069 16.2854 13.0578C16.2487 12.9622 16.1974 12.8729 16.1334 12.7931C16.0433 12.7087 16.0095 12.5623 15.9194 12.4722C15.8552 12.4303 15.7932 12.3852 15.7336 12.337C15.6687 12.2963 15.6066 12.2511 15.5478 12.2019C15.041 11.6951 14.5399 11.1884 14.2584 10.8956C14.416 10.7379 14.7426 10.4789 14.5737 10.3325L14.4611 10.1918L14.1345 9.86518C14.2162 9.57872 14.2206 9.27576 14.1475 8.98701C14.0743 8.69827 13.9261 8.43401 13.7178 8.22103C13.5675 8.06602 13.3879 7.94247 13.1893 7.85759C12.9908 7.7727 12.7774 7.72818 12.5614 7.72661C12.3455 7.72503 12.1315 7.76645 11.9317 7.84843C11.732 7.93041 11.5505 8.05133 11.398 8.20414V8.20414ZM12.2876 9.09941C12.2445 9.1449 12.1925 9.18113 12.1349 9.20589C12.0773 9.23065 12.0153 9.24341 11.9526 9.24341C11.8899 9.24341 11.8279 9.23065 11.7703 9.20589C11.7127 9.18113 11.6607 9.1449 11.6176 9.09941C11.5282 9.0097 11.478 8.88822 11.478 8.76157C11.478 8.63492 11.5282 8.51344 11.6176 8.42373C11.6615 8.37964 11.7137 8.34465 11.7712 8.32078C11.8287 8.29691 11.8904 8.28462 11.9526 8.28462C12.0149 8.28462 12.0765 8.29691 12.134 8.32078C12.1915 8.34465 12.2437 8.37964 12.2876 8.42373C12.377 8.51344 12.4272 8.63492 12.4272 8.76157C12.4272 8.88822 12.377 9.0097 12.2876 9.09941V9.09941Z" fill="url(#paint34_linear_127_1784)"/>
|
||||
<path d="M11.398 8.2041C11.0935 8.51908 10.9233 8.94002 10.9233 9.37809C10.9233 9.81616 11.0935 10.2371 11.398 10.5521C11.6213 10.7771 11.905 10.9324 12.2148 10.9994C12.5246 11.0664 12.8472 11.042 13.1435 10.9293L13.5376 11.3235C13.5376 11.3235 15.8575 13.6827 16.3135 14.1388" stroke="url(#paint35_linear_127_1784)" stroke-width="0.0337839" stroke-miterlimit="10"/>
|
||||
<path d="M17.3327 14.0996C17.303 13.84 17.2578 13.5824 17.1976 13.3282L16.7528 12.8721L16.4375 12.8158C16.4375 12.8158 16.4093 12.5568 16.4093 12.5286L16.139 12.264C16.0434 12.2701 15.9475 12.2701 15.8519 12.264C15.8519 12.264 15.8519 11.9824 15.8181 11.9768L14.5287 10.6367L14.219 10.952L17.3327 14.0996Z" fill="#C2C5C7"/>
|
||||
<path d="M16.6456 14.1501L13.8528 11.3235L14.0386 11.1377L16.9891 14.1219L16.6456 14.1501Z" fill="#C2C5C7"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.4">
|
||||
@ -122,13 +122,13 @@
|
||||
<path d="M14.1401 9.85352L14.3766 10.0956C14.4255 10.0237 14.4547 9.94023 14.4611 9.85352H14.1401Z" fill="#808080"/>
|
||||
</g>
|
||||
<g opacity="0.5">
|
||||
<path opacity="0.5" d="M11.9499 8.22032C12.091 8.22374 12.2256 8.28001 12.3271 8.37798C12.4237 8.48209 12.4774 8.61885 12.4774 8.76086C12.4774 8.90286 12.4237 9.03962 12.3271 9.14374C12.2782 9.19537 12.2193 9.23649 12.1539 9.26459C12.0886 9.29268 12.0182 9.30718 11.9471 9.30718C11.8759 9.30718 11.8056 9.29268 11.7402 9.26459C11.6749 9.23649 11.6159 9.19537 11.567 9.14374C11.4704 9.03962 11.4168 8.90286 11.4168 8.76086C11.4168 8.61885 11.4704 8.48209 11.567 8.37798C11.6652 8.27839 11.7988 8.22171 11.9386 8.22032H11.9499ZM11.9386 8.18653C11.8641 8.18684 11.7904 8.20193 11.7218 8.23093C11.6532 8.25992 11.591 8.30225 11.5389 8.35545C11.4861 8.40985 11.4449 8.47432 11.4177 8.54501C11.3905 8.61569 11.3778 8.69115 11.3805 8.76685C11.3831 8.84255 11.401 8.91694 11.433 8.98557C11.4651 9.0542 11.5106 9.11566 11.567 9.16627C11.6194 9.2199 11.6821 9.26251 11.7512 9.2916C11.8203 9.32069 11.8946 9.33568 11.9696 9.33568C12.0446 9.33568 12.1189 9.32069 12.188 9.2916C12.2571 9.26251 12.3197 9.2199 12.3722 9.16627C12.4267 9.11374 12.47 9.05077 12.4996 8.98111C12.5292 8.91146 12.5445 8.83655 12.5445 8.76086C12.5445 8.68517 12.5292 8.61026 12.4996 8.54061C12.47 8.47095 12.4267 8.40798 12.3722 8.35545C12.3194 8.30157 12.2563 8.25885 12.1866 8.22984C12.117 8.20082 12.0422 8.18609 11.9668 8.18653H11.9386Z" fill="url(#paint36_linear_49_4097)"/>
|
||||
<path opacity="0.5" d="M11.9499 8.22032C12.091 8.22374 12.2256 8.28001 12.3271 8.37798C12.4237 8.48209 12.4774 8.61885 12.4774 8.76086C12.4774 8.90286 12.4237 9.03962 12.3271 9.14374C12.2782 9.19537 12.2193 9.23649 12.1539 9.26459C12.0886 9.29268 12.0182 9.30718 11.9471 9.30718C11.8759 9.30718 11.8056 9.29268 11.7402 9.26459C11.6749 9.23649 11.6159 9.19537 11.567 9.14374C11.4704 9.03962 11.4168 8.90286 11.4168 8.76086C11.4168 8.61885 11.4704 8.48209 11.567 8.37798C11.6652 8.27839 11.7988 8.22171 11.9386 8.22032H11.9499ZM11.9386 8.18653C11.8641 8.18684 11.7904 8.20193 11.7218 8.23093C11.6532 8.25992 11.591 8.30225 11.5389 8.35545C11.4861 8.40985 11.4449 8.47432 11.4177 8.54501C11.3905 8.61569 11.3778 8.69115 11.3805 8.76685C11.3831 8.84255 11.401 8.91694 11.433 8.98557C11.4651 9.0542 11.5106 9.11566 11.567 9.16627C11.6194 9.2199 11.6821 9.26251 11.7512 9.2916C11.8203 9.32069 11.8946 9.33568 11.9696 9.33568C12.0446 9.33568 12.1189 9.32069 12.188 9.2916C12.2571 9.26251 12.3197 9.2199 12.3722 9.16627C12.4267 9.11374 12.47 9.05077 12.4996 8.98111C12.5292 8.91146 12.5445 8.83655 12.5445 8.76086C12.5445 8.68517 12.5292 8.61026 12.4996 8.54061C12.47 8.47095 12.4267 8.40798 12.3722 8.35545C12.3194 8.30157 12.2563 8.25885 12.1866 8.22984C12.117 8.20082 12.0422 8.18609 11.9668 8.18653H11.9386Z" fill="url(#paint36_linear_127_1784)"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.3">
|
||||
<path d="M8.84172 9.8203C8.88113 9.9498 9.90591 9.42615 10.0354 9.38674C10.0261 9.5751 10.0374 9.76391 10.0692 9.9498L10.362 9.76399L10.6717 9.65701V9.57255L11.0039 9.38674L11.9048 9.06579L12.13 8.9757C12.023 9.00948 11.9273 9.01512 11.8879 8.89124L12.1751 8.72232C12.13 8.59282 12.13 8.50273 11.978 8.5534L8.99374 9.51624C8.93354 9.53679 8.88384 9.58021 8.8554 9.6371C8.82695 9.694 8.82203 9.75981 8.84172 9.8203V9.8203Z" fill="black"/>
|
||||
</g>
|
||||
<path style="mix-blend-mode:multiply" d="M11.5218 8.33359C11.408 8.45032 11.3442 8.60691 11.3442 8.76996C11.3442 8.93301 11.408 9.08961 11.5218 9.20634C11.6366 9.31947 11.7913 9.38289 11.9525 9.38289C12.1137 9.38289 12.2685 9.31947 12.3833 9.20634C12.4971 9.08961 12.5608 8.93301 12.5608 8.76996C12.5608 8.60691 12.4971 8.45032 12.3833 8.33359C12.3272 8.27621 12.2602 8.23062 12.1862 8.1995C12.1122 8.16838 12.0328 8.15234 11.9525 8.15234C11.8723 8.15234 11.7929 8.16838 11.7189 8.1995C11.6449 8.23062 11.5779 8.27621 11.5218 8.33359V8.33359ZM12.265 9.06557C12.2242 9.10694 12.1755 9.13979 12.1219 9.1622C12.0682 9.18462 12.0107 9.19617 11.9525 9.19617C11.8944 9.19617 11.8368 9.18462 11.7832 9.1622C11.7296 9.13979 11.6809 9.10694 11.64 9.06557C11.5985 9.02424 11.5655 8.9751 11.543 8.92099C11.5206 8.86688 11.509 8.80886 11.509 8.75025C11.509 8.69165 11.5206 8.63363 11.543 8.57952C11.5655 8.52541 11.5985 8.47627 11.64 8.43494C11.6809 8.39357 11.7296 8.36072 11.7832 8.33831C11.8368 8.31589 11.8944 8.30434 11.9525 8.30434C12.0107 8.30434 12.0682 8.31589 12.1219 8.33831C12.1755 8.36072 12.2242 8.39357 12.265 8.43494C12.3066 8.47627 12.3395 8.52541 12.362 8.57952C12.3845 8.63363 12.3961 8.69165 12.3961 8.75025C12.3961 8.80886 12.3845 8.86688 12.362 8.92099C12.3395 8.9751 12.3066 9.02424 12.265 9.06557Z" fill="url(#paint37_linear_49_4097)"/>
|
||||
<path d="M8.75152 9.78612C8.76105 9.81637 8.77656 9.84439 8.79714 9.86853C8.81773 9.89266 8.84295 9.9124 8.87132 9.92659C8.89969 9.94077 8.93062 9.9491 8.96227 9.95109C8.99393 9.95307 9.02566 9.94867 9.05557 9.93815L12.0398 8.98094C12.1004 8.9592 12.1502 8.91471 12.1786 8.8569C12.207 8.79909 12.2117 8.7325 12.1918 8.67125C12.1846 8.64158 12.1716 8.61365 12.1534 8.58906C12.1353 8.56448 12.1125 8.54373 12.0863 8.52802C12.0602 8.51231 12.0311 8.50195 12.0009 8.49754C11.9707 8.49313 11.9399 8.49476 11.9103 8.50233L8.92044 9.47643C8.88889 9.48548 8.85945 9.5007 8.83383 9.52122C8.80822 9.54174 8.78693 9.56714 8.77122 9.59595C8.7555 9.62476 8.74567 9.65641 8.74229 9.68906C8.7389 9.7217 8.74204 9.7547 8.75152 9.78612V9.78612Z" fill="url(#paint38_linear_49_4097)"/>
|
||||
<path style="mix-blend-mode:multiply" d="M11.5218 8.33359C11.408 8.45032 11.3442 8.60691 11.3442 8.76996C11.3442 8.93301 11.408 9.08961 11.5218 9.20634C11.6366 9.31947 11.7913 9.38289 11.9525 9.38289C12.1137 9.38289 12.2685 9.31947 12.3833 9.20634C12.4971 9.08961 12.5608 8.93301 12.5608 8.76996C12.5608 8.60691 12.4971 8.45032 12.3833 8.33359C12.3272 8.27621 12.2602 8.23062 12.1862 8.1995C12.1122 8.16838 12.0328 8.15234 11.9525 8.15234C11.8723 8.15234 11.7929 8.16838 11.7189 8.1995C11.6449 8.23062 11.5779 8.27621 11.5218 8.33359V8.33359ZM12.265 9.06557C12.2242 9.10694 12.1755 9.13979 12.1219 9.1622C12.0682 9.18462 12.0107 9.19617 11.9525 9.19617C11.8944 9.19617 11.8368 9.18462 11.7832 9.1622C11.7296 9.13979 11.6809 9.10694 11.64 9.06557C11.5985 9.02424 11.5655 8.9751 11.543 8.92099C11.5206 8.86688 11.509 8.80886 11.509 8.75025C11.509 8.69165 11.5206 8.63363 11.543 8.57952C11.5655 8.52541 11.5985 8.47627 11.64 8.43494C11.6809 8.39357 11.7296 8.36072 11.7832 8.33831C11.8368 8.31589 11.8944 8.30434 11.9525 8.30434C12.0107 8.30434 12.0682 8.31589 12.1219 8.33831C12.1755 8.36072 12.2242 8.39357 12.265 8.43494C12.3066 8.47627 12.3395 8.52541 12.362 8.57952C12.3845 8.63363 12.3961 8.69165 12.3961 8.75025C12.3961 8.80886 12.3845 8.86688 12.362 8.92099C12.3395 8.9751 12.3066 9.02424 12.265 9.06557Z" fill="url(#paint37_linear_127_1784)"/>
|
||||
<path d="M8.75152 9.78612C8.76105 9.81637 8.77656 9.84439 8.79714 9.86853C8.81773 9.89266 8.84295 9.9124 8.87132 9.92659C8.89969 9.94077 8.93062 9.9491 8.96227 9.95109C8.99393 9.95307 9.02566 9.94867 9.05557 9.93815L12.0398 8.98094C12.1004 8.9592 12.1502 8.91471 12.1786 8.8569C12.207 8.79909 12.2117 8.7325 12.1918 8.67125C12.1846 8.64158 12.1716 8.61365 12.1534 8.58906C12.1353 8.56448 12.1125 8.54373 12.0863 8.52802C12.0602 8.51231 12.0311 8.50195 12.0009 8.49754C11.9707 8.49313 11.9399 8.49476 11.9103 8.50233L8.92044 9.47643C8.88889 9.48548 8.85945 9.5007 8.83383 9.52122C8.80822 9.54174 8.78693 9.56714 8.77122 9.59595C8.7555 9.62476 8.74567 9.65641 8.74229 9.68906C8.7389 9.7217 8.74204 9.7547 8.75152 9.78612V9.78612Z" fill="url(#paint38_linear_127_1784)"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.85">
|
||||
<g style="mix-blend-mode:multiply" opacity="0.85">
|
||||
<path d="M8.75158 9.78604C8.7611 9.81629 8.77662 9.84432 8.7972 9.86845C8.81778 9.89258 8.84301 9.91232 8.87138 9.92651C8.89974 9.94069 8.93067 9.94902 8.96233 9.95101C8.99398 9.953 9.02571 9.94859 9.05563 9.93807L12.0286 8.98086C12.0589 8.97125 12.0871 8.95577 12.1114 8.93529C12.1357 8.9148 12.1558 8.88973 12.1704 8.86149C12.1851 8.83326 12.194 8.80241 12.1967 8.77072C12.1994 8.73903 12.1959 8.70712 12.1863 8.6768C12.1703 8.61498 12.1306 8.56196 12.0758 8.52927C12.021 8.49658 11.9554 8.48687 11.8935 8.50225L8.91486 9.48198C8.88404 9.491 8.85531 9.50606 8.83036 9.52629C8.80541 9.54652 8.78473 9.57151 8.76954 9.59981C8.75434 9.62811 8.74492 9.65915 8.74184 9.69112C8.73876 9.72309 8.74207 9.75536 8.75158 9.78604V9.78604Z" fill="white"/>
|
||||
@ -148,19 +148,19 @@
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_49_4097" x1="13.9892" y1="4.95508" x2="14.6969" y2="4.35094" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint0_linear_127_1784" x1="13.9892" y1="4.95508" x2="14.6969" y2="4.35094" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_49_4097" x1="6.00862" y1="4.95507" x2="5.30105" y2="4.35125" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint1_linear_127_1784" x1="6.00862" y1="4.95507" x2="5.30105" y2="4.35125" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_49_4097" x1="10.0039" y1="14.9968" x2="10.0039" y2="8.9946" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint2_linear_127_1784" x1="10.0039" y1="14.9968" x2="10.0039" y2="8.9946" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#ABABAB"/>
|
||||
<stop offset="0.1971" stop-color="#A7A7A7"/>
|
||||
<stop offset="0.3984" stop-color="#9B9B9B"/>
|
||||
@ -168,74 +168,74 @@
|
||||
<stop offset="0.8047" stop-color="#6A6A6A"/>
|
||||
<stop offset="1" stop-color="#474747"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_49_4097" x1="7.39469" y1="9.18753" x2="6.70448" y2="8.54622" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint3_linear_127_1784" x1="7.39469" y1="9.18753" x2="6.70448" y2="8.54622" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_49_4097" x1="12.6133" y1="9.18753" x2="13.3035" y2="8.54621" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint4_linear_127_1784" x1="12.6133" y1="9.18753" x2="13.3035" y2="8.54621" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_49_4097" x1="10" y1="14" x2="10" y2="8.99894" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint5_linear_127_1784" x1="10" y1="14" x2="10" y2="8.99894" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#666666"/>
|
||||
<stop offset="0.109" stop-color="#5E5E5E"/>
|
||||
<stop offset="0.6917" stop-color="#393939"/>
|
||||
<stop offset="1" stop-color="#2B2B2B"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_49_4097" x1="10" y1="15" x2="10" y2="9.00003" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint6_linear_127_1784" x1="10" y1="15" x2="10" y2="9.00003" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C9C9C9"/>
|
||||
<stop offset="0.3698" stop-color="#CDCDCD"/>
|
||||
<stop offset="0.7464" stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#E6E6E6"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint7_radial_49_4097" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.33069 11.589) rotate(-117.661) scale(0.94236 0.847944)">
|
||||
<radialGradient id="paint7_radial_127_1784" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.33063 11.589) rotate(-117.661) scale(0.94236 0.847944)">
|
||||
<stop stop-color="#BDFFBD"/>
|
||||
<stop offset="1" stop-color="#00FF00"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint8_linear_49_4097" x1="10.5098" y1="8.51832" x2="8.00438" y2="8.51832" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint8_linear_127_1784" x1="10.5097" y1="8.51832" x2="8.00432" y2="8.51832" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_49_4097" x1="16.0215" y1="8.51832" x2="8.00424" y2="8.51832" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint9_linear_127_1784" x1="16.0215" y1="8.51832" x2="8.0043" y2="8.51832" gradientUnits="userSpaceOnUse">
|
||||
<stop/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear_49_4097" x1="13.634" y1="10.9009" x2="10.8243" y2="8.08559" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint10_linear_127_1784" x1="13.634" y1="10.9009" x2="10.8243" y2="8.08559" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D68731"/>
|
||||
<stop offset="1" stop-color="#FECA54"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint11_linear_49_4097" x1="12.2264" y1="10.884" x2="12.2264" y2="6.88626" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint11_linear_127_1784" x1="12.2264" y1="10.884" x2="12.2264" y2="6.88626" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E6B035"/>
|
||||
<stop offset="1" stop-color="#F0DA86"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear_49_4097" x1="13.6058" y1="13.1016" x2="9.03371" y2="8.52948" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint12_linear_127_1784" x1="13.6058" y1="13.1016" x2="9.03371" y2="8.52948" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.18" stop-color="#FFBC35"/>
|
||||
<stop offset="1" stop-color="#F7F1AF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint13_linear_49_4097" x1="10.5652" y1="11.677" x2="12.2263" y2="11.677" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint13_linear_127_1784" x1="10.5652" y1="11.677" x2="12.2263" y2="11.677" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.5"/>
|
||||
<stop offset="0.78" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint14_linear_49_4097" x1="11.9108" y1="15.895" x2="11.9108" y2="11.7959" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint14_linear_127_1784" x1="11.9108" y1="15.895" x2="11.9108" y2="11.7959" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF8D3A"/>
|
||||
<stop offset="0.46" stop-color="#C68234"/>
|
||||
<stop offset="1" stop-color="#BF7B30"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint15_linear_49_4097" x1="-11.1357" y1="-38.7998" x2="-11.1357" y2="-74.0297" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint15_linear_127_1784" x1="-11.1357" y1="-38.7998" x2="-11.1357" y2="-74.0297" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF8D3A"/>
|
||||
<stop offset="0.46" stop-color="#C68234"/>
|
||||
<stop offset="1" stop-color="#BF7B30"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint16_linear_49_4097" x1="86.575" y1="-179.494" x2="86.6658" y2="-179.403" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint16_linear_127_1784" x1="86.575" y1="-179.494" x2="86.6658" y2="-179.403" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF8D3A"/>
|
||||
<stop offset="0.46" stop-color="#C68234"/>
|
||||
<stop offset="1" stop-color="#BF7B30"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint17_linear_49_4097" x1="12.2263" y1="8.09628" x2="12.2263" y2="9.32939" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint17_linear_127_1784" x1="12.2263" y1="8.09628" x2="12.2263" y2="9.32939" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.21" stop-color="#D47C1D" stop-opacity="0.6"/>
|
||||
<stop offset="0.32" stop-color="#D47C1D" stop-opacity="0.39"/>
|
||||
<stop offset="0.44" stop-color="#D47C1D" stop-opacity="0.22"/>
|
||||
@ -243,42 +243,42 @@
|
||||
<stop offset="0.64" stop-color="#D47C1D" stop-opacity="0.03"/>
|
||||
<stop offset="0.71" stop-color="#D47C1D" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint18_linear_49_4097" x1="12.6262" y1="9.02534" x2="11.8322" y2="8.23142" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint18_linear_127_1784" x1="12.6262" y1="9.02534" x2="11.8322" y2="8.23142" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0.7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint19_linear_49_4097" x1="13.0564" y1="10.9009" x2="10.2467" y2="8.08559" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint19_linear_127_1784" x1="13.0564" y1="10.9009" x2="10.2467" y2="8.08559" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D68731"/>
|
||||
<stop offset="1" stop-color="#FECA54"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint20_linear_49_4097" x1="11.6487" y1="10.884" x2="11.6487" y2="6.88626" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint20_linear_127_1784" x1="11.6487" y1="10.884" x2="11.6487" y2="6.88626" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E6B035"/>
|
||||
<stop offset="1" stop-color="#F0DA86"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint21_linear_49_4097" x1="13.0282" y1="13.1016" x2="8.45607" y2="8.52948" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint21_linear_127_1784" x1="13.0282" y1="13.1016" x2="8.45607" y2="8.52948" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.18" stop-color="#FFBC35"/>
|
||||
<stop offset="1" stop-color="#F7F1AF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint22_linear_49_4097" x1="9.98761" y1="11.677" x2="11.6486" y2="11.677" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint22_linear_127_1784" x1="9.98761" y1="11.677" x2="11.6486" y2="11.677" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.5"/>
|
||||
<stop offset="0.78" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint23_linear_49_4097" x1="11.3331" y1="15.895" x2="11.3331" y2="11.7959" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint23_linear_127_1784" x1="11.3331" y1="15.895" x2="11.3331" y2="11.7959" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF8D3A"/>
|
||||
<stop offset="0.46" stop-color="#C68234"/>
|
||||
<stop offset="1" stop-color="#BF7B30"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint24_linear_49_4097" x1="-11.7133" y1="-38.7998" x2="-11.7133" y2="-74.0297" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint24_linear_127_1784" x1="-11.7133" y1="-38.7998" x2="-11.7133" y2="-74.0297" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF8D3A"/>
|
||||
<stop offset="0.46" stop-color="#C68234"/>
|
||||
<stop offset="1" stop-color="#BF7B30"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint25_linear_49_4097" x1="85.9973" y1="-179.494" x2="86.0881" y2="-179.403" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint25_linear_127_1784" x1="85.9973" y1="-179.494" x2="86.0881" y2="-179.403" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CF8D3A"/>
|
||||
<stop offset="0.46" stop-color="#C68234"/>
|
||||
<stop offset="1" stop-color="#BF7B30"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint26_linear_49_4097" x1="11.6487" y1="8.09628" x2="11.6487" y2="9.32939" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint26_linear_127_1784" x1="11.6487" y1="8.09628" x2="11.6487" y2="9.32939" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.21" stop-color="#D47C1D" stop-opacity="0.6"/>
|
||||
<stop offset="0.32" stop-color="#D47C1D" stop-opacity="0.39"/>
|
||||
<stop offset="0.44" stop-color="#D47C1D" stop-opacity="0.22"/>
|
||||
@ -286,51 +286,51 @@
|
||||
<stop offset="0.64" stop-color="#D47C1D" stop-opacity="0.03"/>
|
||||
<stop offset="0.71" stop-color="#D47C1D" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint27_linear_49_4097" x1="12.0485" y1="9.02534" x2="11.2546" y2="8.23142" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint27_linear_127_1784" x1="12.0485" y1="9.02534" x2="11.2546" y2="8.23142" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0.7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint28_linear_49_4097" x1="13.5572" y1="11.019" x2="10.7462" y2="8.20806" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint28_linear_127_1784" x1="13.5572" y1="11.019" x2="10.7462" y2="8.20806" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.12" stop-color="#909899"/>
|
||||
<stop offset="1" stop-color="#C1CACC"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint29_linear_49_4097" x1="15.7352" y1="13.1971" x2="11.1804" y2="8.64226" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint29_linear_127_1784" x1="15.7352" y1="13.1971" x2="11.1804" y2="8.64226" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.16" stop-color="#B1B4B5"/>
|
||||
<stop offset="1" stop-color="#D0D6D9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint30_linear_49_4097" x1="-1726.64" y1="-4955.06" x2="-1715.29" y2="-4966.42" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint30_linear_127_1784" x1="-1726.64" y1="-4955.06" x2="-1715.29" y2="-4966.42" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.5"/>
|
||||
<stop offset="0.78" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint31_linear_49_4097" x1="19.1814" y1="11.6619" x2="16.8178" y2="11.6619" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint31_linear_127_1784" x1="19.1814" y1="11.6619" x2="16.8178" y2="11.6619" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0.7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint32_linear_49_4097" x1="11.5771" y1="9.04428" x2="12.4411" y2="9.90826" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint32_linear_127_1784" x1="11.5771" y1="9.04428" x2="12.4411" y2="9.90826" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.22" stop-opacity="0.5"/>
|
||||
<stop offset="0.71" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint33_linear_49_4097" x1="13.5572" y1="10.3705" x2="10.7462" y2="7.55963" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint33_linear_127_1784" x1="13.5572" y1="10.3705" x2="10.7462" y2="7.55963" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.12" stop-color="#909899"/>
|
||||
<stop offset="1" stop-color="#C1CACC"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint34_linear_49_4097" x1="15.7352" y1="12.5486" x2="11.1804" y2="7.99382" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint34_linear_127_1784" x1="15.7352" y1="12.5486" x2="11.1804" y2="7.99382" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.16" stop-color="#B1B4B5"/>
|
||||
<stop offset="1" stop-color="#D0D6D9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint35_linear_49_4097" x1="-1726.64" y1="-4955.71" x2="-1715.29" y2="-4967.06" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint35_linear_127_1784" x1="-1726.64" y1="-4955.71" x2="-1715.29" y2="-4967.06" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.5"/>
|
||||
<stop offset="0.78" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint36_linear_49_4097" x1="19.1814" y1="11.0134" x2="16.8178" y2="11.0134" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint36_linear_127_1784" x1="19.1814" y1="11.0134" x2="16.8178" y2="11.0134" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0.7"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint37_linear_49_4097" x1="11.5771" y1="8.39585" x2="12.4411" y2="9.25983" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint37_linear_127_1784" x1="11.5771" y1="8.39585" x2="12.4411" y2="9.25983" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.22" stop-opacity="0.5"/>
|
||||
<stop offset="0.71" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint38_linear_49_4097" x1="11.0103" y1="7.47412" x2="11.1593" y2="7.93076" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint38_linear_127_1784" x1="11.0103" y1="7.47412" x2="11.1593" y2="7.93076" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1ECF0"/>
|
||||
<stop offset="0.25" stop-color="#EEFAFF"/>
|
||||
<stop offset="0.48" stop-color="#D8E3E8"/>
|
||||
@ -341,10 +341,10 @@
|
||||
<stop offset="0.95" stop-color="#787D7F"/>
|
||||
<stop offset="1" stop-color="#646869"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_49_4097">
|
||||
<clipPath id="clip0_127_1784">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip1_49_4097">
|
||||
<clipPath id="clip1_127_1784">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
@ -1,57 +1,57 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_49_4341)">
|
||||
<g clip-path="url(#clip1_49_4341)">
|
||||
<g clip-path="url(#clip0_127_1771)">
|
||||
<g clip-path="url(#clip1_127_1771)">
|
||||
<path d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="#E1E3E6"/>
|
||||
<path opacity="0.5" d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="url(#paint0_linear_49_4341)"/>
|
||||
<path opacity="0.5" d="M1.16016 9.1783L4.76679 5.19317C4.87925 5.07028 5.02383 5.00006 5.18448 5.00006H14.8156C14.9682 5.00006 15.1208 5.07028 15.2333 5.19317L18.8399 9.1783H1.16016Z" fill="url(#paint1_linear_49_4341)"/>
|
||||
<path d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint2_linear_49_4341)"/>
|
||||
<path opacity="0.6" d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint3_linear_49_4341)"/>
|
||||
<path opacity="0.6" d="M1.56477 15H18.4352C18.7499 15 19 14.7309 19 14.3922V9.60785C19 9.26921 18.7499 9.00003 18.4352 9.00003H1.56477C1.25011 9.00003 1 9.26921 1 9.60785V14.3922C1 14.7222 1.25818 15 1.56477 15Z" fill="url(#paint4_linear_49_4341)"/>
|
||||
<path d="M17.4667 14H2.53333C2.23619 14 2 13.752 2 13.44V9.00003H18V13.44C18 13.752 17.7638 14 17.4667 14Z" fill="url(#paint5_linear_49_4341)"/>
|
||||
<path d="M18.4375 9.07717C18.7107 9.07717 18.9277 9.3086 18.9277 9.60003V14.4C18.9277 14.6915 18.7107 14.9229 18.4375 14.9229H1.5625C1.28929 14.9229 1.07232 14.6915 1.07232 14.4V9.60003C1.07232 9.3086 1.28929 9.07717 1.5625 9.07717H18.4375ZM18.4375 9.00003H1.5625C1.24911 9.00003 1 9.26574 1 9.60003V14.4C1 14.7343 1.24911 15 1.5625 15H18.4375C18.7509 15 19 14.7343 19 14.4V9.60003C19 9.26574 18.7509 9.00003 18.4375 9.00003Z" fill="url(#paint6_linear_49_4341)"/>
|
||||
<path opacity="0.5" d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="url(#paint0_linear_127_1771)"/>
|
||||
<path opacity="0.5" d="M1.16016 9.1783L4.76679 5.19317C4.87925 5.07028 5.02383 5.00006 5.18448 5.00006H14.8156C14.9682 5.00006 15.1208 5.07028 15.2333 5.19317L18.8399 9.1783H1.16016Z" fill="url(#paint1_linear_127_1771)"/>
|
||||
<path d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint2_linear_127_1771)"/>
|
||||
<path opacity="0.6" d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint3_linear_127_1771)"/>
|
||||
<path opacity="0.6" d="M1.56477 15H18.4352C18.7499 15 19 14.7309 19 14.3922V9.60785C19 9.26921 18.7499 9.00003 18.4352 9.00003H1.56477C1.25011 9.00003 1 9.26921 1 9.60785V14.3922C1 14.7222 1.25818 15 1.56477 15Z" fill="url(#paint4_linear_127_1771)"/>
|
||||
<path d="M17.4667 14H2.53333C2.23619 14 2 13.752 2 13.44V9.00003H18V13.44C18 13.752 17.7638 14 17.4667 14Z" fill="url(#paint5_linear_127_1771)"/>
|
||||
<path d="M18.4375 9.07717C18.7107 9.07717 18.9277 9.3086 18.9277 9.60003V14.4C18.9277 14.6915 18.7107 14.9229 18.4375 14.9229H1.5625C1.28929 14.9229 1.07232 14.6915 1.07232 14.4V9.60003C1.07232 9.3086 1.28929 9.07717 1.5625 9.07717H18.4375ZM18.4375 9.00003H1.5625C1.24911 9.00003 1 9.26574 1 9.60003V14.4C1 14.7343 1.24911 15 1.5625 15H18.4375C18.7509 15 19 14.7343 19 14.4V9.60003C19 9.26574 18.7509 9.00003 18.4375 9.00003Z" fill="url(#paint6_linear_127_1771)"/>
|
||||
<path opacity="0.15" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.522914" stroke-miterlimit="10"/>
|
||||
<path opacity="0.3" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.261461" stroke-miterlimit="10"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" fill="#00B300"/>
|
||||
<path d="M4.3911 11.9616C4.77598 11.899 5.03555 11.5409 4.9729 11.1561C4.955 11.0755 4.92814 10.9949 4.89234 10.9233C4.74913 10.8249 4.57011 10.7801 4.38214 10.807C3.99726 10.8696 3.73769 11.2277 3.80034 11.6125C3.81824 11.6931 3.8451 11.7737 3.8809 11.8453C4.02411 11.9437 4.20313 11.9885 4.3911 11.9616Z" fill="url(#paint7_radial_49_4341)"/>
|
||||
<path d="M4.39104 11.9616C4.77592 11.899 5.03549 11.5409 4.97284 11.1561C4.95494 11.0755 4.92808 10.9949 4.89228 10.9233C4.74907 10.8249 4.57005 10.7801 4.38208 10.807C3.9972 10.8696 3.73763 11.2277 3.80028 11.6125C3.81818 11.6931 3.84503 11.7737 3.88084 11.8453C4.02405 11.9437 4.20307 11.9885 4.39104 11.9616Z" fill="url(#paint7_radial_127_1771)"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.0894687" stroke-miterlimit="10"/>
|
||||
</g>
|
||||
<mask id="path-14-inside-1_49_4341" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 16C17.3807 16 18.5 14.8807 18.5 13.5C18.5 12.1193 17.3807 11 16 11C14.6193 11 13.5 12.1193 13.5 13.5C13.5 14.8807 14.6193 16 16 16ZM16.0004 15.5C16.2075 15.5 16.3754 15.3321 16.3754 15.125C16.3754 14.9179 16.2075 14.75 16.0004 14.75C15.7933 14.75 15.6254 14.9179 15.6254 15.125C15.6254 15.3321 15.7933 15.5 16.0004 15.5Z"/>
|
||||
<mask id="path-14-inside-1_127_1771" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.9999 16C17.3806 16 18.4999 14.8807 18.4999 13.5C18.4999 12.1193 17.3806 11 15.9999 11C14.6192 11 13.4999 12.1193 13.4999 13.5C13.4999 14.8807 14.6192 16 15.9999 16ZM16.0002 15.5C16.2073 15.5 16.3752 15.3321 16.3752 15.125C16.3752 14.9179 16.2073 14.75 16.0002 14.75C15.7931 14.75 15.6252 14.9179 15.6252 15.125C15.6252 15.3321 15.7931 15.5 16.0002 15.5Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 16C17.3807 16 18.5 14.8807 18.5 13.5C18.5 12.1193 17.3807 11 16 11C14.6193 11 13.5 12.1193 13.5 13.5C13.5 14.8807 14.6193 16 16 16ZM16.0004 15.5C16.2075 15.5 16.3754 15.3321 16.3754 15.125C16.3754 14.9179 16.2075 14.75 16.0004 14.75C15.7933 14.75 15.6254 14.9179 15.6254 15.125C15.6254 15.3321 15.7933 15.5 16.0004 15.5Z" fill="url(#paint8_linear_49_4341)"/>
|
||||
<path d="M18.3747 13.5C18.3747 14.8115 17.3115 15.8747 16 15.8747V16.1253C17.4499 16.1253 18.6253 14.9499 18.6253 13.5H18.3747ZM16 11.1253C17.3115 11.1253 18.3747 12.1885 18.3747 13.5H18.6253C18.6253 12.0501 17.4499 10.8747 16 10.8747V11.1253ZM13.6253 13.5C13.6253 12.1885 14.6885 11.1253 16 11.1253V10.8747C14.5501 10.8747 13.3747 12.0501 13.3747 13.5H13.6253ZM16 15.8747C14.6885 15.8747 13.6253 14.8115 13.6253 13.5H13.3747C13.3747 14.9499 14.5501 16.1253 16 16.1253V15.8747ZM16.25 15.125C16.25 15.2629 16.1382 15.3747 16.0004 15.3747V15.6254C16.2767 15.6254 16.5007 15.4014 16.5007 15.125H16.25ZM16.0004 14.8754C16.1382 14.8754 16.25 14.9871 16.25 15.125H16.5007C16.5007 14.8487 16.2767 14.6247 16.0004 14.6247V14.8754ZM15.7507 15.125C15.7507 14.9871 15.8625 14.8754 16.0004 14.8754V14.6247C15.724 14.6247 15.5 14.8487 15.5 15.125H15.7507ZM16.0004 15.3747C15.8625 15.3747 15.7507 15.2629 15.7507 15.125H15.5C15.5 15.4014 15.724 15.6254 16.0004 15.6254V15.3747Z" fill="#8A9299" mask="url(#path-14-inside-1_49_4341)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.9999 16C17.3806 16 18.4999 14.8807 18.4999 13.5C18.4999 12.1193 17.3806 11 15.9999 11C14.6192 11 13.4999 12.1193 13.4999 13.5C13.4999 14.8807 14.6192 16 15.9999 16ZM16.0002 15.5C16.2073 15.5 16.3752 15.3321 16.3752 15.125C16.3752 14.9179 16.2073 14.75 16.0002 14.75C15.7931 14.75 15.6252 14.9179 15.6252 15.125C15.6252 15.3321 15.7931 15.5 16.0002 15.5Z" fill="url(#paint8_linear_127_1771)"/>
|
||||
<path d="M18.3746 13.5C18.3746 14.8115 17.3114 15.8747 15.9999 15.8747V16.1253C17.4498 16.1253 18.6252 14.9499 18.6252 13.5H18.3746ZM15.9999 11.1253C17.3114 11.1253 18.3746 12.1885 18.3746 13.5H18.6252C18.6252 12.0501 17.4498 10.8747 15.9999 10.8747V11.1253ZM13.6252 13.5C13.6252 12.1885 14.6884 11.1253 15.9999 11.1253V10.8747C14.55 10.8747 13.3746 12.0501 13.3746 13.5H13.6252ZM15.9999 15.8747C14.6884 15.8747 13.6252 14.8115 13.6252 13.5H13.3746C13.3746 14.9499 14.55 16.1253 15.9999 16.1253V15.8747ZM16.2499 15.125C16.2499 15.2629 16.1381 15.3747 16.0002 15.3747V15.6254C16.2766 15.6254 16.5006 15.4014 16.5006 15.125H16.2499ZM16.0002 14.8754C16.1381 14.8754 16.2499 14.9871 16.2499 15.125H16.5006C16.5006 14.8487 16.2766 14.6247 16.0002 14.6247V14.8754ZM15.7506 15.125C15.7506 14.9871 15.8624 14.8754 16.0002 14.8754V14.6247C15.7239 14.6247 15.4999 14.8487 15.4999 15.125H15.7506ZM16.0002 15.3747C15.8624 15.3747 15.7506 15.2629 15.7506 15.125H15.4999C15.4999 15.4014 15.7239 15.6254 16.0002 15.6254V15.3747Z" fill="#8A9299" mask="url(#path-14-inside-1_127_1771)"/>
|
||||
<path d="M12.0044 6C12.0044 5.44772 12.4521 5 13.0044 5H19.0044C19.5567 5 20.0044 5.44772 20.0044 6V11C20.0044 11.5523 19.5567 12 19.0044 12H13.0044C12.4521 12 12.0044 11.5523 12.0044 11V6Z" fill="#A1AAB3"/>
|
||||
<mask id="mask0_49_4341" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="5" width="9" height="7">
|
||||
<mask id="mask0_127_1771" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="5" width="9" height="7">
|
||||
<path d="M12.0044 6C12.0044 5.44772 12.4521 5 13.0044 5H19.0044C19.5567 5 20.0044 5.44772 20.0044 6V11C20.0044 11.5523 19.5567 12 19.0044 12H13.0044C12.4521 12 12.0044 11.5523 12.0044 11V6Z" fill="#FFC225"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_49_4341)">
|
||||
<g mask="url(#mask0_127_1771)">
|
||||
<g style="mix-blend-mode:overlay" opacity="0.5">
|
||||
<path d="M14.5098 5.01074H12.5011C12.2243 5.01074 12 5.23508 12 5.51182V11.5248C12 11.8015 12.2243 12.0258 12.5011 12.0258H14.5098V5.01074Z" fill="url(#paint9_linear_49_4341)" fill-opacity="0.5"/>
|
||||
<path d="M14.5097 5.01074H12.501C12.2243 5.01074 11.9999 5.23508 11.9999 5.51182V11.5248C11.9999 11.8015 12.2243 12.0258 12.501 12.0258H14.5097V5.01074Z" fill="url(#paint9_linear_127_1771)" fill-opacity="0.5"/>
|
||||
</g>
|
||||
</g>
|
||||
<mask id="mask1_49_4341" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="5" width="9" height="7">
|
||||
<mask id="mask1_127_1771" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="5" width="9" height="7">
|
||||
<path d="M12.0044 6C12.0044 5.44772 12.4521 5 13.0044 5H19.0044C19.5567 5 20.0044 5.44772 20.0044 6V11C20.0044 11.5523 19.5567 12 19.0044 12H13.0044C12.4521 12 12.0044 11.5523 12.0044 11V6Z" fill="#FFC225"/>
|
||||
</mask>
|
||||
<g mask="url(#mask1_49_4341)">
|
||||
<g mask="url(#mask1_127_1771)">
|
||||
<g style="mix-blend-mode:overlay" opacity="0.5">
|
||||
<path d="M20.0217 5.51182C20.0217 5.23508 19.7974 5.01074 19.5207 5.01074H12.5056C12.2288 5.01074 12.0045 5.23508 12.0045 5.51182V11.5248C12.0045 11.8015 12.2288 12.0258 12.5056 12.0258H19.5207C19.7974 12.0258 20.0217 11.8015 20.0217 11.5248V5.51182Z" fill="url(#paint10_linear_49_4341)" fill-opacity="0.5"/>
|
||||
<path d="M20.0215 5.51182C20.0215 5.23508 19.7971 5.01074 19.5204 5.01074H12.5053C12.2286 5.01074 12.0042 5.23508 12.0042 5.51182V11.5248C12.0042 11.8015 12.2286 12.0258 12.5053 12.0258H19.5204C19.7971 12.0258 20.0215 11.8015 20.0215 11.5248V5.51182Z" fill="url(#paint10_linear_127_1771)" fill-opacity="0.5"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M14.0085 5.01077L14.0085 3.00646C14.0085 1.89951 14.9059 1.00215 16.0129 1.00215V1.00215C17.1198 1.00215 18.0172 1.89951 18.0172 3.00646V3.04842" stroke="#B8C2CC" stroke-width="1.5"/>
|
||||
<path d="M14.0086 5.01077L14.0086 3.00646C14.0086 1.89951 14.906 1.00215 16.0129 1.00215V1.00215C17.1199 1.00215 18.0172 1.89951 18.0172 3.00646V3.04842" stroke="#B8C2CC" stroke-width="1.5"/>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<path d="M12 5.99997H20V11H12V5.99997Z" fill="white"/>
|
||||
<path d="M11.9999 5.99997H19.9999V11H11.9999V5.99997Z" fill="white"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay">
|
||||
<rect x="12" y="11" width="8" height="1" fill="#0078D4"/>
|
||||
<rect x="11.9999" y="11" width="8" height="1" fill="#0078D4"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="12" y="9.99997" width="8" height="1" fill="white"/>
|
||||
<rect x="11.9999" y="9.99997" width="8" height="1" fill="white"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay">
|
||||
<path d="M12 4.99997H20V5.99997H12V4.99997Z" fill="#0078D4"/>
|
||||
<path d="M11.9999 4.99997H19.9999V5.99997H11.9999V4.99997Z" fill="#0078D4"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="12" y="5.99997" width="8" height="1" fill="white"/>
|
||||
<rect x="11.9999" y="5.99997" width="8" height="1" fill="white"/>
|
||||
</g>
|
||||
<rect width="3.34783" height="3.34783" transform="matrix(-1 0 0 1 7 0)" fill="#0883D9"/>
|
||||
<rect width="3.34783" height="3.34783" transform="matrix(-1 0 0 1 7 3.65218)" fill="#0883D9"/>
|
||||
@ -59,19 +59,19 @@
|
||||
<rect width="3.34783" height="3.34783" transform="matrix(-1 0 0 1 3.3479 3.65218)" fill="#0883D9"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_49_4341" x1="13.9892" y1="4.95508" x2="14.6969" y2="4.35094" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint0_linear_127_1771" x1="13.9892" y1="4.95508" x2="14.6969" y2="4.35094" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_49_4341" x1="6.00862" y1="4.95507" x2="5.30105" y2="4.35125" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint1_linear_127_1771" x1="6.00862" y1="4.95507" x2="5.30105" y2="4.35125" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_49_4341" x1="10.0039" y1="14.9968" x2="10.0039" y2="8.9946" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint2_linear_127_1771" x1="10.0039" y1="14.9968" x2="10.0039" y2="8.9946" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#ABABAB"/>
|
||||
<stop offset="0.1971" stop-color="#A7A7A7"/>
|
||||
<stop offset="0.3984" stop-color="#9B9B9B"/>
|
||||
@ -79,50 +79,50 @@
|
||||
<stop offset="0.8047" stop-color="#6A6A6A"/>
|
||||
<stop offset="1" stop-color="#474747"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_49_4341" x1="7.39469" y1="9.18753" x2="6.70448" y2="8.54622" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint3_linear_127_1771" x1="7.39469" y1="9.18753" x2="6.70448" y2="8.54622" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_49_4341" x1="12.6133" y1="9.18753" x2="13.3035" y2="8.54621" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint4_linear_127_1771" x1="12.6133" y1="9.18753" x2="13.3035" y2="8.54621" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_49_4341" x1="10" y1="14" x2="10" y2="8.99894" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint5_linear_127_1771" x1="10" y1="14" x2="10" y2="8.99894" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#666666"/>
|
||||
<stop offset="0.109" stop-color="#5E5E5E"/>
|
||||
<stop offset="0.6917" stop-color="#393939"/>
|
||||
<stop offset="1" stop-color="#2B2B2B"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_49_4341" x1="10" y1="15" x2="10" y2="9.00003" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint6_linear_127_1771" x1="10" y1="15" x2="10" y2="9.00003" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C9C9C9"/>
|
||||
<stop offset="0.3698" stop-color="#CDCDCD"/>
|
||||
<stop offset="0.7464" stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#E6E6E6"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint7_radial_49_4341" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.33069 11.589) rotate(-117.661) scale(0.94236 0.847944)">
|
||||
<radialGradient id="paint7_radial_127_1771" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.33063 11.589) rotate(-117.661) scale(0.94236 0.847944)">
|
||||
<stop stop-color="#BDFFBD"/>
|
||||
<stop offset="1" stop-color="#00FF00"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint8_linear_49_4341" x1="15.4676" y1="11" x2="16.3629" y2="16.0117" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint8_linear_127_1771" x1="15.4675" y1="11" x2="16.3628" y2="16.0117" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CAD2D9"/>
|
||||
<stop offset="1" stop-color="#A1AAB3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_49_4341" x1="14.5098" y1="8.51829" x2="12" y2="8.51829" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint9_linear_127_1771" x1="14.5097" y1="8.51829" x2="11.9999" y2="8.51829" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear_49_4341" x1="20.0217" y1="8.51829" x2="12.0045" y2="8.51829" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint10_linear_127_1771" x1="20.0215" y1="8.51829" x2="12.0042" y2="8.51829" gradientUnits="userSpaceOnUse">
|
||||
<stop/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_49_4341">
|
||||
<clipPath id="clip0_127_1771">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip1_49_4341">
|
||||
<clipPath id="clip1_127_1771">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 31 KiB |
@ -1,73 +1,71 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_49_4004)">
|
||||
<g clip-path="url(#clip1_49_4004)">
|
||||
<svg width="23" height="20" viewBox="0 0 23 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_127_1764)">
|
||||
<path d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="#E1E3E6"/>
|
||||
<path opacity="0.5" d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="url(#paint0_linear_49_4004)"/>
|
||||
<path opacity="0.5" d="M1.16016 9.1783L4.76679 5.19317C4.87925 5.07028 5.02383 5.00006 5.18448 5.00006H14.8156C14.9682 5.00006 15.1208 5.07028 15.2333 5.19317L18.8399 9.1783H1.16016Z" fill="url(#paint1_linear_49_4004)"/>
|
||||
<path d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint2_linear_49_4004)"/>
|
||||
<path opacity="0.6" d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint3_linear_49_4004)"/>
|
||||
<path opacity="0.6" d="M1.56477 15H18.4352C18.7499 15 19 14.7309 19 14.3922V9.60785C19 9.26921 18.7499 9.00003 18.4352 9.00003H1.56477C1.25011 9.00003 1 9.26921 1 9.60785V14.3922C1 14.7222 1.25818 15 1.56477 15Z" fill="url(#paint4_linear_49_4004)"/>
|
||||
<path d="M17.4667 14H2.53333C2.23619 14 2 13.752 2 13.44V9.00003H18V13.44C18 13.752 17.7638 14 17.4667 14Z" fill="url(#paint5_linear_49_4004)"/>
|
||||
<path d="M18.4375 9.07717C18.7107 9.07717 18.9277 9.3086 18.9277 9.60003V14.4C18.9277 14.6915 18.7107 14.9229 18.4375 14.9229H1.5625C1.28929 14.9229 1.07232 14.6915 1.07232 14.4V9.60003C1.07232 9.3086 1.28929 9.07717 1.5625 9.07717H18.4375ZM18.4375 9.00003H1.5625C1.24911 9.00003 1 9.26574 1 9.60003V14.4C1 14.7343 1.24911 15 1.5625 15H18.4375C18.7509 15 19 14.7343 19 14.4V9.60003C19 9.26574 18.7509 9.00003 18.4375 9.00003Z" fill="url(#paint6_linear_49_4004)"/>
|
||||
<path opacity="0.5" d="M18.8399 9.1783L15.2316 5.19317C15.1191 5.07028 14.9745 5.00006 14.8137 5.00006H5.17828C5.02559 5.00006 4.8729 5.07028 4.76039 5.19317L1.16016 9.1783H18.8399Z" fill="url(#paint0_linear_127_1764)"/>
|
||||
<path opacity="0.5" d="M1.16016 9.1783L4.76679 5.19317C4.87925 5.07028 5.02383 5.00006 5.18448 5.00006H14.8156C14.9682 5.00006 15.1208 5.07028 15.2333 5.19317L18.8399 9.1783H1.16016Z" fill="url(#paint1_linear_127_1764)"/>
|
||||
<path d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint2_linear_127_1764)"/>
|
||||
<path opacity="0.6" d="M18.4431 15H1.56476C1.25011 15 1 14.7309 1 14.3922V9.60785C1 9.26921 1.25011 9.00003 1.56476 9.00003H18.4351C18.7497 9.00003 18.9998 9.26921 18.9998 9.60785V14.3922C19.0079 14.7222 18.7497 15 18.4431 15Z" fill="url(#paint3_linear_127_1764)"/>
|
||||
<path opacity="0.6" d="M1.56477 15H18.4352C18.7499 15 19 14.7309 19 14.3922V9.60785C19 9.26921 18.7499 9.00003 18.4352 9.00003H1.56477C1.25011 9.00003 1 9.26921 1 9.60785V14.3922C1 14.7222 1.25818 15 1.56477 15Z" fill="url(#paint4_linear_127_1764)"/>
|
||||
<path d="M17.4667 14H2.53333C2.23619 14 2 13.752 2 13.44V9.00003H18V13.44C18 13.752 17.7638 14 17.4667 14Z" fill="url(#paint5_linear_127_1764)"/>
|
||||
<path d="M18.4375 9.07717C18.7107 9.07717 18.9277 9.3086 18.9277 9.60003V14.4C18.9277 14.6915 18.7107 14.9229 18.4375 14.9229H1.5625C1.28929 14.9229 1.07232 14.6915 1.07232 14.4V9.60003C1.07232 9.3086 1.28929 9.07717 1.5625 9.07717H18.4375ZM18.4375 9.00003H1.5625C1.24911 9.00003 1 9.26574 1 9.60003V14.4C1 14.7343 1.24911 15 1.5625 15H18.4375C18.7509 15 19 14.7343 19 14.4V9.60003C19 9.26574 18.7509 9.00003 18.4375 9.00003Z" fill="url(#paint6_linear_127_1764)"/>
|
||||
<path opacity="0.15" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.522914" stroke-miterlimit="10"/>
|
||||
<path opacity="0.3" d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.261461" stroke-miterlimit="10"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" fill="#00B300"/>
|
||||
<path d="M4.3911 11.9616C4.77598 11.899 5.03555 11.5409 4.9729 11.1561C4.955 11.0755 4.92814 10.9949 4.89234 10.9233C4.74913 10.8249 4.57011 10.7801 4.38214 10.807C3.99726 10.8696 3.73769 11.2277 3.80034 11.6125C3.81824 11.6931 3.8451 11.7737 3.8809 11.8453C4.02411 11.9437 4.20313 11.9885 4.3911 11.9616Z" fill="url(#paint7_radial_49_4004)"/>
|
||||
<path d="M4.39104 11.9616C4.77592 11.899 5.03549 11.5409 4.97284 11.1561C4.95494 11.0755 4.92808 10.9949 4.89228 10.9233C4.74907 10.8249 4.57005 10.7801 4.38208 10.807C3.9972 10.8696 3.73763 11.2277 3.80028 11.6125C3.81818 11.6931 3.84503 11.7737 3.88084 11.8453C4.02405 11.9437 4.20307 11.9885 4.39104 11.9616Z" fill="url(#paint7_radial_127_1764)"/>
|
||||
<path d="M4.99972 12.0003C5.27602 11.7244 5.27627 11.2766 5.00028 11.0003C4.7243 10.724 4.27658 10.7238 4.00028 10.9998C3.72398 11.2758 3.72373 11.7235 3.99972 11.9998C4.2757 12.2761 4.72342 12.2763 4.99972 12.0003Z" stroke="#00FF00" stroke-width="0.0894687" stroke-miterlimit="10"/>
|
||||
</g>
|
||||
<mask id="path-14-inside-1_49_4004" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 16C17.3807 16 18.5 14.8807 18.5 13.5C18.5 12.1193 17.3807 11 16 11C14.6193 11 13.5 12.1193 13.5 13.5C13.5 14.8807 14.6193 16 16 16ZM16.0004 15.5C16.2075 15.5 16.3754 15.3321 16.3754 15.125C16.3754 14.9179 16.2075 14.75 16.0004 14.75C15.7933 14.75 15.6254 14.9179 15.6254 15.125C15.6254 15.3321 15.7933 15.5 16.0004 15.5Z"/>
|
||||
<mask id="path-14-inside-1_127_1764" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.9999 16C17.3806 16 18.4999 14.8807 18.4999 13.5C18.4999 12.1193 17.3806 11 15.9999 11C14.6192 11 13.4999 12.1193 13.4999 13.5C13.4999 14.8807 14.6192 16 15.9999 16ZM16.0002 15.5C16.2073 15.5 16.3752 15.3321 16.3752 15.125C16.3752 14.9179 16.2073 14.75 16.0002 14.75C15.7931 14.75 15.6252 14.9179 15.6252 15.125C15.6252 15.3321 15.7931 15.5 16.0002 15.5Z"/>
|
||||
</mask>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 16C17.3807 16 18.5 14.8807 18.5 13.5C18.5 12.1193 17.3807 11 16 11C14.6193 11 13.5 12.1193 13.5 13.5C13.5 14.8807 14.6193 16 16 16ZM16.0004 15.5C16.2075 15.5 16.3754 15.3321 16.3754 15.125C16.3754 14.9179 16.2075 14.75 16.0004 14.75C15.7933 14.75 15.6254 14.9179 15.6254 15.125C15.6254 15.3321 15.7933 15.5 16.0004 15.5Z" fill="url(#paint8_linear_49_4004)"/>
|
||||
<path d="M18.3747 13.5C18.3747 14.8115 17.3115 15.8747 16 15.8747V16.1253C17.4499 16.1253 18.6253 14.9499 18.6253 13.5H18.3747ZM16 11.1253C17.3115 11.1253 18.3747 12.1885 18.3747 13.5H18.6253C18.6253 12.0501 17.4499 10.8747 16 10.8747V11.1253ZM13.6253 13.5C13.6253 12.1885 14.6885 11.1253 16 11.1253V10.8747C14.5501 10.8747 13.3747 12.0501 13.3747 13.5H13.6253ZM16 15.8747C14.6885 15.8747 13.6253 14.8115 13.6253 13.5H13.3747C13.3747 14.9499 14.5501 16.1253 16 16.1253V15.8747ZM16.25 15.125C16.25 15.2629 16.1382 15.3747 16.0004 15.3747V15.6254C16.2767 15.6254 16.5007 15.4014 16.5007 15.125H16.25ZM16.0004 14.8754C16.1382 14.8754 16.25 14.9871 16.25 15.125H16.5007C16.5007 14.8487 16.2767 14.6247 16.0004 14.6247V14.8754ZM15.7507 15.125C15.7507 14.9871 15.8625 14.8754 16.0004 14.8754V14.6247C15.724 14.6247 15.5 14.8487 15.5 15.125H15.7507ZM16.0004 15.3747C15.8625 15.3747 15.7507 15.2629 15.7507 15.125H15.5C15.5 15.4014 15.724 15.6254 16.0004 15.6254V15.3747Z" fill="#8A9299" mask="url(#path-14-inside-1_49_4004)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.9999 16C17.3806 16 18.4999 14.8807 18.4999 13.5C18.4999 12.1193 17.3806 11 15.9999 11C14.6192 11 13.4999 12.1193 13.4999 13.5C13.4999 14.8807 14.6192 16 15.9999 16ZM16.0002 15.5C16.2073 15.5 16.3752 15.3321 16.3752 15.125C16.3752 14.9179 16.2073 14.75 16.0002 14.75C15.7931 14.75 15.6252 14.9179 15.6252 15.125C15.6252 15.3321 15.7931 15.5 16.0002 15.5Z" fill="url(#paint8_linear_127_1764)"/>
|
||||
<path d="M18.3746 13.5C18.3746 14.8115 17.3114 15.8747 15.9999 15.8747V16.1253C17.4498 16.1253 18.6252 14.9499 18.6252 13.5H18.3746ZM15.9999 11.1253C17.3114 11.1253 18.3746 12.1885 18.3746 13.5H18.6252C18.6252 12.0501 17.4498 10.8747 15.9999 10.8747V11.1253ZM13.6252 13.5C13.6252 12.1885 14.6884 11.1253 15.9999 11.1253V10.8747C14.55 10.8747 13.3746 12.0501 13.3746 13.5H13.6252ZM15.9999 15.8747C14.6884 15.8747 13.6252 14.8115 13.6252 13.5H13.3746C13.3746 14.9499 14.55 16.1253 15.9999 16.1253V15.8747ZM16.2499 15.125C16.2499 15.2629 16.1381 15.3747 16.0002 15.3747V15.6254C16.2766 15.6254 16.5006 15.4014 16.5006 15.125H16.2499ZM16.0002 14.8754C16.1381 14.8754 16.2499 14.9871 16.2499 15.125H16.5006C16.5006 14.8487 16.2766 14.6247 16.0002 14.6247V14.8754ZM15.7506 15.125C15.7506 14.9871 15.8624 14.8754 16.0002 14.8754V14.6247C15.7239 14.6247 15.4999 14.8487 15.4999 15.125H15.7506ZM16.0002 15.3747C15.8624 15.3747 15.7506 15.2629 15.7506 15.125H15.4999C15.4999 15.4014 15.7239 15.6254 16.0002 15.6254V15.3747Z" fill="#8A9299" mask="url(#path-14-inside-1_127_1764)"/>
|
||||
<path d="M12.0044 6C12.0044 5.44772 12.4521 5 13.0044 5H19.0044C19.5567 5 20.0044 5.44772 20.0044 6V11C20.0044 11.5523 19.5567 12 19.0044 12H13.0044C12.4521 12 12.0044 11.5523 12.0044 11V6Z" fill="#A1AAB3"/>
|
||||
<mask id="mask0_49_4004" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="5" width="9" height="7">
|
||||
<mask id="mask0_127_1764" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="5" width="9" height="7">
|
||||
<path d="M12.0044 6C12.0044 5.44772 12.4521 5 13.0044 5H19.0044C19.5567 5 20.0044 5.44772 20.0044 6V11C20.0044 11.5523 19.5567 12 19.0044 12H13.0044C12.4521 12 12.0044 11.5523 12.0044 11V6Z" fill="#FFC225"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_49_4004)">
|
||||
<g mask="url(#mask0_127_1764)">
|
||||
<g style="mix-blend-mode:overlay" opacity="0.5">
|
||||
<path d="M14.5098 5.01074H12.5011C12.2243 5.01074 12 5.23508 12 5.51182V11.5248C12 11.8015 12.2243 12.0258 12.5011 12.0258H14.5098V5.01074Z" fill="url(#paint9_linear_49_4004)" fill-opacity="0.5"/>
|
||||
<path d="M14.5097 5.01074H12.501C12.2243 5.01074 11.9999 5.23508 11.9999 5.51182V11.5248C11.9999 11.8015 12.2243 12.0258 12.501 12.0258H14.5097V5.01074Z" fill="url(#paint9_linear_127_1764)" fill-opacity="0.5"/>
|
||||
</g>
|
||||
</g>
|
||||
<mask id="mask1_49_4004" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="5" width="9" height="7">
|
||||
<mask id="mask1_127_1764" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="12" y="5" width="9" height="7">
|
||||
<path d="M12.0044 6C12.0044 5.44772 12.4521 5 13.0044 5H19.0044C19.5567 5 20.0044 5.44772 20.0044 6V11C20.0044 11.5523 19.5567 12 19.0044 12H13.0044C12.4521 12 12.0044 11.5523 12.0044 11V6Z" fill="#FFC225"/>
|
||||
</mask>
|
||||
<g mask="url(#mask1_49_4004)">
|
||||
<g mask="url(#mask1_127_1764)">
|
||||
<g style="mix-blend-mode:overlay" opacity="0.5">
|
||||
<path d="M20.0217 5.51182C20.0217 5.23508 19.7974 5.01074 19.5207 5.01074H12.5056C12.2288 5.01074 12.0045 5.23508 12.0045 5.51182V11.5248C12.0045 11.8015 12.2288 12.0258 12.5056 12.0258H19.5207C19.7974 12.0258 20.0217 11.8015 20.0217 11.5248V5.51182Z" fill="url(#paint10_linear_49_4004)" fill-opacity="0.5"/>
|
||||
<path d="M20.0215 5.51182C20.0215 5.23508 19.7972 5.01074 19.5205 5.01074H12.5054C12.2286 5.01074 12.0043 5.23508 12.0043 5.51182V11.5248C12.0043 11.8015 12.2286 12.0258 12.5054 12.0258H19.5205C19.7972 12.0258 20.0215 11.8015 20.0215 11.5248V5.51182Z" fill="url(#paint10_linear_127_1764)" fill-opacity="0.5"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M14.0085 5.01077L14.0085 3.00646C14.0085 1.89951 14.9059 1.00215 16.0129 1.00215V1.00215C17.1198 1.00215 18.0172 1.89951 18.0172 3.00646V3.04842" stroke="#B8C2CC" stroke-width="1.5"/>
|
||||
<path d="M14.0086 5.01077L14.0086 3.00646C14.0086 1.89951 14.906 1.00215 16.0129 1.00215V1.00215C17.1199 1.00215 18.0172 1.89951 18.0172 3.00646V3.04842" stroke="#B8C2CC" stroke-width="1.5"/>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<path d="M12 5.99997H20V11H12V5.99997Z" fill="white"/>
|
||||
<path d="M11.9999 5.99997H19.9999V11H11.9999V5.99997Z" fill="white"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay">
|
||||
<rect x="12" y="11" width="8" height="1" fill="#0078D4"/>
|
||||
<rect x="11.9999" y="11" width="8" height="1" fill="#0078D4"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="12" y="9.99997" width="8" height="1" fill="white"/>
|
||||
<rect x="11.9999" y="9.99997" width="8" height="1" fill="white"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay">
|
||||
<path d="M12 4.99997H20V5.99997H12V4.99997Z" fill="#0078D4"/>
|
||||
<path d="M11.9999 4.99997H19.9999V5.99997H11.9999V4.99997Z" fill="#0078D4"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:overlay" opacity="0.25">
|
||||
<rect x="12" y="5.99997" width="8" height="1" fill="white"/>
|
||||
</g>
|
||||
<rect x="11.9999" y="5.99997" width="8" height="1" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_49_4004" x1="13.9892" y1="4.95508" x2="14.6969" y2="4.35094" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint0_linear_127_1764" x1="13.9892" y1="4.95508" x2="14.6969" y2="4.35094" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_49_4004" x1="6.00862" y1="4.95507" x2="5.30105" y2="4.35125" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint1_linear_127_1764" x1="6.00862" y1="4.95507" x2="5.30105" y2="4.35125" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.2836" stop-color="#DCDCDC" stop-opacity="0.1418"/>
|
||||
<stop offset="0.9093" stop-color="#838383" stop-opacity="0.4546"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_49_4004" x1="10.0039" y1="14.9968" x2="10.0039" y2="8.9946" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint2_linear_127_1764" x1="10.0039" y1="14.9968" x2="10.0039" y2="8.9946" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#ABABAB"/>
|
||||
<stop offset="0.1971" stop-color="#A7A7A7"/>
|
||||
<stop offset="0.3984" stop-color="#9B9B9B"/>
|
||||
@ -75,50 +73,47 @@
|
||||
<stop offset="0.8047" stop-color="#6A6A6A"/>
|
||||
<stop offset="1" stop-color="#474747"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_49_4004" x1="7.39469" y1="9.18753" x2="6.70448" y2="8.54622" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint3_linear_127_1764" x1="7.39469" y1="9.18753" x2="6.70448" y2="8.54622" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_49_4004" x1="12.6133" y1="9.18753" x2="13.3035" y2="8.54621" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint4_linear_127_1764" x1="12.6133" y1="9.18753" x2="13.3035" y2="8.54621" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.4506" stop-color="#BBBBBB" stop-opacity="0.2253"/>
|
||||
<stop offset="0.8188" stop-color="#898989" stop-opacity="0.4094"/>
|
||||
<stop offset="1" stop-color="#767676" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_49_4004" x1="10" y1="14" x2="10" y2="8.99894" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint5_linear_127_1764" x1="10" y1="14" x2="10" y2="8.99894" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#666666"/>
|
||||
<stop offset="0.109" stop-color="#5E5E5E"/>
|
||||
<stop offset="0.6917" stop-color="#393939"/>
|
||||
<stop offset="1" stop-color="#2B2B2B"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_49_4004" x1="10" y1="15" x2="10" y2="9.00003" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint6_linear_127_1764" x1="10" y1="15" x2="10" y2="9.00003" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C9C9C9"/>
|
||||
<stop offset="0.3698" stop-color="#CDCDCD"/>
|
||||
<stop offset="0.7464" stop-color="#D9D9D9"/>
|
||||
<stop offset="1" stop-color="#E6E6E6"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint7_radial_49_4004" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.33069 11.589) rotate(-117.661) scale(0.94236 0.847944)">
|
||||
<radialGradient id="paint7_radial_127_1764" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.33063 11.589) rotate(-117.661) scale(0.94236 0.847944)">
|
||||
<stop stop-color="#BDFFBD"/>
|
||||
<stop offset="1" stop-color="#00FF00"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint8_linear_49_4004" x1="15.4676" y1="11" x2="16.3629" y2="16.0117" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint8_linear_127_1764" x1="15.4675" y1="11" x2="16.3628" y2="16.0117" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#CAD2D9"/>
|
||||
<stop offset="1" stop-color="#A1AAB3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_49_4004" x1="14.5098" y1="8.51829" x2="12" y2="8.51829" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint9_linear_127_1764" x1="14.5097" y1="8.51829" x2="11.9999" y2="8.51829" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear_49_4004" x1="20.0217" y1="8.51829" x2="12.0045" y2="8.51829" gradientUnits="userSpaceOnUse">
|
||||
<linearGradient id="paint10_linear_127_1764" x1="20.0215" y1="8.51829" x2="12.0043" y2="8.51829" gradientUnits="userSpaceOnUse">
|
||||
<stop/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_49_4004">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip1_49_4004">
|
||||
<clipPath id="clip0_127_1764">
|
||||
<rect width="20" height="20" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Deprecated features in the Windows client
|
||||
description: Review the list of features that Microsoft is no longer actively developing in Windows 10 and Windows 11.
|
||||
ms.date: 03/07/2024
|
||||
ms.date: 03/14/2024
|
||||
ms.service: windows-client
|
||||
ms.subservice: itpro-fundamentals
|
||||
ms.localizationpriority: medium
|
||||
@ -47,6 +47,7 @@ The features in this article are no longer being actively developed, and might b
|
||||
|
||||
| Feature | Details and mitigation | Deprecation announced |
|
||||
|---|---|---|
|
||||
| TLS server authentication certificates using RSA keys with key lengths shorter than 2048 bits <!--8644149-->| Support for certificates using RSA keys with key lengths shorter than 2048 bits will be deprecated. Internet standards and regulatory bodies disallowed the use of 1024-bit keys in 2013, recommending specifically that RSA keys should have a key length of 2048 bits or longer. For more information, see [Transitioning of Cryptographic Algorithms and Key Sizes - Discussion Paper (nist.gov)](https://csrc.nist.gov/CSRC/media/Projects/Key-Management/documents/transitions/Transitioning_CryptoAlgos_070209.pdf). This deprecation focuses on ensuring that all RSA certificates used for TLS server authentication must have key lengths greater than or equal to 2048 bits to be considered valid by Windows. </br></br> TLS certificates issued by enterprise or test certification authorities (CA) aren't impacted with this change. However, we recommend that they be updated to RSA keys greater than or equal to 2048 bits as a security best practice. This change is necessary to preserve security of Windows customers using certificates for authentication and cryptographic purposes.| March 2024|
|
||||
| Test Base <!--8790681--> | [Test Base for Microsoft 365](/microsoft-365/test-base/overview), an Azure cloud service for application testing, is deprecated. The service will be retired in the future and will be no longer available for use after retirement. | March 2024 |
|
||||
| Windows Mixed Reality <!--8412877--> | [Windows Mixed Reality](/windows/mixed-reality/enthusiast-guide/before-you-start) is deprecated and will be removed in Windows 11, version 24H2. This deprecation includes the [Mixed Reality Portal](/windows/mixed-reality/enthusiast-guide/install-windows-mixed-reality) app, [Windows Mixed Reality for SteamVR](/windows/mixed-reality/enthusiast-guide/using-steamvr-with-windows-mixed-reality), and Steam VR Beta. Existing Windows Mixed Reality devices will continue to work with Steam through November 2026, if users remain on their current released version of Windows 11, version 23H2. After November 2026, Windows Mixed Reality will no longer receive security updates, nonsecurity updates, bug fixes, technical support, or online technical content updates.</br> </br>This deprecation doesn't affect HoloLens. We remain committed to HoloLens and our enterprise customers. | December 2023 |
|
||||
| Microsoft Defender Application Guard for Edge <!--8591267-->| [Microsoft Defender Application Guard](/windows/security/application-security/application-isolation/microsoft-defender-application-guard/md-app-guard-overview), including the [Windows Isolated App Launcher APIs](/windows/win32/api/isolatedapplauncher/), is being deprecated for Microsoft Edge for Business and [will no longer be updated](feature-lifecycle.md). Please download the [Microsoft Edge For Business Security Whitepaper](https://edgestatic.azureedge.net/shared/cms/pdfs/Microsoft_Edge_Security_Whitepaper_v2.pdf) to learn more about Edge for Business security capabilities. | December 2023 |
|
||||
|
@ -99,15 +99,13 @@ It's important that organizations have adequate time to plan for Windows 11. Mic
|
||||
|
||||
Microsoft's compatibility promise for Windows 10 is maintained for Windows 11. Data from the App Assure program shows that Windows 10 compatibility rates are over 99.7% for enterprise organizations, including line of business (LOB) apps. Microsoft remains committed to ensuring that the apps you rely upon continue to work as expected when you upgrade. Windows 11 is subject to the same app compatibility validation requirements that are in place for Windows 10 today, for both feature and quality updates.
|
||||
|
||||
#### App Assure and Test Base for Microsoft 365
|
||||
#### App Assure
|
||||
|
||||
If you run into compatibility issues or want to ensure that your organization's applications are compatible from day one, App Assure and Test Base for Microsoft 365 can help.
|
||||
If you run into compatibility issues or want to ensure that your organization's applications are compatible from day one, App Assure can help.
|
||||
|
||||
- **App Assure**: With enrollment in the [App Assure](/windows/compatibility/app-assure) service, any app compatibility issues that you find with Windows 11 can be resolved. Microsoft will help you remedy application issues at no cost. Since 2018, App Assure has evaluated almost 800,000 apps, and subscriptions are free for eligible customers with 150+ seats.
|
||||
|
||||
- **Test Base for Microsoft 365**: [Test Base](https://portal.azure.com/?feature.Win11=true%2F#view/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/Microsoft.TestBase) is a cloud testing platform that can help you evaluate applications readiness for Windows 11 upgrade or migration. IT administrators, software publishers, and system integrators can find desired test cases throughout the entire Windows validation lifecycle. Tests include, but aren't limited to, in-place upgrade validation, monthly quality updates, and tests against Windows preview features.
|
||||
|
||||
You might already be using App Assure and Test Base in your Windows 10 environment. Both of these tools will continue to function with Windows 11.
|
||||
You might already be using App Assure in your Windows 10 environment. The tool will continue to function with Windows 11.
|
||||
|
||||
## Next steps
|
||||
|
||||
|
@ -11,7 +11,7 @@ ms.collection:
|
||||
- highpri
|
||||
- tier1
|
||||
ms.subservice: itpro-fundamentals
|
||||
ms.date: 02/13/2023
|
||||
ms.date: 03/13/2024
|
||||
appliesto:
|
||||
- ✅ <a href="https://learn.microsoft.com/windows/release-health/supported-versions-windows-client" target="_blank">Windows 11</a>
|
||||
|
||||
@ -120,10 +120,8 @@ The following configuration requirements apply to VMs running Windows 11.
|
||||
|
||||
## Next steps
|
||||
|
||||
- [What's new in Windows 11](/windows/whats-new/windows-11-overview)
|
||||
- [Plan for Windows 11](windows-11-plan.md)
|
||||
- [Prepare for Windows 11](windows-11-prepare.md)
|
||||
|
||||
## See also
|
||||
|
||||
- [Windows minimum hardware requirements](/windows-hardware/design/minimum/minimum-hardware-requirements-overview)
|
||||
- [What's new in Windows 11 overview](/windows/whats-new/windows-11-overview)
|
||||
|
||||
|