import { createProvider } from "../../create-provider"; export const CloudGuardWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/cloud-guard-white.png" ); export const CloudGuard = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/cloud-guard.png" ); export const DDOSWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/ddos-white.png" ); export const DDOS = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/ddos.png" ); export const EncryptionWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/encryption-white.png" ); export const Encryption = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/encryption.png" ); export const IDAccessWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/id-access-white.png" ); export const IDAccess = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/id-access.png" ); export const KeyManagementWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/key-management-white.png" ); export const KeyManagement = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/key-management.png" ); export const MaxSecurityZoneWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/max-security-zone-white.png" ); export const MaxSecurityZone = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/max-security-zone.png" ); export const VaultWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/vault-white.png" ); export const Vault = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/vault.png" ); export const WAFWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/waf-white.png" ); export const WAF = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/security/waf.png" );