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