import { createProvider } from "../../create-provider"; export const Action = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/action.png" ); export const Collate = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/collate.png" ); export const Database = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/database.png" ); export const Decision = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/decision.png" ); export const Delay = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/delay.png" ); export const Display = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/display.png" ); export const Document = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/document.png" ); export const InputOutput = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/input-output.png" ); export const Inspection = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/inspection.png" ); export const InternalStorage = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/internal-storage.png" ); export const LoopLimit = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/loop-limit.png" ); export const ManualInput = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/manual-input.png" ); export const ManualLoop = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/manual-loop.png" ); export const Merge = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/merge.png" ); export const MultipleDocuments = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/multiple-documents.png" ); export const OffPageConnectorLeft = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/off-page-connector-left.png" ); export const OffPageConnectorRight = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/off-page-connector-right.png" ); export const Or = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/or.png" ); export const PredefinedProcess = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/predefined-process.png" ); export const Preparation = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/preparation.png" ); export const Sort = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/sort.png" ); export const StartEnd = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/start-end.png" ); export const StoredData = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/stored-data.png" ); export const SummingJunction = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/programming/flowchart/summing-junction.png" );