import { createProvider } from "../../create-provider"; export const AlarmWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/alarm-white.png" ); export const Alarm = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/alarm.png" ); export const EmailWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/email-white.png" ); export const Email = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/email.png" ); export const EventsWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/events-white.png" ); export const Events = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/events.png" ); export const HealthCheckWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/health-check-white.png" ); export const HealthCheck = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/health-check.png" ); export const NotificationsWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/notifications-white.png" ); export const Notifications = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/notifications.png" ); export const QueueWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/queue-white.png" ); export const Queue = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/queue.png" ); export const SearchWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/search-white.png" ); export const Search = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/search.png" ); export const TelemetryWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/telemetry-white.png" ); export const Telemetry = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/telemetry.png" ); export const WorkflowWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/workflow-white.png" ); export const Workflow = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/monitoring/workflow.png" );