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