import { createProvider } from "../../create-provider"; export const Caches = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/data/caches.png" ); export const Cloud = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/data/cloud.png" ); export const ConversationTrainedDeployed = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/data/conversation-trained-deployed.png" ); export const DataServices = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/data/data-services.png" ); export const DataSources = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/data/data-sources.png" ); export const DeviceIdentityService = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/data/device-identity-service.png" ); export const DeviceRegistry = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/data/device-registry.png" ); export const EnterpriseData = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/data/enterprise-data.png" ); export const EnterpriseUserDirectory = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/data/enterprise-user-directory.png" ); export const FileRepository = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/data/file-repository.png" ); export const GroundTruth = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/data/ground-truth.png" ); export const Model = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/data/model.png" ); export const TmsDataInterface = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/ibm/data/tms-data-interface.png" );