import { createProvider } from "../../create-provider"; export const ActionableInsight = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/actionable-insight.png" ); export const Annotate = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/annotate.png" ); export const ApiDeveloperPortal = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/api-developer-portal.png" ); export const ApiPolyglotRuntimes = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/api-polyglot-runtimes.png" ); export const AppServer = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/app-server.png" ); export const ApplicationLogic = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/application-logic.png" ); export const EnterpriseApplications = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/enterprise-applications.png" ); export const Index = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/index.png" ); export const IotApplication = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/iot-application.png" ); export const Microservice = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/microservice.png" ); export const MobileApp = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/mobile-app.png" ); export const Ontology = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/ontology.png" ); export const OpenSourceTools = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/open-source-tools.png" ); export const RuntimeServices = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/runtime-services.png" ); export const SaasApplications = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/saas-applications.png" ); export const ServiceBroker = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/service-broker.png" ); export const SpeechToText = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/speech-to-text.png" ); export const VisualRecognition = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/visual-recognition.png" ); export const Visualization = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/applications/visualization.png" );