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