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