import React from "react"; const Workflow = ({ width, height, color }) => ( ); export default Workflow;